Skip to content

chore(deps): update dotnet monorepo #350

chore(deps): update dotnet monorepo

chore(deps): update dotnet monorepo #350

Triggered via pull request December 10, 2025 10:45
Status Success
Total duration 5m 46s
Artifacts

cicd.pull-request.yml

on: pull_request
Matrix: Run Tests
Notify slack
5s
Notify slack
Fit to window
Zoom out
Zoom in

Annotations

180 warnings
Build Sync Lambda
Non-nullable property 'AdresId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build Sync Lambda
'Vertegenwoordigers.Empty' hides inherited member 'ReadOnlyCollection<Vertegenwoordiger>.Empty'. Use the new keyword if hiding was intended.
Build Sync Lambda
'GeotagsCollection.Empty' hides inherited member 'ReadOnlyCollection<Geotag>.Empty'. Use the new keyword if hiding was intended.
Build Sync Lambda
'Lidmaatschappen.Empty' hides inherited member 'ReadOnlyCollection<Lidmaatschap>.Empty'. Use the new keyword if hiding was intended.
Build Sync Lambda
'Datum' defines 'Equals' but not 'GetHashCode'
Build Sync Lambda
'Contactgegevens.Empty' hides inherited member 'ReadOnlyCollection<Contactgegeven>.Empty'. Use the new keyword if hiding was intended.
Build Sync Lambda
'Locaties.Empty' hides inherited member 'ReadOnlyCollection<Locatie>.Empty'. Use the new keyword if hiding was intended.
Build Sync Lambda
'Postnamen.Empty' hides inherited member 'ReadOnlyCollection<Postnaam>.Empty'. Use the new keyword if hiding was intended.
Build Sync Lambda
'HoofdactiviteitenVerenigingsloket.Empty' hides inherited member 'ReadOnlyCollection<HoofdactiviteitVerenigingsloket>.Empty'. Use the new keyword if hiding was intended.
Build Sync Lambda
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.
analyze-code: src/AssociationRegistry/Framework/IEventExtensions.cs#L26
Converting null literal or possible null value to non-nullable type.
analyze-code: 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.
analyze-code: src/AssociationRegistry/DecentraalBeheer/Vereniging/Vertegenwoordigers/Vertegenwoordigers.cs#L24
'Vertegenwoordigers.Empty' hides inherited member 'ReadOnlyCollection<Vertegenwoordiger>.Empty'. Use the new keyword if hiding was intended.
analyze-code: src/AssociationRegistry/DecentraalBeheer/Vereniging/Lidmaatschappen/Lidmaatschappen.cs#L11
'Lidmaatschappen.Empty' hides inherited member 'ReadOnlyCollection<Lidmaatschap>.Empty'. Use the new keyword if hiding was intended.
analyze-code: src/AssociationRegistry/Grar/Models/PostalInfo/Postnamen.cs#L26
'Postnamen.Empty' hides inherited member 'ReadOnlyCollection<Postnaam>.Empty'. Use the new keyword if hiding was intended.
analyze-code: src/AssociationRegistry/DecentraalBeheer/Vereniging/Datums/Datum.cs#L31
'Datum' defines 'Equals' but not 'GetHashCode'
analyze-code: src/AssociationRegistry/DecentraalBeheer/Vereniging/Locaties/Locaties.cs#L16
'Locaties.Empty' hides inherited member 'ReadOnlyCollection<Locatie>.Empty'. Use the new keyword if hiding was intended.
analyze-code: src/AssociationRegistry/DecentraalBeheer/Vereniging/ContactGegevens/Contactgegevens.cs#L19
'Contactgegevens.Empty' hides inherited member 'ReadOnlyCollection<Contactgegeven>.Empty'. Use the new keyword if hiding was intended.
analyze-code: src/AssociationRegistry/DecentraalBeheer/Vereniging/Hoofdactiviteiten/HoofdactiviteitenVerenigingsloket.cs#L13
'HoofdactiviteitenVerenigingsloket.Empty' hides inherited member 'ReadOnlyCollection<HoofdactiviteitVerenigingsloket>.Empty'. Use the new keyword if hiding was intended.
analyze-code: src/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.
Run Tests (test/AssociationRegistry.Test.PowerBi.ExportHost): 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 Tests (test/AssociationRegistry.Test.PowerBi.ExportHost): src/AssociationRegistry.Public.ProjectionHost/Infrastructure/Program/WebApplicationBuilder/ConfigureMartenExtensions.cs#L127
Possible null reference argument for parameter 'options' in 'PubliekZoekenEventsConsumer.PubliekZoekenEventsConsumer(ElasticsearchClient elasticClient, PubliekZoekProjectionHandler zoekProjectionHandler, ElasticSearchOptionsSection options, ILogger<PubliekZoekenEventsConsumer> logger)'.
Run Tests (test/AssociationRegistry.Test.PowerBi.ExportHost): src/AssociationRegistry.Public.ProjectionHost/Extensions/ProjectionEndpointsExtensions.cs#L56
Possible null reference argument for parameter 'indicesString' in 'Indices.implicit operator Indices(string indicesString)'.
Run Tests (test/AssociationRegistry.Test.PowerBi.ExportHost): src/AssociationRegistry.Public.ProjectionHost/Extensions/ProjectionEndpointsExtensions.cs#L27
Possible null reference argument for parameter 'indicesString' in 'Indices.implicit operator Indices(string indicesString)'.
Run Tests (test/AssociationRegistry.Test.PowerBi.ExportHost): src/AssociationRegistry/Framework/IEventExtensions.cs#L26
Converting null literal or possible null value to non-nullable type.
Run Tests (test/AssociationRegistry.Test.PowerBi.ExportHost): 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.
Run Tests (test/AssociationRegistry.Test.PowerBi.ExportHost): src/AssociationRegistry/DecentraalBeheer/Vereniging/Vertegenwoordigers/Vertegenwoordigers.cs#L24
'Vertegenwoordigers.Empty' hides inherited member 'ReadOnlyCollection<Vertegenwoordiger>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.PowerBi.ExportHost): src/AssociationRegistry/DecentraalBeheer/Vereniging/Locaties/Locaties.cs#L16
'Locaties.Empty' hides inherited member 'ReadOnlyCollection<Locatie>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.PowerBi.ExportHost): src/AssociationRegistry/DecentraalBeheer/Vereniging/Lidmaatschappen/Lidmaatschappen.cs#L11
'Lidmaatschappen.Empty' hides inherited member 'ReadOnlyCollection<Lidmaatschap>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.PowerBi.ExportHost): src/AssociationRegistry/DecentraalBeheer/Vereniging/Hoofdactiviteiten/HoofdactiviteitenVerenigingsloket.cs#L13
'HoofdactiviteitenVerenigingsloket.Empty' hides inherited member 'ReadOnlyCollection<HoofdactiviteitVerenigingsloket>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.PowerBi.ExportHost): src/AssociationRegistry/Grar/Models/PostalInfo/Postnamen.cs#L26
'Postnamen.Empty' hides inherited member 'ReadOnlyCollection<Postnaam>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.PowerBi.ExportHost): src/AssociationRegistry/DecentraalBeheer/Vereniging/ContactGegevens/Contactgegevens.cs#L19
'Contactgegevens.Empty' hides inherited member 'ReadOnlyCollection<Contactgegeven>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Admin.AddressSync): src/AssociationRegistry.Acm.Api/Infrastructure/Extensions/SwaggerExtensions.cs#L51
Possible null reference argument for parameter 'assembly' in 'string AssemblyVersionExtension.GetVersionText(Assembly assembly)'.
Run Tests (test/AssociationRegistry.Test.Admin.AddressSync): src/AssociationRegistry.Acm.Api/Infrastructure/Options/AtomFeedConfigurationBuilder.cs#L23
Possible null reference argument for parameter 'rights' in 'AtomFeedConfiguration.AtomFeedConfiguration(string id, string title, string subtitle, string generatorTitle, string generatorUri, string generatorVersion, string rights, DateTimeOffset updated, SyndicationPerson author, SyndicationLink selfUri, List<SyndicationLink> alternateUris, List<SyndicationLink> relatedUris)'.
Run Tests (test/AssociationRegistry.Test.Admin.AddressSync): src/AssociationRegistry.Acm.Api/Infrastructure/Options/AtomFeedConfigurationBuilder.cs#L21
Possible null reference argument for parameter 'generatorUri' in 'AtomFeedConfiguration.AtomFeedConfiguration(string id, string title, string subtitle, string generatorTitle, string generatorUri, string generatorVersion, string rights, DateTimeOffset updated, SyndicationPerson author, SyndicationLink selfUri, List<SyndicationLink> alternateUris, List<SyndicationLink> relatedUris)'.
Run Tests (test/AssociationRegistry.Test.Admin.AddressSync): src/AssociationRegistry.Acm.Api/Infrastructure/Options/AtomFeedConfigurationBuilder.cs#L20
Possible null reference argument for parameter 'generatorTitle' in 'AtomFeedConfiguration.AtomFeedConfiguration(string id, string title, string subtitle, string generatorTitle, string generatorUri, string generatorVersion, string rights, DateTimeOffset updated, SyndicationPerson author, SyndicationLink selfUri, List<SyndicationLink> alternateUris, List<SyndicationLink> relatedUris)'.
Run Tests (test/AssociationRegistry.Test.Admin.AddressSync): src/AssociationRegistry.Acm.Api/Infrastructure/Options/AtomFeedConfigurationBuilder.cs#L19
Possible null reference argument for parameter 'subtitle' in 'AtomFeedConfiguration.AtomFeedConfiguration(string id, string title, string subtitle, string generatorTitle, string generatorUri, string generatorVersion, string rights, DateTimeOffset updated, SyndicationPerson author, SyndicationLink selfUri, List<SyndicationLink> alternateUris, List<SyndicationLink> relatedUris)'.
Run Tests (test/AssociationRegistry.Test.Admin.AddressSync): src/AssociationRegistry.Acm.Api/Infrastructure/Options/AtomFeedConfigurationBuilder.cs#L18
Possible null reference argument for parameter 'title' in 'AtomFeedConfiguration.AtomFeedConfiguration(string id, string title, string subtitle, string generatorTitle, string generatorUri, string generatorVersion, string rights, DateTimeOffset updated, SyndicationPerson author, SyndicationLink selfUri, List<SyndicationLink> alternateUris, List<SyndicationLink> relatedUris)'.
Run Tests (test/AssociationRegistry.Test.Admin.AddressSync): src/AssociationRegistry.Acm.Api/Infrastructure/Options/AtomFeedConfigurationBuilder.cs#L17
Possible null reference argument for parameter 'id' in 'AtomFeedConfiguration.AtomFeedConfiguration(string id, string title, string subtitle, string generatorTitle, string generatorUri, string generatorVersion, string rights, DateTimeOffset updated, SyndicationPerson author, SyndicationLink selfUri, List<SyndicationLink> alternateUris, List<SyndicationLink> relatedUris)'.
Run Tests (test/AssociationRegistry.Test.Admin.AddressSync): src/AssociationRegistry.Acm.Api/Infrastructure/Options/AtomFeedConfigurationBuilder.cs#L33
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
Run Tests (test/AssociationRegistry.Test.Admin.AddressSync): src/AssociationRegistry.Acm.Api/Infrastructure/Options/AtomFeedConfigurationBuilder.cs#L26
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
Run Tests (test/AssociationRegistry.Test.Admin.AddressSync): src/AssociationRegistry/DecentraalBeheer/Vereniging/ContactGegevens/Contactgegeven.cs#L16
Non-nullable property 'Bron' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run Tests (test/AssociationRegistry.Test.Admin.AddressSync): src/AssociationRegistry/DecentraalBeheer/Vereniging/Lidmaatschappen/Lidmaatschappen.cs#L11
'Lidmaatschappen.Empty' hides inherited member 'ReadOnlyCollection<Lidmaatschap>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Admin.AddressSync): 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.
Run Tests (test/AssociationRegistry.Test.Admin.AddressSync): src/AssociationRegistry/DecentraalBeheer/Vereniging/Vertegenwoordigers/Vertegenwoordigers.cs#L24
'Vertegenwoordigers.Empty' hides inherited member 'ReadOnlyCollection<Vertegenwoordiger>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Admin.AddressSync): src/AssociationRegistry/DecentraalBeheer/Vereniging/Locaties/Locaties.cs#L16
'Locaties.Empty' hides inherited member 'ReadOnlyCollection<Locatie>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Admin.AddressSync): src/AssociationRegistry/Grar/Models/PostalInfo/Postnamen.cs#L26
'Postnamen.Empty' hides inherited member 'ReadOnlyCollection<Postnaam>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Admin.AddressSync): src/AssociationRegistry/DecentraalBeheer/Vereniging/ContactGegevens/Contactgegevens.cs#L19
'Contactgegevens.Empty' hides inherited member 'ReadOnlyCollection<Contactgegeven>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Admin.AddressSync): src/AssociationRegistry/DecentraalBeheer/Vereniging/Hoofdactiviteiten/HoofdactiviteitenVerenigingsloket.cs#L13
'HoofdactiviteitenVerenigingsloket.Empty' hides inherited member 'ReadOnlyCollection<HoofdactiviteitVerenigingsloket>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Admin.AddressSync): src/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.
Run Tests (test/AssociationRegistry.Test.Acm.Api): src/AssociationRegistry.Public.ProjectionHost/Infrastructure/Program/WebApplicationBuilder/ConfigurationExtensions.cs#L12
Possible null reference argument for parameter 'postgreSqlOptions' in 'void ConfigHelpers.ThrowIfInvalidPostgreSqlOptions(PostgreSqlOptionsSection postgreSqlOptions)'.
Run Tests (test/AssociationRegistry.Test.Acm.Api): 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 Tests (test/AssociationRegistry.Test.Acm.Api): src/AssociationRegistry.Public.ProjectionHost/Infrastructure/Program/WebApplicationBuilder/ConfigureMartenExtensions.cs#L127
Possible null reference argument for parameter 'options' in 'PubliekZoekenEventsConsumer.PubliekZoekenEventsConsumer(ElasticsearchClient elasticClient, PubliekZoekProjectionHandler zoekProjectionHandler, ElasticSearchOptionsSection options, ILogger<PubliekZoekenEventsConsumer> logger)'.
Run Tests (test/AssociationRegistry.Test.Acm.Api): src/AssociationRegistry.Public.ProjectionHost/Extensions/ProjectionEndpointsExtensions.cs#L56
Possible null reference argument for parameter 'indicesString' in 'Indices.implicit operator Indices(string indicesString)'.
Run Tests (test/AssociationRegistry.Test.Acm.Api): src/AssociationRegistry.Public.ProjectionHost/Extensions/ProjectionEndpointsExtensions.cs#L27
Possible null reference argument for parameter 'indicesString' in 'Indices.implicit operator Indices(string indicesString)'.
Run Tests (test/AssociationRegistry.Test.Acm.Api): src/AssociationRegistry/Framework/IEventExtensions.cs#L26
Converting null literal or possible null value to non-nullable type.
Run Tests (test/AssociationRegistry.Test.Acm.Api): src/AssociationRegistry/DecentraalBeheer/Vereniging/Vertegenwoordigers/Vertegenwoordigers.cs#L24
'Vertegenwoordigers.Empty' hides inherited member 'ReadOnlyCollection<Vertegenwoordiger>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Acm.Api): 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.
Run Tests (test/AssociationRegistry.Test.Acm.Api): src/AssociationRegistry/DecentraalBeheer/Vereniging/Lidmaatschappen/Lidmaatschappen.cs#L11
'Lidmaatschappen.Empty' hides inherited member 'ReadOnlyCollection<Lidmaatschap>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Acm.Api): src/AssociationRegistry/DecentraalBeheer/Vereniging/Locaties/Locaties.cs#L16
'Locaties.Empty' hides inherited member 'ReadOnlyCollection<Locatie>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Acm.Api): src/AssociationRegistry/Grar/Models/PostalInfo/Postnamen.cs#L26
'Postnamen.Empty' hides inherited member 'ReadOnlyCollection<Postnaam>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Acm.Api): src/AssociationRegistry/DecentraalBeheer/Vereniging/ContactGegevens/Contactgegevens.cs#L19
'Contactgegevens.Empty' hides inherited member 'ReadOnlyCollection<Contactgegeven>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Acm.Api): src/AssociationRegistry/DecentraalBeheer/Vereniging/Hoofdactiviteiten/HoofdactiviteitenVerenigingsloket.cs#L13
'HoofdactiviteitenVerenigingsloket.Empty' hides inherited member 'ReadOnlyCollection<HoofdactiviteitVerenigingsloket>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Acm.Api): src/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.
Run Tests (test/AssociationRegistry.Test): src/AssociationRegistry.Public.ProjectionHost/Extensions/ProjectionEndpointsExtensions.cs#L27
Possible null reference argument for parameter 'indicesString' in 'Indices.implicit operator Indices(string indicesString)'.
Run Tests (test/AssociationRegistry.Test): src/AssociationRegistry.Public.ProjectionHost/Infrastructure/Program/WebApplicationBuilder/ConfigurationExtensions.cs#L22
Possible null reference argument for parameter 'elasticSearchOptions' in 'void ConfigHelpers.ThrowIfInvalidElasticOptions(ElasticSearchOptionsSection elasticSearchOptions)'.
Run Tests (test/AssociationRegistry.Test): src/AssociationRegistry.Public.ProjectionHost/Infrastructure/Program/WebApplicationBuilder/ConfigurationExtensions.cs#L12
Possible null reference argument for parameter 'postgreSqlOptions' in 'void ConfigHelpers.ThrowIfInvalidPostgreSqlOptions(PostgreSqlOptionsSection postgreSqlOptions)'.
Run Tests (test/AssociationRegistry.Test): src/AssociationRegistry.Public.ProjectionHost/Infrastructure/Program/WebApplicationBuilder/ConfigureMartenExtensions.cs#L127
Possible null reference argument for parameter 'options' in 'PubliekZoekenEventsConsumer.PubliekZoekenEventsConsumer(ElasticsearchClient elasticClient, PubliekZoekProjectionHandler zoekProjectionHandler, ElasticSearchOptionsSection options, ILogger<PubliekZoekenEventsConsumer> logger)'.
Run Tests (test/AssociationRegistry.Test): src/AssociationRegistry/DecentraalBeheer/Vereniging/ContactGegevens/Contactgegeven.cs#L16
Non-nullable property 'Bron' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run Tests (test/AssociationRegistry.Test): 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.
Run Tests (test/AssociationRegistry.Test): src/AssociationRegistry/DecentraalBeheer/Vereniging/Vertegenwoordigers/Vertegenwoordigers.cs#L24
'Vertegenwoordigers.Empty' hides inherited member 'ReadOnlyCollection<Vertegenwoordiger>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test): src/AssociationRegistry/DecentraalBeheer/Vereniging/Locaties/Locaties.cs#L16
'Locaties.Empty' hides inherited member 'ReadOnlyCollection<Locatie>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test): src/AssociationRegistry/Grar/Models/PostalInfo/Postnamen.cs#L26
'Postnamen.Empty' hides inherited member 'ReadOnlyCollection<Postnaam>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test): src/AssociationRegistry/DecentraalBeheer/Vereniging/Lidmaatschappen/Lidmaatschappen.cs#L11
'Lidmaatschappen.Empty' hides inherited member 'ReadOnlyCollection<Lidmaatschap>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test): src/AssociationRegistry/DecentraalBeheer/Vereniging/Hoofdactiviteiten/HoofdactiviteitenVerenigingsloket.cs#L13
'HoofdactiviteitenVerenigingsloket.Empty' hides inherited member 'ReadOnlyCollection<HoofdactiviteitVerenigingsloket>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test): src/AssociationRegistry/DecentraalBeheer/Vereniging/ContactGegevens/Contactgegevens.cs#L19
'Contactgegevens.Empty' hides inherited member 'ReadOnlyCollection<Contactgegeven>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test): src/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.
Run Tests (test/AssociationRegistry.Test.Public.Api): src/AssociationRegistry.Public.ProjectionHost/Infrastructure/Program/WebApplicationBuilder/ConfigurationExtensions.cs#L12
Possible null reference argument for parameter 'postgreSqlOptions' in 'void ConfigHelpers.ThrowIfInvalidPostgreSqlOptions(PostgreSqlOptionsSection postgreSqlOptions)'.
Run Tests (test/AssociationRegistry.Test.Public.Api): 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 Tests (test/AssociationRegistry.Test.Public.Api): src/AssociationRegistry.Public.ProjectionHost/Infrastructure/Program/WebApplicationBuilder/ConfigureMartenExtensions.cs#L127
Possible null reference argument for parameter 'options' in 'PubliekZoekenEventsConsumer.PubliekZoekenEventsConsumer(ElasticsearchClient elasticClient, PubliekZoekProjectionHandler zoekProjectionHandler, ElasticSearchOptionsSection options, ILogger<PubliekZoekenEventsConsumer> logger)'.
Run Tests (test/AssociationRegistry.Test.Public.Api): src/AssociationRegistry.Public.ProjectionHost/Extensions/ProjectionEndpointsExtensions.cs#L56
Possible null reference argument for parameter 'indicesString' in 'Indices.implicit operator Indices(string indicesString)'.
Run Tests (test/AssociationRegistry.Test.Public.Api): src/AssociationRegistry.Public.ProjectionHost/Extensions/ProjectionEndpointsExtensions.cs#L27
Possible null reference argument for parameter 'indicesString' in 'Indices.implicit operator Indices(string indicesString)'.
Run Tests (test/AssociationRegistry.Test.Public.Api): src/AssociationRegistry/DecentraalBeheer/Vereniging/ContactGegevens/Contactgegeven.cs#L16
Non-nullable property 'Bron' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run Tests (test/AssociationRegistry.Test.Public.Api): 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.
Run Tests (test/AssociationRegistry.Test.Public.Api): src/AssociationRegistry/DecentraalBeheer/Vereniging/Vertegenwoordigers/Vertegenwoordigers.cs#L24
'Vertegenwoordigers.Empty' hides inherited member 'ReadOnlyCollection<Vertegenwoordiger>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Public.Api): src/AssociationRegistry/DecentraalBeheer/Vereniging/Lidmaatschappen/Lidmaatschappen.cs#L11
'Lidmaatschappen.Empty' hides inherited member 'ReadOnlyCollection<Lidmaatschap>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Public.Api): src/AssociationRegistry/DecentraalBeheer/Vereniging/Locaties/Locaties.cs#L16
'Locaties.Empty' hides inherited member 'ReadOnlyCollection<Locatie>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Public.Api): src/AssociationRegistry/DecentraalBeheer/Vereniging/Hoofdactiviteiten/HoofdactiviteitenVerenigingsloket.cs#L13
'HoofdactiviteitenVerenigingsloket.Empty' hides inherited member 'ReadOnlyCollection<HoofdactiviteitVerenigingsloket>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Public.Api): src/AssociationRegistry/Grar/Models/PostalInfo/Postnamen.cs#L26
'Postnamen.Empty' hides inherited member 'ReadOnlyCollection<Postnaam>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Public.Api): src/AssociationRegistry/DecentraalBeheer/Vereniging/ContactGegevens/Contactgegevens.cs#L19
'Contactgegevens.Empty' hides inherited member 'ReadOnlyCollection<Contactgegeven>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Public.Api): src/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.
Run Tests (test/AssociationRegistry.Test.E2E): src/AssociationRegistry.Acm.Api/Infrastructure/Extensions/ConfigurationExtensions.cs#L15
Possible null reference argument for parameter 'postgreSqlOptions' in 'void ConfigurationExtensions.ThrowIfInvalid(PostgreSqlOptionsSection postgreSqlOptions)'.
Run Tests (test/AssociationRegistry.Test.E2E): src/AssociationRegistry.Acm.Api/Infrastructure/Options/AtomFeedConfigurationBuilder.cs#L23
Possible null reference argument for parameter 'rights' in 'AtomFeedConfiguration.AtomFeedConfiguration(string id, string title, string subtitle, string generatorTitle, string generatorUri, string generatorVersion, string rights, DateTimeOffset updated, SyndicationPerson author, SyndicationLink selfUri, List<SyndicationLink> alternateUris, List<SyndicationLink> relatedUris)'.
Run Tests (test/AssociationRegistry.Test.E2E): src/AssociationRegistry.Acm.Api/Infrastructure/Options/AtomFeedConfigurationBuilder.cs#L21
Possible null reference argument for parameter 'generatorUri' in 'AtomFeedConfiguration.AtomFeedConfiguration(string id, string title, string subtitle, string generatorTitle, string generatorUri, string generatorVersion, string rights, DateTimeOffset updated, SyndicationPerson author, SyndicationLink selfUri, List<SyndicationLink> alternateUris, List<SyndicationLink> relatedUris)'.
Run Tests (test/AssociationRegistry.Test.E2E): src/AssociationRegistry.Acm.Api/Infrastructure/Options/AtomFeedConfigurationBuilder.cs#L20
Possible null reference argument for parameter 'generatorTitle' in 'AtomFeedConfiguration.AtomFeedConfiguration(string id, string title, string subtitle, string generatorTitle, string generatorUri, string generatorVersion, string rights, DateTimeOffset updated, SyndicationPerson author, SyndicationLink selfUri, List<SyndicationLink> alternateUris, List<SyndicationLink> relatedUris)'.
Run Tests (test/AssociationRegistry.Test.E2E): src/AssociationRegistry.Acm.Api/Infrastructure/Options/AtomFeedConfigurationBuilder.cs#L19
Possible null reference argument for parameter 'subtitle' in 'AtomFeedConfiguration.AtomFeedConfiguration(string id, string title, string subtitle, string generatorTitle, string generatorUri, string generatorVersion, string rights, DateTimeOffset updated, SyndicationPerson author, SyndicationLink selfUri, List<SyndicationLink> alternateUris, List<SyndicationLink> relatedUris)'.
Run Tests (test/AssociationRegistry.Test.E2E): src/AssociationRegistry.Acm.Api/Infrastructure/Options/AtomFeedConfigurationBuilder.cs#L18
Possible null reference argument for parameter 'title' in 'AtomFeedConfiguration.AtomFeedConfiguration(string id, string title, string subtitle, string generatorTitle, string generatorUri, string generatorVersion, string rights, DateTimeOffset updated, SyndicationPerson author, SyndicationLink selfUri, List<SyndicationLink> alternateUris, List<SyndicationLink> relatedUris)'.
Run Tests (test/AssociationRegistry.Test.E2E): src/AssociationRegistry.Acm.Api/Infrastructure/Options/AtomFeedConfigurationBuilder.cs#L17
Possible null reference argument for parameter 'id' in 'AtomFeedConfiguration.AtomFeedConfiguration(string id, string title, string subtitle, string generatorTitle, string generatorUri, string generatorVersion, string rights, DateTimeOffset updated, SyndicationPerson author, SyndicationLink selfUri, List<SyndicationLink> alternateUris, List<SyndicationLink> relatedUris)'.
Run Tests (test/AssociationRegistry.Test.E2E): src/AssociationRegistry.Acm.Api/Infrastructure/Options/AtomFeedConfigurationBuilder.cs#L33
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
Run Tests (test/AssociationRegistry.Test.E2E): src/AssociationRegistry.Acm.Api/Infrastructure/Options/AtomFeedConfigurationBuilder.cs#L26
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
Run Tests (test/AssociationRegistry.Test.E2E): src/AssociationRegistry.Acm.Api/Projections/VerenigingDocumentProjector.cs#L56
Possible null reference argument for parameter 'vCode' in 'Task<VerenigingDocument> VerenigingPerInszQueryExtensions.GetVerenigingDocument(IDocumentOperations source, string vCode)'.
Run Tests (test/AssociationRegistry.Test.E2E): src/AssociationRegistry/DecentraalBeheer/Vereniging/ContactGegevens/Contactgegeven.cs#L16
Non-nullable property 'Bron' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run Tests (test/AssociationRegistry.Test.E2E): src/AssociationRegistry/Grar/Models/PostalInfo/Postnamen.cs#L26
'Postnamen.Empty' hides inherited member 'ReadOnlyCollection<Postnaam>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.E2E): src/AssociationRegistry/DecentraalBeheer/Vereniging/Vertegenwoordigers/Vertegenwoordigers.cs#L24
'Vertegenwoordigers.Empty' hides inherited member 'ReadOnlyCollection<Vertegenwoordiger>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.E2E): src/AssociationRegistry/DecentraalBeheer/Vereniging/Lidmaatschappen/Lidmaatschappen.cs#L11
'Lidmaatschappen.Empty' hides inherited member 'ReadOnlyCollection<Lidmaatschap>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.E2E): 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.
Run Tests (test/AssociationRegistry.Test.E2E): src/AssociationRegistry/DecentraalBeheer/Vereniging/ContactGegevens/Contactgegevens.cs#L19
'Contactgegevens.Empty' hides inherited member 'ReadOnlyCollection<Contactgegeven>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.E2E): src/AssociationRegistry/DecentraalBeheer/Vereniging/Locaties/Locaties.cs#L16
'Locaties.Empty' hides inherited member 'ReadOnlyCollection<Locatie>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.E2E): src/AssociationRegistry/DecentraalBeheer/Vereniging/Hoofdactiviteiten/HoofdactiviteitenVerenigingsloket.cs#L13
'HoofdactiviteitenVerenigingsloket.Empty' hides inherited member 'ReadOnlyCollection<HoofdactiviteitVerenigingsloket>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.E2E): src/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.
Run Tests (test/AssociationRegistry.Test.Projections): src/AssociationRegistry.Public.ProjectionHost/Infrastructure/Program/WebApplicationBuilder/ConfigurationExtensions.cs#L12
Possible null reference argument for parameter 'postgreSqlOptions' in 'void ConfigHelpers.ThrowIfInvalidPostgreSqlOptions(PostgreSqlOptionsSection postgreSqlOptions)'.
Run Tests (test/AssociationRegistry.Test.Projections): 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 Tests (test/AssociationRegistry.Test.Projections): src/AssociationRegistry.Public.ProjectionHost/Extensions/ProjectionEndpointsExtensions.cs#L56
Possible null reference argument for parameter 'indicesString' in 'Indices.implicit operator Indices(string indicesString)'.
Run Tests (test/AssociationRegistry.Test.Projections): src/AssociationRegistry.Public.ProjectionHost/Extensions/ProjectionEndpointsExtensions.cs#L27
Possible null reference argument for parameter 'indicesString' in 'Indices.implicit operator Indices(string indicesString)'.
Run Tests (test/AssociationRegistry.Test.Projections): src/AssociationRegistry.Public.ProjectionHost/Infrastructure/Program/WebApplicationBuilder/ConfigureMartenExtensions.cs#L127
Possible null reference argument for parameter 'options' in 'PubliekZoekenEventsConsumer.PubliekZoekenEventsConsumer(ElasticsearchClient elasticClient, PubliekZoekProjectionHandler zoekProjectionHandler, ElasticSearchOptionsSection options, ILogger<PubliekZoekenEventsConsumer> logger)'.
Run Tests (test/AssociationRegistry.Test.Projections): src/AssociationRegistry/DecentraalBeheer/Vereniging/ContactGegevens/Contactgegeven.cs#L16
Non-nullable property 'Bron' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run Tests (test/AssociationRegistry.Test.Projections): 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.
Run Tests (test/AssociationRegistry.Test.Projections): src/AssociationRegistry/DecentraalBeheer/Vereniging/Vertegenwoordigers/Vertegenwoordigers.cs#L24
'Vertegenwoordigers.Empty' hides inherited member 'ReadOnlyCollection<Vertegenwoordiger>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Projections): src/AssociationRegistry/DecentraalBeheer/Vereniging/Lidmaatschappen/Lidmaatschappen.cs#L11
'Lidmaatschappen.Empty' hides inherited member 'ReadOnlyCollection<Lidmaatschap>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Projections): src/AssociationRegistry/Grar/Models/PostalInfo/Postnamen.cs#L26
'Postnamen.Empty' hides inherited member 'ReadOnlyCollection<Postnaam>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Projections): src/AssociationRegistry/DecentraalBeheer/Vereniging/Locaties/Locaties.cs#L16
'Locaties.Empty' hides inherited member 'ReadOnlyCollection<Locatie>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Projections): src/AssociationRegistry/DecentraalBeheer/Vereniging/ContactGegevens/Contactgegevens.cs#L19
'Contactgegevens.Empty' hides inherited member 'ReadOnlyCollection<Contactgegeven>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Projections): src/AssociationRegistry/DecentraalBeheer/Vereniging/Hoofdactiviteiten/HoofdactiviteitenVerenigingsloket.cs#L13
'HoofdactiviteitenVerenigingsloket.Empty' hides inherited member 'ReadOnlyCollection<HoofdactiviteitVerenigingsloket>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Projections): src/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.
Run Tests (test/AssociationRegistry.Test.Admin.Api): src/AssociationRegistry.Public.ProjectionHost/Infrastructure/Program/WebApplicationBuilder/ConfigurationExtensions.cs#L22
Possible null reference argument for parameter 'elasticSearchOptions' in 'void ConfigHelpers.ThrowIfInvalidElasticOptions(ElasticSearchOptionsSection elasticSearchOptions)'.
Run Tests (test/AssociationRegistry.Test.Admin.Api): src/AssociationRegistry.Public.ProjectionHost/Infrastructure/Program/WebApplicationBuilder/ConfigurationExtensions.cs#L12
Possible null reference argument for parameter 'postgreSqlOptions' in 'void ConfigHelpers.ThrowIfInvalidPostgreSqlOptions(PostgreSqlOptionsSection postgreSqlOptions)'.
Run Tests (test/AssociationRegistry.Test.Admin.Api): src/AssociationRegistry.Public.ProjectionHost/Infrastructure/Program/WebApplicationBuilder/ConfigureMartenExtensions.cs#L127
Possible null reference argument for parameter 'options' in 'PubliekZoekenEventsConsumer.PubliekZoekenEventsConsumer(ElasticsearchClient elasticClient, PubliekZoekProjectionHandler zoekProjectionHandler, ElasticSearchOptionsSection options, ILogger<PubliekZoekenEventsConsumer> logger)'.
Run Tests (test/AssociationRegistry.Test.Admin.Api): src/AssociationRegistry.Public.ProjectionHost/Extensions/ProjectionEndpointsExtensions.cs#L56
Possible null reference argument for parameter 'indicesString' in 'Indices.implicit operator Indices(string indicesString)'.
Run Tests (test/AssociationRegistry.Test.Admin.Api): src/AssociationRegistry.Public.ProjectionHost/Extensions/ProjectionEndpointsExtensions.cs#L27
Possible null reference argument for parameter 'indicesString' in 'Indices.implicit operator Indices(string indicesString)'.
Run Tests (test/AssociationRegistry.Test.Admin.Api): src/AssociationRegistry/Framework/IEventExtensions.cs#L26
Converting null literal or possible null value to non-nullable type.
Run Tests (test/AssociationRegistry.Test.Admin.Api): 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.
Run Tests (test/AssociationRegistry.Test.Admin.Api): src/AssociationRegistry/DecentraalBeheer/Vereniging/Vertegenwoordigers/Vertegenwoordigers.cs#L24
'Vertegenwoordigers.Empty' hides inherited member 'ReadOnlyCollection<Vertegenwoordiger>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Admin.Api): src/AssociationRegistry/DecentraalBeheer/Vereniging/Lidmaatschappen/Lidmaatschappen.cs#L11
'Lidmaatschappen.Empty' hides inherited member 'ReadOnlyCollection<Lidmaatschap>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Admin.Api): src/AssociationRegistry/DecentraalBeheer/Vereniging/Locaties/Locaties.cs#L16
'Locaties.Empty' hides inherited member 'ReadOnlyCollection<Locatie>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Admin.Api): src/AssociationRegistry/Grar/Models/PostalInfo/Postnamen.cs#L26
'Postnamen.Empty' hides inherited member 'ReadOnlyCollection<Postnaam>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Admin.Api): src/AssociationRegistry/DecentraalBeheer/Vereniging/ContactGegevens/Contactgegevens.cs#L19
'Contactgegevens.Empty' hides inherited member 'ReadOnlyCollection<Contactgegeven>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Admin.Api): src/AssociationRegistry/DecentraalBeheer/Vereniging/Hoofdactiviteiten/HoofdactiviteitenVerenigingsloket.cs#L13
'HoofdactiviteitenVerenigingsloket.Empty' hides inherited member 'ReadOnlyCollection<HoofdactiviteitVerenigingsloket>.Empty'. Use the new keyword if hiding was intended.
Run Tests (test/AssociationRegistry.Test.Admin.Api): src/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.