Skip to content

Consider shipping ASP.NET Core analyzers in targeting pack #31294

@pranavkm

Description

@pranavkm

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 experiencearea-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared framework

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions