Oleh Formaniuk
Oleh Formaniuk
I was looking for Github Actions support and found a PR to [Continuous Benchmark](https://github.com/marketplace/actions/continuous-benchmark) action: rhysd/github-action-benchmark/pull/34. Would leave it here for further tracking.
> Has anyone tried this ? > > [Continuous Benchmark (.NET)](https://github.com/marketplace/actions/continuous-benchmark-net) Yep, I'm currently using it in [Handlebars.Net](https://github.com/Handlebars-Net/Handlebars.Net).
Hello @BartVanBeurden Looks like a bug to me. Can you please provide a test covering your scenario?
@sferencik Readme misses `#` before block helper call. Valid example: ```handlebars {{#each this}} The animal, {{@key}}, {{#StringEqualityBlockHelper @value 'dog'}}is a dog{{else}}is not a dog{{/StringEqualityBlockHelper}}.\r\n {{/each}} ```
> So you're saying it's an issue with the documentation (readme) but the feature exists? It depends what feature you’re referring to. If you’re talking about behavior from Readme and...
Hello @RohanChhipa I'm not aware of any such issues. I'd be happy to help you with the investigation and fixing the problem if one found. Btw, why are you doing...
Might be related to https://github.com/Handlebars-Net/Handlebars.Net/issues/498
Related to https://github.com/Handlebars-Net/Handlebars.Net/issues/362 Additional fix is required to get same behavior as in Handlebarsjs. `Dynamic` and `Reflection` accessors have the same problem.
Hello @sebasijan Can you please provide a test that covers your problem?
Hello @sigma87 This one definitely looks like a bug in Handlebars.Net parser as per Handlebars spec most of UTF-8 chars are fine.