Skip to content

Add Color Grading effect with customizable properties #2364

Add Color Grading effect with customizable properties

Add Color Grading effect with customizable properties #2364

Triggered via pull request December 29, 2025 07:45
Status Failure
Total duration 1m 55s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 10 warnings
build
Process completed with exit code 1.
build: src/Beutl/ViewModels/Tools/CurvePresenterViewModel.cs#L18
The type or namespace name 'CommandRecorder' could not be found (are you missing a using directive or an assembly reference?)
build: src/Beutl/ViewModels/Tools/CurvePresenterViewModel.cs#L13
The type or namespace name 'CommandRecorder' could not be found (are you missing a using directive or an assembly reference?)
build: src/Beutl/ViewModels/Tools/CurvePresenterViewModel.cs#L18
The type or namespace name 'CommandRecorder' could not be found (are you missing a using directive or an assembly reference?)
build: src/Beutl/ViewModels/Tools/CurvePresenterViewModel.cs#L13
The type or namespace name 'CommandRecorder' could not be found (are you missing a using directive or an assembly reference?)
build: src/Beutl/ViewModels/Tools/CurvePresenterViewModel.cs#L18
The type or namespace name 'CommandRecorder' could not be found (are you missing a using directive or an assembly reference?)
build: src/Beutl/ViewModels/Tools/CurvePresenterViewModel.cs#L13
The type or namespace name 'CommandRecorder' could not be found (are you missing a using directive or an assembly reference?)
build: src/Beutl/ViewModels/Tools/CurvePresenterViewModel.cs#L18
The type or namespace name 'CommandRecorder' could not be found (are you missing a using directive or an assembly reference?)
build: src/Beutl/ViewModels/Tools/CurvePresenterViewModel.cs#L13
The type or namespace name 'CommandRecorder' could not be found (are you missing a using directive or an assembly reference?)
build
Non-nullable field '_hueVsSaturation' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build
Non-nullable field '_hueVsHue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build
Non-nullable field '_blueCurve' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build
Non-nullable field '_greenCurve' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build
Non-nullable field '_redCurve' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build
Non-nullable field '_masterCurve' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Beutl.Engine/Engine/AnimatableProperty.cs#L24
Non-nullable field '_name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Beutl.Engine/Media/Decoding/APNG/Frame.cs#L22
Non-nullable property 'IENDChunk' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Beutl.Engine/Media/Decoding/APNG/Frame.cs#L12
Non-nullable property 'IHDRChunk' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Beutl.Engine.SourceGenerators/EngineObjectResourceGenerator.cs#L17
'Beutl.Engine.SourceGenerators.EngineObjectResourceGenerator': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'