-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Clone StartupAnalyzer in to Framework analyzers #38590
Copy link
Copy link
Open
Labels
analyzerIndicates an issue which is related to analyzer experienceIndicates an issue which is related to analyzer experiencearea-minimalIncludes minimal APIs, endpoint filters, parameter binding, request delegate generator etcIncludes minimal APIs, endpoint filters, parameter binding, request delegate generator etcarea-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesIncludes: MVC, Actions and Controllers, Localization, CORS, most templates
Milestone
Metadata
Metadata
Assignees
Labels
analyzerIndicates an issue which is related to analyzer experienceIndicates an issue which is related to analyzer experiencearea-minimalIncludes minimal APIs, endpoint filters, parameter binding, request delegate generator etcIncludes minimal APIs, endpoint filters, parameter binding, request delegate generator etcarea-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesIncludes: MVC, Actions and Controllers, Localization, CORS, most templates
Type
Fields
Give feedbackNo fields configured for issues without a type.
StartupAnalyzers currently ship as part of the SDK and apply to all apps targeting .NET Core 3.1 and newer. If we'd like to introduce new recommendations that specifically target 6.0, one option might be to clone it in to Framework Analyzers and leave the ones targeting the SDK alone. Another option might be to see if we're able to read the TFM inside the analyzer.