Skip to content
This repository has been archived by the owner on Nov 7, 2018. It is now read-only.

NeutralResourcesLanguage Warning on UWP #73

Closed
bricelam opened this issue Jul 9, 2015 · 4 comments
Closed

NeutralResourcesLanguage Warning on UWP #73

bricelam opened this issue Jul 9, 2015 · 4 comments
Assignees
Milestone

Comments

@bricelam
Copy link
Contributor

bricelam commented Jul 9, 2015

I'm getting the following warning on a Universal Windows App.

warning MSB3817: The assembly "Microsoft.Framework.OptionsModel.dll" does not have a NeutralResourcesLanguageAttribute on it. To be used in an app package, portable libraries must define a NeutralResourcesLanguageAttribute on their main assembly (ie, the one containing code, not a satellite assembly).

@Eilon
Copy link
Member

Eilon commented Jul 10, 2015

Hmmm... we might want to set that on all our DLLs. We normally have en-US embedded in all our "main" DLLs and use satellite resources only for non-en-US resources, and so the neutral language is always en-US.

@bricelam
Copy link
Contributor Author

👍 Making it part of KoreBuild would be better than doing it in each of the projects that target dotnet/netcore50.

@divega
Copy link

divega commented Jul 24, 2015

@bricelam @muratg given aspnet/Universe#246, is there anything actionable to track here on Options or can this bug be now closed?

@pranavkm
Copy link
Contributor

Fixed in 9902f77

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants