Skip to content

Remove isPressed property setter (#411) #213

Remove isPressed property setter (#411)

Remove isPressed property setter (#411) #213

Triggered via push March 31, 2024 21:12
Status Success
Total duration 5m 6s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
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.