79213818

Date: 2024-11-22 06:09:28
Score: 0.5
Natty:
Report link

For me, I wanted to disable the analyzer for EF Core migration .cs files. Somehow using dotnet_analyzer_diagnostic.severity = none didn't work. I had to use:

[Migrations/**]
generated_code = true

This is documented here.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: palapapa