Skip to content

⬆️ 62 upgrade to net 8 (#71) #73

⬆️ 62 upgrade to net 8 (#71)

⬆️ 62 upgrade to net 8 (#71) #73

Triggered via push December 16, 2023 23:10
Status Success
Total duration 44s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: SplitQueries/Program.cs#L97
'<Main>$' calls 'ToList' but does not use the value the method returns. Linq methods are known to not have side effects. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1806)
build: SplitQueries/Program.cs#L103
'<Main>$' calls 'ToList' but does not use the value the method returns. Linq methods are known to not have side effects. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1806)
build: SplitQueries/Program.cs#L112
'<Main>$' calls 'ToList' but does not use the value the method returns. Linq methods are known to not have side effects. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1806)
build: SplitQueries/Program.cs#L118
'<Main>$' calls 'ToList' but does not use the value the method returns. Linq methods are known to not have side effects. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1806)
build: JsonColumns/Program.cs#L68
Dereference of a possibly null reference.
build: JsonColumns/Program.cs#L75
Dereference of a possibly null reference.
build: JsonColumns/Program.cs#L80
Dereference of a possibly null reference.
build: ShadowProperties/Entities.cs#L10
Non-nullable property 'Customer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: SplitQueries/Program.cs#L97
'<Main>$' calls 'ToList' but does not use the value the method returns. Linq methods are known to not have side effects. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1806)
build: SplitQueries/Program.cs#L103
'<Main>$' calls 'ToList' but does not use the value the method returns. Linq methods are known to not have side effects. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1806)