MustacheSharp/mustache-sharp
Travis Parks a6c7933bab Provide more details when keys not found.
A request was made to provide the original key as well as the member
that was not found. In compound keys {{Customer.Address.ZipCode}}, any
of the names could be invalid, but knowing the fully-qualified name is
useful for error handling.

I also detected a bug where the code wasn't handling the case that a
sub-key didn't exist. This needs to be handled using the KeyNotFound
event.
2013-04-19 08:56:21 -04:00
..
Properties Provide more details when keys not found. 2013-04-19 08:56:21 -04:00
ArgumentCollection.cs Made progress implementing the object model, including all of the built-in tags. 2013-01-09 21:17:45 -05:00
CompoundGenerator.cs Default the Scope and Writer for Nested Contexts 2013-01-16 16:06:35 -05:00
ConditionTagDefinition.cs Implemented better custom tag handling. 2013-01-12 14:53:12 -05:00
ContentTagDefinition.cs Implemented better custom tag handling. 2013-01-12 14:53:12 -05:00
EachTagDefinition.cs Optimized text generation. 2013-01-16 15:10:25 -05:00
ElifTagDefinition.cs Implemented better custom tag handling. 2013-01-12 14:53:12 -05:00
ElseTagDefinition.cs Implemented better custom tag handling. 2013-01-12 14:53:12 -05:00
FormatCompiler.cs Handle Unknown Tags 2013-01-12 20:22:31 -05:00
Generator.cs Support Missing Key Handlers 2013-04-18 19:27:09 -04:00
IGenerator.cs Optimized text generation. 2013-01-16 15:10:25 -05:00
IfTagDefinition.cs Implemented better custom tag handling. 2013-01-12 14:53:12 -05:00
InlineGenerator.cs Optimized text generation. 2013-01-16 15:10:25 -05:00
InlineTagDefinition.cs Optimized text generation. 2013-01-16 15:10:25 -05:00
KeyGenerator.cs Optimized text generation. 2013-01-16 15:10:25 -05:00
KeyScope.cs Provide more details when keys not found. 2013-04-19 08:56:21 -04:00
MasterTagDefinition.cs Implemented better custom tag handling. 2013-01-12 14:53:12 -05:00
MissingKeyEventArgs.cs Provide more details when keys not found. 2013-04-19 08:56:21 -04:00
NestedContext.cs Optimized text generation. 2013-01-16 15:10:25 -05:00
PropertyDictionary.cs Implement custom tags. 2013-01-08 21:33:53 -05:00
RegexHelper.cs Implemented better custom tag handling. 2013-01-12 14:53:12 -05:00
StaticGenerator.cs Optimized text generation. 2013-01-16 15:10:25 -05:00
TagDefinition.cs Optimized text generation. 2013-01-16 15:10:25 -05:00
TagParameter.cs Made progress implementing the object model, including all of the built-in tags. 2013-01-09 21:17:45 -05:00
Trimmer.cs Implemented better custom tag handling. 2013-01-12 14:53:12 -05:00
WithGenerator.cs Optimized text generation. 2013-01-16 15:10:25 -05:00
mustache-sharp.csproj Support Missing Key Handlers 2013-04-18 19:27:09 -04:00
mustache-sharp.nuspec Added NuGet deployment items. 2013-01-12 15:18:54 -05:00