[*.{cs,vb}]

# CA2007: Consider calling ConfigureAwait on the awaited task
dotnet_diagnostic.CA2007.severity = silent

# IDE0073: File header
dotnet_diagnostic.IDE0073.severity = silent
