52
I Use This!
Moderate Activity

Commits : Listings

Analyzed 14 days ago. based on code collected 15 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add CSharpDotNetFrameworkExecutable More... 7 months ago
Make AcceptanceTestAssembly.TargetFrameworkReferencePath overridable, and use ValueTask instead of Task More... 7 months ago
Incorrect message (copy/paste error) More... 7 months ago
Update ArgumentFormatterTests with conditional v2/v3 usage of TheoryDataRow (v3) More... 7 months ago
Assert.Equivalent behaves incorrectly with Guid values (v3) More... 7 months ago
#2836: Support tuple collection expressions for generic TheoryData (#2967) More... 7 months ago
Fix issues with non-Windows tests More... 7 months ago
Enable XUNIT_HIDE_PASSING_OUTPUT_DIAGNOSTICS environment variable to skip showing passing tests with output when diagnostic messages are enabled (dotnet/runtime#103445) (v3) More... 7 months ago
Update broken tests in xunit.v2.tests from v2 upgrade More... 7 months ago
Re-enable VSTest support More... 7 months ago
Re-enable analyzers More... 7 months ago
Allow long running test detection to be more accurate/responsive because of the conservative algorithm being default (will be less accurate with the aggressive algorithm, but that's a good trade-off) More... 7 months ago
Reconcile XML doc comment crefs for types/methods/properties that have moved namespace More... 7 months ago
Remove underscores from names More... 7 months ago
Remove reflection abstractions, restructure runner classes for better consistency More... 7 months ago
For Assert.Equivalent, exclude properties (or property getters) which are obsolete More... 8 months ago
#2955: Ensure minimum thread pool size (v3) More... 8 months ago
#2922: Ensure AssemblyRunner.Start is callable without arguments (v3) More... 8 months ago
Update SerializationHelper.IsSerializable to check every item in arrays More... 8 months ago
#1916: Don't try to serialize generic argument types (v3) More... 8 months ago
Unit test for #2271 (v3) More... 8 months ago
Use 'dotnet msbuild' to run .NET Core MSBuild tests now that we have an appropriate runner More... 8 months ago
Do not fail .NET Framework MSBuild tests if MSBuild isn't on the path (for non-Debian/Ubuntu Linux) More... 8 months ago
Add xunit.runner.visualstudio so we can run our own tests in Test Explorer More... 8 months ago
Use conditional task imports, and only allow v3+ test projects w/ .NET Core MSBuild runner More... 8 months ago
Add .NET 6 version of the MSBuild runner More... 8 months ago
Update xunit.v3.runner.console.nuspec More... 8 months ago
Remove dynamic assembly support More... 8 months ago
Have XunitFrontController return null rather than throw More... 8 months ago
Update assembly metadata retrieval to support transient references More... 8 months ago