Create dotnet.yml #1
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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.
|