stashbox-extensions-dependencyinjection icon indicating copy to clipboard operation
stashbox-extensions-dependencyinjection copied to clipboard

Make IStashboxContainer.Configure return IStashboxContainer

Open schuettecarsten opened this issue 1 year ago • 1 comments

Please make Make IStashboxContainer.Configure return IStashboxContainer to allow code like this:

            // Stashbox
            builder.Host.UseStashbox(container => container
                .Configure(options => { })
                .Validate()
            );

schuettecarsten avatar Jun 25 '24 07:06 schuettecarsten

Hi @schuettecarsten, I've released Stashbox v5.16.0 and v5.6.0 of the extension packages which allow the above usage. Could you please check that it works as you expected? Thanks!

z4kn4fein avatar Aug 21 '24 13:08 z4kn4fein