You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: