-
Notifications
You must be signed in to change notification settings - Fork 2.1k
asp-append-version not working on Linux #2979
Comments
The problematic section of code is this part in
Mono's implementation of I think it should either explicitly be checking |
Yup, looks like something we would love to get a PR for. Thanks for finding the issue! |
I already submitted pull request #2980 to fix this issue :) Sent from my phone
|
In my _Layout.cshtml:
On my development machine (Windows 7, Visual Studio 2015, Kestrel), this correctly appends the version:
However, in my production environment (Mono 4.0.2, Kestrel), no version is appended:
Tested on Mono 4.0.2 and ASP.NET 5 Beta 6.
I'm deploying the site by doing
dnu publish
into a temporary directory, thenrsync
ing that temporary directory to the remote server.The text was updated successfully, but these errors were encountered: