MustacheSharp/mustache-sharp.test
Travis Parks 10304d811c Handle dictionaries with non-object values.
In cases where a Dictionary property had a non-object value type, the
dictionary couldn't be treated like an object. This code will wrap a
dictionary so its non-object values are upcast to objects.
2014-05-20 19:34:54 -04:00
..
Properties Support public fields for keys 2014-03-01 23:11:52 -05:00
FormatCompilerTester.cs Handle properties and fields being replaced by derived classes. 2014-03-02 00:43:08 -05:00
UpcastDictionaryTester.cs Handle dictionaries with non-object values. 2014-05-20 19:34:54 -04:00
mustache-sharp.test.csproj Handle dictionaries with non-object values. 2014-05-20 19:34:54 -04:00