Add date support #354
Annotations
8 errors and 10 warnings
Run Tests
Assert.Equal() Failure: Strings differ
↓ (pos 9)
Expected: "field <= 5"
Actual: "field <= "5""
↑ (pos 9)
|
Run Tests
Assert.Equal() Failure: Strings differ
↓ (pos 10)
Expected: "(field >= 1 AND field < 5)"
Actual: "(field >= "1" AND field < "5")"
↑ (pos 10)
|
Run Tests
Assert.Equal() Failure: Strings differ
↓ (pos 9)
Expected: "(field > 1 AND field < 5)"
Actual: "(field > "1" AND field < "5")"
↑ (pos 9)
|
Run Tests
Assert.Equal() Failure: Strings differ
↓ (pos 8)
Expected: "field > 5"
Actual: "field > "5""
↑ (pos 8)
|
Run Tests
Assert.Equal() Failure: Strings differ
↓ (pos 8)
Expected: "field < 5"
Actual: "field < "5""
↑ (pos 8)
|
Run Tests
Assert.Equal() Failure: Strings differ
↓ (pos 10)
Expected: "(field >= 1 AND field <= 5)"
Actual: "(field >= "1" AND field <= "5")"
↑ (pos 10)
|
Run Tests
Assert.Equal() Failure: Strings differ
↓ (pos 9)
Expected: "field >= 5"
Actual: "field >= "5""
↑ (pos 9)
|
Run Tests
Process completed with exit code 1.
|
Build:
tests/Foundatio.Parsers.ElasticQueries.Tests/ElasticQueryParserTests.cs#L88
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
Build:
tests/Foundatio.Parsers.ElasticQueries.Tests/CustomVisitorTests.cs#L33
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
Build:
tests/Foundatio.Parsers.ElasticQueries.Tests/CustomVisitorTests.cs#L58
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
Build:
tests/Foundatio.Parsers.ElasticQueries.Tests/ElasticQueryParserTests.cs#L117
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
Build:
tests/Foundatio.Parsers.ElasticQueries.Tests/CustomVisitorTests.cs#L83
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
Build:
tests/Foundatio.Parsers.ElasticQueries.Tests/ElasticQueryParserTests.cs#L142
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
Build:
tests/Foundatio.Parsers.ElasticQueries.Tests/CustomVisitorTests.cs#L130
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
Build:
tests/Foundatio.Parsers.ElasticQueries.Tests/ElasticQueryParserTests.cs#L171
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
Build:
tests/Foundatio.Parsers.ElasticQueries.Tests/ElasticQueryParserTests.cs#L190
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
Build:
tests/Foundatio.Parsers.ElasticQueries.Tests/ElasticQueryParserTests.cs#L209
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
Loading