Try running PR build with xcode 15.1 instead of 14.3 (#391) #203
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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.
|