Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Hot reload not working on .cshtml (converted project) - Workound found but unsure why it's needed #39111

Closed
1 task done
dotnetshadow opened this issue Dec 19, 2021 · 1 comment
Labels
area-blazor Includes: Blazor, Razor Components feature-hot-reload This issue is related to the Hot Reload feaature ✔️ Resolution: Duplicate Resolved as a duplicate of another issue Status: Resolved

Comments

@dotnetshadow
Copy link

dotnetshadow commented Dec 19, 2021

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

I recently updated my asp.net core project from .net 5 to .net 6

Everything in hot reload seems to work fine except for .cshtml files.
I've gone through all the issues associated such as response caching etc

Workaround
I was finally able to get hot reloading working for .cshtml by enabling the following in my .csproj

<ItemGroup>
	  <!-- extends watching group to include *.cshtml files -->
	  <Watch Include="**\*.cshtml" Exclude="node_modules\**\*;**\*.js.map;obj\**\*;bin\**\*" />
  </ItemGroup>

I wonder why the above is necessary?

Interestingly enough if I create a new project I don't need to do the above, so I'm just wondering what I can do about it?

Edit
I just tested on a new project and added runtimecompilation package and indeed .cshtml files stopped working
So it seems there is an issue here?
xml <PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="6.0.1" />

Expected Behavior

Hot reload should work on .cshtml files

Steps To Reproduce

I would provide a repo if there is a need to

Exceptions (if any)

No response

.NET Version

6.0.101

Anything else?

asp.net core 6.0.1
Visual Studio 22
.NET SDK (reflecting any global.json):
Version: 6.0.101
Commit: ef49f6213a

Runtime Environment:
OS Name: Windows
OS Version: 10.0.19044
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\6.0.101\

Host (useful for support):
Version: 6.0.1
Commit: 3a25a7f1cc

@TanayParikh TanayParikh added the ✔️ Resolution: Duplicate Resolved as a duplicate of another issue label Dec 19, 2021
@ghost ghost added the Status: Resolved label Dec 19, 2021
@TanayParikh TanayParikh added area-blazor Includes: Blazor, Razor Components feature-hot-reload This issue is related to the Hot Reload feaature and removed Status: Resolved labels Dec 19, 2021
@TanayParikh
Copy link
Contributor

Duplicate of #38809

@ghost ghost locked as resolved and limited conversation to collaborators Feb 13, 2022
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
area-blazor Includes: Blazor, Razor Components feature-hot-reload This issue is related to the Hot Reload feaature ✔️ Resolution: Duplicate Resolved as a duplicate of another issue Status: Resolved
Projects
None yet
Development

No branches or pull requests

2 participants