Skip to content

fix(suspicious): async startup #521

fix(suspicious): async startup

fix(suspicious): async startup #521

Triggered via push November 21, 2024 15:16
Status Success
Total duration 2m 59s
Artifacts

build.yml

on: push
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/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.
Build: src/Basisregisters.Integration.Veka/Gtmf/MeldingV1Response.cs#L86
Non-nullable property 'Toestand' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Basisregisters.Integration.Veka/Gtmf/MeldingV1Response.cs#L87
Non-nullable property 'StatusUpdates' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.