GoldSim / Website

Source code for the GoldSim.com website
https://www.goldsim.com/
3 stars 1 forks source link

Update to use new `IHierarchicalTopicMappingService<>` #6

Closed JeremyCaney closed 5 years ago

JeremyCaney commented 5 years ago

OnTopic 3.8.0 makes a breaking change to the LayoutController by replacing the ITopicMappingService dependency with a new IHierarchicalTopicMappingService<> dependency. This centralizes a lot of the reusable logic for various LayoutController implementations while, importantly, also handing over control over caching to the composition root, thus allowing a single LayoutController to be used independent of whether or not the results need to be cached.

Tasks

JeremyCaney commented 5 years ago

This update has been completed as of #(dee9b95).