Skip to content

Resolve many more analyzer issues #288

Resolve many more analyzer issues

Resolve many more analyzer issues #288

Triggered via push July 17, 2025 16:15
Status Failure
Total duration 5m 36s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
build
Process completed with exit code 1.
build: src/RepoDb.Core.IntegrationTests/Helper.cs#L1050
Cannot convert type 'T' to 'RepoDb.IntegrationTests.Enumerations.Continent'
build: src/RepoDb.Core.IntegrationTests/Helper.cs#L1044
The non-generic method 'Enum.GetValues(Type)' cannot be used with type arguments
build: src/RepoDb.Core.IntegrationTests/Helper.cs#L1050
Cannot convert type 'T' to 'RepoDb.IntegrationTests.Enumerations.Continent'
build: src/RepoDb.Core.IntegrationTests/Helper.cs#L1044
The non-generic method 'Enum.GetValues(Type)' cannot be used with type arguments
build: src/RepoDb/Attributes/Parameter/ScaleAttribute.cs#L10
Avoid unsealed attributes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1813)
build: src/RepoDb/Attributes/Parameter/PrecisionAttribute.cs#L10
Avoid unsealed attributes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1813)
build: src/RepoDb/Attributes/Parameter/IsNullableAttribute.cs#L10
Avoid unsealed attributes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1813)
build: src/RepoDb/Attributes/Parameter/DbTypeAttribute.cs#L11
Avoid unsealed attributes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1813)
build: src/RepoDb/Attributes/Parameter/DirectionAttribute.cs#L11
Avoid unsealed attributes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1813)
build: src/RepoDb/Attributes/TypeMapAttribute.cs#L10
Avoid unsealed attributes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1813)
build: src/RepoDb/Attributes/PropertyHandlerAttribute.cs#L10
Avoid unsealed attributes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1813)
build: src/RepoDb/Attributes/MapAttribute.cs#L7
Avoid unsealed attributes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1813)
build: src/RepoDb/Attributes/IdentityAttribute.cs#L7
Avoid unsealed attributes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1813)
build: src/RepoDb/Attributes/ClassHandlerAttribute.cs#L10
Avoid unsealed attributes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1813)