You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use Corvus.JsonSchema library to generate DTOs in a large project on dotnet 8 i found some conflicts regarding extensions methods on IEnumerable. There are conflicts between System.Interactive (a dependency of a dependency of Corvus.Json.ExtendedTypes) and MoreLinq.
Do you have any plans to support generating these DTOs without any external dependency outside of the target framework? An idea would be to choose the T4 template when use the CLI to generate this?
What do you think?
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
When trying to use Corvus.JsonSchema library to generate DTOs in a large project on dotnet 8 i found some conflicts regarding extensions methods on IEnumerable. There are conflicts between System.Interactive (a dependency of a dependency of Corvus.Json.ExtendedTypes) and MoreLinq.
Do you have any plans to support generating these DTOs without any external dependency outside of the target framework? An idea would be to choose the T4 template when use the CLI to generate this?
What do you think?
Thanks
The text was updated successfully, but these errors were encountered: