Final prep for 0.2.1 #8
Annotations
14 warnings
tns2tool/Program.cs#L78
Cannot convert null literal to non-nullable reference type.
|
tns2tool/Program.cs#L158
Converting null literal or possible null value to non-nullable type.
|
tns2tool/Program.cs#L160
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
tns2tool/Program.cs#L16
Non-nullable field 'InformationalVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
tns2tool/Program.cs#L78
Cannot convert null literal to non-nullable reference type.
|
tns2tool/Program.cs#L158
Converting null literal or possible null value to non-nullable type.
|
tns2tool/Program.cs#L160
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
tns2tool/Program.cs#L16
Non-nullable field 'InformationalVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
tns2tool/Program.cs#L35
The variable 'ex' is declared but never used
|
tns2tool/Program.cs#L78
Cannot convert null literal to non-nullable reference type.
|
tns2tool/Program.cs#L158
Converting null literal or possible null value to non-nullable type.
|
tns2tool/Program.cs#L160
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
tns2tool/Program.cs#L16
Non-nullable field 'InformationalVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
This job succeeded
Loading