Skip to content

Update unit testing libraries #186

Update unit testing libraries

Update unit testing libraries #186

Triggered via pull request January 30, 2024 19:28
Status Failure
Total duration 3m 28s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

pull-requests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 12 warnings
build
Optimizing assemblies for size failed. Optimization can be disabled by setting the PublishTrimmed property to false.
build
Optimizing assemblies for size failed. Optimization can be disabled by setting the PublishTrimmed property to false.
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@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/Avalonia.FuncUI/VirtualDom/VirtualDom.Delta.fs#L13
The struct, record or union type 'AttrDelta' has an explicit implementation of 'Object.Equals'. Consider implementing a matching override for 'Object.GetHashCode()'
build: src/Avalonia.FuncUI/Components/Component.fs#L13
The recursive object reference 'this' is unused. The presence of a recursive object reference adds runtime initialization checks to members in this and derived types. Consider removing this recursive object reference.
build: src/Avalonia.FuncUI/DSL/Base/AvaloniaObject.fs#L35
Same as Observable, but fires once immediately after subscribing. This warning can be disabled using '--nowarn:57' or '#nowarn "57"'.
build: src/Avalonia.FuncUI/DSL/Base/AvaloniaObject.fs#L35
Same as Observable, but fires once immediately after subscribing. This warning can be disabled using '--nowarn:57' or '#nowarn "57"'.
build: src/Avalonia.FuncUI/DSL/Base/AvaloniaObject.fs#L35
Same as Observable, but fires once immediately after subscribing. This warning can be disabled using '--nowarn:57' or '#nowarn "57"'.
build: src/Avalonia.FuncUI/DSL/Base/AvaloniaObject.fs#L39
Same as Observable, but fires once immediately after subscribing. This warning can be disabled using '--nowarn:57' or '#nowarn "57"'.
build: src/Avalonia.FuncUI/DSL/Base/AvaloniaObject.fs#L39
Same as Observable, but fires once immediately after subscribing. This warning can be disabled using '--nowarn:57' or '#nowarn "57"'.
build: src/Avalonia.FuncUI/DSL/Base/AvaloniaObject.fs#L39
Same as Observable, but fires once immediately after subscribing. This warning can be disabled using '--nowarn:57' or '#nowarn "57"'.
build: src/Avalonia.FuncUI/DSL/Primitives/Popup.fs#L57
This construct is deprecated. Use the Placement property instead.
build: src/Avalonia.FuncUI/DSL/Buttons/ToggleButton.fs#L31
This construct is deprecated. Use IsCheckedChangedEvent instead.