Skip to content

Improve TitleBar spacing #58

Improve TitleBar spacing

Improve TitleBar spacing #58

Triggered via push November 15, 2025 18:28
Status Success
Total duration 1m 1s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build: 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.
build: samples/AvaloniaVisualBasic/MainViewViewModel.cs#L98
Possible null reference argument for parameter 'owner' in 'Task Window.ShowDialog(Window owner)'.
build: 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.
build: samples/AvaloniaExplorer/MainWindow.axaml.cs#L101
Possible null reference argument for parameter 'uri' in 'void MainWindow.LoadUrl(Uri uri)'.
build: samples/AvaloniaExplorer/MainWindow.axaml.cs#L45
Possible null reference assignment.
build: samples/AvaloniaExplorer/MainWindow.axaml.cs#L37
Cannot convert null literal to non-nullable reference type.
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: 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
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/