79284171

Date: 2024-12-16 09:31:53
Score: 1.5
Natty:
Report link

2024 Updated answer

You can increase the severity of the CA1069 analyzer to make the compiler report it as error and prevent compilation.

dotnet_diagnostic.CA1069.severity = error

see more https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1069

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Meikel