xunit.abstractions by: James Newkirk, Brad Wilson
  • 1.124k total downloads
  • Latest version: 2.0.3
Common abstractions used to exchange information between xUnit.net and version-independent runners (xunit.abstractions.dll).
xunit.analyzers by: jnewkirk, bradwilson, marcind
  • 6.23k total downloads
  • Latest version: 2.0.0-pre.9
  • xunit.analyzers, analyzers, roslyn, xunit, xunit.net
xUnit.net is a developer testing framework, built to support Test Driven Development, with a design goal of extreme simplicity and alignment with framework features. Installing this package provides code analyzers to help developers find and fix frequent issues when writing tests and xUnit.net extensibility code.
xunit.assert by: jnewkirk, bradwilson
  • 6.399k total downloads
  • Latest version: 2.9.3
Includes the assertion library from xUnit.net (xunit.assert.dll). Supports .NET Standard 1.1+ and .NET 6.0+.
xunit.core by: jnewkirk, bradwilson
  • 6.466k total downloads
  • Latest version: 2.9.3
Includes the libraries for writing unit tests with xUnit.net.
Xunit.DependencyInjection by: Wei Peng
  • 225 total downloads
  • Latest version: 11.2.1
  • 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: 11.2: Update xunit.v3 to 3.2.2, Move HostManager.Start/Stop to AssemblyRunner. 11.1: Update xunit.v3 to 3.2.0. 11.0: C# 14, Downgrade Microsoft.Extensions.Hosting to 8.0. 10.8: Add CreateHostApplicationBuilder method. 10.7: Update xunit.v3 to 3.0.1, does not set ApplicationName if it is already configured. 10.6: Update xunit.v3 to 3.0.0. 10.5: Improve compatibility with top level statements. 10.4: Fix #146. 10.3: Update xunit.v3 to 2.0.0. 10.2: Fix some parallelization problem. 10.1: Allow the default startup to be missing anywhere. 10.0: Upgrade xunit to v3.
xunit.extensibility.core by: jnewkirk, bradwilson
  • 6.425k total downloads
  • Latest version: 2.9.3
Includes xunit.core.dll for extensibility purposes. Supports .NET 4.5.2 or later, and .NET Standard 1.1.
xunit.extensibility.execution by: jnewkirk, bradwilson
  • 6.718k total downloads
  • Latest version: 2.9.3
Includes xunit.execution.*.dll for extensibility purposes. Supports .NET 4.5.2 or later, and .NET Standard 1.1.
xunit.runner.visualstudio by: jnewkirk, bradwilson
  • 4.821k total downloads
  • Latest version: 2.8.2
Visual Studio 2022+ Test Explorer runner for the xUnit.net framework. Capable of running xUnit.net v1.9.2 and v2.0+ tests. Supports .NET 4.6.2 or later, and .NET 6 or later.
Xunit.SkippableFact by: Andrew Arnott
  • 30 total downloads
  • Latest version: 1.5.61
  • xunit testing skipping
Make your Xunit test methods self-determine to report a "skipped" result. Useful for such cases as "not supported on this platform" results or other environmental inputs.
xunit.v3.assert by: jnewkirk, bradwilson
  • 84 total downloads
  • Latest version: 4.0.0-pre.33
Includes the assertion library from xUnit.net (xunit.v3.assert.dll). Supports .NET Standard 2.0 or later, and .NET 8 or later.
xunit.v3.common by: jnewkirk, bradwilson
  • 100 total downloads
  • Latest version: 4.0.0-pre.33
Includes common code shared between xunit.v3.core and xunit.v3.runner.common (xunit.v3.common.dll). Supports .NET Standard 2.0 or later.
xunit.v3.extensibility.core by: jnewkirk, bradwilson
  • 109 total downloads
  • Latest version: 4.0.0-pre.33
Includes the core library (xunit.v3.core.dll), to be used for extensibility; test authors should include xunit.v3.core instead. Supports .NET Standard 2.0 or later.
xunit.v3.runner.common by: jnewkirk, bradwilson
  • 80 total downloads
  • Latest version: 4.0.0-pre.33
Includes common code shared between in-process runners (like xunit.v3.runner.inproc.console) and xunit.v3.runner.utility (used by 1st and 3rd party external runners). Supports .NET Standard 2.0 or later.
XunitContext by: https://github.com/SimonCropp/XunitContext/graphs/contributors
  • 208 total downloads
  • Latest version: 3.3.2
  • Context, Logging, xUnit
Extends xUnit to expose extra context and simplify logging.
YamlDotNet by: Antoine Aubry
  • 746 total downloads
  • Latest version: 16.3.0
  • yaml parser development library serialization
YamlDotNet is 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. A serialization library is also included that allows to read and write objects from and to YAML streams.
YamlDotNet.NetCore by: Antoine Aubry, Adam Hathcock
  • 12 total downloads
  • Latest version: 1.0.0
  • yaml parser development library serialization
YamlDotNet.NetCore
YoutubeExplode by: Tyrrrz
  • 400 total downloads
  • Latest version: 6.5.7
  • youtube video download playlist user channel closed caption tracks subtitles parse extract metadata info net core standard
Abstraction layer over YouTube's internal API. Note: this package has limited availability in Russia and Belarus.
YoutubeExplode.Converter by: Tyrrrz
  • 162 total downloads
  • Latest version: 6.5.7
  • youtube video download playlist user channel closed caption tracks subtitles parse extract metadata info net core standard
Extension for YoutubeExplode that provides an interface to download and convert videos using FFmpeg
Z.EntityFramework.Extensions.EFCore by: ZZZ Projects
  • 1.313k total downloads
  • Latest version: 3.105.3
  • Microsoft.EntityFrameworkCore Entity Framework Core entity-framework-core EntityFrameworkCore EFCore EntityFramework Data Bulk Insert BulkInsert Batch Update Delete Merge BulkCopy SqlBulkCopy SaveChanges Copy SqlServer PostgreSQL MySQL SQLite Oracle
Microsoft.EntityFrameworkCore Extension Methods Entity Framework Extensions extends your DbContext with high-performance bulk operations: BulkSaveChanges, BulkInsert, BulkUpdate, BulkDelete, BulkMerge, and more. Support: SQL Server, MySQL, Oracle, PostgreSQL, SQLite, and more! Example: https://dotnetfiddle.net/RQ0kFz Benchmark: https://dotnetfiddle.net/vZQnZt **IMPORTANT** - For EF Core 10.x, use the latest EF Extensions v10.x version - For EF Core 9.x, use the latest EF Extensions v9.x version - For EF Core 8.x, use the latest EF Extensions v8.x version - For EF Core 7.x, use the latest EF Extensions v7.x version - For EF Core 6.x, use the latest EF Extensions v6.x version - For EF Core 5.x, use the latest EF Extensions v5.x version - For EF Core 3.x, use the latest EF Extensions v3.x version - For EF Core 2.x, use the latest EF Extensions v2.x version Include free and prime features.
Z.EntityFramework.Plus.EFCore by: ZZZ Projects
  • 1.27k total downloads
  • Latest version: 3.105.3
  • Audit Cache EntityFrameworkCore Entity Framework Core .Net EFCore EF Bulk Batch Copy SqlBulkCopy Extensions Insert Update Delete Read Truncate SaveChanges SQLServer PostgreSQL MySQL SQLite
Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more **IMPORTANT** - For EF Core 10.x, use the latest EF Plus v10.x version - For EF Core 9.x, use the latest EF Plus v9.x version - For EF Core 8.x, use the latest EF Plus v8.x version - For EF Core 7.x, use the latest EF Plus v7.x version - For EF Core 6.x, use the latest EF Plus v6.x version - For EF Core 5.x, use the latest EF Plus v5.x version - For EF Core 3.x, use the latest EF Plus v3.x version - For EF Core 2.x, use the latest EF Plus v2.x version