Closed ccheetham closed 4 years ago
@macsux commented on Thu Nov 19 2020
The template is disabling DI scope validation by default which is not something most people want
.UseDefaultServiceProvider(configure => configure.ValidateScopes = false)
https://github.com/SteeltoeOSS/InitializrConfig/commit/be39e31852f264684bf5f98d826e3bb1a1bf108a
@macsux commented on Thu Nov 19 2020
The template is disabling DI scope validation by default which is not something most people want
.UseDefaultServiceProvider(configure => configure.ValidateScopes = false)