xunit.core
by: jnewkirk bradwilson
- 492 total downloads
- Latest version: 2.9.3
Includes the libraries for writing unit tests with xUnit.net.
xunit.extensibility.execution
by: James Newkirk Brad Wilson
- 8 total downloads
- Latest version: 2.1.0-rc1-build3168
Includes xunit.execution.*.dll for extensibility purposes.
Supported platforms:
- Desktop .NET 4.5+
- .NET Core (Universal Windows Apps 10+, DNX Core 5+)
- Windows 8
- Windows Phone 8 (Silverlight)
- Universal (Windows Phone 8.1+, Windows 8.1+)
- Xamarin (MonoTouch, MonoAndroid, Xamarin iOS Universal)
- Portable Libraries (supporting Profile259)
xunit.runner.visualstudio
by: James Newkirk Brad Wilson
- 443 total downloads
- Latest version: 2.4.1
Visual Studio 2012+ Test Explorer runner for the xUnit.net framework. Capable of running xUnit.net v1.9.2 and v2.0+ tests. Supports .NET 2.0 or later, .NET Core 1.0 or later, and Universal Windows 10.0 or later.
YamlDotNet
by: Antoine Aubry
- 397 total downloads
- Latest version: 13.7.1
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.
YesSql.Core
by: Sébastien Ros
- 82 total downloads
- Latest version: 0.4.1
A .NET document database using any RDBMS, because in SQL we (still) trust!
Z.EntityFramework.Extensions
by: ZZZ Projects
- 4.354k total downloads
- Latest version: 10.105.4
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/awlJdf
Benchmark: https://dotnetfiddle.net/35mQ0W
Include free and prime features.
Z.EntityFramework.Plus.EF6
by: ZZZ Projects
- 3.095k total downloads
- Latest version: 10.105.4
Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more
Z.Expressions.Eval
by: ZZZ Projects
- 4.368k total downloads
- Latest version: 6.3.9
Evaluate, Compile and Execute C# code at runtime.
Support: Dynamic LINQ, Extension Method, Expando Object, and more!
Online Example: https://dotnetfiddle.net/COq6FC
Include free and prime features.
zlib.net
by: Jean-loup Gailly Mark Adler ComponentAce
- 18 total downloads
- Latest version: 1.0.4
ZLIB.NET is a 100% managed version of ZLIB compression library which implements deflate and inflate compression algorithms (zlib format).
ZooKeeper.Net
by: Apache ZooKeeper
- 26 total downloads
- Latest version: 3.4.6.2
Apache ZooKeeper Client for .NET (http://zookeeper.apache.org)
ZooKeeperNetEx
by: Shay Hazor
- 58 total downloads
- Latest version: 3.4.9.3
A .NET async Client fully compliant with ZooKeeper, supporting all features. Fully Task-based Asynchronous (async/await). A great measure has been taken to follow the logic of the official Java client, including all relevant unit tests. In fact, the code is almost identical. Thus allowing easy evolution alongside the Java version.