gh5692

Results 1 comments of gh5692

Also happens when trying to generate a new type ``` var a = await entitites.ListOfEntities .Where(a => a.Value == value) .Select(a => new NewType { Value = a.Value, Value2 =...