Skip to content

Added a failing test for ConstructorWithResolvableArguments, #710 - #711

Open
yallie wants to merge 1 commit into
dadhi:masterfrom
yallie:master
Open

yallie wants to merge 1 commit into
dadhi:masterfrom
yallie:master

Conversation

@yallie

@yallie yallie commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Fails:

var c = new Container().WithMef()
    .With(rules => rules
    .With(FactoryMethod.ConstructorWithResolvableArguments)
);

Works:

var c = new Container().WithMef()
    .With(rules => rules
    //.With(FactoryMethod.ConstructorWithResolvableArguments)
);

@yallie

yallie commented Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

Strange, failing test doesn't mark Visual Studio build as failed at Appveyor:

image image

@dadhi

dadhi commented Aug 4, 2026

Copy link
Copy Markdown
Owner

@yallie Are you back to DI/MEF business - out of necessity or for fun?

@yallie

yallie commented Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

I'm currently upgrading my work projects and personal projects, but working with DryIoc is always fun! 🔥
Amazing piece of work and always the source for inspiration!
Sad to see the recent decline of activity 😥

@dadhi

dadhi commented Aug 4, 2026

Copy link
Copy Markdown
Owner

aha, I see.
DryIoc is surely a piece-of-work of mine and the proof of ideas, so I will be working on it - just need some moment to adjust :)

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

Successfully merging this pull request may close these issues.

2 participants