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
{{ message }}
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.
As I was trying to use Map and set a custom service provider ApplicationServices within the branch, I found that setting ApplicationServices on the branched application was also setting it on the application builder that was branched from, due to both application builders sharing the same properties dictionary. This feels counter-intuitive -- I expected that a new IApplicationBuilder in a new branch would have its own properties.
The text was updated successfully, but these errors were encountered:
As I was trying to use
Map
and set a custom service providerApplicationServices
within the branch, I found that settingApplicationServices
on the branched application was also setting it on the application builder that was branched from, due to both application builders sharing the same properties dictionary. This feels counter-intuitive -- I expected that a newIApplicationBuilder
in a new branch would have its own properties.The text was updated successfully, but these errors were encountered: