-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
CS4033 creates invalid code on partial methods #63404
Comments
@CyrusNajmabadi Should we respect editorconfig's modifier order preference as part of the cleanup process that's run on every code action? roslyn/src/Workspaces/Core/Portable/CodeActions/CodeAction.cs Lines 329 to 346 in 98139d7
possibly via a reducer? roslyn/src/Workspaces/CSharp/Portable/Simplification/CSharpSimplificationService.cs Lines 27 to 39 in 98139d7
|
Version Used: VS 2022 17.3.0
Steps to Reproduce:
Expected Behavior:
Generates valid code:
Actual Behavior:
Generates invalid code.
async
needs to come beforepartial
The text was updated successfully, but these errors were encountered: