bugurshik

Results 1 issues of bugurshik

While im configuring with attributes ``` [AdaptFrom(typeof(Foo))] public record Bar(string Title); public record Foo(string Name); ``` These records are supposed to throw an error during **Compile()**, but it doesn't happen...