Skip to content

feat: add sync from municipality registry #3520

feat: add sync from municipality registry

feat: add sync from municipality registry #3520

Triggered via pull request October 30, 2024 16:09
Status Success
Total duration 8m 18s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: src/RoadRegistry.BackOffice/FeatureCompare/Translators/GradeSeparatedJunctionFeatureCompareTranslator.cs#L279
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build: src/RoadRegistry.BackOffice/Core/ModifyRoadSegment.cs#L87
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build: src/RoadRegistry.BackOffice/Framework/EventSourcedEntity.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build: src/RoadRegistry.BackOffice/Messages/ChangeOrganization.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build: src/RoadRegistry.BackOffice/Messages/ChangeOrganization.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build: src/RoadRegistry.BackOffice/Messages/ChangeOrganization.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build: src/RoadRegistry.BackOffice/Messages/ChangeOrganizationRejected.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build: src/RoadRegistry.BackOffice/Messages/ChangeOrganizationRejected.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build: src/RoadRegistry.BackOffice/Messages/ChangeOrganizationRejected.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build: src/RoadRegistry.BackOffice/Core/RequestedChangeTranslator.cs#L118
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.