mikependon / RepoDB

A hybrid ORM library for .NET.
Apache License 2.0
1.7k stars 125 forks source link

Added F# fix for `IPropertyHandler.Set` method #1089

Closed xperiandri closed 2 years ago

mikependon commented 2 years ago

Thanks for this PR.

xperiandri commented 2 years ago

By the way, do you allow custom Get and Set methods with another set of parameters as IPropertyHandler?

mikependon commented 2 years ago

@xperiandri - no, every property handler must implement that interface