Skip to content

Update build_self_hosted.yml #7

Update build_self_hosted.yml

Update build_self_hosted.yml #7

Triggered via push July 22, 2024 10:38
Status Success
Total duration 2m 14s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.