We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Up until SDK 9.0.100, when I run my application using dotnet watch and I update a resource, the new text is displayed.
my setup: asp.net core web application with razor pages run with dotnet watch (and aspire) update resource text reload page text is unchanged.
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.
9.0.200
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
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)
.NET Version
9.0.200
Anything else?
No response
The text was updated successfully, but these errors were encountered: