https://github.com/xunit/build-tools-v3
Build tools for xUnit.net v3
https://github.com/xunit/build-tools-v3
Last synced: about 1 year ago
JSON representation
Build tools for xUnit.net v3
- Host: GitHub
- URL: https://github.com/xunit/build-tools-v3
- Owner: xunit
- License: other
- Created: 2023-06-04T17:40:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T19:51:47.000Z (over 1 year ago)
- Last Synced: 2025-04-07T13:11:15.774Z (about 1 year ago)
- Language: C#
- Size: 41 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About This Project
This project contains common build tools used by several projects, including xUnit.net v3, Source Analyzers, and Visual Studio (VSTest) adapter.
# About xUnit.net
[
](https://dotnetfoundation.org/projects/project-detail/xunit)
xUnit.net is a free, open source, community-focused unit testing tool for the .NET Framework. Written by the original inventor of NUnit v2, xUnit.net is the latest technology for unit testing C#, F#, VB.NET and other .NET languages. xUnit.net works with ReSharper, CodeRush, TestDriven.NET and Xamarin. It is part of the [.NET Foundation](https://www.dotnetfoundation.org/), and operates under their [code of conduct](https://www.dotnetfoundation.org/code-of-conduct). It is licensed under [Apache 2](https://opensource.org/licenses/Apache-2.0) (an OSI approved license).
For project documentation, please visit the [xUnit.net project home](https://xunit.net/).