Skip to content

theme: Update HeaderedContentControl theme to properly support header… #30

theme: Update HeaderedContentControl theme to properly support header…

theme: Update HeaderedContentControl theme to properly support header… #30

Triggered via push November 17, 2024 12:14
Status Success
Total duration 1m 3s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
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/
build
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/
build: src/Classic.CommonControls.Avalonia/Dialogs/InputBoxes/InputBox.cs#L59
The event 'InputBox.CanExecuteChanged' is never used
build: src/Classic.CommonControls.Avalonia/Dialogs/InputBoxes/InputBox.cs#L59
The event 'InputBox.CanExecuteChanged' is never used
build: src/Classic.CommonControls.Avalonia/Dialogs/InputBoxes/InputBox.cs#L59
The event 'InputBox.CanExecuteChanged' is never used
build: 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.
build: samples/AvaloniaExplorer/MainWindow.axaml.cs#L37
Cannot convert null literal to non-nullable reference type.
build: samples/AvaloniaExplorer/MainWindow.axaml.cs#L45
Possible null reference assignment.
build: samples/AvaloniaExplorer/MainWindow.axaml.cs#L101
Possible null reference argument for parameter 'uri' in 'void MainWindow.LoadUrl(Uri uri)'.
build: samples/Classic.Demo/MainWindow.axaml.cs#L33
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '5' is not covered.
build: samples/Classic.Demo/MainWindow.axaml.cs#L46
Dereference of a possibly null reference.
build: samples/Classic.Demo/MainWindow.axaml.cs#L78
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build
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/