-
Notifications
You must be signed in to change notification settings - Fork 94
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
System.MemberAccessException due to AssemblyCompany not set in AssemblyInfo.cs #56
Comments
I just ran into this as well while NUnit testing. Error happens at PCLStorage.FolderPathImplementation.get_CompanyName(). Since all my AssemblyInfo's have a company name, it must be the NUnit object that somehow needs to get the label. ;P Any tips much appreciated.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While trying to check whether or not a folder exists from a PCL library through a Unit Test target via
SpecialFolder.Current.Cache.CheckExistsAsync("MyFolder")
I get the following exception being thrown, which cases my unit test to fail:System.MemberAccessException : There is a need to set a valid value to AssemblyCompany of AssemblyInfo.cs.
Stack trace:
The text was updated successfully, but these errors were encountered: