添加模型绑定器的错误处理AddKnownExceptionModelBinderErrorHandler #76
Annotations
21 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
docker build
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
|
docker build
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
|
docker build
Parameter 'mediator' is unread.
|
docker build
Missing XML comment for publicly visible type or member 'GetOrderByNameDto'
|
docker build
Missing XML comment for publicly visible type or member 'GetOrderByNameDto.GetOrderByNameDto(OrderId, string)'
|
docker build
Missing XML comment for publicly visible type or member 'GetOrderByNameDto.OrderId'
|
docker build
Missing XML comment for publicly visible type or member 'GetOrderByNameDto.Name'
|
docker build
Missing XML comment for publicly visible type or member 'GetOrderByNameQuery'
|
docker build
Missing XML comment for publicly visible type or member 'GetOrderByNameQuery.GetOrderByNameQuery(string, int, int, bool)'
|
docker build
Missing XML comment for publicly visible type or member 'GetOrderByNameQuery.Name'
|
Build:
src/AspNetCore/ServiceCollectionExtension.cs#L61
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
|
Build:
src/AspNetCore/ServiceCollectionExtension.cs#L61
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
|
Build:
src/NetCorePal.OpenTelemetry.Diagnostics/NetCorePalInstrumentation.cs#L6
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
|
Build:
test/NetCorePal.Extensions.AspNetCore.UnitTests/ServiceCollectionExtensionTests.cs#L20
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Build:
test/NetCorePal.Web/Application/IntegrationEventHandlers/OrderCreatedntegrationEventHandler.cs#L12
Parameter 'mediator' is unread.
|
Build:
test/NetCorePal.Web/Application/Queries/GetOrderByNameQuery.cs#L8
Missing XML comment for publicly visible type or member 'GetOrderByNameDto'
|
Build:
test/NetCorePal.Web/Application/Queries/GetOrderByNameQuery.cs#L8
Missing XML comment for publicly visible type or member 'GetOrderByNameDto.GetOrderByNameDto(OrderId, string)'
|
Build:
test/NetCorePal.Web/Application/Queries/GetOrderByNameQuery.cs#L8
Missing XML comment for publicly visible type or member 'GetOrderByNameDto.OrderId'
|
Build:
test/NetCorePal.Web/Application/Queries/GetOrderByNameQuery.cs#L8
Missing XML comment for publicly visible type or member 'GetOrderByNameDto.Name'
|
Build:
test/NetCorePal.Web/Application/Queries/GetOrderByNameQuery.cs#L10
Missing XML comment for publicly visible type or member 'GetOrderByNameQuery'
|
Loading