-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Shared resources (resx) does not work in .net core 3.1 and VS 16.4 #4033
Comments
From @Pilchie on Monday, December 9, 2019 3:36:52 PM @livarcocc Seems related to the MSBuild issue with resource paths? Should we move this to |
From @livarcocc on Monday, December 9, 2019 4:14:57 PM Yes. Feel free to move it. I will ask Ben to take a look at it. |
This was referenced Mar 11, 2020
Using the recommended action in dotnet/docs/issues/16964 solved this for me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From @Weboholics on Monday, December 9, 2019 12:31:19 PM
Describe the bug
Shared resources has stopped working since .net core 3.1 / vs.16.4.
Works with vs 16.3.4 and .net core 3.0
To Reproduce
examplecode: https://github.com/Weboholics/ResourceTest
Run this code in vs.16.4 and notice that the shared resources does not work. View resources does work. This is on the /home/index page.
Changing to 3.0 under vs 16.4 does not work either.
If you change visual studio to 16.3.4 and runtime to 3.0 it will work.
Copied from original issue: dotnet/aspnetcore#17701
The text was updated successfully, but these errors were encountered: