Skip to content

fix: warnings and IsAotCompatible #24

fix: warnings and IsAotCompatible

fix: warnings and IsAotCompatible #24

Triggered via push November 13, 2024 23:45
Status Success
Total duration 1m 3s
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/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.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.CommonControls.Avalonia/AppBuilderExtensions.cs#L41
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
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/ClassicBorderDecorator.cs#L1216
Dereference of a possibly null reference.
build: src/Classic.Avalonia.Theme/ClassicBorderDecorator.cs#L1229
Dereference of a possibly null reference.
build: src/Classic.Avalonia.Theme/ClassicBorderDecorator.cs#L1242
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/