﻿[*.cs]

generated_code = true

# Do not reported any diagnostics for "imported" code
dotnet_analyzer_diagnostic.severity = none

# IDE0005: Remove unnecessary using directives
# https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0005
dotnet_diagnostic.IDE0005.severity = none
