greuelpirat / DeepCopy

Inject deep copy constructors into C# types
MIT License
13 stars 3 forks source link

Support BindingList<T> #23

Closed michalciolek closed 2 years ago

michalciolek commented 2 years ago

Hello,

It is possible to add support for BindingList? Now it is not working because BindingList does not implement IList<T> (only IList).

greuelpirat commented 2 years ago

Should be no big deal. I will have a look.

greuelpirat commented 2 years ago

please check out prerelease https://www.nuget.org/packages/DeepCopy.Fody/1.0.16-build.33 it should work now

michalciolek commented 2 years ago

Yes, it works!

Thank you for your quick fix :)