-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
analyzerIndicates an issue which is related to analyzer experienceIndicates an issue which is related to analyzer experiencearea-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Description
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.
Metadata
Metadata
Assignees
Labels
analyzerIndicates an issue which is related to analyzer experienceIndicates an issue which is related to analyzer experiencearea-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared framework