Handlebars-Net / Handlebars.Net.Helpers

Handlebars.Net helpers in the categories: 'Boolean', 'Constants', 'Enumerable', 'Environment', 'Math', 'Regex', 'String', 'DateTime' and 'Url'.
MIT License
38 stars 14 forks source link

PluginLoader does not require file system access #55

Closed devkev2403 closed 1 year ago

devkev2403 commented 1 year ago

Added exception handler in PluginLoader in case host system does not have permission to read from the local file system. This means that external plugins are not loaded but core internal functionality can still be used. This is particularly useful when using Handlebars.Net.Helpers in a Xamarin Forms app (more specifically using WireMock in an app with Json configuration and Response Templates that rely on HandleBars.Net).

devkev2403 commented 1 year ago

Thanks @StefH . Will you be tagging a new release?

StefH commented 1 year ago

Will be tomorrow or in the weekend.