Globally disable member renaming?
See original GitHub issueIs there a way to globally disable member renaming without having to modify every call to Render
?
If not, would you accept a pull request to add this?
I was quite frustrated by the default behavior because the initial example shown at the top of the README is very deceiving in my opinion. You can read my comment on another issue to see exactly how I moved through your docs and why I missed the notice. At the very least, I think that notice should be moved higher and put into RED
or something.
If you ever develop a new major version, I wonder if you would also consider disabling this as the default? What’s the reason to make the default behave like liquid
templates while also having a separate facility for parsing actual liquid
templates?
Anyway, thanks for your code and your effort!.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top GitHub Comments
Do an extension method
MyRender
and you won’t feel the pain, it’s really just an extension method away. That’s way better than breaking a behavior.Good point, thank you again! I had so many frustrations today ( with other stuff ) that I did not even have the creative energy to come up with that very nice and elegant solution.