Skip to content

Added What's New View (#81) #85

Added What's New View (#81)

Added What's New View (#81) #85

Triggered via push July 30, 2024 03:29
Status Success
Total duration 4m 56s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build (x64)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, nuget/setup-nuget@v1, actions/setup-dotnet@v3, microsoft/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/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#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()