Skip to content

Implement Squircle #457

Implement Squircle

Implement Squircle #457

Triggered via pull request August 17, 2024 14:39
@yuto-trdyuto-trd
synchronize #1051
squircle
Status Success
Total duration 6m 57s
Artifacts

codeql.yml

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

Annotations

10 warnings
Analyze (csharp): src/Beutl.Threading/Dispatcher.cs#L14
Field 'Dispatcher._catchExceptions' is never assigned to, and will always have its default value false
Analyze (csharp): src/Beutl.Engine/Graphics/Rendering/DeferradCanvas.cs#L14
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): 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.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.Operators/Configure/Effects/EffectsOperator.cs#L11
'Clipping.ThicknessProperty' is obsolete: 'Use separate properties for each side of the thickness.'
Analyze (csharp): tests/Beutl.UnitTests/Engine/ShapeTests.cs#L169
'PathGeometry.MoveTo(Point)' is obsolete: 'Use 'StartPoint'.'
Analyze (csharp): tests/Beutl.UnitTests/Engine/ShapeTests.cs#L176
'PathGeometry.Close()' is obsolete: 'Use 'IsClosed'.'
Analyze (csharp): tests/Beutl.UnitTests/Engine/ShapeTests.cs#L214
'PathGeometry.MoveTo(Point)' is obsolete: 'Use 'StartPoint'.'
Analyze (csharp): tests/Beutl.UnitTests/Engine/ShapeTests.cs#L221
'PathGeometry.Close()' is obsolete: 'Use 'IsClosed'.'
Analyze (csharp): src/Beutl.Threading/Dispatcher.cs#L14
Field 'Dispatcher._catchExceptions' is never assigned to, and will always have its default value false