I want to keep this as short as possible, so I am going to reference another post, but I believe the RazorTemplates project is suffering from the same (or similar) issue and the RazorEngine project. I have used RazorTemplates without issue in many C# projects. I recently decided to use it in a VB.Net project and I ran into an error when attempting render a template using a VB.Net Anonymous Type. This post describes the problem exactly:
Hi Kirill,
I want to keep this as short as possible, so I am going to reference another post, but I believe the RazorTemplates project is suffering from the same (or similar) issue and the RazorEngine project. I have used RazorTemplates without issue in many C# projects. I recently decided to use it in a VB.Net project and I ran into an error when attempting render a template using a VB.Net Anonymous Type. This post describes the problem exactly:
https://github.com/Antaris/RazorEngine/issues/112
Could you potentially look into this?
Thanks!