Skip to content

fix: custom fonts in font dialog #28

fix: custom fonts in font dialog

fix: custom fonts in font dialog #28

Triggered via push November 14, 2024 00:13
Status Success
Total duration 1m 13s
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/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/