Let user configure custom zoom for tasks #5338
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build project and dependencies:
backend/api/Database/Models/EchoTagInspectionMetadata.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build project and dependencies:
backend/api/Services/MissionLoaders/EchoTag.cs#L9
Non-nullable property 'TagId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project and dependencies:
backend/api/Services/MissionLoaders/EchoTag.cs#L15
Non-nullable property 'Pose' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project and dependencies:
backend/api/Services/MissionLoaders/EchoTag.cs#L17
Non-nullable property 'URL' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project and dependencies:
backend/api/Services/MissionLoaders/EchoTag.cs#L19
Non-nullable property 'Inspections' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project and dependencies:
backend/api/Database/Models/EchoTagInspectionMetadata.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build project and dependencies:
backend/api/Services/MissionLoaders/EchoTag.cs#L9
Non-nullable property 'TagId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project and dependencies:
backend/api/Services/MissionLoaders/EchoTag.cs#L15
Non-nullable property 'Pose' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project and dependencies:
backend/api/Services/MissionLoaders/EchoTag.cs#L17
Non-nullable property 'URL' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project and dependencies:
backend/api/Services/MissionLoaders/EchoTag.cs#L19
Non-nullable property 'Inspections' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading