Merge remote-tracking branch 'origin/main' into allow-empty-items #472
Annotations
10 errors
src/FileParser/Utils/StringConverter.cs#L19
Converting null literal or possible null value to non-nullable type.
|
src/FileParser/Utils/StringConverter.cs#L19
Converting null literal or possible null value to non-nullable type.
|
src/FileParser/Utils/StringConverter.cs#L19
Possible null reference return.
|
src/FileParser/Utils/StringConverter.cs#L23
Possible null reference argument for parameter 's' in 'short short.Parse(string s)'.
|
src/FileParser/Utils/StringConverter.cs#L24
Possible null reference argument for parameter 's' in 'ushort ushort.Parse(string s)'.
|
src/FileParser/Utils/StringConverter.cs#L25
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
|
src/FileParser/Utils/StringConverter.cs#L26
Possible null reference argument for parameter 's' in 'uint uint.Parse(string s)'.
|
src/FileParser/Utils/StringConverter.cs#L27
Possible null reference argument for parameter 's' in 'long long.Parse(string s)'.
|
src/FileParser/Utils/StringConverter.cs#L28
Possible null reference argument for parameter 's' in 'ulong ulong.Parse(string s)'.
|
src/FileParser/Utils/StringConverter.cs#L30
Possible null reference argument for parameter 'str' in 'T StringConverter.GenericConvert<T>(string str, TypeConverter? typeConverter = null)'.
|
The logs for this run have expired and are no longer available.
Loading