Fix CA1834

This commit is contained in:
RoosterDragon
2023-03-12 16:25:38 +00:00
committed by abcdefg30
parent ad4a443fc2
commit 25b8e7fefc
2 changed files with 4 additions and 1 deletions

View File

@@ -720,6 +720,9 @@ dotnet_diagnostic.CA1832.severity = warning
# Use AsSpan or AsMemory instead of Range-based indexers for getting Span or Memory portion of an array.
dotnet_diagnostic.CA1833.severity = warning
# Use StringBuilder.Append(char) for single character strings.
dotnet_diagnostic.CA1834.severity = warning
# Prefer the memory-based overloads of ReadAsync/WriteAsync methods in stream-based classes.
dotnet_diagnostic.CA1835.severity = warning