sql-server-rest-api
sql-server-rest-api copied to clipboard
License
Hi thank you so much for this awesome code you have for Sql server rest API. I just would like to know do you need any license in order to use the code?
Hi, I'm glad that it helps. You don't need any license everything is under BSD so you can use it https://github.com/JocaPC/sql-server-rest-api/blob/master/LICENSE.
Thank you so much for you reply. I tried to launch your project in Visual Studio 2015 but I'm getting this error
Please do advise what I need to do to get it working on my system.
I'll be looking forward for your reply.
Thanks in advance,
Sam
Could you create a new project and add files/dependencies manually. My project is created using dotnet core 1.0 and I assume that you have some different version. There are some breaking changes in core 1.1 and 2.0 that causes these errors (csproj replaced with xproj, then xproj replaced with csproj, introduced and then deprecated package.json, need some VS dependencies, etc.) I have not created a solution for every version, so my advice is to start from the clean project or use VSCode and CLI (dotnet build).
Can i use asp.net web application and import ur files there