Skip to content

Update dotnet.yml

Update dotnet.yml #12

Triggered via push March 19, 2024 14:58
Status Failure
Total duration 48s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 12.
build: DDS_D3DTX_Converter_GUI/DDS_D3DTX_Converter/ProgramDebug/Program_DDS_TO_D3DTX.cs#L12
The using directive for 'D3DTX_Converter.ImageProcessing' appeared previously in this namespace
build: DDS_D3DTX_Converter_GUI/DDS_D3DTX_Converter/Console.cs#L26
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: DDS_D3DTX_Converter_GUI/DDS_D3DTX_Converter/ViewModels/MainViewModel.cs#L93
Non-nullable field '_imageProperties' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: DDS_D3DTX_Converter_GUI/DDS_D3DTX_Converter/ViewModels/MainViewModel.cs#L93
Non-nullable field '_selectedFormat' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: DDS_D3DTX_Converter_GUI/DDS_D3DTX_Converter/ViewModels/MainViewModel.cs#L93
Non-nullable field '_formatsList' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: DDS_D3DTX_Converter_GUI/DDS_D3DTX_Converter/Converter.cs#L21
Non-nullable field '_workingDirectory' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: DDS_D3DTX_Converter_GUI/DDS_D3DTX_Converter/Converter.cs#L21
Non-nullable field 'consoleWriter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: DDS_D3DTX_Converter_GUI/DDS_D3DTX_Converter/Utilities/IOManagement.cs#L88
'OpenFolderDialog' is obsolete: 'Use Window.StorageProvider API or TopLevel.StorageProvider API'
build: DDS_D3DTX_Converter_GUI/DDS_D3DTX_Converter/Utilities/IOManagement.cs#L94
Cannot convert null literal to non-nullable reference type.
build: DDS_D3DTX_Converter_GUI/DDS_D3DTX_Converter/Utilities/IOManagement.cs#L97
Possible null reference argument for parameter 'result' in 'void TaskCompletionSource<string>.SetResult(string result)'.