Resources File in .NET Standard (1.4) with New csproj #21158
Labels
area-System.Resources
question
Answer questions and provide assistance, not an issue with source code or documentation.
Milestone
I'm developing an application targeting .NET Standard 1.4, using the new csproj style (not project.json), and trying to get a localizable resources file to become available throughout the project.
I get compiler errors when including a resources file currently, similar to
'Resources' does not contain a definition for 'X'
The csproj automatically includes the resources file as follows:
Did it miss a step in the generation? Why can't I access any of the members of my resources file throughout the assembly?
http://stackoverflow.com/questions/43454441/resources-file-in-net-standard-1-4-with-new-csproj
The text was updated successfully, but these errors were encountered: