GaProgMan / OnionArch

A .NET Core demo application which uses the Onion Architecture
MIT License
102 stars 38 forks source link

Microsoft.NET.Sdk.Web Referencing #14

Open tomatoe45 opened 6 years ago

tomatoe45 commented 6 years ago

Hi @GaProgMan , just a wonderful tutorial for Onion Arch.

i followed your video for Onion Arch and i have this. Microsoft.NET.Sdk.Web Referencing thing. hosting

GaProgMan commented 6 years ago

Huh. I'll take a look at this today, thanks

tomatoe45 commented 6 years ago

Hey, @GaProgMan its a code day to start.. i found the solution to this error.. i was lacking of package referencing.. I installed the package of Razor.Runtime and it works..

tomatoe45 commented 6 years ago

Hi @GaProgMan . where is the controller located in this onion arch.. thanks.

GaProgMan commented 6 years ago

@tomatoe45 the ASP NET Core controllers in this project are located in the Onion.Web project.

I hope that helps.

tomatoe45 commented 5 years ago

Thanks @GaProgMan !