is_global = true

# CA5394: Do not use insecure randomness
dotnet_diagnostic.CA5394.severity = none

# CA2007: Do not directly await a Task
dotnet_diagnostic.CA2007.severity = none

# CA1812: Avoid uninstantiated internal classes
dotnet_diagnostic.CA1812.severity = none

# Disable primary constructors
dotnet_diagnostic.IDE0290.severity = none
csharp_style_prefer_primary_constructors = false
resharper_convert_to_primary_constructor_highlighting = none 

# Disable checks in generated migrations
dotnet_code_quality.CA1062.excluded_symbol_names = N:Spottarr.Data.Migrations