Nate Hitze
Nate Hitze
Proposal for #242. This is just an example -- I didn't move everything that could be moved. For the most part I left the code as-is after moving it. I...
A null value is being treated as truthy. I can fix it by manually adding truthy check to the compilation builder's config. Here's a repro `Program.cs`. I have `Stubble.Core` and...
Proposed fix for #106. This changes the compiled Section token renderer to skip null items while enumerating.
It's possible to get the compiled renderer to throw a null reference exception by adding a null item to a list in the model and then iterating over the list...
Adds support for pulling configuration from DI. Also adds support for options reconfiguration. Based on ConsoleLogger: https://github.com/aspnet/Extensions/tree/2.2.0/src/Logging/Logging.Console/src