chore(deps): update postgres docker tag to v15.15 #292
Annotations
20 warnings
|
Run all tests:
src/AssociationRegistry.Admin.ProjectionHost/Projections/Rebuild/ProjectionEndpointsRebuildExtensions.cs#L128
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.Admin.ProjectionHost/Projections/Rebuild/ProjectionEndpointsRebuildExtensions.cs#L112
Possible null reference argument for parameter 'indicesString' in 'Indices.implicit operator Indices(string indicesString)'.
|
|
Run all tests:
src/AssociationRegistry.Admin.ProjectionHost/Projections/Rebuild/ProjectionEndpointsRebuildExtensions.cs#L112
Dereference of a possibly null reference.
|
|
Run all tests:
src/AssociationRegistry.Admin.ProjectionHost/Projections/Rebuild/ProjectionEndpointsRebuildExtensions.cs#L97
Possible null reference argument for parameter 'indicesString' in 'Indices.implicit operator Indices(string indicesString)'.
|
|
Run all tests:
src/AssociationRegistry.Admin.ProjectionHost/Projections/Rebuild/ProjectionEndpointsRebuildExtensions.cs#L97
Dereference of a possibly null reference.
|
|
Run all tests:
src/AssociationRegistry.Admin.ProjectionHost/Projections/Rebuild/ProjectionEndpointsRebuildExtensions.cs#L40
Possible null reference argument for parameter 'indicesString' in 'Indices.implicit operator Indices(string indicesString)'.
|
|
Run all tests:
src/AssociationRegistry.Admin.ProjectionHost/Projections/Rebuild/ProjectionEndpointsRebuildExtensions.cs#L40
Dereference of a possibly null reference.
|
|
Run all tests:
src/AssociationRegistry.Admin.ProjectionHost/Projections/Rebuild/ProjectionEndpointsRebuildExtensions.cs#L34
Possible null reference argument for parameter 'indicesString' in 'Indices.implicit operator Indices(string indicesString)'.
|
|
Run all tests:
src/AssociationRegistry.Admin.ProjectionHost/Projections/Rebuild/ProjectionEndpointsRebuildExtensions.cs#L34
Dereference of a possibly null reference.
|
|
Run all tests:
src/AssociationRegistry.Admin.ProjectionHost/Infrastructure/Program/WebApplicationBuilder/ConfigureMartenExtensions.cs#L165
Possible null reference argument for parameter 'options' in 'BeheerZoekenEventsConsumer.BeheerZoekenEventsConsumer(ElasticsearchClient elasticClient, BeheerZoekProjectionHandler zoekProjectionHandler, ElasticSearchOptionsSection options, ILogger<BeheerZoekenEventsConsumer> logger)'.
|
|
Dotnet build:
src/AssociationRegistry/Events/AdresDetailUitAdressenregister.cs#L5
Non-nullable property 'AdresId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Dotnet build:
src/AssociationRegistry/DecentraalBeheer/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/DecentraalBeheer/Vereniging/Datums/Datum.cs#L31
'Datum' defines 'Equals' but not 'GetHashCode'
|
|
Dotnet build:
src/AssociationRegistry/DecentraalBeheer/Vereniging/Werkingsgebieden/Geotags/GeotagsCollection.cs#L52
'GeotagsCollection.Empty' hides inherited member 'ReadOnlyCollection<Geotag>.Empty'. Use the new keyword if hiding was intended.
|
|
Dotnet build:
src/AssociationRegistry/DecentraalBeheer/Vereniging/Locaties/Locaties.cs#L16
'Locaties.Empty' hides inherited member 'ReadOnlyCollection<Locatie>.Empty'. Use the new keyword if hiding was intended.
|
|
Dotnet build:
src/AssociationRegistry/DecentraalBeheer/Vereniging/Lidmaatschappen/Lidmaatschappen.cs#L11
'Lidmaatschappen.Empty' hides inherited member 'ReadOnlyCollection<Lidmaatschap>.Empty'. Use the new keyword if hiding was intended.
|
|
Dotnet build:
src/AssociationRegistry/DecentraalBeheer/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/Grar/Models/PostalInfo/Postnamen.cs#L26
'Postnamen.Empty' hides inherited member 'ReadOnlyCollection<Postnaam>.Empty'. Use the new keyword if hiding was intended.
|
|
Dotnet build:
src/AssociationRegistry/DecentraalBeheer/Vereniging/ContactGegevens/Contactgegevens.cs#L19
'Contactgegevens.Empty' hides inherited member 'ReadOnlyCollection<Contactgegeven>.Empty'. Use the new keyword if hiding was intended.
|
|
Dotnet build:
AssociationRegistry.Integrations.Slack/SlackNotifier.cs#L28
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(AssociationRegistry.Integrations.Slack.NotifyType)3' is not covered.
|
Loading