Merge pull request #487 from Blazor-Diagrams/develop #203
Annotations
12 warnings
Build
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
src/Blazor.Diagrams.Core/Diagram.cs#L164
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Build:
src/Blazor.Diagrams.Core/Diagram.cs#L304
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Build:
src/Blazor.Diagrams.Core/Models/PortModel.cs#L63
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Build:
src/Blazor.Diagrams.Core/PathGenerators/SmoothPathGenerator.cs#L74
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Build:
src/Blazor.Diagrams.Core/Behavior.cs#L5
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
|
Build:
src/Blazor.Diagrams.Core/Controls/Control.cs#L6
Convert this 'abstract' class to an interface. (https://rules.sonarsource.com/csharp/RSPEC-1694)
|
Build:
src/Blazor.Diagrams.Core/Geometry/Rectangle.cs#L8
Implement 'IEquatable<Rectangle>'. (https://rules.sonarsource.com/csharp/RSPEC-3897)
|
Build:
src/Blazor.Diagrams.Core/Geometry/Rectangle.cs#L8
Seal class 'Rectangle' or implement 'IEqualityComparer<T>' instead. (https://rules.sonarsource.com/csharp/RSPEC-4035)
|
Build:
src/Blazor.Diagrams.Core/Routers/OrthogonalRouter.cs#L14
Make '_shapeMargin' 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2933)
|
Build:
src/Blazor.Diagrams.Core/Routers/OrthogonalRouter.cs#L15
Make '_globalMargin' 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2933)
|