Skip to content

Bump Microsoft.Extensions.ObjectPool from 8.0.6 to 8.0.7 #379

Bump Microsoft.Extensions.ObjectPool from 8.0.6 to 8.0.7

Bump Microsoft.Extensions.ObjectPool from 8.0.6 to 8.0.7 #379

Triggered via pull request July 10, 2024 09:01
Status Success
Total duration 7m 21s
Artifacts

codeql.yml

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

Annotations

10 warnings
Analyze (csharp): src/Beutl.Engine/Graphics/Rendering/DeferradCanvas.cs#L15
Parameter 'PixelSize canvasSize' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
Analyze (csharp): tests/Beutl.Engine.UnitTests/ShapeTests.cs#L172
'PathGeometry.MoveTo(Point)' is obsolete: 'Use 'StartPoint'.'
Analyze (csharp): tests/Beutl.Engine.UnitTests/ShapeTests.cs#L179
'PathGeometry.Close()' is obsolete: 'Use 'IsClosed'.'
Analyze (csharp): tests/Beutl.Engine.UnitTests/ShapeTests.cs#L217
'PathGeometry.MoveTo(Point)' is obsolete: 'Use 'StartPoint'.'
Analyze (csharp): tests/Beutl.Engine.UnitTests/ShapeTests.cs#L224
'PathGeometry.Close()' is obsolete: 'Use 'IsClosed'.'
Analyze (csharp): src/Beutl.Extensions.AVFoundation/Encoding/AVFWriter.cs#L272
'AVAssetWriter.FinishWriting()' is obsolete: 'Deprecated in iOS 6.0. Use the asynchronous FinishWriting(NSAction completionHandler) instead'
Analyze (csharp): src/Beutl.Extensions.AVFoundation/Encoding/AVFEncoderInfo.cs#L17
The variable 'e' is declared but never used
Analyze (csharp): src/Beutl.Operators/Configure/Effects/EffectsOperator.cs#L11
'Clipping.ThicknessProperty' is obsolete: 'Use separate properties for each side of the thickness.'
Analyze (csharp): src/Beutl/Views/Tools/PathEditorTab.axaml.cs#L196
Cannot convert null literal to non-nullable reference type.