Skip to content

Merge pull request #1433 from b-editor/fix/sound-offset-property #1352

Merge pull request #1433 from b-editor/fix/sound-offset-property

Merge pull request #1433 from b-editor/fix/sound-offset-property #1352

Triggered via push December 5, 2025 14:23
Status Success
Total duration 9m 18s
Artifacts

codeql.yml

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

Annotations

10 warnings
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>'