Skip to content

fix: warnings and IsAotCompatible #12

fix: warnings and IsAotCompatible

fix: warnings and IsAotCompatible #12

Triggered via push November 13, 2024 23:53
Status Success
Total duration 1m 5s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
publish
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
publish
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
publish: src/Classic.CommonControls.Avalonia/Dialogs/InputBoxes/InputBox.cs#L59
The event 'InputBox.CanExecuteChanged' is never used
publish: src/Classic.CommonControls.Avalonia/Dialogs/InputBoxes/InputBox.cs#L59
The event 'InputBox.CanExecuteChanged' is never used
publish: src/Classic.CommonControls.Avalonia/Dialogs/InputBoxes/InputBox.cs#L59
The event 'InputBox.CanExecuteChanged' is never used
publish: samples/AvaloniaExplorer/MainWindow.axaml.cs#L20
Non-nullable field 'finishLoadingBar' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish: samples/AvaloniaExplorer/MainWindow.axaml.cs#L37
Cannot convert null literal to non-nullable reference type.
publish: samples/AvaloniaExplorer/MainWindow.axaml.cs#L45
Possible null reference assignment.
publish: samples/AvaloniaExplorer/MainWindow.axaml.cs#L101
Possible null reference argument for parameter 'uri' in 'void MainWindow.LoadUrl(Uri uri)'.
publish: samples/AvaloniaVisualBasic/Controls/MDICaptionButtons.cs#L30
'MDICaptionButtons.Detach()' hides inherited member 'CaptionButtons.Detach()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
publish: samples/AvaloniaVisualBasic/Controls/MDIWindow.axaml.cs#L46
Non-nullable field 'border' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish: samples/AvaloniaVisualBasic/Controls/MDIWindow.axaml.cs#L46
Non-nullable field 'titleBar' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/