extentreports-csharp
extentreports-csharp copied to clipboard
Extent Reporting Library, .NET
System.MissingMethodException : Method not found: 'System.Runtime.CompilerServices.CallSiteBinder Microsoft.CSharp.RuntimeBinder.Binder.Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags, System.Type, System.Type)'.
I am having an issue with the extent report making a broken report. I am not sure why and I have not found anything on google about the issue. extent...
Currently using the 4.1.0 version of Extent Report Create MSTest Class with 2 Test Methods Added the below code. Extent report is getting generated in the destination folder, **but not...
It was all working fine until .net6 and today when I upgraded my .net framework to .net 7 Extent.flush started throwing this issue Exception Message : ``` `Expression of type...
extent.Flush() was working fine with v4.1.0 for ages and recently started to fail with this: `System.ArgumentException HResult=0x80070057 Message=Expression of type 'CompiledRazorTemplates.Dynamic.RazorEngine_059ef63a8d6748b1bdcc58bfe5871a11' cannot be used for return type 'RazorEngine.Templating.ITemplate' Source=System.Linq.Expressions StackTrace:...
working lang c# After updating NUnit3TestAdapter package from 4.3.1 to 4.4.0 I am getting exception at extent.Flush() Here is the stack trace: System.ArgumentException HResult=0x80070057 Message=Expression of type 'CompiledRazorTemplates.Dynamic.RazorEngine_f3bdefe4093245f3900eab7bf2d014ca' cannot be...
ExtentReports work all right, but I don't know what Steps mean. I can't find it in the documentation :) 
Hello, When I run my code using an Azure Pipeline I'm getting the error "Object Reference not set to an instance of an object" on the line below. The extScenario...
Code I'm using: ```csharp ExtentReports report = new(); ExtentHtmlReporter reporter = new("./temp"); report.AttachReporter(reporter); var suiteNode = report.CreateTest("SmokeTests"); var testNode = suiteNode.CreateNode("Test Case"); var stepNode = testNode.CreateNode("Step 1"); stepNode.Info("Enter text 1234567890");...
We are using the 5.0.0-alpha6 version of extent reports for c#. I have a task in our ADO pipeline to handle the HTML report but it fails parsing it due...