mattwar / iqtoolkit

A Toolkit for building LINQ IQueryable providers. This is the official move of my IQToolkit project from CodePlex.
Other
237 stars 77 forks source link

build and release a version supporting .net standard #19

Open digitalpowers opened 5 years ago

digitalpowers commented 5 years ago

Any chance you will release this built for .net standard?

mattwar commented 4 years ago

Fixed by merging in standard branch. The core parts are now in .net standard. Some specific providers continue to be .Net Framework due to associate libraries. Not yet published.

digitalpowers commented 4 years ago

@mattwar were you planning to release a version to nuget that supported .net standard? I understand some specific parts wouldnt be included because they are framework specific, but it would help to have the library be nugettable, :) also thanks for the tool and the series, it was fascinating and fun.

mattwar commented 4 years ago

Yes, I'm planning to eventually push out a version 2.0 that is .net standard to nuget.