Skip to content

Make font aliasing optional #36

Make font aliasing optional

Make font aliasing optional #36

Triggered via push December 28, 2024 21:15
Status Success
Total duration 1m 11s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/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/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/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.
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/