couple last second changes to reduce compiler complaints #9
Annotations
10 warnings
|
tns2tool/Program.cs#L81
Cannot convert null literal to non-nullable reference type.
|
tns2tool/Program.cs#L161
Converting null literal or possible null value to non-nullable type.
|
tns2tool/Program.cs#L163
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
tns2tool/Program.cs#L81
Cannot convert null literal to non-nullable reference type.
|
tns2tool/Program.cs#L161
Converting null literal or possible null value to non-nullable type.
|
tns2tool/Program.cs#L163
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
tns2tool/Program.cs#L81
Cannot convert null literal to non-nullable reference type.
|
tns2tool/Program.cs#L161
Converting null literal or possible null value to non-nullable type.
|
tns2tool/Program.cs#L163
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
This job succeeded
Loading