WindowsAzure.Storage
by: Microsoft
- 13 total downloads
- Latest version: 9.3.1
This client library enables working with the Microsoft Azure storage services which include the blob and file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client.
For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/README.md and https://github.com/Azure/azure-storage-net/blob/master/changelog.txt
Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
XPath2
by: Semyon A. Chertkov and Stef Heyenrath
- 232 total downloads
- Latest version: 1.1.5
This is an implementation of W3C XML Path Language (XPath) 2.0 for .NET based on standard XPathNavigator API.
XPath2.Extensions
by: Stef Heyenrath
- 188 total downloads
- Latest version: 1.1.5
Non-official extensions for XPath2.dll (generate-id, base64encode, base64decode, json-to-xml and json-to-xmlstring)
xunit
by: jnewkirk bradwilson
- 41 total downloads
- Latest version: 2.9.0
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 installs xunit.core, xunit.assert, and xunit.analyzers.
xunit.abstractions
by: James Newkirk Brad Wilson
- 333 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
- 31 total downloads
- Latest version: 1.0.0
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.core
by: jnewkirk bradwilson
- 716 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
- 14 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
- 632 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.
XunitContext
by: https://github.com/SimonCropp/XunitContext/graphs/contributors
- 282 total downloads
- Latest version: 3.3.2
Extends xUnit to expose extra context and simplify logging.
YamlDotNet
by: Antoine Aubry
- 57 total downloads
- Latest version: 13.3.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.