Skip to content

Create dotnet.yml

Create dotnet.yml #1

Triggered via push November 29, 2023 00:30
Status Success
Total duration 1m 44s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.