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

Support for Autofac 6.4.0 and FluentAssertions 6.7.0 #34

Open
SeanWilliamson2004 opened this issue Oct 1, 2022 · 1 comment
Open

Support for Autofac 6.4.0 and FluentAssertions 6.7.0 #34

SeanWilliamson2004 opened this issue Oct 1, 2022 · 1 comment

Comments

@SeanWilliamson2004
Copy link

SeanWilliamson2004 commented Oct 1, 2022

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 
@mkoertgen
Copy link
Member

Hi @SeanWilliamson2004 ,

Does the current implementation break with the newer versions of AutoFac and FluentAssertions? If so, where?
Please add some more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants