linguanostra / ELFinder.Connector.NET

ELFinder Connector for .NET with support for NancyFX and ASP.NET MVC
BSD 3-Clause "New" or "Revised" License
12 stars 8 forks source link

Net core #4

Open zarinbal opened 7 years ago

zarinbal commented 7 years ago

Hello

I was developing for ASP.NET Core Web Application (.NET Framework) with Visual Studio 2017. The .Net core went under considerable changes in base MVC functions. I was not able to use the package for .net core. Therefore I created this branch for ASP.NET Core .

Modifications: I followed your pattern in development. I did not modified any Core features. I only created two new project and edited the Readme.md

  1. ELFinder.Connector.ASPNetCore
  2. ELFinder.WebServer.ASPNetCore

At the beginning I copied the ELFinder.Connector.ASPNet into ELFinder.Connector.ASPNetCore so you can trace the changes.

I also added elfinder 2.1 and it seems to me everything works just fine with 2.1 API. ( I included both 2.0 and 2.1 in the WebServer.ASPNetCore)

If this is fine, we can proceed to create a nuget packages as well. Please open the project in Visual Studio 2017. (If you open it in 2015, WebServer.ASPNetCore does not work). I created the project using VS2017 RC