This project contains the xUnit.net assertion library source code, intended to be used as a Git submodule.
To open an issue for this project, please visit the core xUnit.net project issue tracker.
Projects that consume this repository as source, which are compiled using C# 8 and wish to use nullable reference type annotations should define the XUNIT_NULLABLE
compilation symbol to opt-in to the relevant nullability analysis annotations on method signatures.
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, and operates under their code of conduct. It is licensed under Apache 2 (an OSI approved license).
For project documentation, please visit the xUnit.net project home.