Adam Paquette
Adam Paquette
As additional information, I reproduce the problem in my library. Check the action associated with: https://github.com/adampaquette/Typely/pull/28. I have the following structure: Typely.EfCore depends on Typely.Core. The project Typely.EfCore.Tests needs to...
The option to generate DTO classes for input/output parameters works but is not used inside the C# client. It still use flattened parameters.
@AndriySvyryd I just tested the latest dotnet ef cli, that I think should contain the fixe https://github.com/dotnet/efcore/pull/29981, and I still get the error. ```powershell PS C:\Users\apaquette> dotnet tool uninstall -g...
@ajcvickers This is why I installed `8.0.0-alpha.1.23066.4`. Hum