extent-framework / extentreports-csharp

Extent Reporting Library, .NET
http://extentreports.com
Apache License 2.0
50 stars 40 forks source link

Expression of type 'CompiledRazorTemplates.Dynamic.RazorEngine_b69e2b96ad364c5a9d0dd1e6e5bd95e6' cannot be used for return type 'RazorEngine.Templating.ITemplate' #102

Closed preetipadalia closed 4 years ago

preetipadalia commented 4 years ago

Hi,

I am getting the following error while flushing the Extent report:

Expression of type 'CompiledRazorTemplates.Dynamic.RazorEngine_b69e2b96ad364c5a9d0dd1e6e5bd95e6' cannot be used for return type 'RazorEngine.Templating.ITemplate'

I am using gauge framework. It was working in the older version of Gauge but stopped working when they started loading the dlls using AssemblyLoader. Can you please help me to fix this issue.

Thanks Preeti