Skip to content

Fix Workflows.

Fix Workflows. #1

Triggered via push July 3, 2024 14:28
Status Failure
Total duration 4m 45s
Artifacts

vscode.ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, microsoft/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: FormDesigner/Clipboard.cs#L17
'Assembly.LoadWithPartialName(string)' is obsolete: 'This method has been deprecated. Please use Assembly.Load() instead. http://go.microsoft.com/fwlink/?linkid=14202'
build: FormDesigner/DesignerHost/SelectionService.cs#L73
'SelectionTypes.Click' is obsolete: 'This value has been deprecated. Use SelectionTypes.Primary instead. http://go.microsoft.com/fwlink/?linkid=14202'
build: FormDesigner/DesignerHost/SelectionService.cs#L73
'SelectionTypes.Click' is obsolete: 'This value has been deprecated. Use SelectionTypes.Primary instead. http://go.microsoft.com/fwlink/?linkid=14202'
build: FormDesigner/DesignerHost/DesignerHost.cs#L225
'DesignerTransactionCloseEventArgs.DesignerTransactionCloseEventArgs(bool)' is obsolete: 'This constructor is obsolete. Use DesignerTransactionCloseEventArgs(bool, bool) instead. http://go.microsoft.com/fwlink/?linkid=14202'
build: FormDesigner/DesignerHost/DesignerHost.cs#L230
'DesignerTransactionCloseEventArgs.DesignerTransactionCloseEventArgs(bool)' is obsolete: 'This constructor is obsolete. Use DesignerTransactionCloseEventArgs(bool, bool) instead. http://go.microsoft.com/fwlink/?linkid=14202'
build: FormDesigner/DesignerHost/DesignerHost.cs#L331
The event 'DesignerHost.Deactivated' is never used
build: FormDesigner/DesignerHost/DesignerHost.cs#L332
The event 'DesignerHost.LoadComplete' is never used
build: FormDesigner.Test/FormGeneratorTest.cs#L22
The variable 'expected' is assigned but its value is never used
build: FormDesigner.Test/FormGeneratorTest.cs#L35
The variable 'expected' is assigned but its value is never used
build: HostInjection/Refactoring/CodeGenAst/Parameter.cs#L7
'Parameter' overrides Object.Equals(object o) but does not override Object.GetHashCode()