Skip to content

Turn off CI for VS for now. #7

Turn off CI for VS for now.

Turn off CI for VS for now. #7

Triggered via push July 3, 2024 14:45
Status Success
Total duration 4m 40s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build (x64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, nuget/setup-nuget@v1, 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 (x64): 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 (x64): 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 (x64): 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 (x64): 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 (x64): 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 (x64): FormDesigner/DesignerHost/DesignerHost.cs#L332
The event 'DesignerHost.LoadComplete' is never used
build (x64): FormDesigner/DesignerHost/DesignerHost.cs#L331
The event 'DesignerHost.Deactivated' is never used
build (x64): FormDesigner.Test/FormGeneratorTest.cs#L22
The variable 'expected' is assigned but its value is never used
build (x64): FormDesigner.Test/FormGeneratorTest.cs#L35
The variable 'expected' is assigned but its value is never used
build (x64): HostInjection/Refactoring/CodeGenAst/Parameter.cs#L7
'Parameter' overrides Object.Equals(object o) but does not override Object.GetHashCode()