Merge branch 'main' of https://github.com/cainan-c/tns2tool #6
Annotations
16 warnings
|
tns2tool/Program.cs#L63
Cannot convert null literal to non-nullable reference type.
|
tns2tool/Program.cs#L143
Converting null literal or possible null value to non-nullable type.
|
tns2tool/Program.cs#L145
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
tns2tool/Program.cs#L15
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#L28
'System.Reflection.Assembly.Location' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
|
tns2tool/Program.cs#L63
Cannot convert null literal to non-nullable reference type.
|
tns2tool/Program.cs#L143
Converting null literal or possible null value to non-nullable type.
|
tns2tool/Program.cs#L145
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
tns2tool/Program.cs#L15
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#L28
'System.Reflection.Assembly.Location' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
|
tns2tool/Program.cs#L63
Cannot convert null literal to non-nullable reference type.
|
tns2tool/Program.cs#L143
Converting null literal or possible null value to non-nullable type.
|
tns2tool/Program.cs#L145
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
tns2tool/Program.cs#L15
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#L28
'System.Reflection.Assembly.Location' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
|
This job succeeded
Loading