diff --git a/README.md b/README.md index 013268f..e3f3ac9 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,51 @@ This project contains the Visual Studio runner for xUnit.net. It supports the bu * _Need some help building the source? See [BUILDING.md](BUILDING.md)._ * _Want to contribute to the project? See [CONTRIBUTING.md](https://github.com/xunit/.github/tree/main/CONTRIBUTING.md)._ +## Latest Builds + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
StableLatest CIBuild status
v2 core framework
v3 core framework (alpha docs)N/A
xunit.analyzers
xunit.runner.visualstudio
+ +*For complete CI package lists, please visit the [feedz.io package search](https://feedz.io/org/xunit/repository/xunit/search). A free login is required.* + ## 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](http://www.dotnetfoundation.org/code-of-conduct). It is licensed under [Apache 2](https://opensource.org/licenses/Apache-2.0) (an OSI approved license). +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 Visual Studio, Visual Studio Code, ReSharper, CodeRush, and TestDriven.NET. 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/).