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

Fixed collection modified exception thrown as result of more methods bei... #36

Merged
merged 2 commits into from
Apr 3, 2013

Conversation

yonahw
Copy link
Contributor

@yonahw yonahw commented Feb 7, 2013

...ng called on a mock while verifying method calls.

This issue is caused when you call verify on a mock and another thread calls any method on that mock while verify is still executing.

Conditional compilation is used in the test since System.Threading.Tasks is not available in Silverlight.

…being called on a mock while verifying method calls
@kzu
Copy link
Member

kzu commented Feb 28, 2013

Also, could you update to latest so I can auto-merge?

Thanks!

kzu added a commit that referenced this pull request Apr 3, 2013
Fixed collection modified exception thrown as result of more methods bei...
@kzu kzu merged commit de9693d into devlooped:dev Apr 3, 2013
@kzu
Copy link
Member

kzu commented Apr 11, 2013

@yonahw ... your "merged upstream changes" commit left garbage in the Interceptor.cs file and source doesn't compile anymore :s

could you take a look and send a fix plz?

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants