Enhance release workflow with success checks and NavigationView updates #10
Annotations
11 warnings
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4, nick-fields/retry@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build:
src/PleasantUI/Controls/Docking/SideBar.cs#L342
Possible null reference assignment.
|
|
Build:
src/PleasantUI/Controls/SmoothScrollViewer/SmoothScrollContentPresenter.cs#L204
Argument of type 'AnonymousObserver<Control>' cannot be used for parameter 'observer' of type 'IObserver<Control?>' in 'IDisposable IObservable<Control?>.Subscribe(IObserver<Control?> observer)' due to differences in the nullability of reference types.
|
|
Build:
src/PleasantUI/Controls/SmoothScrollViewer/SmoothScrollViewer.cs#L770
Nullability of reference types in type of parameter 'sender' of 'void SmoothScrollViewer.OnKeyDown(object sender, KeyEventArgs e)' doesn't match the target delegate 'EventHandler<KeyEventArgs>' (possibly because of nullability attributes).
|
|
Build:
src/PleasantUI/Controls/SmoothScrollViewer/SmoothScrollViewer.cs#L635
Argument of type 'AnonymousObserver<Control>' cannot be used for parameter 'observer' of type 'IObserver<Control?>' in 'IDisposable IObservable<Control?>.Subscribe(IObserver<Control?> observer)' due to differences in the nullability of reference types.
|
|
Build:
src/PleasantUI/PleasantTheme.axaml.cs#L265
Possible null reference argument for parameter 'name' in 'Theme.Theme(string name, ThemeVariant? themeVariant)'.
|
|
Build:
src/PleasantUI/PleasantTheme.axaml.cs#L58
Nullability of reference types in type of parameter 'sender' of 'void PleasantTheme.CustomThemesOnCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)' doesn't match the target delegate 'NotifyCollectionChangedEventHandler' (possibly because of nullability attributes).
|
|
Build:
src/PleasantUI/Controls/ModalWindowHost/ModalWindowHost.cs#L43
'ModalWindowHost.VerticalContentAlignment' hides inherited member 'ContentControl.VerticalContentAlignment'. Use the new keyword if hiding was intended.
|
|
Build:
src/PleasantUI/Controls/ModalWindowHost/ModalWindowHost.cs#L33
'ModalWindowHost.HorizontalContentAlignment' hides inherited member 'ContentControl.HorizontalContentAlignment'. Use the new keyword if hiding was intended.
|
|
Build:
src/PleasantUI/Controls/ModalWindowHost/ModalWindowHost.cs#L26
'ModalWindowHost.VerticalContentAlignmentProperty' hides inherited member 'ContentControl.VerticalContentAlignmentProperty'. Use the new keyword if hiding was intended.
|
|
Build:
src/PleasantUI/Controls/ModalWindowHost/ModalWindowHost.cs#L20
'ModalWindowHost.HorizontalContentAlignmentProperty' hides inherited member 'ContentControl.HorizontalContentAlignmentProperty'. Use the new keyword if hiding was intended.
|
Loading