Po Lekci02 #6
Annotations
10 warnings
build-csharp1:
src/Lekce02.Vyklad.Promenne/Program.cs#L38
Converting null literal or possible null value to non-nullable type.
|
build-csharp1:
src/Lekce02.Vyklad.If/Program.cs#L32
Converting null literal or possible null value to non-nullable type.
|
build-csharp1:
src/Lekce02.Vyklad.If/Program.cs#L33
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
|
build-csharp1:
src/Lekce02.Vyklad.If/Program.cs#L38
Converting null literal or possible null value to non-nullable type.
|
build-csharp1:
src/Lekce02.Vyklad.If/Program.cs#L39
Possible null reference argument for parameter 's' in 'double double.Parse(string s)'.
|
build-csharp1:
src/Lekce02.Vyklad.If/Program.cs#L33
The behavior of 'int.Parse(string)' could vary based on the current user's locale settings. Replace this call in '<top-level-statements-entry-point>' with a call to 'int.Parse(string, IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
build-csharp1:
src/Lekce02.Vyklad.If/Program.cs#L39
The behavior of 'double.Parse(string)' could vary based on the current user's locale settings. Replace this call in '<top-level-statements-entry-point>' with a call to 'double.Parse(string, IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
build-csharp1:
src/Lekce02.Vyklad.Promenne/Program.cs#L38
Converting null literal or possible null value to non-nullable type.
|
build-csharp1:
src/Lekce02.Vyklad.If/Program.cs#L32
Converting null literal or possible null value to non-nullable type.
|
build-csharp1:
src/Lekce02.Vyklad.If/Program.cs#L33
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
|