mausch / FsSql

Functional wrapper around ADO.NET for F#
https://www.openhub.net/p/FsSql
Apache License 2.0
67 stars 15 forks source link

NET Core 2.0 version #38

Open irium opened 6 years ago

irium commented 6 years ago

I've ported FsSql to .NET Core 2.0.

With some changes:

haf commented 6 years ago

Now it could be a long wait; you should consider publishing a package meanwhile, as @mausch isn't very active any more.

haf commented 6 years ago

@irium Would you consider forking and maintaining at another nuget id, please?

irium commented 6 years ago

@haf I'm not sure I have time to fully maintain public NuGet package. And I didn't done it before. Also I have no Linux machine, so it would be Windows only (or expect help with Linux related code from some of you ;)

I could try. What name we'll choose for new NuGet? FsSql.Core maybe?

haf commented 6 years ago

@irium There's not much traffic to this nuget, so you'd probably not have to spend too much time on it. I'm happy to hear you're considering it.

Sure, FsSql.Core could work.

irium commented 6 years ago

Ok :) Now I'm learning how to configure all this nuget publishing :)

haf commented 6 years ago

https://github.com/haf/expecto is a good example

irium commented 6 years ago

@haf Here it is: https://www.nuget.org/packages/FsSql.Core/ :)

I think it makes sense to move further PRs and issues to https://github.com/irium/FsSql

czifro commented 6 years ago

@irium I noticed there is no way to post issues on your fork. Not that I have an issue to submit, but if I did in the future, how would I be able to do that?

haf commented 6 years ago

@irium needs to go to settings, enable issues.

irium commented 6 years ago

@czifro @haf Oh, sorry :) Now enabled :)

czifro commented 6 years ago

@irium Thank you!