Merge pull request #49 from SixLabors/js/avif-lfs #136
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: NuGet/setup-nuget@v1, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
DotNet Build:
tests/SharedInfrastructure.Tests/GuardTests.cs#L15
Converting null literal or possible null value to non-nullable type.
|
DotNet Build:
tests/SharedInfrastructure.Tests/DebugGuardTests.cs#L34
Converting null literal or possible null value to non-nullable type.
|
DotNet Build:
tests/SharedInfrastructure.Tests/GuardTests.cs#L27
Null should not be used for type parameter 'str' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
DotNet Build:
tests/SharedInfrastructure.Tests/DebugGuardTests.cs#L46
Null should not be used for type parameter 'str' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
DotNet Build:
tests/SharedInfrastructure.Tests/DebugGuardTests.cs#L205
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
DotNet Build:
tests/SharedInfrastructure.Tests/DebugGuardTests.cs#L206
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
DotNet Build:
tests/SharedInfrastructure.Tests/DebugGuardTests.cs#L214
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
DotNet Build:
tests/SharedInfrastructure.Tests/GuardTests.cs#L214
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
DotNet Build:
tests/SharedInfrastructure.Tests/DebugGuardTests.cs#L14
Type 'Foo' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
|
DotNet Build:
tests/SharedInfrastructure.Tests/GuardTests.cs#L8
Type 'Foo' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
|
Loading