Skip to content

Rename Position to Center in OrientedRectangle #43

Rename Position to Center in OrientedRectangle

Rename Position to Center in OrientedRectangle #43

Triggered via push September 26, 2024 17:39
Status Success
Total duration 46s
Artifacts

push.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/Detach/Collisions/Geometry3D.cs#L1006
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
build: src/Detach/Inline.cs#L157
Change return type to 'void'; not a single caller uses the returned value. (https://rules.sonarsource.com/csharp/RSPEC-3241)
build: src/Detach/Inline.cs#L170
Change return type to 'void'; not a single caller uses the returned value. (https://rules.sonarsource.com/csharp/RSPEC-3241)
build: src/Detach/Parsers/Sound/SoundData.cs#L6
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
build: src/Detach/Parsers/Texture/TextureData.cs#L6
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
build: src/Detach/Collisions/Primitives3D/Obb.cs#L60
Use properties where appropriate (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1024)
build: src/Detach/Parsers/Texture/TgaFormat/TgaImageData.cs#L71
Do not update the loop counter 'j' within the loop body. (https://rules.sonarsource.com/csharp/RSPEC-127)
build: src/Detach/Parsers/Texture/TgaFormat/TgaImageData.cs#L87
Do not update the loop counter 'j' within the loop body. (https://rules.sonarsource.com/csharp/RSPEC-127)
build: src/Detach/Parsers/Texture/TgaFormat/TgaImageData.cs#L144
Do not update the loop counter 'j' within the loop body. (https://rules.sonarsource.com/csharp/RSPEC-127)
build: src/Detach/Collisions/Geometry3D.cs#L430
Do not check floating point equality with exact values, use a range instead. (https://rules.sonarsource.com/csharp/RSPEC-1244)