Skip to content

Convert to property access instead constants #309

Convert to property access instead constants

Convert to property access instead constants #309

Triggered via pull request October 17, 2023 14:23
Status Failure
Total duration 59s
Artifacts

dotnetcore.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build: src/AutoFilterer.Dynamics/DynamicFilter.cs#L71
The feature 'collection literals' is currently in Preview and *unsupported*. To use Preview features, use the 'preview' language version.
build: src/AutoFilterer.Dynamics/DynamicFilter.cs#L71
The feature 'collection literals' is currently in Preview and *unsupported*. To use Preview features, use the 'preview' language version.
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/AutoFilterer/Abstractions/IFilterableType.cs#L8
XML comment has cref attribute 'BuildExpression(Expression, PropertyInfo, PropertyInfo, MemberExpression)' that could not be resolved
build: src/AutoFilterer.Generators/FilterGenerator.cs#L57
Use 'SymbolEqualityComparer' when comparing symbols
build: tests/AutoFilterer.Tests/Types/OperatorQueryTests.cs#L65
The result of the expression is always 'false' since a value of type 'int' is never equal to 'null' of type 'int?'
build: tests/AutoFilterer.Tests/Types/OperatorQueryTests.cs#L67
The result of the expression is always 'true' since a value of type 'int' is never equal to 'null' of type 'int?'
build: tests/AutoFilterer.Tests/Types/OperatorQueryTests.cs#L73
The result of the expression is always 'true' since a value of type 'int' is never equal to 'null' of type 'int?'
build: tests/AutoFilterer.Tests/Types/OperatorQueryTests.cs#L75
The result of the expression is always 'false' since a value of type 'int' is never equal to 'null' of type 'int?'
build: src/AutoFilterer/Abstractions/IFilterableType.cs#L8
XML comment has cref attribute 'BuildExpression(Expression, PropertyInfo, PropertyInfo, MemberExpression)' that could not be resolved
build: src/AutoFilterer.Generators/FilterGenerator.cs#L57
Use 'SymbolEqualityComparer' when comparing symbols
build: tests/AutoFilterer.Tests/Types/OperatorQueryTests.cs#L65
The result of the expression is always 'false' since a value of type 'int' is never equal to 'null' of type 'int?'
build: tests/AutoFilterer.Tests/Types/OperatorQueryTests.cs#L67
The result of the expression is always 'true' since a value of type 'int' is never equal to 'null' of type 'int?'