Fix validation of Using items with generics and escaping #219
Annotations
10 warnings
Build:
MonoDevelop.MSBuild/Language/MSBuildNavigation.cs#L218
Possible null reference argument for parameter 'name' in 'MSBuildNavigationResult.MSBuildNavigationResult(MSBuildReferenceKind kind, string name, int offset, int length, string? destFile = null, TextSpan? targetSpan = null)'.
|
Build:
MonoDevelop.MSBuild.Editor.Common/Roslyn/RoslynTaskMetadataBuilder.cs#L328
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
Build:
MonoDevelop.MSBuild.Editor.Common/Refactorings/UseAttributesForMetadataRefactoringProvider.cs#L71
Possible null reference argument for parameter 'name' in 'MSBuildAttributeSyntax MSBuildElementSyntax.GetAttribute(string name)'.
|
Build:
MonoDevelop.MSBuild.Editor.Common/Refactorings/UseAttributesForMetadataRefactoringProvider.cs#L107
Dereference of a possibly null reference.
|
Build:
MonoDevelop.MSBuild.Editor.Common/Refactorings/SplitGroupRefactoringProvider.cs#L71
Dereference of a possibly null reference.
|
Build:
MonoDevelop.MSBuild.Editor.Common/Completion/SdkCompletion.cs#L36
Cannot convert null literal to non-nullable reference type.
|
Build:
MSBuildLanguageServer/Import/Program.cs#L107
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
Build:
MSBuildLanguageServer/Handler/WorkDoneProgressExtensions.cs#L12
Dereference of a possibly null reference.
|
Build:
MSBuildLanguageServer/Handler/WorkDoneProgressExtensions.cs#L31
Dereference of a possibly null reference.
|
Build:
MSBuildLanguageServer/Import/LspWorkspaceManager.cs#L117
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.
|
Loading