StubbleOrg / Stubble

Trimmed down {{mustache}} templates in .NET
Other
401 stars 58 forks source link

Add support for dynamics that do not implement IDictionary #95

Closed 0x15e closed 4 years ago

0x15e commented 4 years ago

Added value getter support for dynamic objects that do not implement IDictionary<string, object>.

Fixes #91 (more information in the issue)