Skip to content

support anonymous types nested in generic interceptor signatures - #84

Open
koenbeuk wants to merge 1 commit into
mainfrom
fix/nested-anonymous-types
Open

support anonymous types nested in generic interceptor signatures#84
koenbeuk wants to merge 1 commit into
mainfrom
fix/nested-anonymous-types

Conversation

@koenbeuk

@koenbeuk koenbeuk commented Aug 2, 2026

Copy link
Copy Markdown
Collaborator
       query
            .Select(x => new { x.Tag })
            .GroupBy(x => x.Tag)
            .Select(x => x.Count())
            .ToListAsync(cancellationToken);

used to fail to compile

@codecov

codecov Bot commented Aug 2, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 85.96491% with 8 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...iveSharp.Generator/PolyfillInterceptorGenerator.cs 82.35% 4 Missing and 2 partials ⚠️
...pressiveSharp.Generator/Emitter/TypeFqnResolver.cs 90.47% 1 Missing and 1 partial ⚠️

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant