Anshoo Arora
Anshoo Arora
I haven't yet changed the Razor implementation but most of the beta1 code is built on MacOS. Can you give it a try and revert back if you continue to...
Please note: with version 5, ExtentHtmlReporter is deprecated and ExtentSparkReporter is the replacement. So the above code will change slightly: ``` using AventStack.ExtentReports; using AventStack.ExtentReports.Reporter; var extent = new ExtentReports();...
Can you give it a try with the latest beta and revert back if you continue to face this issue? https://www.nuget.org/packages/ExtentReports/5.0.0-beta2 Please note: with version 5, ExtentHtmlReporter is deprecated and...
@darrendeng777 Please use the latest version 4.1.0-beta1 from [nuget](https://www.nuget.org/packages/ExtentReports/4.1.0-beta1) with `ExtentHtmlReporter` and let me know if you continue to have issues.
@KHariHaraChaitanya Please use this package: https://www.nuget.org/packages/ExtentReports/4.1.0-beta1
You can try with: https://www.extentreports.com/docs/versions/5/net/index.html#markup-table This version is currently in alpha and I am trying to fix a few dependencies as well which broke due to compatibility issues with Standard/Core...
@MaheshGooner yes, the Klov client will be added soon. 5.x code is completely new so only prioritizing the core API since the Klov client will be a near identical port...
@MaheshGooner KlovReporter is now available: https://www.nuget.org/packages/klov-reporter/5.0.0-alpha5 This is a standalone dependency in version 5 (similar to Java).
@Moshex I am not sure how Specflow creates the table for examples, will look into this.
fyi - entire codebase now on develop-5.0.0 branch: https://github.com/extent-framework/extentreports-csharp/tree/develop-5.0.0