Skip to content

fix(bosa): add homonym addition #513

fix(bosa): add homonym addition

fix(bosa): add homonym addition #513

Triggered via pull request November 13, 2024 10:30
Status Success
Total duration 2m 27s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.