tdietrich513 / DataTableProxy

A quick utility class for converting IEnumerables into easily bindable DataTables
12 stars 7 forks source link

.NET Core #2

Open kspearrin opened 8 years ago

kspearrin commented 8 years ago

Can we expect an update to support .NET Core? This is holding me back from using .NET Core myself since my project has a dependency on this library.

https://docs.microsoft.com/en-us/dotnet/articles/core/porting/libraries

Thanks!!

tdietrich513 commented 8 years ago

It wouldn't be too much work. I'll look into it next week.

kspearrin commented 7 years ago

NET Standard 2.0 is due to release soon (maybe March?). I ran a compatibility test on this lib with the API Port tool and it shows 100% compatibility with NET Standard 2.0. Should be a simple upgrade then.

tdietrich513 commented 7 years ago

It's really just like 3 class files. Once I get my .net env set up again I can do the port pretty quickly. Trying to do so this weekend.

tdietrich513 commented 7 years ago

Actually not sure I can do this yet - https://github.com/dotnet/corefx/issues/8622 . When NET Standard 2.0 is released I'll tackle it.