Update and rename BuildSelfHosted.yml to build_self_hosted.yml #6
Annotations
11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
WasteDetection/Services/GDALToolsService.cs#L281
Cannot convert null literal to non-nullable reference type.
|
build:
WasteDetection/Program.cs#L55
Unreachable code detected
|
build:
WasteDetection/Models/Entities/TranslateLayerRequest.cs#L9
Non-nullable property 'InpLayerPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
WasteDetection/Models/Entities/TranslateLayerRequest.cs#L10
Non-nullable property 'OutLayerPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
WasteDetection/Models/Entities/TrainImageClassificatierRequest.cs#L9
Non-nullable property 'InpImgPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
WasteDetection/Models/Entities/TrainImageClassificatierRequest.cs#L10
Non-nullable property 'InpVectorPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
WasteDetection/Models/Entities/TrainImageClassificatierRequest.cs#L11
Non-nullable property 'ValidationVectorPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
WasteDetection/Models/Entities/TrainImageClassificatierRequest.cs#L12
Non-nullable property 'InpXmlStatisticsPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
WasteDetection/Models/Entities/TrainImageClassificatierRequest.cs#L13
Non-nullable property 'OutModelPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
WasteDetection/Models/Entities/TrainImageClassificatierRequest.cs#L14
Non-nullable property 'OutConfusionMatrixPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|