![]() |
VOOZH | about |
dotnet add package NunitXml.TestLogger --version 8.0.0
NuGet\Install-Package NunitXml.TestLogger -Version 8.0.0
<PackageReference Include="NunitXml.TestLogger" Version="8.0.0" />
<PackageVersion Include="NunitXml.TestLogger" Version="8.0.0" />Directory.Packages.props
<PackageReference Include="NunitXml.TestLogger" />Project file
paket add NunitXml.TestLogger --version 8.0.0
#r "nuget: NunitXml.TestLogger, 8.0.0"
#:package NunitXml.TestLogger@8.0.0
#addin nuget:?package=NunitXml.TestLogger&version=8.0.0Install as a Cake Addin
#tool nuget:?package=NunitXml.TestLogger&version=8.0.0Install as a Cake Tool
NUnit xml report extension for MTP v2 and Visual Studio Test Platform. Please use v7.x for MTP v1 runners.
| Logger | Stable Package | Pre-release Package |
|---|---|---|
| NUnit | 👁 NuGet |
👁 MyGet Pre Release |
If you're looking for xunit or junit, please see https://github.com/spekt/testlogger.
NUnit logger can generate xml reports in the NUnit v3 format.
> dotnet test --logger:nunit
TestResults directory relative to the test.csprojA path for the report file can be specified as follows:
> dotnet test --logger:"nunit;LogFilePath=test-result.xml"
test-result.xml will be generated in the same directory as test.csproj.
Note: the arguments to --logger should be in quotes since ; is treated as a command delimiter in shell.
The logger also supports Microsoft.Testing.Platform (MTP) with the following command line options:
> dotnet test -- --report-spekt-nunit --report-spekt-nunit-filename test-result.xml
The --report-spekt-nunit option can also accept configuration arguments:
> dotnet test -- --report-spekt-nunit "key1=value1;key2=value2"
| Option name | Purpose | Documentation |
|---|---|---|
| LogFileName* | Customize test result file name with {assembly} or {framework} tokens |
See config-wiki |
| LogFilePath* | Test result file full path | See config-wiki |
| UseRelativeAttachmentPath* | Use attachment paths relative to test result file. Boolean. Default: false | See config-wiki |
*All common options to the logger is documented in the wiki. E.g.
token expansion for {assembly} or {framework} in result file.
NUnit test framework settings
Description in the xml, please enable internal properties for the nunit adapter:dotnet test --logger:nunit -- NUnit.ShowInternalProperties=true
dotnet test --logger:nunit -- NUnit.TestOutputXml=<foldername relative to test binary directory>
MIT
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
This package has no dependencies.
Showing the top 2 NuGet packages that depend on NunitXml.TestLogger:
| Package | Downloads |
|---|---|
|
Framework.Selenium
A full-featured Selenium wrapper that incorporates Appium and other runners, API testing, and Database testing. This package tracks steps taken and has reporting extentions for some tools and can be expanded for nearly any test management tool. Advanced, object-oriented design for fast, efficient, and reliable automated tests. |
|
|
KorbellaTests.SharedServices.API
Package Description |
Showing the top 20 popular GitHub repositories that depend on NunitXml.TestLogger:
| Repository | Stars |
|---|---|
|
Sonarr/Sonarr
Smart PVR for newsgroup and bittorrent users.
|
|
|
Radarr/Radarr
Movie organizer/manager for usenet and torrent users.
|
|
|
unoplatform/uno
Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
|
|
|
Prowlarr/Prowlarr
Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps, supporting management of both Torrent Trackers and Usenet Indexers.
|
|
|
Lidarr/Lidarr
Looks and smells like Sonarr but made for music.
|
|
|
Readarr/Readarr
Book Manager and Automation (Sonarr for Ebooks)
|
|
|
dotnet/macios
.NET for iOS, Mac Catalyst, macOS, and tvOS provide open-source bindings of the Apple SDKs for use with .NET managed languages such as C#
|
|
| Whisparr/Whisparr | |
|
SonarSource/sonar-dotnet
Code analyzer for C# and VB.NET projects
|
|
|
microsoft/botbuilder-dotnet
Welcome to the Bot Framework SDK for .NET repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using .NET.
|
|
|
datastax/csharp-driver
DataStax C# Driver for Apache Cassandra
|
|
|
UltravioletFramework/ultraviolet
The Ultraviolet Framework is a .NET game development framework written in C#.
|
|
|
spatialos/gdk-for-unity
SpatialOS GDK for Unity
|
|
|
Raiffeisen-DGTL/ViennaNET
Framework for quickly creating enterprise microservices on .NET https://habr.com/ru/company/raiffeisenbank/blog/494830/
|
|
|
newbe36524/Newbe.Claptrap
This is a frameworks with reactive, event sourcing and Actor pattern as basic theories. On top of this, developers can create "distributed", "scale out", and "easy to test" application more simply. Claptrap and it`s Minions is on the way.
|
|
|
bchavez/Coinbase
:moneybag: A .NET/C# implementation of the Coinbase API.
|
|
|
unoplatform/Uno.Gallery
The Uno Platform Gallery application
|
|
|
chroma-sdk/Colore
A powerful C# library for Razer Chroma's SDK
|
|
|
Ellpeck/MLEM
Libraries for MonoGame and FNA that provide abstractions, quality of life improvements and additional features like a ui system and easy input handling.
|
|
| GuOrg/Gu.Wpf.UiAutomation |
| Version | Downloads | Last Updated |
|---|---|---|
| 8.0.0 | 512,820 | 1/9/2026 |
| 7.1.0 | 171,946 | 12/13/2025 |
| 7.0.2 | 299,698 | 10/8/2025 |
| 7.0.1 | 20,225 | 10/4/2025 |
| 6.1.0 | 1,728,899 | 3/15/2025 |
| 6.0.0 | 282,911 | 2/14/2025 |
| 5.0.0 | 403,208 | 12/19/2024 |
| 4.1.0 | 692,007 | 10/12/2024 |
| 4.0.254 | 978,710 | 7/28/2024 |
| 3.1.20 | 1,637,764 | 2/10/2024 |
| 3.1.15 | 2,448,572 | 7/6/2023 |
| 3.0.131 | 1,382,202 | 1/30/2023 |
| 3.0.127 | 1,209,022 | 9/10/2022 |
| 3.0.117 | 3,091,163 | 11/6/2021 |
| 3.0.107 | 1,187,093 | 5/21/2021 |
| 3.0.97 | 340,337 | 3/10/2021 |
| 3.0.91 | 175,356 | 1/31/2021 |
| 2.1.80 | 932,826 | 10/28/2020 |
| 2.1.62 | 989,517 | 5/9/2020 |