You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/index.md
+8-71Lines changed: 8 additions & 71 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,21 +10,14 @@ xUnit.net is a free, open source, community-focused unit testing tool for C#, F#
10
10
11
11
xUnit.net works with the [.NET SDK](https://dotnet.microsoft.com/download) command line tools, [Visual Studio](https://visualstudio.microsoft.com/), [Visual Studio Code](https://code.visualstudio.com/), [JetBrains Rider](https://www.jetbrains.com/rider/), [NCrunch](https://www.ncrunch.net/), and any development environment compatible with [Microsoft Testing Platform](https://learn.microsoft.com/dotnet/core/testing/microsoft-testing-platform-intro) or [VSTest](https://github.com/microsoft/vstest).
12
12
13
-
xUnit.net 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).
13
+
xUnit.net 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). The project is [governed](/governance) by a Project Lead.
14
14
15
15
{ .about-links }
16
16
> Follow: <ahref="https://dotnet.social/@xunit"rel="me">xUnit.net on Mastodon</a>, [xUnit.net on BlueSky](https://bsky.app/@xunit.net), [Brad Wilson](https://bradwilson.dev/), [James Newkirk](https://www.jamesnewkirk.com/), [Claire Novotny](https://github.com/clairernovotny)<br />
17
17
> JetBrains Rider support is provided and supported by [JetBrains](https://www.jetbrains.com/).<br />
18
18
> NCrunch support is provided and supported by [Remco Software](https://www.ncrunch.net/).<br />
19
19
> The xUnit.net logo was designed by [Nathan Young](https://mas.to/@nathanyoung).
20
20
21
-
22
-
-[Quick Start with .NET SDK](#quick-start-with-net-sdk)
23
-
-[Documentation](#documentation)
24
-
-[Issues and Discussions](#issues-and-discussions)
*[Code Coverage with Microsoft Testing Platform](/docs/v3/code-coverage-with-mtp)
287
-
*[Configuration with `testconfig.json` with Microsoft Testing Platform](/docs/v3/testconfig-json)
288
-
289
-
### VSTest and `xunit.runner.visualstudio`
290
-
291
-
*[Configuration with RunSettings](/docs/runsettings)
292
-
293
-
### Test Results in CI Systems
294
-
295
-
*[Getting Test Results in Azure DevOps](/docs/getting-test-results-in-azure-devops)
296
-
*[Getting Test Results in TeamCity](/docs/getting-test-results-in-teamcity)
297
-
*[Getting Test Results in CruiseControl.NET](/docs/getting-test-results-in-ccnet)
298
-
299
-
### Frequently Asked Questions
300
-
301
-
*[How do I use a CI build NuGet package?](/docs/using-ci-builds)
302
-
*[What is the JSON schema for `xunit.runner.json`?](/schema/)
303
-
*[What is the format of the XML generated by the test runners?](/docs/format-xml-v2)
304
-
*[How do I build xUnit.net?](https://github.com/xunit/xunit/blob/main/BUILDING.md)
305
-
*[Why doesn't xUnit.net support netstandard?](/docs/why-no-netstandard)
306
-
*[What is "theory data stability"?](/docs/theory-data-stability-in-vs)
307
-
308
-
### Advanced topics
309
-
310
-
*[Capturing output](/docs/capturing-output)
311
-
*[Serialization with `IXunitSerializer` and `IXunitSerializable`](/docs/custom-serialization)
312
-
*[Writing a custom Runner Reporter](/docs/custom-runner-reporter)
313
-
*[Multi-targeting on non-Windows OSes](/docs/getting-started/multi-target/non-windows)
314
-
*[Equality with hash sets vs. linear containers](/docs/hash-sets-vs-linear-containers)
315
-
316
-
## Issues and Discussions
317
-
318
-
* Issues in the core framework and analyzers should be reported in the [primary issue tracker](https://github.com/xunit/xunit/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)
319
-
* Issues in `xunit.runner.visualstudio` should be reported in the [project issue tracker](https://github.com/xunit/visualstudio.xunit/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)
320
-
* Discussions are hosted in the [primary discussion forums](https://github.com/xunit/xunit/discussions?discussions_q=is%3Aunanswered+is%3Aopen)
* Issues in the core framework and analyzers should be reported in the [primary issue tracker](https://github.com/xunit/xunit/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)
274
+
* Issues in `xunit.runner.visualstudio` should be reported in the [project issue tracker](https://github.com/xunit/visualstudio.xunit/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)
275
+
* Discussions are hosted in the [primary discussion forums](https://github.com/xunit/xunit/discussions?discussions_q=is%3Aunanswered+is%3Aopen)
0 commit comments