peasy / Peasy.NET-Samples

Showcases a middle tier built with peasy and consumed by multiple client consumers
MIT License
34 stars 12 forks source link

Feature Request: Using the sample without Visual Studio #2

Open surfmuggle opened 2 years ago

surfmuggle commented 2 years ago

It would be gerat if the Order-Sample could be built using Visual Studio Code or dotnet cli

Currently i get this error:

Orders.com.Web.MVC\Orders.com.Web.MVC.csproj(368,3): 
error MSB4019: The imported project 
 "C:\Program Files\dotnet\sdk\6.0.101\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" 
was not found. 

Confirm that the expression in the Import declaration 
 "C:\Program Files\dotnet\sdk\6.0.101\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" 
is correct, and that  the file exists on disk.

The tool dotnet-outdated returned:

C:\dev\Samples\Peasy.NET-Samples>dotnet-outdated
Analyzing project(s)...Unable to process the project `C:\dev\Samples\Peasy.NET-Samples\Orders.com.sln. 
Are you sure this is a valid .NET Core or .NET Standard project type?
...

Thanks

ahanusa commented 2 years ago

Thanks for the comment! Yes, I've been working towards getting the samples updated, but I've been extremely busy. I am a daily VSCode user, so I understand. If anything, your request will make me work harder at getting updated content out sooner :)

Cheers!