.net-core-rc2 Questions
1
Solved
So I had a solution working on .Net RC1 with Moq, and I've upgraded to RC2 which I found that Moq.netcore was created to run on the new platform.
I added aspnet-contrib to my NuGet.config
<?xm...
Inform asked 18/5, 2016 at 0:39
1
Solved
how can I start the ASP.NET Core with the dotnet CLI samples so that they don't listen to the localhost?
This command doesn't work:
dotnet run --server.urls=http://*:5000
Colter asked 18/5, 2016 at 3:33
1
I have just upgraded my sample app from RC1 to RC2 and I can't find how to bind a specific section of my appSettings.json file to my own POCO anymore.
The sample at https://github.com/aspnet/live....
Vasos asked 18/5, 2016 at 3:26
© 2022 - 2024 — McMap. All rights reserved.