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

WIP: server/aspnetcore: Add initial UCAST->LINQ plumbing. #425

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

philipaconrad
Copy link
Member

@philipaconrad philipaconrad commented Nov 15, 2024

What changed?

This PR is a first stab at UCAST -> LINQ support, via the IQueryable<T> interface. There's a lot of TODOs, mostly around making sure the LINQ reflection stuff is working as-intended. Not everything works just yet!

Tables JOINs are also a big unknown, which I plan to at least look into, and maybe support with document-level ops (include or join would be good examples that hew close to existing LINQ stuff).

References

@philipaconrad philipaconrad added enhancement New feature or request c# Pull requests that update C# code .NET Pull requests that update .net code labels Nov 15, 2024
@philipaconrad philipaconrad self-assigned this Nov 15, 2024
This commit provides a first stab at UCAST LINQ support, via the
IQueryable<T> interface.

Signed-off-by: Philip Conrad <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c# Pull requests that update C# code enhancement New feature or request .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant