Fix mipmap indexing #53
Annotations
10 warnings
DDS_D3DTX_Converter_GUI/DDS_D3DTX_Converter/GUI/Console.cs#L26
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
DDS_D3DTX_Converter_GUI/DDS_D3DTX_Converter/CLI/ProgramDebug/Program_Shared.cs#L28
Converting null literal or possible null value to non-nullable type.
|
DDS_D3DTX_Converter_GUI/DDS_D3DTX_Converter/CLI/ProgramDebug/Program_Shared.cs#L53
Converting null literal or possible null value to non-nullable type.
|
DDS_D3DTX_Converter_GUI/DDS_D3DTX_Converter/CLI/ProgramRelease/Program_Release.cs#L18
The variable 'argumentOutputPath' is declared but never used
|
DDS_D3DTX_Converter_GUI/DDS_D3DTX_Converter/CLI/ProgramRelease/ArgumentOutputPath.cs#L26
Possible null reference return.
|
DDS_D3DTX_Converter_GUI/DDS_D3DTX_Converter/CLI/ProgramRelease/ArgumentOutputPath.cs#L9
Non-nullable field 'OutputPath' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
DDS_D3DTX_Converter_GUI/DDS_D3DTX_Converter/CLI/ProgramDebug/Program_Shared.cs#L170
Dereference of a possibly null reference.
|
DDS_D3DTX_Converter_GUI/DDS_D3DTX_Converter/GUI/WorkingDirectory.cs#L17
Dereference of a possibly null reference.
|
DDS_D3DTX_Converter_GUI/DDS_D3DTX_Converter/GUI/ViewModels/MainViewModel.cs#L136
Non-nullable field '_imageProperties' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
DDS_D3DTX_Converter_GUI/DDS_D3DTX_Converter/GUI/ViewModels/MainViewModel.cs#L136
Non-nullable field '_selectedFormat' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
This job succeeded
Loading