Bump System.Diagnostics.DiagnosticSource from 7.0.2 to 8.0.0 #335
Annotations
10 warnings
Build:
src/RazorPages/RazorPagesTestSample/Program.cs#L37
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogError(ILogger, Exception?, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
|
Build:
src/RazorPages/RazorPagesTestSample/Program.cs#L34
Modify 'Main' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
|
Build:
src/RazorPages/RazorPagesTestSample/Data/AppDbContext.cs#L66
Change 'List<Message>' in 'AppDbContext.GetSeedingMessages()' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
Build:
src/RazorPages/RazorPagesTestSample.Tests/UnitTests/DataAccessLayerTest.cs#L116
Modify 'DeleteMessageAsync_NoMessageIsDeleted_WhenMessageIsNotFound' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
|
Build:
src/RazorPages/RazorPagesTestSample.Tests/Utilities/Utilities.cs#L12
The type name Utilities conflicts in whole or in part with the namespace name 'Microsoft.VisualStudio.TestPlatform.Common.ExtensionFramework.Utilities'. Change either name to eliminate the conflict. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1724)
|
Build:
src/RazorPages/RazorPagesTestSample/Program.cs#L37
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogError(ILogger, Exception?, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
|
Build:
src/RazorPages/RazorPagesTestSample/Program.cs#L34
Modify 'Main' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
|
Build:
src/RazorPages/RazorPagesTestSample/Data/AppDbContext.cs#L66
Change 'List<Message>' in 'AppDbContext.GetSeedingMessages()' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
Build:
src/RazorPages/RazorPagesTestSample.Tests/UnitTests/DataAccessLayerTest.cs#L116
Modify 'DeleteMessageAsync_NoMessageIsDeleted_WhenMessageIsNotFound' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
|
Build:
src/RazorPages/RazorPagesTestSample.Tests/Utilities/Utilities.cs#L12
The type name Utilities conflicts in whole or in part with the namespace name 'Microsoft.VisualStudio.TestPlatform.Common.ExtensionFramework.Utilities'. Change either name to eliminate the conflict. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1724)
|
The logs for this run have expired and are no longer available.
Loading