Skip to content

updating to dotnet 8 for github actions (#32) #19

updating to dotnet 8 for github actions (#32)

updating to dotnet 8 for github actions (#32) #19

Triggered via push November 26, 2023 14:17
Status Success
Total duration 33s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

main_build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
build: src/GoogleSheetsWrapper.SampleClient/Program.cs#L77
Prefer using 'string.Equals(string, StringComparison)' to perform a case-insensitive comparison, but keep in mind that this might cause subtle changes in behavior, so make sure to conduct thorough testing after applying the suggestion, or if culturally sensitive comparison is not required, consider using 'StringComparison.OrdinalIgnoreCase' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1862)
build: src/GoogleSheetsWrapper.SampleClient/Program.cs#L10
Type 'Program' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
build: src/GoogleSheetsWrapper.SampleClient/Program.cs#L77
Prefer using 'string.Equals(string, StringComparison)' to perform a case-insensitive comparison, but keep in mind that this might cause subtle changes in behavior, so make sure to conduct thorough testing after applying the suggestion, or if culturally sensitive comparison is not required, consider using 'StringComparison.OrdinalIgnoreCase' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1862)
build: src/GoogleSheetsWrapper.SampleClient/Program.cs#L10
Type 'Program' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)