Skip to content

Make font aliasing optional #14

Make font aliasing optional

Make font aliasing optional #14

Triggered via push December 28, 2024 18:32
Status Failure
Total duration 1m 5s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
publish
Process completed with exit code 1.
publish
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/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.
publish: samples/Classic.Demo/MainWindow.axaml.cs#L46
Dereference of a possibly null reference.
publish: 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.
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/