Skip to content

Automated dotnet-format update (#1044) #1448

Automated dotnet-format update (#1044)

Automated dotnet-format update (#1044) #1448

Triggered via push August 15, 2024 06:39
Status Success
Total duration 1m 54s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Beutl.Threading/Dispatcher.cs#L14
Field 'Dispatcher._catchExceptions' is never assigned to, and will always have its default value false
build: 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.
build: src/Beutl.Extensions.AVFoundation/Encoding/AVFEncodingController.cs#L168
'AVAssetWriter.FinishWriting()' is obsolete: 'Deprecated in iOS 6.0. Use the asynchronous FinishWriting(NSAction completionHandler) instead'
build: 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.'
build: src/Beutl.Operators/Configure/Effects/EffectsOperator.cs#L11
'Clipping.ThicknessProperty' is obsolete: 'Use separate properties for each side of the thickness.'
build: tests/Beutl.UnitTests/Engine/ShapeTests.cs#L169
'PathGeometry.MoveTo(Point)' is obsolete: 'Use 'StartPoint'.'
build: tests/Beutl.UnitTests/Engine/ShapeTests.cs#L176
'PathGeometry.Close()' is obsolete: 'Use 'IsClosed'.'
build: tests/Beutl.UnitTests/Engine/ShapeTests.cs#L214
'PathGeometry.MoveTo(Point)' is obsolete: 'Use 'StartPoint'.'
build: tests/Beutl.UnitTests/Engine/ShapeTests.cs#L221
'PathGeometry.Close()' is obsolete: 'Use 'IsClosed'.'
build: src/Beutl.Threading/Dispatcher.cs#L14
Field 'Dispatcher._catchExceptions' is never assigned to, and will always have its default value false