Release #78
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Dotnet build:
src/Basisregisters.IntegrationDb.Gtmf.Meldingen/Infrastructure/MigrationsHelper.cs#L15
Cannot convert null literal to non-nullable reference type.
|
Dotnet build:
src/Basisregisters.IntegrationDb.Gtmf.Meldingen/Infrastructure/Program.cs#L25
'Program.Program()': new protected member declared in sealed type
|
Dotnet build:
src/Basisregisters.IntegrationDb.Gtmf.Meldingen/Configuration/GtmfApiOptions.cs#L5
Non-nullable property 'BaseUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Dotnet build:
src/Basisregisters.IntegrationDb.Gtmf.Meldingen/Configuration/GtmfApiOptions.cs#L6
Non-nullable property 'TokenEndpoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Dotnet build:
src/Basisregisters.IntegrationDb.Gtmf.Meldingen/Configuration/GtmfApiOptions.cs#L7
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Dotnet build:
src/Basisregisters.IntegrationDb.Gtmf.Meldingen/Configuration/GtmfApiOptions.cs#L8
Non-nullable property 'ClientSecret' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Dotnet build:
src/Basisregisters.IntegrationDb.Gtmf.Meldingen/Api/Meldingen/MeldingV2Response.cs#L23
Non-nullable property 'Identifier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Dotnet build:
src/Basisregisters.IntegrationDb.Gtmf.Meldingen/Api/Meldingen/MeldingV2Response.cs#L25
Non-nullable property 'OrganisatieType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Dotnet build:
src/Basisregisters.IntegrationDb.Gtmf.Meldingen/Api/Meldingen/MeldingV2Response.cs#L8
Non-nullable property 'Referentie' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Dotnet build:
src/Basisregisters.IntegrationDb.Gtmf.Meldingen/Api/Meldingen/MeldingV2Response.cs#L11
Non-nullable property 'Meldingsapplicatie' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading