Consider shipping ASP.NET Core analyzers in targeting pack #31294
Labels
analyzer
Indicates an issue which is related to analyzer experience
area-infrastructure
Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
As we plan on adding new analyzers in 6.0, one of the problems we'll run in to is that these changes would affect all ASP.NET Core apps targeting 3.1 onwards. We could do something special the analyzer to light up the new ones, but it seems like a better strategy to follow from the in-box source generator design recommends and ship this as part of a pack instead. We would freeze the current set of analyzers that ship as part of the SDK to be point in time and use the ones in the pack to target 6.0 and newer apps.
The text was updated successfully, but these errors were encountered: