extent-framework / extentreports-csharp

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

xml serialization issue fix #189

Closed sudheshg closed 9 months ago

sudheshg commented 9 months ago
  1. Fixed root element deserialization as per the given document example.
  2. Fixed theme style enum values.
anshooarora commented 9 months ago

Thanks for raising this PR. You will notice a few changes - the .NET version does not use the same config as its Java counterpart which is why the initial configuration was setup differently. I have included the config files as part of this PR and will update the documentation to point to the correct configs.