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

Fixed projections with multiple interceptors. #2836

Merged
merged 6 commits into from
Jan 13, 2021

Conversation

PascalSenn
Copy link
Member

@PascalSenn PascalSenn commented Jan 8, 2021

Previously it was not possible to use multiple interceptors.
Nested resolvers like the following were not possible.

public class Foo 
{
   [UseFiltering]
   [UseSorting]
   public List<Bar> Nested { get; set; }
}

resolves: #2767

@PascalSenn PascalSenn changed the title fix: projection multiple interceptors wip: fix: projection multiple interceptors Jan 11, 2021
…m:ChilliCream/hotchocolate into pse/fix-projections-mutliple-interceptors
@sonarcloud
Copy link

sonarcloud bot commented Jan 12, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

97.3% 97.3% Coverage
0.0% 0.0% Duplication

@PascalSenn PascalSenn changed the title wip: fix: projection multiple interceptors fix: projection multiple interceptors Jan 12, 2021
@michaelstaib michaelstaib changed the title fix: projection multiple interceptors Fixed projections with multiple interceptors. Jan 13, 2021
@michaelstaib michaelstaib merged commit 14f799f into main Jan 13, 2021
@michaelstaib michaelstaib deleted the pse/fix-projections-mutliple-interceptors branch January 13, 2021 10:16
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.

EF Core - Creating projection for the whole subrtree
2 participants