Hi.
Very best project.
Incorect generated code for generic methods with where constraints.
We want add where clasue to generated code
partial class TestDb
{
[BeaKona.AutoInterface]
private readonly IDb _inner = default!;
}
public interface IDb
{
T? Get<T>() where T: class;
}

Hi.
Very best project.
Incorect generated code for generic methods with where constraints.
We want add where clasue to generated code