xunit.extensibility.execution by: jnewkirk bradwilson
  • 7.812k total downloads
  • Latest version: 2.4.2
Includes xunit.execution.*.dll for extensibility purposes. Supports .NET 4.5.2 or later, and .NET Standard 1.1.
xunit.core by: jnewkirk bradwilson
  • 7.195k total downloads
  • Latest version: 2.4.2
Includes the libraries for writing unit tests with xUnit.net.
Z.EntityFramework.Extensions.EFCore by: ZZZ Projects Inc.
  • 106 total downloads
  • Latest version: 2.1.13
  • Entity Framework Bulk Insert EntityFramework BulkInsert EF EF6 Batch Update Delete Merge BulkCopy SqlBulkCopy SaveChanges C#
Entity Framework: Bulk Insert, BulkSaveChanges, Bulk Update, Bulk Delete, Bulk Merge, and Bulk Synchronize. Support: SQL Server, SQL Azure, PostgreSQL Coming soon: SQL Compact, Oracle, MySQL, and SQLite This library is NOT FREE. Trial period always stops at the end of the month.
xunit.extensibility.core by: jnewkirk bradwilson
  • 7.825k total downloads
  • Latest version: 2.4.2
Includes xunit.core.dll for extensibility purposes. Supports .NET 4.5.2 or later, and .NET Standard 1.1.
YamlDotNet by: Antoine Aubry
  • 669 total downloads
  • Latest version: 8.1.2
  • yaml parser development library serialization
A .NET library for YAML. YamlDotNet provides low level parsing and emitting of YAML as well as a high level object model similar to XmlDocument.
xunit.runner.visualstudio by: .NET Foundation and Contributors
  • 7.252k total downloads
  • Latest version: 2.4.5
Visual Studio 2019 16.8+ Test Explorer runner for the xUnit.net framework. Capable of running xUnit.net v1.9.2 and v2.0+ tests. Supports .NET 4.7.2 or later, .NET Core 3.1 or later, and Universal Windows 10.0.16299 or later.
ZstdSharp.Port by: Oleg Stepanischev
  • 312 total downloads
  • Latest version: 0.6.2
  • zstd zstandard port compression
Port of zstd compression library to c#
Xunit.DependencyInjection by: Wei Peng
  • 806 total downloads
  • Latest version: 8.5.0
  • xunit ioc di DependencyInjection test
Use Microsoft.Extensions.DependencyInjection to inject xunit testclass. If you want write Microsoft.Extensions.Logging to ITestOutputHelper, please install Xunit.DependencyInjection.Logging Release notes: 8.5: Change analyzer category. 8.4: Fix #63: allow modify default service from DI container. 8.3: Add ActivitySource(name: Xunit.DependencyInjection) and ValueTask/ValueTask<> support. 8.2: Fix #60: support IAsyncDisposable. 8.1: Startup allow static method or class (like Asp.Net Core startup). 8.0: New feature: Support multiple startup. 7.7: Add [MethodData], like [MemberData], support injection. 7.6: Fix #48, each TestRunner should have a different scope. 7.5: Add XunitTestCaseRunnerAdapter, It will be support more XunitTestCase type. 7.4: Always set applicationName, unwarp TargetInvocationException. 7.3: Fix #41, activate ITestOutputHelperAccessor on tests without a constructor. 7.2: Add Startup analyzer. 7.1: Fix can't run test case when host.StartAsync() throw exception. 7.0: Add fixture injection and refactor DependencyInjectionTestFramework, you don't have to declare the [assembly: TestFrameworkAttribute] on normal case.