-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Cherry-pick mismatched parameter optionality analyzer and clean up directories #36379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…36154) * Add analyzer for detecting mismatched endpoint parameter optionality * Address feedback from code review * Factor out CodeFixes and Analyzers to separate assemblies * Address more feedback from review * Address code checks
.../AspNetCoreAnalyzers/src/Analyzers/DelegateEndpoints/DetectMismatchedParameterOptionality.cs
Outdated
Show resolved
Hide resolved
src/Framework/AspNetCoreAnalyzers/src/Analyzers/DelegateEndpoints/DiagnosticDescriptors.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Doug Bunting <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No further objections from me. Worst thing I could nitpick about (but won't 😀) is utility of trailing commas in array initializers to minimize perceived churn later. I'm not chiming in on approvals w/ @MackinnonBuck because I didn't really delve into the C#
@dougbu Sounds good. I think I'll need a approval from you since @MackinnonBuck has left the GitHub org. |
Cherry-picks #36154 to main and cleans up the folders in the Analyzers directory now that we have both components and minimal APIs analyzers in here.