Skip to content

Fixes and improvements #29

Fixes and improvements

Fixes and improvements #29

Triggered via pull request January 17, 2025 09:32
Status Success
Total duration 2m 14s
Artifacts

PullRequest.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
pull_request: source/DefaultEcs.Test/Serialization/ISerializerTest.cs#L95
Member can be made 'readonly' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0251)
pull_request: source/DefaultEcs.Test/Serialization/ISerializerTest.cs#L99
Member can be made 'readonly' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0251)
pull_request
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
pull_request: source/DefaultEcs/Entity.cs#L37
Non-constant fields should not be visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2211)
pull_request: source/DefaultEcs/Entity.cs#L33
Remove trailing white-space. (http://pihrt.net/roslynator/analyzer?id=RCS1037)
pull_request: source/DefaultEcs/System/Attributes.cs#L100
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
pull_request: source/DefaultEcs/Threading/IParallelRunnable.cs#L12
Remove trailing white-space. (http://pihrt.net/roslynator/analyzer?id=RCS1037)
pull_request: source/DefaultEcs/Threading/DefaultParallelRunner.cs#L15
'new' expression can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0090)
pull_request: source/DefaultEcs/Resource/AResourceManager.cs#L101
Member can be made 'readonly' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0251)
pull_request: source/DefaultEcs/World.cs#L102
Member can be made 'readonly' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0251)
pull_request: source/DefaultEcs/Resource/AResourceManager.cs#L127
Member can be made 'readonly' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0251)
pull_request: source/DefaultEcs/World.cs#L136
Member can be made 'readonly' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0251)
pull_request: source/DefaultEcs/Threading/DefaultParallelRunner.cs#L36
Add braces to 'if' statement. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0011)