Merge pull request #113 from NoahStolk/dependabot/nuget/src/SonarAnal… #141
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
src/DevilDaggersInfo.Tools.Engine.Content/SoundContent.cs#L18
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
|
build:
src/DevilDaggersInfo.Tools.Engine.Content/TextureContent.cs#L19
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
|
build:
src/DevilDaggersInfo.Tools.Engine.Content/MeshContent.cs#L11
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
|
build:
src/DevilDaggersInfo.Tools.Engine.Content/MeshContent.cs#L12
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
|
build:
src/DevilDaggersInfo.Tools.Engine.Content/Parsers/Sound/SoundData.cs#L6
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
|
build:
src/DevilDaggersInfo.Tools.Engine.Content/Parsers/Texture/TextureData.cs#L6
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
|
build:
src/DevilDaggersInfo.Tools.Engine.Content/Conversion/Sounds/SoundContentConverter.cs#L5
'SoundContentConverter' is an internal class that is apparently never instantiated. If so, remove the code from the assembly. If this class is intended to contain only static members, make it 'static' (Module in Visual Basic). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1812)
|
build:
src/DevilDaggersInfo.Tools.Engine.Content/Conversion/Textures/TextureContentConverter.cs#L5
'TextureContentConverter' is an internal class that is apparently never instantiated. If so, remove the code from the assembly. If this class is intended to contain only static members, make it 'static' (Module in Visual Basic). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1812)
|
build:
src/DevilDaggersInfo.Tools.Engine.Content/Conversion/Shaders/ShaderContentConverter.cs#L3
'ShaderContentConverter' is an internal class that is apparently never instantiated. If so, remove the code from the assembly. If this class is intended to contain only static members, make it 'static' (Module in Visual Basic). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1812)
|
build:
src/DevilDaggersInfo.Tools.Engine.Content/Conversion/Models/ModelContentConverter.cs#L5
'ModelContentConverter' is an internal class that is apparently never instantiated. If so, remove the code from the assembly. If this class is intended to contain only static members, make it 'static' (Module in Visual Basic). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1812)
|