-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
First of all, I want to express my appreciation for this library. It has been incredibly useful, and I truly appreciate your work on it.
However, I have encountered an issue where the Source Generator does not function correctly when using query syntax. Is there a way to work around this problem?
Here is a minimal reproducible example:
using Cathei.LinqGen;
var array1 = Enumerable.Range(0, 10);
foreach(var i in from n in array1.Gen()
select n * 2)
Console.WriteLine(i);And this is my exception message:
System.NotImplementedException: 'The method or operation is not implemented.'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
