Skip to content

Improve Lua error message verbosity, document DrawEllipse failure #54

Improve Lua error message verbosity, document DrawEllipse failure

Improve Lua error message verbosity, document DrawEllipse failure #54

Triggered via push October 24, 2023 10:50
Status Failure
Total duration 2m 11s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build
Create Artifact Container failed: Artifact storage quota has been hit. Unable to upload any new artifacts
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, NuGet/[email protected], actions/upload-artifact@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 `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/
build: M64RPFW.Services/Abstractions/SkiaRenderEventArgs.cs#L7
Non-nullable property 'Canvas' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: M64RPFW.Models/Settings/RPFWSettings.cs#L90
Non-nullable property 'Instance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: M64RPFW.Models/Media/Encoder/FFmpegEncoder.cs#L60
The variable 'err' is declared but never used
build: M64RPFW.Models/Media/Encoder/FFmpegEncoder_Audio.cs#L76
The variable 'err' is declared but never used
build: M64RPFW.ViewModels/Scripting/LuaEnvironment.cs#L198
Cannot convert null literal to non-nullable reference type.
build: M64RPFW.ViewModels/Scripting/LuaEnvironment.cs#L199
Cannot convert null literal to non-nullable reference type.
build: M64RPFW.ViewModels/Scripting/LuaEnvironment.cs#L200
Cannot convert null literal to non-nullable reference type.
build: M64RPFW.ViewModels/Scripting/LuaEnvironment.cs#L201
Cannot convert null literal to non-nullable reference type.
build: M64RPFW.Views.Avalonia/Views/MainWindow.axaml.cs#L20
Non-nullable field '_mouseHandler' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: M64RPFW.Views.Avalonia/Helpers/WindowHelper.cs#L30
Dereference of a possibly null reference.