This repository was archived by the owner on Nov 20, 2018. It is now read-only.
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
new ApplicationBuilder(ApplicationBuilder builder) should copy the Properties dictionary #783
Closed
Description
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.