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

NeutralResourcesLanguage Warnings on UWP #256

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

NeutralResourcesLanguage Warnings on UWP #256

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

Comments

@bricelam
Copy link
Contributor

bricelam commented Jul 9, 2015

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

warning MSB3817: The assembly "Microsoft.Framework.DependencyInjection.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).

warning MSB3817: The assembly "Microsoft.Framework.DependencyInjection.Abstractions.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

See aspnet/Options#73

@pranavkm
Copy link
Contributor

Fixed in 25f57b5

@Eilon
Copy link
Member

Eilon commented Sep 8, 2015

@bricelam BTW can you also confirm that this does what you need for UWP apps? I want to make sure we didn't miss anything anywhere.

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

3 participants