extent-framework / extentreports-csharp

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

Another Razor issue on flush with dynamic or anonymous types #173

Open 3ggerhappy opened 10 months ago

3ggerhappy commented 10 months ago

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?

anshooarora commented 10 months ago

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

anshooarora commented 10 months ago

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.

Fergal-C commented 9 months ago

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.