Fix test #340
Annotations
8 errors and 10 warnings
Foundatio.Parsers.SqlQueries.Tests.SqlQueryParserTests.ValidQueries(query: "field:<=5"
System.ArgumentNullException : Value cannot be null. (Parameter 'source')
|
Foundatio.Parsers.SqlQueries.Tests.SqlQueryParserTests.ValidQueries(query: "field:[1 TO 5}"
System.ArgumentNullException : Value cannot be null. (Parameter 'source')
|
Foundatio.Parsers.SqlQueries.Tests.SqlQueryParserTests.ValidQueries(query: "field:{1 TO 5}"
System.ArgumentNullException : Value cannot be null. (Parameter 'source')
|
Foundatio.Parsers.SqlQueries.Tests.SqlQueryParserTests.ValidQueries(query: "field:>5"
System.ArgumentNullException : Value cannot be null. (Parameter 'source')
|
Foundatio.Parsers.SqlQueries.Tests.SqlQueryParserTests.ValidQueries(query: "field:<5"
System.ArgumentNullException : Value cannot be null. (Parameter 'source')
|
Foundatio.Parsers.SqlQueries.Tests.SqlQueryParserTests.ValidQueries(query: "field:[1 TO 5]"
System.ArgumentNullException : Value cannot be null. (Parameter 'source')
|
Foundatio.Parsers.SqlQueries.Tests.SqlQueryParserTests.ValidQueries(query: "field:>=5"
System.ArgumentNullException : Value cannot be null. (Parameter 'source')
|
build / build
Process completed with exit code 1.
|
build / 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 / 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 / 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 / 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 / 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 / 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 / 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 / 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 / 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 / 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)
|