Skip to content

theme: various small fixes #11

theme: various small fixes

theme: various small fixes #11

Triggered via push November 7, 2024 01:48
Status Failure
Total duration 1m 9s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 13 warnings
build
The Android SDK directory could not be found. Install the Android SDK by following the instructions at: https://aka.ms/dotnet-android-install-sdk
build
To use a custom SDK path for a command line build, set the 'AndroidSdkDirectory' MSBuild property to the custom path.
build
The Android SDK directory could not be found. Install the Android SDK by following the instructions at: https://aka.ms/dotnet-android-install-sdk
build
To use a custom SDK path for a command line build, set the 'AndroidSdkDirectory' MSBuild property to the custom path.
build
Process completed with exit code 1.
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/AppBuilderExtensions.cs#L13
The variable 'tempChimeFileName' is assigned but its value is never used
build: src/Classic.CommonControls.Avalonia/Dialogs/InputBoxes/InputBox.cs#L59
The event 'InputBox.CanExecuteChanged' is never used
build: src/Classic.Avalonia.Theme/BulletDecorator.cs#L379
Cannot convert null literal to non-nullable reference type.
build: src/Classic.Avalonia.Theme/BulletDecorator.cs#L125
Converting null literal or possible null value to non-nullable type.
build: src/Classic.Avalonia.Theme/BulletDecorator.cs#L173
Converting null literal or possible null value to non-nullable type.
build: src/Classic.Avalonia.Theme/BulletDecorator.cs#L204
Converting null literal or possible null value to non-nullable type.
build: src/Classic.Avalonia.Theme/ClassicBorderDecorator.cs#L569
Argument of type 'StyledProperty<IBrush>' cannot be used for parameter 'property' of type 'StyledProperty<IBrush?>' in 'IDisposable? AvaloniaObject.SetValue<IBrush?>(StyledProperty<IBrush?> property, IBrush? value, BindingPriority priority = BindingPriority.LocalValue)' due to differences in the nullability of reference types.
build: src/Classic.Avalonia.Theme/Converters/BorderGapMaskConverter.cs#L28
Dereference of a possibly null reference.
build: src/Classic.Avalonia.Theme/Converters/BorderGapMaskConverter.cs#L29
Dereference of a possibly null reference.
build: src/Classic.Avalonia.Theme/Converters/BorderGapMaskConverter.cs#L30
Dereference of a possibly null reference.
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/