Skip to content

Preferenceクラスでのディレクトリ指定を修正 #312

Preferenceクラスでのディレクトリ指定を修正

Preferenceクラスでのディレクトリ指定を修正 #312

Triggered via pull request May 30, 2024 10:59
Status Success
Total duration 6m 56s
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/Views/Tools/PathEditorTab.axaml.cs#L196
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): src/Beutl/Views/ElementView.axaml.cs#L652
Dereference of a possibly null reference.
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'.'