Skip to content

add coverage

add coverage #698

Triggered via pull request January 14, 2025 13:51
Status Failure
Total duration 4m 44s
Artifacts

ci.yml

on: pull_request
integration-tests
4m 32s
integration-tests
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
integration-tests
Process completed with exit code 1.
integration-tests
The version of Newtonsoft.Json cannot be greater than 13.0.1, but version 13.0.2 is currently being used.
integration-tests: ast-visual-studio-extension/CxWrapper/Models/CxAsca.cs#L7
The using directive for 'System.Collections.Generic' appeared previously in this namespace
integration-tests: ast-visual-studio-extension/CxExtension/CxWindowControl.xaml.cs#L152
'CxWindowControl.PreviewMouseWheel(object, MouseWheelEventArgs)' hides inherited member 'UIElement.PreviewMouseWheel'. Use the new keyword if hiding was intended.
integration-tests: ast-visual-studio-extension/CxExtension/Services/ASCAUIManager.cs#L215
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.
integration-tests: UITests/BaseTest.cs#L34
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.