🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

NUnit2Report.Console.Runner

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

NUnit2Report.Console.Runner

Create Html reports from your NUnit tests This is a translation from NUnit2ReportTask.cs (http://weblogs.asp.net/thangchung/archive/2010/12/17/generating-report-for-nunit.aspx) The purpose is to create a Console version from: "NUnit2ReportTask"

1.0.0
96

Supply Chain Security

100

Vulnerability

100

Quality

100

Maintenance

100

License

Uses eval

Supply chain risk

Package uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.

Found 1 instance in 1 package

Native code

Supply chain risk

Contains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.

Found 1 instance in 1 package

Unpopular package

Quality

This package is not very popular.

Found 1 instance in 1 package

Version published
Maintainers
1
Created

NUnit2Report Console is a tool to transform the NUnit xml results file to an Html user-friendly report using XSL files, the tool was originally designed to be integrated with NAnt as a NAnt task and it was created by Gilles Bayon. This version converts the original NUnittoReportTask to a console version to be able to use it freely without the use of NAnt.

This tool is avalaible as a Nuget package: "NUnit2Report.Console.Runner" You can find more information about this tool in: https://github.com/jupaol/NUnit2Report.Console

This is a translation from NUnit2ReportTask.cs

The purpose is to create a Console version from: "NUnit2ReportTask"

NUnit2ReportTask Information:

http://nunit2report.sourceforge.net/ http://sourceforge.net/projects/nunit2report http://weblogs.asp.net/thangchung/archive/2010/12/17/generating-report-for-nunit.aspx

People can contact Gilles Bayon via the mail address gilles.bayon@laposte.net or website http://nunit2report.sourceforge.net

FAQs

Package last updated on 02 Apr 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts