z4kn4fein / stashbox

A lightweight, fast, and portable dependency injection framework for .NET-based solutions.
https://z4kn4fein.github.io/stashbox
MIT License
141 stars 10 forks source link

Method DisableLifetimeValidation does not exist #82

Closed schuettecarsten closed 4 years ago

schuettecarsten commented 4 years ago

Exception messages says If you want to disable this error then use the following container configuration: 'new StashboxContainer(c => c.DisableLifetimeValidation())'. but method name is WithoutLifetimeValidation()

z4kn4fein commented 4 years ago

Hey, thanks for reporting, I fixed that!