Skip to content

feat(suspicious): add configuration for niscode validity #502

feat(suspicious): add configuration for niscode validity

feat(suspicious): add configuration for niscode validity #502

Triggered via pull request November 4, 2024 15:08
Status Success
Total duration 2m 55s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.
Build: src/Basisregisters.Integration.Veka/Configuration/GtmfApiOptions.cs#L7
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Basisregisters.Integration.Veka/Configuration/GtmfApiOptions.cs#L8
Non-nullable property 'ClientSecret' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Basisregisters.Integration.Veka/Configuration/EmailOptions.cs#L5
Non-nullable property 'SenderEmail' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Basisregisters.Integration.Veka/Gtmf/MeldingV1Response.cs#L108
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Basisregisters.Integration.Veka/Gtmf/MeldingV1Response.cs#L103
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.