feat: add sync from municipality registry #3520
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.
|