Is your feature request related to a problem? Please describe.
- Quotations cannot be used in LINQ
- Pipes, compositions cannot be used in LINQ
- Optional types cannot be used in LINQ
Describe the solution you'd like
- Implement LINQ translation methods in F# with extensibility points
- Implement native translation of quotations
- Implement custom translators for pipes and composition
- Implement custom translators for optional types and F# collection functions
Describe alternatives you've considered
Use wrapper LINQ extension methods that will be resolved before Cosmos SDK, rewrite LINQ/quotations, and pass too original Cosmos SDK
,
Additional context
No
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered
Use wrapper LINQ extension methods that will be resolved before Cosmos SDK, rewrite LINQ/quotations, and pass too original Cosmos SDK
,
Additional context
No