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

Castle.Core >= 5.0.0 seems to be incompatible #53

Open
barbaraacsilva opened this issue Apr 2, 2024 · 0 comments
Open

Castle.Core >= 5.0.0 seems to be incompatible #53

barbaraacsilva opened this issue Apr 2, 2024 · 0 comments

Comments

@barbaraacsilva
Copy link

I have a solution with some direct references to Castle.Core version 4.4.1 and some direct references to Ninject.Extensions.Factory version 3.3.3. When I tried upgrading Castle.Core to 5.1.1 some unit tests started failing with an error about not locating the assembly for Castle.Core 4.0.0.0. After multiple attempts at updating binding redirects, deleting every bin and obj folder, rebuilding my solution and so on, I got build warnings related to conflicts with different versions of Castle.Core, and Ninject.Extension.Factory appeared in the message.
I've also tried with version 5.0.0 and got the same problems.
Ninject.Extensions.Factory 3.3.3 has a dependency for Castle.Core >= 4.2.0, but I wonder if for some reason it doesn't work with >= 5.0.0? Could someone confirm that? Thanks a lot!

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

1 participant