.NET Framework 4.5+ .NET Core 2.1+ .NET Standard 1.5+
This is a modified version of the popular test reporting framework ExtentReports, which supports now all current versions of .NET Frameworks including .NET Core and .NET Standard framework. Now you can use it in all types of your .NET projects.
public AventStack.ExtentReports.ExtentReports Reporter = new AventStack.ExtentReports.ExtentReports();
Hint: Due to the overlapping naming of the namespace and the class ExtentReports, .NET Core compiler shows an error 'ExtentReports' is a namespace but is used like a type'. You can get rid of this issue using full qualified names like above or using a class alias.
Try it out and enjoy, your SimplyTest team.
View extentreports.com for complete documentation.
Apache-2.0