Skip to content

Add Beutl.Editor project with core editor functionality #1377

Add Beutl.Editor project with core editor functionality

Add Beutl.Editor project with core editor functionality #1377

Triggered via pull request December 9, 2025 17:18
@yuto-trdyuto-trd
synchronize #1440
feat/editor
Status Failure
Total duration 7m 54s
Artifacts

codeql.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 10 warnings
Analyze (csharp)
Process completed with exit code 1.
Analyze (csharp): tests/Beutl.UnitTests/Core/JsonSerializationTest.cs#L152
Operator '.' cannot be applied to operand of type 'void'
Analyze (csharp): tests/Beutl.UnitTests/Core/JsonSerializationTest.cs#L102
Operator '.' cannot be applied to operand of type 'void'
Analyze (csharp): tests/Beutl.UnitTests/Core/JsonSerializationTest.cs#L72
Operator '.' cannot be applied to operand of type 'void'
Analyze (csharp): tests/Beutl.UnitTests/Core/JsonSerializationTest.cs#L66
Operator '.' cannot be applied to operand of type 'void'
Analyze (csharp): tests/Beutl.UnitTests/Core/JsonSerializationTest.cs#L152
Operator '.' cannot be applied to operand of type 'void'
Analyze (csharp): tests/Beutl.UnitTests/Core/JsonSerializationTest.cs#L102
Operator '.' cannot be applied to operand of type 'void'
Analyze (csharp): tests/Beutl.UnitTests/Core/JsonSerializationTest.cs#L72
Operator '.' cannot be applied to operand of type 'void'
Analyze (csharp): tests/Beutl.UnitTests/Core/JsonSerializationTest.cs#L66
Operator '.' cannot be applied to operand of type 'void'
Analyze (csharp): src/Beutl.Engine/Audio/Graph/Nodes/SpeedNode.cs#L198
The field 'SpeedNode.SpeedProcessor.lastSrcOffset' is never used
Analyze (csharp): 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.
Analyze (csharp): 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.
Analyze (csharp): 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.
Analyze (csharp): src/Beutl.Engine/Engine/SimpleProperty.cs#L93
The event 'SimpleProperty<T>.ExpressionChanged' is never used
Analyze (csharp): src/Beutl.Engine/Audio/Graph/Nodes/SpeedNode.cs#L198
The field 'SpeedNode.SpeedProcessor.lastSrcOffset' is never used
Analyze (csharp): 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.
Analyze (csharp): 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.
Analyze (csharp): 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.
Analyze (csharp): 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>'