Handlebars.Net
Handlebars.Net copied to clipboard
A real .NET Handlebars engine
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Attempting to reference a Hashtable element with a key containing an uppercase letter will fail. Dictionaries however work fine. Example: ```cs using System.Collections; using HandlebarsDotNet; const string template = @"Hello...
I've upgraded to 2.0.3 and it seems the compilation has slowed down about 2x. It's not a big deal, just want to raise this because it doesn't match the [expectations](https://github.com/Handlebars-Net/Handlebars.Net/releases/tag/2.0.0-preview-1)....
### Describe the bug I'm trying to register a partial that can either be used as a block, with block content, or inline without content. However, both methods I tried...
Snyk?
Maybe it's a good idea to enable Synk on all projects from or "Handlebars-Net"? (I was triggered by https://github.com/WireMock-Net/WireMock.Net/pull/750)
Hello, I would like to write a each block helper with one condition. Exactly like that : https://stackoverflow.com/questions/41790849/how-do-i-filter-this-array-using-value-with-handlebars-js The goal is to have the @last correct. Thanks for your help.
Hi ☺️ Regarding the static instance of handlebars, is it possible to observe blocking behaviour when that instance is accessed with multiple threads? During our load test for our web...
I'm looking to use Handlebars.NET in a transient runtime (typical scenario is, http request comes in, runtime is brought up to service it and then shuts down again until next...
Hi guys, was previous using Handlebars.Net 1.0 on project and recently upgraded to 1.11.5 and have noticed one of my previously working templates no longer works. It involves being in...