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

Moq in UWP needs NeutralResourcesLanguageAttribute #393

Closed
benbillbob opened this issue Jun 25, 2017 · 2 comments
Closed

Moq in UWP needs NeutralResourcesLanguageAttribute #393

benbillbob opened this issue Jun 25, 2017 · 2 comments

Comments

@benbillbob
Copy link

I receive this build warning when using moq in a uwp unit test app. Any issues with adding the attribute? Or is there another way to deal with this warning?

Moq.dll : warning MSB3817: The assembly "...nuget\packages\Moq\4.7.63\lib\netstandard1.3\Moq.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).

@stakx
Copy link
Contributor

stakx commented Jun 26, 2017

I guess adding that attribute to AssemblyInfo.cs wouldn't hurt. Would you like to send a PR? (If you do, please direct it at the develop branch.)

@benbillbob
Copy link
Author

benbillbob commented Jun 26, 2017 via email

@stakx stakx closed this as completed Jun 27, 2017
@stakx stakx mentioned this issue Jun 28, 2017
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

2 participants