✅ Build Status Check ( branch) #176
Annotations
10 warnings
Build FinalEngine.Rendering:
FinalEngine.Rendering/Loaders/Invocation/ImageInvoker.cs#L15
Return type of 'ImageInvoker.Load<TPixel>(Stream)' is not CLS-compliant
|
Build FinalEngine.Rendering:
FinalEngine.Rendering/Loaders/Invocation/ImageInvoker.cs#L15
Constraint type 'IPixel<TPixel>' is not CLS-compliant
|
Build FinalEngine.Rendering:
FinalEngine.Rendering/Loaders/Invocation/IImageInvoker.cs#L13
Return type of 'IImageInvoker.Load<TPixel>(Stream)' is not CLS-compliant
|
Build FinalEngine.Rendering:
FinalEngine.Rendering/Loaders/Invocation/IImageInvoker.cs#L13
Constraint type 'IPixel<TPixel>' is not CLS-compliant
|
Build FinalEngine.Rendering:
FinalEngine.Rendering/Loaders/Shaders/ShaderProgramResourceLoader.cs#L57
Non-nullable property 'Fragment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build FinalEngine.Rendering:
FinalEngine.Rendering/Loaders/Shaders/ShaderProgramResourceLoader.cs#L59
Non-nullable property 'Vertex' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build FinalEngine.Rendering:
FinalEngine.Rendering/RasterStateDescription.cs#L36
The field 'RasterStateDescription.gammaCorrectionEnabled' is never used
|
Build FinalEngine.Rendering:
FinalEngine.Rendering/Renderers/IRenderQueue.cs#L7
Rename type name IRenderQueue so that it does not end in 'Queue' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
Build FinalEngine.Rendering:
FinalEngine.Rendering/RasterStateDescription.cs#L36
Unused field 'gammaCorrectionEnabled' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
|
Build FinalEngine.Rendering:
FinalEngine.Rendering/Loaders/Textures/Texture2DResourceLoader.cs#L22
Change type of field 'invoker' from 'FinalEngine.Rendering.Loaders.Invocation.IImageInvoker' to 'FinalEngine.Rendering.Loaders.Invocation.ImageInvoker' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
The logs for this run have expired and are no longer available.
Loading