Bump AnalysisLevel to 8 #892
Annotations
3 errors and 1 warning
Debug build with analyzers:
src/BizHawk.Emulation.DiscSystem/DiscIdentifier.cs#L241
Prefer the string comparison method overload of 'string.Contains(string)' that takes a 'StringComparison' enum value 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)
|
Debug build with analyzers:
src/BizHawk.Emulation.DiscSystem/DiscFormats/MDS_Format.cs#L675
ToString on 'BizHawk.Emulation.DiscSystem.Blob_RawFile' will use the default object.ToString (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0150.md)
|
Debug build with analyzers
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading