Prakash Patel

Results 5 comments of Prakash Patel

@zg I have created PR. I am not sure how to test my changes.

@sstorie I have created PR :)

As i have mention above in [comment](https://github.com/sstorie/experiments/pull/16#discussion_r111625077) that could explain why i have updated to `es6`. Let me know if this need to be change.

After looking `package.json` file i don't see `es6-shim` listed in it. I install `es6-shim` package and change `compilerOptions` back to `es5`. I am getting below error on `npm start`. ```...

I found this [link](https://github.com/Antaris/RazorEngine/blob/master/doc/TemplateManager.md) about template manager. I update the code to use `MyTemplateManager()` and it's working fine. ```c# var config = new TemplateServiceConfiguration(); config.Debug = true; config.TemplateManager = new...