Open
Description
Updating my project to the latest FluentAssertions library causes runtime errors:
System.MissingMethodException: Method not found: 'Void FluentAssertions.Primitives.ReferenceTypeAssertions`2.set_Subject(!0)'.
at FluentAssertions.Mvc.ActionResultAssertions..ctor(ActionResult subject)
at FluentAssertions.Mvc.AssertionsExtensions.Should(ActionResult actual)
This is due to v6 having some breaking changes, specifically around how the Assertions base classes are constructed
Activity
kevinkuszyk commentedon Nov 19, 2021
@rikrak apologies again with the delay on this.
As you can probably tell, I'm not spending much time in the .net space at the moment. As you've been the most active contributor here, how would you feel about coming on board as a maintainer?
And on that subject, we're going to need to ship a new version with this in. Would you mind to open another PR which bumps the version to
0.9.0
. Once that's in, I'll cut a new release to NuGet.rikrak commentedon Nov 20, 2021
Maintainer? Yep, can do. Let me know if there are any rules and such
I think the version is already at v0.9.0. I'm going off memory here though.
rikrak commentedon Nov 20, 2021
Yep it's at v0.9.0 already
fluentassertions.mvc/src/SolutionInfo.cs
Line 9 in d9e67a2
rikrak commentedon Nov 27, 2021
@kevinkuszyk is there anything else you need before package release?