You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@blorger no changes were made for this issue, the tutorial does not apply to .NET Core. If you are referring to the breaking changes in 5.0.0, then feel free to submit a pull request editing the tutorial.
I instolled Castle.Windsor into my aspnet core application but LifestylePerWebRequest() is not available on
Component.For<ISettingsService>().ImplementedBy<SettingsService>()
I don't understand why?
The text was updated successfully, but these errors were encountered: