Or 2638 duplicatebug #2501
Annotations
21 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run all tests:
src/AssociationRegistry.Public.ProjectionHost/Extensions/ProjectionEndpointsExtensions.cs#L82
Cannot convert null literal to non-nullable reference type.
|
Run all tests:
src/AssociationRegistry.Public.ProjectionHost/Projections/Sequence/PubliekVerenigingSequenceProjection.cs#L41
Possible null reference assignment.
|
Run all tests:
src/AssociationRegistry.Public.ProjectionHost/Projections/Sequence/PubliekVerenigingSequenceProjection.cs#L46
Dereference of a possibly null reference.
|
Run all tests:
src/AssociationRegistry.Public.ProjectionHost/Projections/Search/ElasticRepository.cs#L56
Possible null reference return.
|
Run all tests:
src/AssociationRegistry.Public.ProjectionHost/Extensions/ProjectionEndpointsExtensions.cs#L27
Dereference of a possibly null reference.
|
Run all tests:
src/AssociationRegistry.Public.ProjectionHost/Extensions/ProjectionEndpointsExtensions.cs#L56
Dereference of a possibly null reference.
|
Run all tests:
src/AssociationRegistry.Public.ProjectionHost/Extensions/ProjectionEndpointsExtensions.cs#L77
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.
|
Run all tests:
src/AssociationRegistry.Public.ProjectionHost/Projections/Search/ElasticEventProjection.cs#L434
Possible null reference assignment.
|
Run all tests:
src/AssociationRegistry.Public.ProjectionHost/Infrastructure/Program/WebApplicationBuilder/ConfigureMartenExtensions.cs#L65
'JsonNetSerializer.Customize(Action<JsonSerializer>)' is obsolete: 'Use Configure(Action<JsonSerializerSettings> configure) instead. This overload will be removed in the next major release.'
|
Run all tests:
src/AssociationRegistry.Public.ProjectionHost/Infrastructure/Program/WebApplicationBuilder/ConfigureMartenExtensions.cs#L82
Dereference of a possibly null reference.
|
Dotnet build:
src/AssociationRegistry/Grar/Clients/GrarClient.cs#L163
Nullability of reference types in return type of 'Task<PostalInformationResponse?> GrarClient.GetPostalInformation(string postcode)' doesn't match implicitly implemented member 'Task<PostalInformationResponse> IGrarClient.GetPostalInformation(string postcode)'.
|
Dotnet build:
src/AssociationRegistry/Grar/Models/PostalInfo/Postnamen.cs#L29
'Postnamen.Empty' hides inherited member 'ReadOnlyCollection<Postnaam>.Empty'. Use the new keyword if hiding was intended.
|
Dotnet build:
src/AssociationRegistry/Vereniging/Hoofdactiviteiten/HoofdactiviteitenVerenigingsloket.cs#L13
'HoofdactiviteitenVerenigingsloket.Empty' hides inherited member 'ReadOnlyCollection<HoofdactiviteitVerenigingsloket>.Empty'. Use the new keyword if hiding was intended.
|
Dotnet build:
src/AssociationRegistry/Vereniging/ContactGegevens/Contactgegevens.cs#L19
'Contactgegevens.Empty' hides inherited member 'ReadOnlyCollection<Contactgegeven>.Empty'. Use the new keyword if hiding was intended.
|
Dotnet build:
src/AssociationRegistry/Vereniging/Lidmaatschappen/Lidmaatschappen.cs#L13
'Lidmaatschappen.Empty' hides inherited member 'ReadOnlyCollection<Lidmaatschap>.Empty'. Use the new keyword if hiding was intended.
|
Dotnet build:
src/AssociationRegistry/Vereniging/Locaties/Locaties.cs#L15
'Locaties.Empty' hides inherited member 'ReadOnlyCollection<Locatie>.Empty'. Use the new keyword if hiding was intended.
|
Dotnet build:
src/AssociationRegistry/Vereniging/Datums/Datum.cs#L31
'Datum' defines 'Equals' but not 'GetHashCode'
|
Dotnet build:
src/AssociationRegistry/Vereniging/Vertegenwoordigers/Vertegenwoordigers.cs#L24
'Vertegenwoordigers.Empty' hides inherited member 'ReadOnlyCollection<Vertegenwoordiger>.Empty'. Use the new keyword if hiding was intended.
|
Dotnet build:
src/AssociationRegistry/EventFactories/EventFactory.cs#L23
Dereference of a possibly null reference.
|
Dotnet build:
src/AssociationRegistry/Primitives/NullOrEmpty.cs#L26
Possible null reference argument for parameter 'arg' in 'TDestination Func<T, TDestination>.Invoke(T arg)'.
|
Loading