Skip to content

Lekce 3

Lekce 3 #7

Triggered via push February 5, 2025 07:38
Status Success
Total duration 53s
Artifacts
build-csharp1
40s
build-csharp1
Fit to window
Zoom out
Zoom in

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/Lekce03.Opakovani/Program.cs#L6
Converting null literal or possible null value to non-nullable type.
build-csharp1: src/Lekce03.Opakovani/Program.cs#L8
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
build-csharp1: src/Lekce03.Opakovani/Program.cs#L8
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)