Skip to content

build(deps): bump coverlet.collector from 6.0.2 to 6.0.4 (#1259) #911

build(deps): bump coverlet.collector from 6.0.2 to 6.0.4 (#1259)

build(deps): bump coverlet.collector from 6.0.2 to 6.0.4 (#1259) #911

Triggered via push January 31, 2025 14:35
Status Success
Total duration 6m 11s
Artifacts

codeql.yml

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

Annotations

10 warnings
Analyze (csharp): src/Beutl.Engine/Graphics/FilterEffects/StrokeEffect.cs#L67
'Border' is obsolete: 'Use StrokeEffect instead.'
Analyze (csharp): src/Beutl.Engine/Graphics/FilterEffects/StrokeEffect.cs#L90
'Border' is obsolete: 'Use StrokeEffect instead.'
Analyze (csharp): src/Beutl.Engine/Graphics/FilterEffects/StrokeEffect.cs#L96
'Border' is obsolete: 'Use StrokeEffect instead.'
Analyze (csharp): src/Beutl.Engine/Graphics/FilterEffects/StrokeEffect.cs#L19
'Border' is obsolete: 'Use StrokeEffect instead.'
Analyze (csharp): src/Beutl.Engine/Graphics/FilterEffects/StrokeEffect.cs#L22
'Border' is obsolete: 'Use StrokeEffect instead.'
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/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/Chunks/fdATChunk.cs#L5
Non-nullable property 'FrameData' 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/Chunks/fdATChunk.cs#L10
Non-nullable property 'FrameData' 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/Chunks/fdATChunk.cs#L15
Non-nullable property 'FrameData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.