.net-core-rc1 Questions
4
Solved
I did it in my rc1 project like:
User.Claims.ElementAt(#).Value
But after I switched to rtm it wouldn’t work anymore. When I debug the Razor view the object looks the same but User.Claims is jus...
Unawares asked 24/8, 2016 at 13:56
4
I am currently upgrading a project from .NET Core RC1 to the new RTM 1.0 version. In RC1, there was a IApplicationEnvironment which was replaced with IHostingEnvironment in version 1.0
In RC1 I co...
Thera asked 1/7, 2016 at 0:59
2
Solved
I migrated a MVC project from Asp.net 5 RC1-final to core 1.0.1. On my Development machine everything runs perfect but when I publish it to Azure WebApp I get a 404 on every route. I tried to debug...
Ermine asked 24/11, 2016 at 8:29
1
I have created a dummy basic project in VS2015 Community Update 3, Version 14.0.25424.00.
(Using this great tutorial: aspnet-core-web-api-angularjs-2 ).
This angular-2 project has some .ts files.
...
Epicureanism asked 18/8, 2016 at 15:14
1
Solved
I am upgrading a .NET solution from .NET Core rc1 to rc2 following the instructions here: http://ef.readthedocs.io/en/latest/miscellaneous/rc1-rc2-upgrade.html
In the article it states 'The workar...
Truckage asked 5/6, 2016 at 11:19
1
© 2022 - 2024 — McMap. All rights reserved.