-
Notifications
You must be signed in to change notification settings - Fork 67
Options do not work on .NET Core in ASP.NET 5 Web template #54
Comments
@danroth27 @Eilon @muratg Beta4 bug |
I think the root cause is GetSubKey is returning null on CoreCLR |
1 similar comment
I think the root cause is GetSubKey is returning null on CoreCLR |
Not beta4. |
We need to fix the Options bug (not sure exactly what the root cause is though.) We also should update the template not to use Options for storing site title. |
For what it's worth, I had exactly same problem, and then it somehow gone away. I did this:
Very strange. Possibly some broken cached version of some package somewhere there? My EDIT:
|
@rustd the whole file is condition compiled out of DNX core.... |
Duplicate of #35 |
The application name is not being set. SiteTitle is being read from config using options model.
In startup we have
In _Layout we have
The text was updated successfully, but these errors were encountered: