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

DataContractJsonSerializerSerializesAggregates tests doesn't pass on VS2015 #17

Open
matteobruni opened this issue Sep 24, 2015 · 2 comments

Comments

@matteobruni
Copy link

I compiled the project and run the tests but "DataContractJsonSerializerSerializesAggregates" test is not passing for reflection exception.

@HemenRohani
Copy link

VS2015 add some [CompilerGenerated] object, that change some static methods to none-static methods.

429925028_107833_16772610297211935029

@davidyee
Copy link

davidyee commented Feb 9, 2018

Did you find a solution to fix this unit test?

System.Reflection.TargetException : Non-static method requires a target.

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

3 participants