Skip to content

Pred Lekce04

Pred Lekce04 #8

Triggered via push February 11, 2025 16:26
Status Success
Total duration 1m 40s
Artifacts
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)