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

As a use I would like to assert Should().BeJsonSerializable<T> #3

Open
borismod opened this issue Apr 14, 2017 · 2 comments
Open

As a use I would like to assert Should().BeJsonSerializable<T> #3

borismod opened this issue Apr 14, 2017 · 2 comments

Comments

@borismod
Copy link
Contributor

[TestMethod]
public void SerializableClass_ShouldBeJsonSerializable()
{
    var obj = new SerializableClass();
    obj.Should().BeJsonSerializable<SerializableClass>();
}
@rikrak
Copy link
Contributor

rikrak commented Apr 28, 2021

I was going to add this but saw that there was already a PR[1] with a request to base it on the release-5.0 branch - Is this still an active branch or should I start from master

[1] 54432fd

@dennisdoomen
Copy link
Member

If it's a non-breaking change, you can use master. I removed the other two branches.

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

No branches or pull requests

3 participants