No longer self-contained (still single file), hopefully fix single fi… #7
Annotations
13 warnings
|
tns2tool/Program.cs#L66
Cannot convert null literal to non-nullable reference type.
|
tns2tool/Program.cs#L146
Converting null literal or possible null value to non-nullable type.
|
tns2tool/Program.cs#L148
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#L66
Cannot convert null literal to non-nullable reference type.
|
tns2tool/Program.cs#L146
Converting null literal or possible null value to non-nullable type.
|
tns2tool/Program.cs#L148
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#L66
Cannot convert null literal to non-nullable reference type.
|
tns2tool/Program.cs#L146
Converting null literal or possible null value to non-nullable type.
|
tns2tool/Program.cs#L148
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