We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the project being tested references Autofac 6.40 then a test project using FluentAssertions.Autofac 6.5.1 will fail.
But it just needs a redirect in the app.config:
<runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da" culture="neutral" /> <bindingRedirect oldVersion="6.3.0.0" newVersion="6.4.0.0" /> </dependentAssembly> </assemblyBinding> </runtime> So this can be closed
The text was updated successfully, but these errors were encountered:
Hi @SeanWilliamson2004 ,
Does the current implementation break with the newer versions of AutoFac and FluentAssertions? If so, where? Please add some more details.
Sorry, something went wrong.
No branches or pull requests
If the project being tested references Autofac 6.40 then a test project using FluentAssertions.Autofac 6.5.1 will fail.
But it just needs a redirect in the app.config:
The text was updated successfully, but these errors were encountered: