Skip to content

Lekce05

Lekce05 #11

Triggered via push February 18, 2025 20:12
Status Failure
Total duration 2m 28s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build-csharp1: src/Lekce04.Vyklad.Cykly/Program.cs#L41
Invalid expression term ')'
build-csharp1: src/Lekce04.Vyklad.Cykly/Program.cs#L41
Invalid expression term ')'
build-csharp1
Process completed with exit code 1.
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)