Release #74
Annotations
10 warnings
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/ProjectionState.cs#L13
Non-nullable property 'Name' 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.
|
Loading