Skip to content

chore: Update Avalonia.Desktop package version to 11.1.2 #415

chore: Update Avalonia.Desktop package version to 11.1.2

chore: Update Avalonia.Desktop package version to 11.1.2 #415

Triggered via push August 10, 2024 17:00
Status Success
Total duration 7m 41s
Artifacts

codeql.yml

on: push
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.Controls/AvaloniaTypeConverter.cs#L158
'RadialGradientBrush.Radius' is obsolete: 'Use RadiusX/RadiusY, note that those properties use _relative_ values, so Radius=0.55 would become RadiusX=55% RadiusY=55%. Radius property is always relative even if the rest of the brush uses absolute values.'
Analyze (csharp): src/Beutl.Extensions.AVFoundation/Encoding/AVFEncodingController.cs#L168
'AVAssetWriter.FinishWriting()' is obsolete: 'Deprecated in iOS 6.0. Use the asynchronous FinishWriting(NSAction completionHandler) instead'
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.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'.'