mono / t4

T4 text templating engine
Other
395 stars 101 forks source link

Don't use AppDomain codepath for CurrentDomain #171

Closed mhutch closed 11 months ago

mhutch commented 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.

Improves usability issue discovered in #170