PR #21 #109
codeql
on: dynamic
Matrix: analyze
Annotations
11 errors and 2 warnings
|
ExpressiveSharp.EntityFrameworkCore.IntegrationTests.Tests.Cosmos.CommonScenarioTests ► OrderBy_GetGrade_ReturnsSorted:
./test-results/results.trx#L0
Failed test found in:
./test-results/results.trx
Error:
Test method ExpressiveSharp.EntityFrameworkCore.IntegrationTests.Tests.Cosmos.CommonScenarioTests.OrderBy_GetGrade_ReturnsSorted threw exception:
Microsoft.Azure.Cosmos.CosmosException: Response status code does not indicate success: BadRequest (400); Substatus: 0; ActivityId: 80283a86-b975-448d-b9c3-b86e1693d3f4; Reason: (Message: {"errors":[{"severity":"Error","code":2206,"message":"Unsupported ORDER BY clause. ORDER BY item expression could not be mapped to a document path."}]}
ActivityId: 80283a86-b975-448d-b9c3-b86e1693d3f4, Microsoft.Azure.Documents.Common/2.14.0, Microsoft.Azure.Cosmos.Tracing.TraceData.ClientSideRequestStatisticsTraceDatum, Linux/24.04 cosmos-netstandard-sdk/3.31.5);
|
|
ExpressiveSharp.EntityFrameworkCore.IntegrationTests.Tests.Cosmos.CommonScenarioTests ► OrderBy_TagLength_NullsAppearFirst:
./test-results/results.trx#L0
Failed test found in:
./test-results/results.trx
Error:
Test method ExpressiveSharp.EntityFrameworkCore.IntegrationTests.Tests.Cosmos.CommonScenarioTests.OrderBy_TagLength_NullsAppearFirst threw exception:
Microsoft.Azure.Cosmos.CosmosException: Response status code does not indicate success: BadRequest (400); Substatus: 0; ActivityId: 33ece3a1-a0ed-41d7-8990-69aed7b86e92; Reason: (Message: {"errors":[{"severity":"Error","code":2206,"message":"Unsupported ORDER BY clause. ORDER BY item expression could not be mapped to a document path."}]}
ActivityId: 33ece3a1-a0ed-41d7-8990-69aed7b86e92, Microsoft.Azure.Documents.Common/2.14.0, Microsoft.Azure.Cosmos.Tracing.TraceData.ClientSideRequestStatisticsTraceDatum, Linux/24.04 cosmos-netstandard-sdk/3.31.5);
|
|
ExpressiveSharp.EntityFrameworkCore.IntegrationTests.Tests.Cosmos.CommonScenarioTests ► OrderByDescending_GetGrade_ReturnsSortedDescending:
./test-results/results.trx#L0
Failed test found in:
./test-results/results.trx
Error:
Test method ExpressiveSharp.EntityFrameworkCore.IntegrationTests.Tests.Cosmos.CommonScenarioTests.OrderByDescending_GetGrade_ReturnsSortedDescending threw exception:
Microsoft.Azure.Cosmos.CosmosException: Response status code does not indicate success: BadRequest (400); Substatus: 0; ActivityId: fad03881-a6c4-4f60-a172-1dcbd3665464; Reason: (Message: {"errors":[{"severity":"Error","code":2206,"message":"Unsupported ORDER BY clause. ORDER BY item expression could not be mapped to a document path."}]}
ActivityId: fad03881-a6c4-4f60-a172-1dcbd3665464, Microsoft.Azure.Documents.Common/2.14.0, Microsoft.Azure.Cosmos.Tracing.TraceData.ClientSideRequestStatisticsTraceDatum, Linux/24.04 cosmos-netstandard-sdk/3.31.5);
|
|
ExpressiveSharp.EntityFrameworkCore.IntegrationTests.Tests.Cosmos.CommonScenarioTests ► OrderByDescending_Total_ReturnsSortedDescending:
./test-results/results.trx#L0
Failed test found in:
./test-results/results.trx
Error:
Test method ExpressiveSharp.EntityFrameworkCore.IntegrationTests.Tests.Cosmos.CommonScenarioTests.OrderByDescending_Total_ReturnsSortedDescending threw exception:
System.InvalidOperationException: The LINQ expression 'DbSet<Order>()
.OrderByDescending(o => o.Price * (double)o.Quantity)' could not be translated. Either rewrite the query in a form that can be translated, or switch to client evaluation explicitly by inserting a call to 'AsEnumerable', 'AsAsyncEnumerable', 'ToList', or 'ToListAsync'. See https://go.microsoft.com/fwlink/?linkid=2101038 for more information.
|
|
ExpressiveSharp.EntityFrameworkCore.IntegrationTests.Tests.Cosmos.CommonScenarioTests ► Polyfill_Arithmetic_ProjectsCorrectly:
./test-results/results.trx#L0
Failed test found in:
./test-results/results.trx
Error:
CollectionAssert.AreEquivalent failed. The number of elements in the collections do not match. Expected:<4>. Actual:<0>.
|
|
ExpressiveSharp.EntityFrameworkCore.IntegrationTests.Tests.Cosmos.CommonScenarioTests ► Polyfill_NullCoalescing_ProjectsCorrectly:
./test-results/results.trx#L0
Failed test found in:
./test-results/results.trx
Error:
CollectionAssert.AreEquivalent failed. The number of elements in the collections do not match. Expected:<4>. Actual:<0>.
|
|
ExpressiveSharp.EntityFrameworkCore.IntegrationTests.Tests.Cosmos.CommonScenarioTests ► Polyfill_NullConditional_ProjectsCorrectly:
./test-results/results.trx#L0
Failed test found in:
./test-results/results.trx
Error:
Test method ExpressiveSharp.EntityFrameworkCore.IntegrationTests.Tests.Cosmos.CommonScenarioTests.Polyfill_NullConditional_ProjectsCorrectly threw exception:
System.InvalidOperationException: A tracking query is attempting to project an owned entity without a corresponding owner in its result, but owned entities cannot be tracked without their owner. Either include the owner entity in the result or make the query non-tracking using 'AsNoTracking'.
|
|
ExpressiveSharp.EntityFrameworkCore.IntegrationTests.Tests.Cosmos.CommonScenarioTests ► Polyfill_SimpleCondition_FiltersCorrectly:
./test-results/results.trx#L0
Failed test found in:
./test-results/results.trx
Error:
CollectionAssert.AreEqual failed. Different number of elements.
|
|
ExpressiveSharp.EntityFrameworkCore.IntegrationTests.Tests.Cosmos.CommonScenarioTests ► Select_AllItemsAffordable_ReturnsCorrectFlags:
./test-results/results.trx#L0
Failed test found in:
./test-results/results.trx
Error:
Test method ExpressiveSharp.EntityFrameworkCore.IntegrationTests.Tests.Cosmos.CommonScenarioTests.Select_AllItemsAffordable_ReturnsCorrectFlags threw exception:
System.InvalidOperationException: The LINQ expression 'o0 => o0.UnitPrice <= 100' could not be translated. Either rewrite the query in a form that can be translated, or switch to client evaluation explicitly by inserting a call to 'AsEnumerable', 'AsAsyncEnumerable', 'ToList', or 'ToListAsync'. See https://go.microsoft.com/fwlink/?linkid=2101038 for more information.
|
|
ExpressiveSharp.EntityFrameworkCore.IntegrationTests.Tests.Cosmos.CommonScenarioTests ► Select_CheckedTotal_ReturnsCorrectValues:
./test-results/results.trx#L0
Failed test found in:
./test-results/results.trx
Error:
CollectionAssert.AreEquivalent failed. The number of elements in the collections do not match. Expected:<4>. Actual:<0>.
|
|
ExpressiveSharp.EntityFrameworkCore.IntegrationTests.Tests.Cosmos.CommonScenarioTests ► Select_ClampedPrice_ReturnsCorrectValues:
./test-results/results.trx#L0
Failed test found in:
./test-results/results.trx
Error:
CollectionAssert.AreEquivalent failed. The number of elements in the collections do not match. Expected:<4>. Actual:<0>.
|
|
Analyze (actions)
Starting April 2026, the CodeQL Action will skip computing file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses.
To opt out of this change, create a custom repository property with the name `github-codeql-file-coverage-on-prs` and the type "True/false", then set this property to `true` in the repository's settings.
|
|
Analyze (csharp)
Starting April 2026, the CodeQL Action will skip computing file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses.
To opt out of this change, create a custom repository property with the name `github-codeql-file-coverage-on-prs` and the type "True/false", then set this property to `true` in the repository's settings.
|