Skip to content

Bump Microsoft.Extensions.FileSystemGlobbing from 10.0.0 to 10.0.2 #21

Bump Microsoft.Extensions.FileSystemGlobbing from 10.0.0 to 10.0.2

Bump Microsoft.Extensions.FileSystemGlobbing from 10.0.0 to 10.0.2 #21

Status Success
Total duration 11m 49s
Artifacts

codeql.yml

on: pull_request
Matrix: Analyze Code
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze Code (csharp): src/DotNetDevMCP.CodeIntelligence/Mcp/ContextInjectors.cs#L96
XML comment has a param tag for 'includeContextMessage', but there is no parameter by that name
Analyze Code (csharp): src/DotNetDevMCP.CodeIntelligence/Interfaces/IFuzzyFqnLookupService.cs#L15
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'IFuzzyFqnLookupService.FindMatchesAsync(string, ISolutionManager, CancellationToken)' (but other parameters do)
Analyze Code (csharp): src/DotNetDevMCP.CodeIntelligence/Interfaces/IFuzzyFqnLookupService.cs#L15
Parameter 'solutionManager' has no matching param tag in the XML comment for 'IFuzzyFqnLookupService.FindMatchesAsync(string, ISolutionManager, CancellationToken)' (but other parameters do)
Analyze Code (csharp): src/DotNetDevMCP.CodeIntelligence/Extensions/ServiceCollectionExtensions.cs#L18
Parameter 'buildConfiguration' has no matching param tag in the XML comment for 'ServiceCollectionExtensions.WithSharpToolsServices(IServiceCollection, bool, string?)' (but other parameters do)
Analyze Code (csharp): src/DotNetDevMCP.CodeIntelligence/Extensions/ServiceCollectionExtensions.cs#L18
Parameter 'enableGit' has no matching param tag in the XML comment for 'ServiceCollectionExtensions.WithSharpToolsServices(IServiceCollection, bool, string?)' (but other parameters do)
Analyze Code (csharp): src/DotNetDevMCP.CodeIntelligence/Services/SolutionManager.cs#L501
Dereference of a possibly null reference.
Analyze Code (csharp): src/DotNetDevMCP.CodeIntelligence/Services/SolutionManager.cs#L464
Dereference of a possibly null reference.
Analyze Code (csharp): src/DotNetDevMCP.CodeIntelligence/Services/SolutionManager.cs#L266
Dereference of a possibly null reference.
Analyze Code (csharp): src/DotNetDevMCP.CodeIntelligence/Services/SolutionManager.cs#L202
'Workspace.WorkspaceFailed' is obsolete: 'Use RegisterWorkspaceFailedHandler instead, which by default will no longer run on the UI thread.'
Analyze Code (csharp): src/DotNetDevMCP.CodeIntelligence/Services/SolutionManager.cs#L46
'Workspace.WorkspaceFailed' is obsolete: 'Use RegisterWorkspaceFailedHandler instead, which by default will no longer run on the UI thread.'
Analyze Code (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/