-
Type:
Task
-
Resolution: Done
-
Priority:
Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
0.1
-
Fully Compatible
-
Dotnet Drivers
-
Not Needed
-
None
-
None
-
None
-
None
-
None
-
None
First batch of the incremental code-style rollout. Enables these rules in .editorconfig and brings src/ and tests/ into compliance in the same change (mechanical, no behavior change):
- CS-TV-01 — explicit accessibility modifiers
- CS-EX-02 — no this. qualification
- CS-NM-03 — PascalCase const fields
- CS-FL-03 — usings outside the namespace, System.* first then alphabetical
After this PR is squash-merged, its commit SHA is added to .git-blame-ignore-revs in a follow-up.