Add Linux and MacOS support #73
Annotations
10 warnings
TelltaleTextureTool/TelltaleTextureTool/GUI/IO/WorkingDirectory.cs#L16
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).
|
TelltaleTextureTool/TelltaleTextureTool/Common/BlowFish.cs#L640
Nullability of type of parameter 'callback' doesn't match overridden member (possibly because of nullability attributes).
|
TelltaleTextureTool/TelltaleTextureTool/Common/BlowFish.cs#L640
Nullability of type of parameter 'state' doesn't match overridden member (possibly because of nullability attributes).
|
TelltaleTextureTool/TelltaleTextureTool/Common/BlowFish.cs#L684
Nullability of type of parameter 'callback' doesn't match overridden member (possibly because of nullability attributes).
|
TelltaleTextureTool/TelltaleTextureTool/Common/BlowFish.cs#L684
Nullability of type of parameter 'state' doesn't match overridden member (possibly because of nullability attributes).
|
TelltaleTextureTool/TelltaleTextureTool/Common/BlowFish.cs#L654
Converting null literal or possible null value to non-nullable type.
|
TelltaleTextureTool/TelltaleTextureTool/Common/BlowFish.cs#L655
Dereference of a possibly null reference.
|
TelltaleTextureTool/TelltaleTextureTool/Common/BlowFish.cs#L670
Converting null literal or possible null value to non-nullable type.
|
TelltaleTextureTool/TelltaleTextureTool/Common/BlowFish.cs#L671
Dereference of a possibly null reference.
|
TelltaleTextureTool/TelltaleTextureTool/Common/BlowFish.cs#L490
Non-nullable field 'result' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
This job succeeded
Loading