Skip to content
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 Standard / Core support? #10

Closed
kinetiq opened this issue Jan 4, 2018 · 11 comments
Closed

.NET Standard / Core support? #10

kinetiq opened this issue Jan 4, 2018 · 11 comments
Assignees

Comments

@kinetiq
Copy link

kinetiq commented Jan 4, 2018

I'm having trouble finding any statements on whether you support, or plan to support, .NET Standard / Core moving forward.

I'm getting a compatibility warning in my project though, so I'm guessing Z.ExtensionMethods currently is only for Full Framework, is that right?

@JonathanMagnan JonathanMagnan self-assigned this Jan 4, 2018
@JonathanMagnan
Copy link
Member

Hello @kinetiq ,

Yes, you are right. It currently works on the full framework.

We will for sure support eventually .NET Standard but I'm not sure yet when in 2018 since we are currently re-writing some other libraries which will take us already some month.

Best Regards,

Jonathan

@JonathanMagnan
Copy link
Member

After some discussion (28 seconds later),

We will try to look at it next week to at least see the effort to support .NET Standard 2.0

We could do it in two phases:

  • Phase 1: Support .NET Standard (Now)
  • Phase 2: Cleanup & Rewrite the library (later in 2018)

We will give you more information probably next week.

Best Regards,

Jonathan


Help us to support this library: Donate

@kinetiq
Copy link
Author

kinetiq commented Jan 4, 2018

Just a quick note that when I updated my open source libraries to Standard, it wasn't that bad. But anything with reflection is going to change a bit - mostly just namespace naming.

@kinetiq
Copy link
Author

kinetiq commented Feb 23, 2018

How is this project going? :)

@Ricky-G
Copy link

Ricky-G commented Mar 4, 2018

Keen to see support for .NET Standard 2 :-)

@JonathanMagnan
Copy link
Member

Hello @kinetiq , @Ricky-G ,

My developer made the change a few weeks ago but unfortunately, I got some health issue, so a lot of free requests has been paused like this one.

I will try to review his code next weekend and make a release from it.

Best Regards,

Jonathan

@kinetiq
Copy link
Author

kinetiq commented Mar 15, 2018

Thanks - really looking forward to this!

@kinetiq
Copy link
Author

kinetiq commented Jul 10, 2018

Since over 6 months have passed, I was wondering if this is going to happen or if we should just give up on z for future versions of .net?

@JonathanMagnan
Copy link
Member

JonathanMagnan commented Jul 11, 2018

Hello @kinetiq ,

I was going yesterday to answer that I will work on it this weekend but I guess I lost this right ;)

So I will instead tell you that the v2.1.0 has been released.

It now supports .NET Standard.

Thank a lot for the patience and reminder from time to time ;)

Let me know if everything is working as expected.

Best Regards,

Jonathan

@kinetiq
Copy link
Author

kinetiq commented Jul 11, 2018

Hey, that's great! Thanks for the heads up!

@JonathanMagnan
Copy link
Member

Hello @kinetiq ,

This issue will be closed since it has been completed.

Feel free to reopen it if you feel otherwise.

Best Regards,

Jonathan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants