You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
From @vkichline on October 8, 2015 22:32
I see this pattern in the Web Application template's _ValidationScriptsPartial.cshtml:
This pattern above seems brittle; if I add a new environment setting, I have a lot of searching and modification to do.
I wish I had something like:
…or:
Copied from original issue: aspnet/Razor#567