build(deps): bump NLog from 5.2.3 to 5.2.4 in /src #1704
Annotations
10 warnings
src/Splat/ApplicationPerformanceMonitoring/IEnableFeatureUsageTracking.cs#L14
Avoid empty interfaces (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1040)
|
src/Splat/Logging/IEnableLogger.cs#L16
Avoid empty interfaces (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1040)
|
src/Splat/Logging/LogLevel.cs#L11
Add a member to LogLevel that has a value of zero with a suggested name of 'None' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1008)
|
src/Splat/ModeDetection/DefaultModeDetector.cs#L33
Modify 'InUnitTestRunner' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
|
src/Splat/MemoizingMRUCache.cs#L252
Modify 'InvalidateAll' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
|
src/Splat/ServiceLocation/Locator.cs#L49
Use properties where appropriate (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1024)
|
src/Splat/ApplicationPerformanceMonitoring/IEnableFeatureUsageTracking.cs#L14
Avoid empty interfaces (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1040)
|
src/Splat/Logging/IEnableLogger.cs#L16
Avoid empty interfaces (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1040)
|
src/Splat/Logging/LogLevel.cs#L11
Add a member to LogLevel that has a value of zero with a suggested name of 'None' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1008)
|
src/Splat/AssemblyFinder.cs#L31
'string.Replace(string, string?)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'Splat.AssemblyFinder.AttemptToLoadType<T>(string)' with a call to 'string.Replace(string, string?, System.StringComparison)' for clarity of intent. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
|
The logs for this run have expired and are no longer available.
Loading