Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Reload doesn't work when resources are updated #60835

Open
1 task done
Kralizek opened this issue Mar 9, 2025 · 0 comments
Open
1 task done

Reload doesn't work when resources are updated #60835

Kralizek opened this issue Mar 9, 2025 · 0 comments
Labels
area-commandlinetools Includes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPI

Comments

@Kralizek
Copy link

Kralizek commented Mar 9, 2025

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

Since I upgraded to SDK 9.0.200, when I update a RESX file, the ASP.NET Core web site I work on with dotnet watch doesn't get the updated resources.

Expected Behavior

Up until SDK 9.0.100, when I run my application using dotnet watch and I update a resource, the new text is displayed.

Steps To Reproduce

my setup:
asp.net core web application with razor pages
run with dotnet watch (and aspire)
update resource text
reload page
text is unchanged.

Exceptions (if any)

dotnet watch ⌚ File updated: .\src\shared\Resources\Texts.resx
dotnet watch ⌚ No C# changes to apply.
dotnet watch ⌚ File updated: .\src\shared\Resources\Texts.de.resx
dotnet watch ⌚ No C# changes to apply.
dotnet watch ⌚ File updated: .\src\shared\Resources\Texts.sv.resx
dotnet watch ⌚ No C# changes to apply.
dotnet watch ⌚ File updated: .\src\shared\Resources\Texts.resx
dotnet watch ⌚ No C# changes to apply.
dotnet watch ⌚ File updated: .\src\shared\Resources\Texts.sv.resx
dotnet watch ⌚ No C# changes to apply.
dotnet watch ⌚ File updated: .\src\shared\Resources\Texts.de.resx
dotnet watch ⌚ No C# changes to apply.

.NET Version

9.0.200

Anything else?

No response

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-commandlinetools Includes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPI label Mar 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-commandlinetools Includes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPI
Projects
None yet
Development

No branches or pull requests

1 participant