You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for reading report arguments from .netconfig
The http://dotnetconfig.org/ format allows unifying configuration with
other .NET core tools, making it easier to maintain multiple tool settings
in a centralized fashion.
By leveraging the format, ReportGenerator gains:
* Simplified command line args in CI scripts (just run without parameters
most of the time)
* Support for hierarchical configurations
* Standard way of updating and managing those configurations, via the
`dotnet config` tool, such as `dotnet config --add reportgenerator.reporttype Html`
The configuration is shared uniformly between the CLI and MSBuild task, for
consistency. Updated the documentation too to showcase the new functionality.
*ReportGenerator* supports several input and output formats.
126
201
The wiki explains the different [output formats](https://github.com/danielpalme/ReportGenerator/wiki/Output-formats) or you can download [sample reports](https://danielpalme.github.io/ReportGenerator/resources/SampleReports.zip) of all formats.
0 commit comments