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

Shared resources (resx) does not work in .net core 3.1 and VS 16.4 #4033

Closed
Pilchie opened this issue Dec 9, 2019 · 3 comments
Closed

Shared resources (resx) does not work in .net core 3.1 and VS 16.4 #4033

Pilchie opened this issue Dec 9, 2019 · 3 comments

Comments

@Pilchie
Copy link
Member

Pilchie commented Dec 9, 2019

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.

  • ASP.NET Core version: 3.1
  • The IDE (VS / VS Code/ VS4Mac) you're running on, and it's version: vs 16.4.0

Copied from original issue: dotnet/aspnetcore#17701

@Pilchie
Copy link
Member Author

Pilchie commented Dec 9, 2019

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 dotnet/sdk?

@Pilchie
Copy link
Member Author

Pilchie commented Dec 9, 2019

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.

@mbhoek
Copy link

mbhoek commented Jul 9, 2020

Using the recommended action in dotnet/docs/issues/16964 solved this for me.

@benvillalobos benvillalobos removed their assignment Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants