fix(suspicious): async startup #521
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.
|