Closed mhutch closed 11 months ago
Template hosts should return null from ProvideTemplatingAppDomain if they don't want to use an AppDomain, but check for AppDomain.CurrentDomain and shortcircuit that as well.
null
ProvideTemplatingAppDomain
AppDomain
AppDomain.CurrentDomain
Improves usability issue discovered in #170
Template hosts should return
null
fromProvideTemplatingAppDomain
if they don't want to use anAppDomain
, but check forAppDomain.CurrentDomain
and shortcircuit that as well.Improves usability issue discovered in #170