Skip to content
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.

Porting to dotnet core... any interest? #707

Open
dealproc opened this issue Aug 28, 2017 · 3 comments
Open

Porting to dotnet core... any interest? #707

dealproc opened this issue Aug 28, 2017 · 3 comments

Comments

@dealproc
Copy link

I know there is a good following of folks that have used this library over the years (as have I) and are in the midst of trying to get to dotnet core from netfx.

My question is ... is there enough interest to push an update that is compiled for dotnet core, and if so, what is the preferred netstandard version we should support?

I've done some preliminary work to get the base library over to dotnet core on netstandard 1.3, but am unsure if this is acceptable, or if we should support netstandard 2.0 now that it has [basically] become a thing.

My motivation for doing this is that I'd like to get onto IdSrv 4.0, but without having much time to learn IdSrv 4.0 & ASP.NET Core Identity frameworks both, I'd rather stick with the user management library I use today, and then put a feature request in to build time into my release schedule to port the MR database over to ASP.NET Core Identity.

Thoughts/Comments?

@brockallen
Copy link
Owner

You want the lowest netstandard that is needed to make it work.

@dealproc
Copy link
Author

Right... obviously... the difference is with netstandard 1.3; I have a good list of libraries i had to include that seems to be within netstandard 2.0 out of the box.

With things like IdentityServer 4.0 going to netstandard 2.0, etc., wasn't sure if it was wortwhile to follow in-step; or still stick with the "lowest version possible" mantra.

@brockallen
Copy link
Owner

Well, you have a point... so if netstandard2 has it all, then use it.

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

No branches or pull requests

2 participants