build(deps): bump github/codeql-action/analyze from 4.35.2 to 4.36.3#36
Closed
dependabot[bot] wants to merge 1 commit into
Closed
build(deps): bump github/codeql-action/analyze from 4.35.2 to 4.36.3#36dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Annotations
10 warnings
|
Build:
src/BrowserAptor.Core/Services/OutputFormatter.cs#L105
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'OutputFormatter.FormatYaml(List<BrowserInfo>, DisplayNameStore)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
Build:
src/BrowserAptor.Core/Services/OutputFormatter.cs#L104
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'OutputFormatter.FormatYaml(List<BrowserInfo>, DisplayNameStore)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
Build:
src/BrowserAptor.Core/Services/OutputFormatter.cs#L103
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'OutputFormatter.FormatYaml(List<BrowserInfo>, DisplayNameStore)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
Build:
src/BrowserAptor.Core/Services/OutputFormatter.cs#L102
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'OutputFormatter.FormatYaml(List<BrowserInfo>, DisplayNameStore)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
Build:
src/BrowserAptor.Core/Services/BrowserDetectionService.cs#L426
Member 'DetectViaBrowserRegistry' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
|
Build:
src/BrowserAptor.Core/Services/OutputFormatter.cs#L62
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'OutputFormatter.FormatList(List<BrowserInfo>, DisplayNameStore)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
Build:
src/BrowserAptor.Core/Services/OutputFormatter.cs#L61
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'OutputFormatter.FormatList(List<BrowserInfo>, DisplayNameStore)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
Build:
src/BrowserAptor.Core/Services/FirefoxProfileParser.cs#L44
The behavior of 'string.StartsWith(string)' could vary based on the current user's locale settings. Replace this call in 'BrowserAptor.Services.FirefoxProfileParser.ParseProfilesIni(string, BrowserAptor.Models.BrowserInfo)' with a call to 'string.StartsWith(string, System.StringComparison)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1310)
|
|
Build:
src/BrowserAptor.Core/Services/FirefoxProfileParser.cs#L44
Use 'string.StartsWith(char)' instead of 'string.StartsWith(string)' when you have a string with a single char (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1866)
|
|
Build:
src/BrowserAptor.Core/CLI/CliHandler.cs#L29
Specify marshaling for P/Invoke string arguments (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2101)
|
background
wait
wait-all
cancel
parallel
Loading