Dmitriy Khmaladze

Results 89 comments of Dmitriy Khmaladze

Change precedence tpl then js would not work You have practical example?

I guess the NHT compilation model is such that NHT generates C# template class. The LJS comilation phase is taking place before NHT/C#, so there is no way you can...

The CMS design is to be based on VFS. The ui CMS manager will just work with version controlled solution a-la Git, we will pull and cache resources using Pile...

Why do you need it, example?

@kalteherz can you repeat your test without using the "dynamic"? The test code you have is about serializing an anonymous class, so try it with explicit class (public class A{...

@kalteherz looks like DateTimeOffset uses custom serialization mechanisms internally, so that is the most probable cause. Will require construction of additional unit test to figure this out. We can also...