extentreports-csharp icon indicating copy to clipboard operation
extentreports-csharp copied to clipboard

Another Razor issue on flush with dynamic or anonymous types

Open 3ggerhappy opened this issue 2 years ago • 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?

3ggerhappy avatar Aug 24 '23 19:08 3ggerhappy

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

anshooarora avatar Aug 30 '23 19:08 anshooarora

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.

anshooarora avatar Sep 01 '23 15:09 anshooarora

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.

Fergal-C avatar Sep 11 '23 15:09 Fergal-C