Skip to content

Switch from .NET 6.0 to 8.0, and start updating to Avalonia 11.1 #233

Switch from .NET 6.0 to 8.0, and start updating to Avalonia 11.1

Switch from .NET 6.0 to 8.0, and start updating to Avalonia 11.1 #233

Triggered via pull request May 6, 2024 14:32
Status Failure
Total duration 4m 41s
Artifacts

pull-requests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
build: src/Avalonia.FuncUI.ControlCatalog/Avalonia.FuncUI.ControlCatalog/Views/Tabs/AttachedEventDemo.fs#L45
Type constraint mismatch. The type � ''a' �is not compatible with type� 'StyledElement'
build: src/Avalonia.FuncUI.ControlCatalog/Avalonia.FuncUI.ControlCatalog/Views/Tabs/AttachedEventDemo.fs#L48
Type constraint mismatch. The type � ''a' �is not compatible with type� 'StyledElement'
build: src/Avalonia.FuncUI.ControlCatalog/Avalonia.FuncUI.ControlCatalog/Views/Tabs/AttachedEventDemo.fs#L45
Type constraint mismatch. The type � ''a' �is not compatible with type� 'StyledElement'
build: src/Avalonia.FuncUI.ControlCatalog/Avalonia.FuncUI.ControlCatalog/Views/Tabs/AttachedEventDemo.fs#L48
Type constraint mismatch. The type � ''a' �is not compatible with type� 'StyledElement'
build
Process completed with exit code 1.
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#L49
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#L49
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#L49
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#L53
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#L53
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#L53
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.