Skip to content

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

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

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

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

Weboholics opened this issue Dec 9, 2019 · 3 comments
Labels
area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates

Comments

@Weboholics
Copy link

Weboholics commented Dec 9, 2019

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
@Pilchie Pilchie added the area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates label Dec 9, 2019
@Pilchie
Copy link
Member

Pilchie commented Dec 9, 2019

@livarcocc Seems related to the MSBuild issue with resource paths? Should we move this to dotnet/sdk?

@livarcocc
Copy link

Yes. Feel free to move it. I will ask Ben to take a look at it.

@Pilchie
Copy link
Member

Pilchie commented Dec 9, 2019

This issue was moved to dotnet/sdk#4033

@dotnet dotnet locked and limited conversation to collaborators Dec 9, 2019
@Pilchie Pilchie closed this as completed Dec 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates
Projects
None yet
Development

No branches or pull requests

3 participants