CI CI linux failed
Annotations
Check failure on line 19 in src/FileParser/Utils/StringConverter.cs
azure-pipelines / eduherminio.FileParser (CI CI linux)
src/FileParser/Utils/StringConverter.cs#L19
src/FileParser/Utils/StringConverter.cs(19,27): Error CS8600: Converting null literal or possible null value to non-nullable type.
Check failure on line 19 in src/FileParser/Utils/StringConverter.cs
azure-pipelines / eduherminio.FileParser (CI CI linux)
src/FileParser/Utils/StringConverter.cs#L19
src/FileParser/Utils/StringConverter.cs(19,24): Error CS8600: Converting null literal or possible null value to non-nullable type.
Check failure on line 19 in src/FileParser/Utils/StringConverter.cs
azure-pipelines / eduherminio.FileParser (CI CI linux)
src/FileParser/Utils/StringConverter.cs#L19
src/FileParser/Utils/StringConverter.cs(19,24): Error CS8603: Possible null reference return.
Check failure on line 23 in src/FileParser/Utils/StringConverter.cs
azure-pipelines / eduherminio.FileParser (CI CI linux)
src/FileParser/Utils/StringConverter.cs#L23
src/FileParser/Utils/StringConverter.cs(23,49): Error CS8604: Possible null reference argument for parameter 's' in 'short short.Parse(string s)'.
Check failure on line 24 in src/FileParser/Utils/StringConverter.cs
azure-pipelines / eduherminio.FileParser (CI CI linux)
src/FileParser/Utils/StringConverter.cs#L24
src/FileParser/Utils/StringConverter.cs(24,51): Error CS8604: Possible null reference argument for parameter 's' in 'ushort ushort.Parse(string s)'.