CI/CD and documentation improvements #14
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/
|