test: or-2006 add test for concurrent kbo request #729
Annotations
41 warnings
Archive code coverage results
No files were found with the provided path: /TestResults/*.html. No artifacts will be uploaded.
|
Run all tests:
src/AssociationRegistry.Admin.ProjectionHost/Infrastructure/Metrics/ProjectionStateListener.cs#L55
Dereference of a possibly null reference.
|
Run all tests:
src/AssociationRegistry.Admin.ProjectionHost/Infrastructure/Metrics/ProjectionStateListener.cs#L57
Dereference of a possibly null reference.
|
Run all tests:
src/AssociationRegistry.Admin.ProjectionHost/Program.cs#L163
Dereference of a possibly null reference.
|
Run all tests:
src/AssociationRegistry.Admin.ProjectionHost/Infrastructure/Program/WebApplicationBuilder/ConfigurationExtensions.cs#L13
Possible null reference argument for parameter 'postgreSqlOptions' in 'void ConfigHelpers.ThrowIfInvalidPostgreSqlOptions(PostgreSqlOptionsSection postgreSqlOptions)'.
|
Run all tests:
src/AssociationRegistry.Admin.ProjectionHost/Infrastructure/Program/WebApplicationBuilder/ConfigurationExtensions.cs#L22
Possible null reference argument for parameter 'elasticSearchOptions' in 'void ConfigHelpers.ThrowIfInvalidElasticOptions(ElasticSearchOptionsSection elasticSearchOptions)'.
|
Run all tests:
src/AssociationRegistry.Public.Api/Verenigingen/Search/SearchVerenigingenExtensions.cs#L61
Possible null reference return.
|
Run all tests:
src/AssociationRegistry.Public.Api/Infrastructure/Extensions/ConfigurationExtensions.cs#L15
Possible null reference argument for parameter 'postgreSqlOptions' in 'void ConfigurationExtensions.ThrowIfInvalid(PostgreSqlOptionsSection postgreSqlOptions)'.
|
Run all tests:
src/AssociationRegistry.Public.Api/Infrastructure/Extensions/ConfigurationExtensions.cs#L38
Possible null reference argument for parameter 'elasticSearchOptions' in 'void ConfigurationExtensions.ThrowIfInvalid(ElasticSearchOptionsSection elasticSearchOptions)'.
|
Run all tests:
src/AssociationRegistry.Public.Api/Infrastructure/Extensions/ConfigurationExtensions.cs#L57
Dereference of a possibly null reference.
|
Run all tests:
src/AssociationRegistry.Public.Api/Program.cs#L245
The type 'AssociationRegistry.Public.Api.Infrastructure.ConfigurationBindings.AppSettings?' cannot be used as type parameter 'TService' in the generic type or method 'ServiceCollectionServiceExtensions.AddSingleton<TService>(IServiceCollection, TService)'. Nullability of type argument 'AssociationRegistry.Public.Api.Infrastructure.ConfigurationBindings.AppSettings?' doesn't match 'class' constraint.
|
Pre-build Marten models:
src/AssociationRegistry.Admin.Api/Infrastructure/ProjectionStatus.cs#L8
Non-nullable property 'ShardName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Pre-build Marten models:
src/AssociationRegistry.Admin.Api/Infrastructure/ProjectionStatus.cs#L10
Non-nullable property 'Exception' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Pre-build Marten models:
src/AssociationRegistry.Admin.Api/Infrastructure/Middleware/InitiatorHeaderMiddleware.cs#L40
Possible null reference assignment.
|
Pre-build Marten models:
src/AssociationRegistry.Admin.Api/Infrastructure/Middleware/CorrelationIdProvider.cs#L5
Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Pre-build Marten models:
src/AssociationRegistry.Admin.Api/Infrastructure/Middleware/CorrelationIdMiddleware.cs#L37
Possible null reference assignment.
|
Pre-build Marten models:
src/AssociationRegistry.Admin.Api/Infrastructure/Metrics/HighWatermarkListener.cs#L18
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Pre-build Marten models:
src/AssociationRegistry.Admin.Api/Infrastructure/IfMatchParser.cs#L15
Dereference of a possibly null reference.
|
Pre-build Marten models:
src/AssociationRegistry.Admin.Api/Verenigingen/Stop/RequestModels/StopVerenigingRequest.cs#L19
Possible null reference argument for parameter 'Einddatum' in 'StopVerenigingCommand.StopVerenigingCommand(VCode VCode, Datum Einddatum)'.
|
Pre-build Marten models:
src/AssociationRegistry.Admin.Api/Program.cs#L293
The type 'AssociationRegistry.Admin.Api.Infrastructure.ConfigurationBindings.AppSettings?' cannot be used as type parameter 'TService' in the generic type or method 'ServiceCollectionServiceExtensions.AddSingleton<TService>(IServiceCollection, TService)'. Nullability of type argument 'AssociationRegistry.Admin.Api.Infrastructure.ConfigurationBindings.AppSettings?' doesn't match 'class' constraint.
|
Pre-build Marten models:
src/AssociationRegistry.Admin.Api/Program.cs#L318
Dereference of a possibly null reference.
|
Dotnet build:
src/AssociationRegistry.Admin.Api/Verenigingen/Stop/RequestModels/StopVerenigingRequest.cs#L19
Possible null reference argument for parameter 'Einddatum' in 'StopVerenigingCommand.StopVerenigingCommand(VCode VCode, Datum Einddatum)'.
|
Dotnet build:
src/AssociationRegistry.Admin.Api/VCodeGeneration/SequenceVCodeService.cs#L26
'DocumentStore.OpenSession(DocumentTracking, IsolationLevel)' is obsolete: 'Opening a session without explicitly providing desired type may be dropped in next Marten version.
|
Dotnet build:
src/AssociationRegistry.Admin.Api/Program.cs#L293
The type 'AssociationRegistry.Admin.Api.Infrastructure.ConfigurationBindings.AppSettings?' cannot be used as type parameter 'TService' in the generic type or method 'ServiceCollectionServiceExtensions.AddSingleton<TService>(IServiceCollection, TService)'. Nullability of type argument 'AssociationRegistry.Admin.Api.Infrastructure.ConfigurationBindings.AppSettings?' doesn't match 'class' constraint.
|
Dotnet build:
src/AssociationRegistry.Admin.Api/Program.cs#L318
Dereference of a possibly null reference.
|
Dotnet build:
src/AssociationRegistry.Admin.Api/Program.cs#L322
Dereference of a possibly null reference.
|
Dotnet build:
src/AssociationRegistry.Admin.Api/Program.cs#L396
Dereference of a possibly null reference.
|
Dotnet build:
src/AssociationRegistry.Admin.Api/Program.cs#L430
Dereference of a possibly null reference.
|
Dotnet build:
src/AssociationRegistry.Admin.Api/Program.cs#L450
Possible null reference argument for parameter 'connectionString' in 'IHealthChecksBuilder SqlServerHealthCheckBuilderExtensions.AddSqlServer(IHealthChecksBuilder builder, string connectionString, string? healthQuery = null, string? name = null, HealthStatus? failureStatus = null, IEnumerable<string>? tags = null, TimeSpan? timeout = null, Action<SqlConnection>? beforeOpenConnectionConfigurer = null)'.
|
Dotnet build:
src/AssociationRegistry.Admin.Api/Program.cs#L523
Possible null reference argument for parameter 'appSettings' in 'IServiceCollection SwaggerExtensions.AddAdminApiSwagger(IServiceCollection services, AppSettings appSettings)'.
|
Dotnet build:
src/AssociationRegistry.Admin.Api/Infrastructure/ProjectionStatus.cs#L8
Non-nullable property 'ShardName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Dotnet build tests
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
|
Dotnet build tests
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
|
Dotnet build tests
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
|
Dotnet build tests
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
|
Dotnet build tests
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
|
Dotnet build tests
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
|
Dotnet build tests
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
|
Dotnet build tests
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
|
Dotnet build tests
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
|
Dotnet build tests
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
|
The logs for this run have expired and are no longer available.
Loading