Disable CA1845

This commit is contained in:
RoosterDragon
2023-03-12 16:28:50 +00:00
committed by abcdefg30
parent f752e04b03
commit 56fe08cb00

View File

@@ -767,8 +767,8 @@ dotnet_diagnostic.CA1843.severity = warning
# Provide memory-based overrides of async methods when subclassing 'Stream'.
dotnet_diagnostic.CA1844.severity = warning
# Use span-based 'string.Concat'.
dotnet_diagnostic.CA1845.severity = warning
# Use span-based 'string.Concat'. (Not available on mono)
dotnet_diagnostic.CA1845.severity = none
# Prefer AsSpan over Substring.
dotnet_diagnostic.CA1846.severity = warning