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

Verify gets confused between the same generic and non-generic signature #750

Merged
merged 3 commits into from
Feb 16, 2019

Conversation

lepijohnny
Copy link
Contributor

The fix for #749. I also added a few tests to verify the derived generic parameters verification. It is already existing functionality in moq but the tests were missing. IMO it cannot be harmful anyway to add more tests.

Copy link
Contributor

@stakx stakx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! 👍

Could you please add an entry to CHANGELOG.md (under the UnreleasedFixed heading) that briefly describes this change? Then we'll be ready to merge!

  #### Fixed

 * `InvalidOperationException` when specifiying setup on mock with mock containing property of type `Nullable<T>` (@dav1dev, #725)
+* <short description of your bug fix> (@lepijohnny, #749)


 ## 4.10.1 (2018-12-03)

@stakx stakx added this to the 4.11.0 milestone Feb 16, 2019
@lepijohnny lepijohnny changed the title Verify gets confused between the same generic and non-generic signiture Verify gets confused between the same generic and non-generic signature Feb 16, 2019
@stakx stakx merged commit 91447c4 into devlooped:master Feb 16, 2019
@stakx
Copy link
Contributor

stakx commented Feb 16, 2019

All good. Thank you for contributing! 👍

@lepijohnny
Copy link
Contributor Author

@stakx np, I will try to contribute more. You are doing great job guys 👍.

@lepijohnny lepijohnny deleted the verify-generic-params-tests branch March 25, 2019 20:51
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