-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NET Core support #18
Comments
I completely agree. This is something I definitely want to do... Now that the holidays are over, I'll try and get this started |
I begun to look at the work involved in adding .NET Core support and based on the current .Net Standard API (1.6) a fair amount of the code is unsupported and would need to be re-written. the good news is that all the code is supported in .NET Standard 2.0 so I think I may wait until that is released before adding this. Sorry it is going to take longer than i had first hoped |
Anyone know of any alternatives for .NET Core? I am in the middle of a migration, and trying to iron out all of the incompatibilities here... unfortunately, this is the only one that is in the way at this time. |
@ninjanye which components are unsupported on NET Core? Can you list them? |
@maximtarasov I'll dig out the report. From memory it was some reflection stuff and some linq bits. I'll double check. If the changes aren't to large, I'll update. Sorry it's taken a while to get this sorted. |
@maximtarasov @metamet Good news, I have almost complete the port for .NET Core. I hope to get a new package out in the next few days. I'll keep you posted |
@maximtarasov @metamet It took longer than anticipated but I have recently released an new version of Search extensions that is now entirely built on |
Hi!
Your project is very useful and it will be great, if you will introduce NET Core support.
The text was updated successfully, but these errors were encountered: