Update v2.5.0 #8
Annotations
10 warnings
Build:
TelltaleTextureTool/TelltaleTextureTool/GUI/IO/WorkingDirectory.cs#L15
Nullability of reference types in type of parameter 'other' of 'bool WorkingDirectoryFile.Equals(WorkingDirectoryFile other)' doesn't match implicitly implemented member 'bool IEquatable<WorkingDirectoryFile>.Equals(WorkingDirectoryFile? other)' (possibly because of nullability attributes).
|
Build:
TelltaleTextureTool/TelltaleTextureTool/GUI/ViewModels/MainViewModel.cs#L34
Nullability of reference types in type of parameter 'value' of 'object EnumDisplayNameConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
Build:
TelltaleTextureTool/TelltaleTextureTool/GUI/ViewModels/MainViewModel.cs#L34
Nullability of reference types in type of parameter 'parameter' of 'object EnumDisplayNameConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
Build:
TelltaleTextureTool/TelltaleTextureTool/GUI/ViewModels/MainViewModel.cs#L51
Nullability of reference types in type of parameter 'value' of 'object EnumDisplayNameConverter.ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
Build:
TelltaleTextureTool/TelltaleTextureTool/GUI/ViewModels/MainViewModel.cs#L51
Nullability of reference types in type of parameter 'parameter' of 'object EnumDisplayNameConverter.ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
Build:
TelltaleTextureTool/TelltaleTextureTool/Telltale/Structs/TelltalePixelData.cs#L48
Possible null reference argument for parameter 'sourceArray' in 'void Array.Copy(Array sourceArray, int sourceIndex, Array destinationArray, int destinationIndex, int length)'.
|
Build:
TelltaleTextureTool/TelltaleTextureTool/Telltale/Structs/T3SamplerStateBlock.cs#L35
Dereference of a possibly null reference.
|
Build:
TelltaleTextureTool/TelltaleTextureTool/GUI/IO/IOManagement.cs#L92
Cannot convert null literal to non-nullable reference type.
|
Build:
TelltaleTextureTool/TelltaleTextureTool/GUI/IO/IOManagement.cs#L114
Cannot convert null literal to non-nullable reference type.
|
Build:
TelltaleTextureTool/TelltaleTextureTool/Converter.cs#L237
Dereference of a possibly null reference.
|
Loading