Skip to content

CodeQL

CodeQL #555

Triggered via schedule September 1, 2023 16:04
Status Success
Total duration 5m 2s
Artifacts

codeql-analysis.yml

on: schedule
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Analyze (csharp): Fronter.NET/Fronter.NET/Extensions/TranslationSource.cs#L153
Use an overload that has a IEqualityComparer<string> or IComparer<string> parameter (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0002.md)
Analyze (csharp): Fronter.NET/Fronter.NET/Extensions/TranslationSource.cs#L152
Use an overload that has a IEqualityComparer<string> or IComparer<string> parameter (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0002.md)
Analyze (csharp): Fronter.NET/Fronter.NET/Services/UpdateChecker.cs#L26
Use Task.ConfigureAwait(false) as the current SynchronizationContext is not needed (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0004.md)
Analyze (csharp): Fronter.NET/Fronter.NET/ViewModels/PathPickerViewModel.cs#L38
Use Task.ConfigureAwait(false) as the current SynchronizationContext is not needed (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0004.md)