microsoft / html-reporter-for-axe-core-dotnet

HTML reporter for axe-core-dotnet
MIT License
4 stars 4 forks source link

Added initial Report templating. #17

Closed IsaacWalker closed 1 year ago

IsaacWalker commented 1 year ago

This PR adds the basic mechanism for creating the HTML Report.

It uses RazorEngineCore so that we can make use of Razor/cshtml when creating the report.

The cshml template is treated as an embedded resource so that it can be read in as a string and passed into the razor engine.