-
Notifications
You must be signed in to change notification settings - Fork 494
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
dotnet core 2.0 port #895
base: develop
Are you sure you want to change the base?
dotnet core 2.0 port #895
Conversation
🔧 fixed nancy root path.
Nancy.Razor should be fixed. |
# Conflicts: # .circleci/config.yml # .gitignore # src/CoiniumServ/App.config # src/CoiniumServ/Server/Web/NancyBootstrapper.cs # src/CoiniumServ/Server/Web/RootPathProvider.cs # src/CoiniumServ/packages.config # src/Tests/Properties/AssemblyInfo.cs # src/Tests/Tests.csproj # src/Tests/app.config # src/Tests/packages.config
# Conflicts: # src/CoiniumServ/Properties/AssemblyInfo.cs # src/Tests/Properties/AssemblyInfo.cs
It would be great if the project migrates to net core 2.0. It's a very important step and CoiniumServ will be the first to do that. |
@codefrx working on that. actually the core code is already ported, only thing that prevents me from merging is getting Nancy working with dotnet core 2. Hopefully soon. meanwhile i also started working on a rewrite-from-scratch which is completely based on dotnet core. |
Excellent news!!!!! You have all my support, your project its great and the dotnet core 2.0 version will be the first of his kind on mining servers. |
the plan is that i'll first get coiniumserv running on dotnet core 2. will then continue work on the rewrite with libuv & extended altcoin support. |
by the way here is the repo for rewrite with dotnet core 2.0 - https://github.com/bonesoul/hypepool |
still waiting an answer from nancy team; NancyFx/Nancy#2839 |
Is there any progress in this subject. where you are going to use dotnet core 2.0. |
No description provided.