CodeQL #165
Annotations
12 warnings
|
Analyze (javascript)
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/
|
|
Analyze (csharp):
tests/VivaldiModManager.Core.Tests/Extensions/DomainModelExtensionsTests.cs#L179
Missing XML comment for publicly visible type or member 'DomainModelExtensionsTests.FindModById_WithInvalidId_ReturnsNull(string?)'
|
|
Analyze (csharp):
tests/VivaldiModManager.Core.Tests/Extensions/DomainModelExtensionsTests.cs#L157
Missing XML comment for publicly visible type or member 'DomainModelExtensionsTests.FindModById_WithNonExistingId_ReturnsNull()'
|
|
Analyze (csharp):
tests/VivaldiModManager.Core.Tests/Extensions/DomainModelExtensionsTests.cs#L136
Missing XML comment for publicly visible type or member 'DomainModelExtensionsTests.FindModById_WithExistingId_ReturnsMod()'
|
|
Analyze (csharp):
tests/VivaldiModManager.Core.Tests/Extensions/DomainModelExtensionsTests.cs#L113
Missing XML comment for publicly visible type or member 'DomainModelExtensionsTests.GetManagedInstallations_ReturnsOnlyManagedInstallations()'
|
|
Analyze (csharp):
tests/VivaldiModManager.Core.Tests/Extensions/DomainModelExtensionsTests.cs#L93
Missing XML comment for publicly visible type or member 'DomainModelExtensionsTests.GetActiveInstallation_WithNoActiveInstallation_ReturnsNull()'
|
|
Analyze (csharp):
tests/VivaldiModManager.Core.Tests/Extensions/DomainModelExtensionsTests.cs#L71
Missing XML comment for publicly visible type or member 'DomainModelExtensionsTests.GetActiveInstallation_WithActiveInstallation_ReturnsActiveInstallation()'
|
|
Analyze (csharp):
tests/VivaldiModManager.Core.Tests/Extensions/DomainModelExtensionsTests.cs#L47
Missing XML comment for publicly visible type or member 'DomainModelExtensionsTests.GetDisabledMods_ReturnsOnlyDisabledMods()'
|
|
Analyze (csharp):
tests/VivaldiModManager.Core.Tests/Extensions/DomainModelExtensionsTests.cs#L22
Missing XML comment for publicly visible type or member 'DomainModelExtensionsTests.GetEnabledModsInOrder_WithEnabledMods_ReturnsOrderedMods()'
|
|
Analyze (csharp):
tests/VivaldiModManager.Core.Tests/Extensions/DomainModelExtensionsTests.cs#L14
Missing XML comment for publicly visible type or member 'DomainModelExtensionsTests.GetEnabledModsInOrder_WithNullManifest_ThrowsArgumentNullException()'
|
|
Analyze (csharp):
src/VivaldiModManager.Core/Services/VivaldiService.cs#L226
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Analyze (csharp)
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/
|