Skip to content

Conversation

@hrai
Copy link
Contributor

@hrai hrai commented Mar 8, 2020

Resolves and closes #291

[ShouldlyMethods]
public static class ShouldBeDecoratedWithExtensions
{
public static void ShouldBeDecoratedWith<T>(this Type actual) where T : class
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
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.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated

@hrai
Copy link
Contributor Author

hrai commented Mar 15, 2020

@sungam3r can you pls see if the comments have been addressed?

@sungam3r
Copy link
Contributor

LGTM

@hrai
Copy link
Contributor Author

hrai commented Mar 16, 2020

@sungam3r what's the process for merging PRs.

Do I need to tag anyone?

@sungam3r
Copy link
Contributor

I have no write access to this repo. Ask @josephwoodward to review/merge PR.

@hrai
Copy link
Contributor Author

hrai commented Mar 20, 2020

@josephwoodward if you're happy with the changes, can you pls merge it?

@SimonCropp
Copy link
Contributor

@josephwoodward probably easiest for you to merge and resolve the conflicts? or i can resubmit a new PR with the conflicts resolved

@SimonCropp SimonCropp added this to the 3.1.0 milestone Jul 4, 2020
@SimonCropp
Copy link
Contributor

@hrai thanks

@SimonCropp SimonCropp merged commit 9cd07bf into shouldly:master Jul 4, 2020
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.

Implement ShouldBeDecoratedWith() for Type

3 participants