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

using diffplex with StructureMap #89

Open
gswartz777 opened this issue Sep 27, 2021 · 0 comments
Open

using diffplex with StructureMap #89

gswartz777 opened this issue Sep 27, 2021 · 0 comments

Comments

@gswartz777
Copy link

In our mvc app (.net framework 4.7.2) I'm following along with the example web site by adding the following to our defaultregistry file.

For<ISideBySideDiffBuilder>().Use<SideBySideDiffBuilder>();
For<IDiffer>().Use<Differ>();

But it's complaining about No default Instance is registered and cannot be automatically determined for type 'DiffPlex.IChunker' How can I resolve this in structuremap? Thanks.

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