Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nunit/nunit.constituents
This repo is for holding information on other projects that uses NUnit as a library or tool.
https://github.com/nunit/nunit.constituents
Last synced: about 2 months ago
JSON representation
This repo is for holding information on other projects that uses NUnit as a library or tool.
- Host: GitHub
- URL: https://github.com/nunit/nunit.constituents
- Owner: nunit
- License: mit
- Created: 2024-04-22T13:08:47.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-22T18:39:57.000Z (9 months ago)
- Last Synced: 2024-10-24T17:53:54.698Z (2 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Information on other projects that uses NUnit as a library or tool
This is a list of projects that use NUnit as a library or tool. If you have a project that uses NUnit and would like to add it to this list, please submit a pull request.
We will use this list to reach out to these constituents to inform them of the upcoming releases, possibly changes that may affect them, and to solicit feedback.
This is to avoid breaking changes and to ensure that we are not breaking any existing projects that depend on NUnit.
| Project Name | Source repo |Downloads | Usage of NUnit[^1] | NUnit version | Maintainer(s) or Contact(s) |
|--------------|-------------|-----------|---------------|--------|-------|
|FluentAssertions|[Github](https://www.nuget.org/packages/FluentAssertions)|![NuGet Downloads](https://img.shields.io/nuget/dt/FluentAssertions)||3.14.0, 4.1.0|[Dennis Doomen](https://github.com/dennisdoomen)|
|SpecFlow.NUnit|[Github](https://www.nuget.org/packages/SpecFlow.NUnit/)|![NuGet Downloads](https://img.shields.io/nuget/dt/Specflow.Nunit)||||
|Xamarin.UITest|Closed source|![NuGet Downloads](https://img.shields.io/nuget/dt/Xamarin.UITest)|||Microsoft|
|Verify|[Github](https://github.com/VerifyTests/Verify)|![NuGet Downloads](https://img.shields.io/nuget/dt/Verify)|||[Simon Cropp](https://github.com/SimonCropp)|
|AutoFixture.NUnit3|[Github](https://github.com/AutoFixture/AutoFixture)|![NuGet Downloads](https://img.shields.io/nuget/dt/AutoFixture.NUnit3)||3.7.0, 4.0.0|[Mark Seemann](https://github.com/ploeh)|
|Microsoft.Playwright.NUnit|[Github](https://github.com/microsoft/playwright-dotnet)|![NuGet Downloads](https://img.shields.io/nuget/dt/Microsoft.Playwright.NUnit)|||Microsoft|
|Akka.TestKit|[Github](https://github.com/akkadotnet/akka.net)|![NuGet Downloads](https://img.shields.io/nuget/dt/Akka.TestKit)||||
|||||||[!NOTE]
This list should contain only highly used projects. If you are not sure, please reach out to the NUnit team for guidance.[^1]: What part of NUnit is being used. We have a public interface and api that is meant to be used by others, but we observe some projects also use parts of our internal code. This is important to know when we make changes to our codebase. So we use keywords `api` and `internal` to indicate this.