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
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.
As I was trying to use
Mapand set a custom service providerApplicationServiceswithin the branch, I found that settingApplicationServiceson 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 newIApplicationBuilderin a new branch would have its own properties.