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 2.0 support #68

Closed
KrzysFR opened this issue Apr 22, 2018 · 1 comment
Closed

.NET Standard 2.0 support #68

KrzysFR opened this issue Apr 22, 2018 · 1 comment
Labels
build_env Build Environment

Comments

@KrzysFR
Copy link
Member

KrzysFR commented Apr 22, 2018

With e08ea4d I have upgraded the core projects to .NET Standard 2.0 class libraries.

It seems that everything is working fine, but I have a few remaining issues:

  • Not all unit test runners support tests contained in .NET Standard libs. I'm keeping them as .NET Framework class libraries until I can resolve this issue.
  • All exe tools (FdbTop, FdbShell, ...) are also still .NET Framework console apps, I don't have the time to upgrade them yet.

The current state is: "It works on my Windows machine". I don't have any mac or linux available at the moment to test if this works on .NET Core 2.x

@KrzysFR KrzysFR added the build_env Build Environment label Apr 22, 2018
@KrzysFR
Copy link
Member Author

KrzysFR commented May 4, 2018

I have published the 5.1.0-alpha1 version, and it is also available on NuGet!

This version is compatible with .NET Standard 2.0 !

There is still some work to do for .NET Core and max/linux support (#75, #80).

@KrzysFR KrzysFR closed this as completed May 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build_env Build Environment
Projects
None yet
Development

No branches or pull requests

1 participant