Alexander
Results
1
issues of
Alexander
If you use IRegister to define the inheritance mapping like this: DerivedPocoProfile.cs ``` public class DerivedPocoProfile : IRegister { public void Register(TypeAdapterConfig config) { .NewConfig() .Inherits(); } } ``` SimplePocoProfile.cs...
improvement