stratisproject / BlockExplorer

A set of projects that can index and query stratis blockchains on the fullnode.
MIT License
30 stars 25 forks source link

Migrate QBitNinja project to ASP .NET Core 2.0 #39

Open mikedennis opened 6 years ago

mikedennis commented 6 years ago

Full node dependencies are all in .net core so it will be increasingly difficult to maintain this moving forward unless it is migrated to ASP.NET Core

YakupIpek commented 6 years ago

@mikedennis I have been attempted to upgrade project to ASP.NET CORE and i did some progress but it is not something really easy because ASP.NET CORE 2 and older WEB Api is quite different. Also I have been realized one thing, current Azure ServiceBus package was not compatible on .NET Core and there is a another library which is compatible to .NET Core but this library has api which is completely new and it is going to take serious effort and time to handle this upgrade process as well.

For these reasons, we didn't go that way. We would like to move to ASP.NET CORE surely but it is not necessary for now.