Skip to content

Adding ColumnDefinition and RowDefinition to DSL #174

Adding ColumnDefinition and RowDefinition to DSL

Adding ColumnDefinition and RowDefinition to DSL #174

Triggered via pull request November 15, 2023 10:07
Status Success
Total duration 7m 28s
Artifacts

pull-requests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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/StaticComponent.fs#L18
Statically construct views with F#. 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#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.