dotnet / roslyn-sdk

Roslyn-SDK templates and Syntax Visualizer
MIT License
512 stars 257 forks source link

Consider making code fix testing include analyzer testing #173

Open sharwell opened 6 years ago

sharwell commented 6 years ago

Currently the following packages are independent of each other:

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@498f20da3e25ce7c7e8333c20b493b07792fbc88 for an example.

sharwell commented 3 years ago

After the first release, we can merge the packages, and we can use type forwarding in the final release of the code fix package to help users in the upgrade.