dotnet / dotnet/orleans

Enforce code style defined in `.editorconfig`

Open
#9,567 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
C#
Stars
10.9k
Forks
2.1k
Avg merge
13h 56m
Merged PRs (30d)
351

Description

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

```diff
# 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](https://github.com/user-attachments/assets/47ab2bd9-d589-4fbe-979b-9f811a1736db)

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)

Contributor guide

Open the contributing guide

Research direction

Start with the IDE1006 setting at line 509 of .editorconfig and inspect the repository for code-style violations it currently permits. Update the affected naming cases, then verify that enabling warning severity produces no remaining violations; the issue does not name specific files or tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
developer-experience, tooling
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.