aspnet / Announcements

Subscribe to this repo to be notified about major changes in ASP.NET Core and Entity Framework Core
Other
1.66k stars 80 forks source link

_GlobalImport.cshtml renamed to _ViewImports.cshtml #27

Open dougbu opened 9 years ago

dougbu commented 9 years ago

The _GlobalImport.cshtml file introduced in MVC 6.0 Beta 3 has been renamed to _ViewImports.cshtml in Beta 5. Rename files in your projects for MVC to continue to honor the contained directives.

For more information please see MVC issue aspnet/Mvc#2489. For an example change reacting to this update, please see aspnet/MusicStore@3bdaec5.

nrkarthick commented 9 years ago

after renaming to ViewImports, Intellisense is not working ...

dougbu commented 9 years ago

after renaming to ViewImports, Intellisense is not working ...

We have an internal issue entitled "Open Razor Editor Windows don't update on rename of _ViewImports.cshtml". Are you reporting the same issue?

If not, please file an issue in the aspnet/Tooling repo. This repo is for announcements, not issue reporting.

nrkarthick commented 9 years ago

@dougbu u r right.. thanks for ur info. Also i couldn't get any post relating to this. can u give the issue link..?

Eilon commented 9 years ago

@nrkarthick for general questions and issues please log new issues in the specific repos. For Razor issues, please log a new item in https://github.com/aspnet/Razor/issues. For Tooling issues (Visual Studio), please log a new item in https://github.com/aspnet/Tooling/issues.