You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VS Code version: 1.93.0, 4849ca9bdf9666755eb463db297b69e5385090e3, x64
C# Extension version: v2.46.32
Steps to reproduce
Create or open a C# project.
Create or open an .editorconfig file.
Add the following rule: csharp_preferred_modifier_order = public,private,protected,internal,static,extern,new,virtual,abstract,sealed,override,readonly,unsafe,volatile,async:suggestion
Add any code violating the rule, such as
publicunsafesealedclassC;
Observe the suggestion. Code fix Order modifiers is not provided.
Additional context
The fix is provided in Visual Studio and applied by dotnet format.
The text was updated successfully, but these errors were encountered:
Environment data
VS Code version: 1.93.0,
4849ca9bdf9666755eb463db297b69e5385090e3
, x64C# Extension version: v2.46.32
Steps to reproduce
.editorconfig
file.csharp_preferred_modifier_order = public,private,protected,internal,static,extern,new,virtual,abstract,sealed,override,readonly,unsafe,volatile,async:suggestion
Order modifiers
is not provided.Additional context
The fix is provided in Visual Studio and applied by
dotnet format
.The text was updated successfully, but these errors were encountered: