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
As part of our recent migration, we broke compatibility with DNX in Mvc. This prevents controller and view component discovery from working correctly and view compilation to fail in our latest sources and packages on the aspnetcidev \ aspnetvnext feeds. To address this issue, we've published Microsoft.AspNetCore.Mvc.Dnx to https://www.myget.org/F/aspnetcidev feed that would allow Mvc to continue working with DNX until we've tooling support for dotnet-cli tools.
As part of our recent migration, we broke compatibility with DNX in Mvc. This prevents controller and view component discovery from working correctly and view compilation to fail in our latest sources and packages on the aspnetcidev \ aspnetvnext feeds. To address this issue, we've published
Microsoft.AspNetCore.Mvc.Dnx
tohttps://www.myget.org/F/aspnetcidev
feed that would allow Mvc to continue working with DNX until we've tooling support for dotnet-cli tools.To use this package:
Microsoft.AspNetCore.Mvc.Dnx
to your project.json.ConfigureServices
add a call toAddMvcDnx
:The text was updated successfully, but these errors were encountered: