extent-framework/extentreports-csharp

Another Razor issue on flush with dynamic or anonymous types

Opened this issue · 3 comments

In my tests I have to make use of some anonymous types, but razor goes whack when these types are used hence cant flush. Any workaround on this?

Assigned to self: Check compatibility with https://github.com/adoconnection/RazorEngineCore for all future ExtentReports releases.

Please check with the latest beta https://www.nuget.org/packages/ExtentReports/5.0.0-beta1 and revert if you continue to face this issue. Also, if you continue to encounter this problem, please share a sample snippet for me to reproduce.

Maybe it will help someone, I also had Razor related errors on flush(). They were resolved, when I uninstalled the ExtentReports.Core NuGet package from the solution.