StubbleOrg / Stubble

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

Makes value getter lookup deterministic based on expected order #101

Closed Romanx closed 4 years ago

Romanx commented 4 years ago

We create an ordered array of types determining the expected lookup order for the value getters that were registered.

99