remove Analyzer noise (#883) #1633
Annotations
10 warnings
Dotnet Cake Build:
Source/Serilog.Exceptions/Destructurers/ReflectionBasedDestructurer.cs#L344
Change return type of method 'DestructureTask' from 'object' to 'System.Collections.Generic.SortedList<string, object?>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
Dotnet Cake Build:
Source/Serilog.Exceptions/Destructurers/ReflectionBasedDestructurer.cs#L263
Change return type of method 'DestructureValueDictionary' from 'object' to 'System.Collections.Generic.Dictionary<string, object?>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
Dotnet Cake Build:
Source/Serilog.Exceptions/Destructurers/ReflectionBasedDestructurer.cs#L291
Change return type of method 'DestructureObject' from 'System.Collections.Generic.IDictionary<string, object?>' to 'System.Collections.Generic.Dictionary<string, object?>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
Dotnet Cake Build:
Source/Serilog.Exceptions/Destructurers/ReflectionBasedDestructurer.cs#L116
Change return type of method 'DestructureUri' from 'object' to 'string' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
Dotnet Cake Build:
Source/Serilog.Exceptions/Destructurers/SocketExceptionDestructurer.cs#L12
Change type of field 'SocketErrorDocumentationBySocketError' from 'System.Collections.Generic.IReadOnlyDictionary<System.Net.Sockets.SocketError, string>' to 'System.Collections.Generic.Dictionary<System.Net.Sockets.SocketError, string>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
Dotnet Cake Build:
Source/Serilog.Exceptions/Core/ExceptionEnricher.cs#L12
Change type of field 'reflectionBasedDestructurer' from 'Serilog.Exceptions.Destructurers.IExceptionDestructurer' to 'Serilog.Exceptions.Destructurers.ReflectionBasedDestructurer' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
Dotnet Cake Build:
Source/Serilog.Exceptions/Destructurers/SocketExceptionDestructurer.cs#L12
Change type of field 'SocketErrorDocumentationBySocketError' from 'System.Collections.Generic.IReadOnlyDictionary<System.Net.Sockets.SocketError, string>' to 'System.Collections.Generic.Dictionary<System.Net.Sockets.SocketError, string>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
Dotnet Cake Build:
Source/Serilog.Exceptions/Destructurers/ReflectionBasedDestructurer.cs#L116
Change return type of method 'DestructureUri' from 'object' to 'string' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
Dotnet Cake Build:
Source/Serilog.Exceptions/Destructurers/ReflectionBasedDestructurer.cs#L344
Change return type of method 'DestructureTask' from 'object' to 'System.Collections.Generic.SortedList<string, object?>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
Dotnet Cake Build:
Source/Serilog.Exceptions/Destructurers/ReflectionBasedDestructurer.cs#L263
Change return type of method 'DestructureValueDictionary' from 'object' to 'System.Collections.Generic.Dictionary<string, object?>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
Loading