Update to 11.2 #344
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/VirtualPanel/VirtualPanel.cs#L91
Nullability of reference types in type of parameter 'from' doesn't match implemented member 'Control? ILogicalScrollable.GetControlInDirection(NavigationDirection direction, Control? from)' (possibly because of nullability attributes).
|
src/VirtualPanel/VirtualPanel.cs#L171
Cannot convert null literal to non-nullable reference type.
|
src/VirtualPanel/VirtualPanel.cs#L91
Nullability of reference types in type of parameter 'from' doesn't match implemented member 'Control? ILogicalScrollable.GetControlInDirection(NavigationDirection direction, Control? from)' (possibly because of nullability attributes).
|
src/VirtualPanel/VirtualPanel.cs#L171
Cannot convert null literal to non-nullable reference type.
|
src/VirtualPanel/VirtualPanel.cs#L91
Nullability of reference types in type of parameter 'from' doesn't match implemented member 'Control? ILogicalScrollable.GetControlInDirection(NavigationDirection direction, Control? from)' (possibly because of nullability attributes).
|
src/VirtualPanel/VirtualPanel.cs#L171
Cannot convert null literal to non-nullable reference type.
|
src/VirtualPanel/VirtualPanel.cs#L91
Nullability of reference types in type of parameter 'from' doesn't match implemented member 'Control? ILogicalScrollable.GetControlInDirection(NavigationDirection direction, Control? from)' (possibly because of nullability attributes).
|
src/VirtualPanel/VirtualPanel.cs#L171
Cannot convert null literal to non-nullable reference type.
|
samples/VirtualPanelDemo/MainView.axaml.cs#L23
Dereference of a possibly null reference.
|
src/VirtualPanel/VirtualPanel.cs#L91
Nullability of reference types in type of parameter 'from' doesn't match implemented member 'Control? ILogicalScrollable.GetControlInDirection(NavigationDirection direction, Control? from)' (possibly because of nullability attributes).
|
The logs for this run have expired and are no longer available.
Loading