File tree Expand file tree Collapse file tree
src/Microsoft.CodeAnalysis.NetAnalyzers/src/Microsoft.CodeAnalysis.NetAnalyzers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -362,3 +362,16 @@ CA2262 | Usage | Info | ProvideHttpClientHandlerMaxResponseHeaderLengthValueCorr
362362CA2263 | Usage | Info | PreferGenericOverloadsAnalyzer, [ Documentation] ( https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263 )
363363CA2264 | Usage | Warning | DoNotPassNonNullableValueToArgumentNullExceptionThrowIfNull, [ Documentation] ( https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2264 )
364364CA2265 | Usage | Warning | DoNotCompareSpanToNullAnalyzer, [ Documentation] ( https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265 )
365+
366+ ## Release 10.0
367+
368+ ### New Rules
369+
370+ Rule ID | Category | Severity | Notes
371+ --------|----------|----------|-------
372+ CA1873 | Performance | Info | AvoidPotentiallyExpensiveCallWhenLoggingAnalyzer, [ Documentation] ( https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873 )
373+ CA1874 | Performance | Info | UseRegexMembers, [ Documentation] ( https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1874 )
374+ CA1875 | Performance | Info | UseRegexMembers, [ Documentation] ( https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1875 )
375+ CA2023 | Reliability | Warning | LoggerMessageDefineAnalyzer, [ Documentation] ( https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2023 )
376+ CA2024 | Reliability | Warning | DoNotUseEndOfStreamInAsyncMethods, [ Documentation] ( https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024 )
377+ CA2025 | Reliability | Disabled | DoNotPassDisposablesIntoUnawaitedTasksAnalyzer, [ Documentation] ( https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2025 )
Original file line number Diff line number Diff line change 11; Please do not edit this file manually, it should only be updated through code fix application.
2-
3- ### New Rules
4-
5- Rule ID | Category | Severity | Notes
6- --------|----------|----------|-------
7- CA1873 | Performance | Info | AvoidPotentiallyExpensiveCallWhenLoggingAnalyzer, [ Documentation] ( https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873 )
8- CA1874 | Performance | Info | UseRegexMembers, [ Documentation] ( https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1874 )
9- CA1875 | Performance | Info | UseRegexMembers, [ Documentation] ( https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1875 )
10- CA2023 | Reliability | Warning | LoggerMessageDefineAnalyzer, [ Documentation] ( https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2023 )
11- CA2024 | Reliability | Warning | DoNotUseEndOfStreamInAsyncMethods, [ Documentation] ( https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024 )
12- CA2025 | Reliability | Disabled | DoNotPassDisposablesIntoUnawaitedTasksAnalyzer, [ Documentation] ( https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2025 )
You can’t perform that action at this time.
0 commit comments