Skip to content

Enforce code style defined in .editorconfig #9567

Open
@Meir017

Description

@Meir017

make https://github.com/dotnet/orleans/blob/main/.editorconfig#L509C1-L509C48

# IDE1006: Required naming style
-dotnet_diagnostic.IDE1006.severity = suggestion
+dotnet_diagnostic.IDE1006.severity = warning

right now the code styles are not enforced.

the only issue I see with enforcing is that there isn't a fix-all option
Image

I believe copilot would be able to do most of the work since there should be almost no cross-file dependencies (no need to understand complex references between files)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions