I have a salt-of-the-earth test project target .net4.7.1. I installed FluentAssertions ver5.4.2 via nuget package manager of visual studio. For some reason this kind of things:
someAction.ShouldNotThrow()
Was throwing an error about ShouldNotThrow() not being recognized. Once we rolled back to FluentAssertions nuget ver4.19.4 everything was ok. What gives? Does one have to tweak the app.config with assembly redirects of some sort or something to that effect?