-
-
Notifications
You must be signed in to change notification settings - Fork 427
Implement ShouldBeDecoratedWith() for Type #604
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
Conversation
src/Shouldly/ShouldlyExtensionMethods/ShouldBeDecoratedWithExtensions.cs
Outdated
Show resolved
Hide resolved
src/Shouldly/ShouldlyExtensionMethods/ShouldBeDecoratedWithExtensions.cs
Outdated
Show resolved
Hide resolved
Co-Authored-By: Ivan Maximov <sungam3r@yandex.ru>
…ensions.cs Co-Authored-By: Ivan Maximov <sungam3r@yandex.ru>
…ensions.cs Co-Authored-By: Ivan Maximov <sungam3r@yandex.ru>
…houldly Into Decorated-With
| [ShouldlyMethods] | ||
| public static class ShouldBeDecoratedWithExtensions | ||
| { | ||
| public static void ShouldBeDecoratedWith<T>(this Type actual) where T : class |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| public static void ShouldBeDecoratedWith<T>(this Type actual) where T : class | |
| public static void ShouldBeDecoratedWith<T>(this Type actual) where T : Attribute |
Same for other methods.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
|
@sungam3r can you pls see if the comments have been addressed? |
|
LGTM |
|
@sungam3r what's the process for merging PRs. Do I need to tag anyone? |
|
I have no write access to this repo. Ask @josephwoodward to review/merge PR. |
|
@josephwoodward if you're happy with the changes, can you pls merge it? |
|
@josephwoodward probably easiest for you to merge and resolve the conflicts? or i can resubmit a new PR with the conflicts resolved |
|
@hrai thanks |
Resolves and closes #291