Skip to content

Conversation

@melomory
Copy link

@melomory melomory commented Aug 3, 2025

  • add a diagnostic
  • add an empty CodeFixProvider
  • add unit tests
  • add documentation

Closes #2057 and closes #3941

@melomory melomory force-pushed the melomory/feature/issue-2057_identifier-names branch from e9874ef to d9d7fc5 Compare August 3, 2025 16:55
- add a diagnostic
- add an empty CodeFixProvider
- add unit tests
- add documentation

DotNetAnalyzers#2057
@melomory melomory force-pushed the melomory/feature/issue-2057_identifier-names branch from d9d7fc5 to e4e210e Compare August 3, 2025 18:53
@codecov
Copy link

codecov bot commented Aug 9, 2025

Codecov Report

❌ Patch coverage is 96.84211% with 15 lines in your changes missing coverage. Please review.
✅ Project coverage is 97.44%. Comparing base (f5843ae) to head (3a09198).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3942      +/-   ##
==========================================
- Coverage   97.44%   97.44%   -0.01%     
==========================================
  Files         926      935       +9     
  Lines      110283   110798     +515     
  Branches     3319     3333      +14     
==========================================
+ Hits       107467   107967     +500     
- Misses       1847     1858      +11     
- Partials      969      973       +4     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Code fix SA1317: IdentifierShouldBeNamedOnlyWithLatinLetters New rule proposal: Identifiers should be named only with Latin letters

1 participant