fix(bosa): add homonym addition #513
Annotations
10 warnings
Build:
src/Basisregisters.IntegrationDb.SuspiciousCases/Views/SuspiciousCaseCount.cs#L13
Non-nullable property 'NisCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Basisregisters.IntegrationDb.SuspiciousCases/Views/SuspiciousCase.cs#L10
Non-nullable property 'PersistentLocalId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Basisregisters.IntegrationDb.SuspiciousCases/Views/SuspiciousCase.cs#L10
Non-nullable property 'NisCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Basisregisters.IntegrationDb.SuspiciousCases/Views/SuspiciousCase.cs#L10
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Basisregisters.IntegrationDb.SuspiciousCases/Infrastructure/SuspiciousCasesModule.cs#L22
Possible null reference argument for parameter 'connectionString' in 'void SuspiciousCasesModule.RunOnNpgSqlServer(IServiceCollection services, string connectionString)'.
|
Build:
src/Basisregisters.Integration.Veka/Program.cs#L26
'Program.Program()': new protected member declared in sealed type
|
Build:
src/Basisregisters.Integration.Veka/Configuration/VekaOptions.cs#L5
Non-nullable property 'EmailAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Basisregisters.Integration.Veka/Configuration/VekaOptions.cs#L6
Non-nullable property 'AgentId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Basisregisters.Integration.Veka/Configuration/GtmfApiOptions.cs#L5
Non-nullable property 'BaseUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Basisregisters.Integration.Veka/Configuration/GtmfApiOptions.cs#L6
Non-nullable property 'TokenEndpoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|