Unable to generate Extent reports (Version 3.1.3)in selenium with c#
I am new to C# and I am trying to use ExtentReports for generating reports ( Version used: 3.13). Any help with this would be much appreciated thank you. I am getting below error: Message: System.InvalidOperationException : No reporters were started. Atleast 1 reporter must be started to create tests. Here is my Code:` using AventStack.ExtentReports; using AventStack.ExtentReports.Reporter; using NUnit.Framework; using NUnit.Framework.Interfaces; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace AutomationReports {