Skip to content

Consider making code fix testing include analyzer testing #173

@sharwell

Description

@sharwell

Currently the following packages are independent of each other:

  • Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit
  • Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit
  • Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit
  • Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit

We should consider making the Analyzer packages a dependency of the associated CodeFix package to reduce the number of dependencies users must declare in the project file. See microsoft/vs-threading@498f20d for an example.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions