Preferenceクラスでのディレクトリ指定を修正 #312
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'.'
|