danielwertheim / Ensure.That

Guard clause project for .NET
MIT License
439 stars 49 forks source link

Fixes #86 - Implement Is(Not)AssignableToType #143

Closed loedeman closed 4 years ago

loedeman commented 4 years ago

This PR should fix #86. Instead of extending Is(Not)OfType I implement Is(Not)AssignableToType instead, like mentioned in the issue. Also, added a couple of unit tests to cover the new functionality.

danielwertheim commented 4 years ago

LGTM, thanks for the contribution.