Improve client app router configuration (#231) #205
Annotations
10 warnings
application/shared-kernel/DomainCore/Entities/AudibleEntity.cs#L12
Remove the member initializer, all constructors set an initial value for the member. (https://rules.sonarsource.com/csharp/RSPEC-3604)
|
application/shared-kernel/DomainCore/Entities/AggregateRoot.cs#L24
Remove the member initializer, all constructors set an initial value for the member. (https://rules.sonarsource.com/csharp/RSPEC-3604)
|
application/shared-kernel/DomainCore/Entities/Entity.cs#L18
Remove the member initializer, all constructors set an initial value for the member. (https://rules.sonarsource.com/csharp/RSPEC-3604)
|
application/shared-kernel/DomainCore/Identity/IdGenerator.cs#L39
"Find" method should be used instead of the "FirstOrDefault" extension method. (https://rules.sonarsource.com/csharp/RSPEC-6602)
|
application/shared-kernel/DomainCore/Identity/IdGenerator.cs#L42
Indexing at Count-1 should be used instead of the "Enumerable" extension method "Last" (https://rules.sonarsource.com/csharp/RSPEC-6608)
|
application/shared-kernel/ApplicationCore/Behaviors/ValidationPipelineBehavior.cs#L37
Indexing at 0 should be used instead of the "Enumerable" extension method "First" (https://rules.sonarsource.com/csharp/RSPEC-6608)
|
application/shared-kernel/InfrastructureCore/Persistence/RepositoryBase.cs#L21
Remove the member initializer, all constructors set an initial value for the member. (https://rules.sonarsource.com/csharp/RSPEC-3604)
|
application/shared-kernel/ApiCore/Aspire/ServiceDefaultsExtensions.cs#L82
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
application/shared-kernel/ApiCore/ApiResults/ApiResult.cs#L12
Remove the member initializer, all constructors set an initial value for the member. (https://rules.sonarsource.com/csharp/RSPEC-3604)
|
application/shared-kernel/ApiCore/ApiCoreConfiguration.cs#L20
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
|
The logs for this run have expired and are no longer available.
Loading