Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test to verify that deep nested accessors work in Select() functions.… #3355

Merged
merged 1 commit into from
Aug 4, 2024

Test to verify that deep nested accessors work in Select() functions.…

377bb08
Select commit
Loading
Failed to load commit list.
Merged

Test to verify that deep nested accessors work in Select() functions.… #3355

Test to verify that deep nested accessors work in Select() functions.…
377bb08
Select commit
Loading
Failed to load commit list.
Azure Pipelines / marten (build_net6.0 pgLatest) failed Aug 4, 2024 in 17m 53s

build_net6.0 pgLatest failed

Annotations

Check failure on line 111 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / marten (build_net6.0 pgLatest)

Build log #L111

[xUnit.net 00:00:55.84]     LinqTests.Acceptance.select_clauses.run_query_with_stj(description: "x => new {Id = x.Id, Other = x.Children}") [FAIL]

Check failure on line 225 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / marten (build_net6.0 pgLatest)

Build log #L225

[xUnit.net 00:00:55.93]     LinqTests.Acceptance.select_clauses.run_query_with_stj(description: "x => new {Id = x.Id, Other = x.Double}") [FAIL]

Check failure on line 227 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / marten (build_net6.0 pgLatest)

Build log #L227

[xUnit.net 00:00:55.94]     LinqTests.Acceptance.select_clauses.run_query_with_stj(description: "x => new { Id = x.Id, Person = new Person2(x.Strin"···) [FAIL]

Check failure on line 229 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / marten (build_net6.0 pgLatest)

Build log #L229

[xUnit.net 00:00:55.95]     LinqTests.Acceptance.select_clauses.run_query_with_stj(description: "x => new { Id = x.Id, Person = new Person { Age = "···) [FAIL]

Check failure on line 231 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / marten (build_net6.0 pgLatest)

Build log #L231

[xUnit.net 00:00:55.96]     LinqTests.Acceptance.select_clauses.run_query_with_stj(description: "x => new {Id = x.Id, Name = \"Harold\"}") [FAIL]