Add VS Code extension #177
Annotations
11 warnings
|
MonoDevelop.Xml/Editor/Parsing/BackgroundParser.cs#L46
Possible null reference argument for parameter 'output' in 'void BackgroundProcessor<TInput, TOutput>.OnOperationCompleted(TInput input, TOutput output)'.
|
MonoDevelop.Xml/Editor/Parsing/BackgroundParser.cs#L46
Possible null reference argument for parameter 'output' in 'void BackgroundProcessor<TInput, TOutput>.OnOperationCompleted(TInput input, TOutput output)'.
|
MonoDevelop.Xml/Editor/Parsing/BackgroundParser.cs#L46
Possible null reference argument for parameter 'output' in 'void BackgroundProcessor<TInput, TOutput>.OnOperationCompleted(TInput input, TOutput output)'.
|
MSBuildLanguageServer/Import/Program.cs#L95
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
MSBuildLanguageServer/Import/RequestContext.cs#L250
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.
|
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.
|
MSBuildLanguageServer/Import/LspWorkspaceManager.cs#L152
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.
|
MSBuildLanguageServer/Parser/LspXmlParser.cs#L69
The event 'LspXmlParserService.LspXmlParser.ParseCompleted' is never used
|
MonoDevelop.Xml/Editor/Parsing/BackgroundParser.cs#L46
Possible null reference argument for parameter 'output' in 'void BackgroundProcessor<TInput, TOutput>.OnOperationCompleted(TInput input, TOutput output)'.
|
MonoDevelop.Xml/Editor/Parsing/BackgroundParser.cs#L46
Possible null reference argument for parameter 'output' in 'void BackgroundProcessor<TInput, TOutput>.OnOperationCompleted(TInput input, TOutput output)'.
|
The logs for this run have expired and are no longer available.
Loading