Skip to content

fix(bosa): remove crab versions check #507

fix(bosa): remove crab versions check

fix(bosa): remove crab versions check #507

Triggered via pull request November 8, 2024 09:51
Status Success
Total duration 2m 32s
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/ProjectionState.cs#L86
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
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/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.
Build: src/Basisregisters.Integration.Veka/Gtmf/MeldingV1Response.cs#L97
Non-nullable property 'Agent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Basisregisters.Integration.Veka/Gtmf/MeldingV1Response.cs#L98
Non-nullable property 'Rol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Basisregisters.Integration.Veka/Gtmf/MeldingV1Response.cs#L92
Non-nullable property 'Beschrijving' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Basisregisters.Integration.Veka/Gtmf/MeldingV1Response.cs#L85
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.