System.Private.ServiceModel
by: Microsoft
- 7 total downloads
- Latest version: 4.5.3
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.ServiceModel packages.
8ee6d65a6da34d4d37ce1d00d87febfeed0561a9
When using NuGet 3.x this package requires at least version 3.4.
xunit.core
by: jnewkirk bradwilson
- 7.195k total downloads
- Latest version: 2.4.2
Includes the libraries for writing unit tests with xUnit.net.
xunit.abstractions
by: James Newkirk Brad Wilson
- 7.646k total downloads
- Latest version: 2.0.3
Common abstractions used to exchange information between xUnit.net and version-independent runners (xunit.abstractions.dll).
xunit
by: jnewkirk bradwilson
- 7.259k total downloads
- Latest version: 2.4.2
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.
System.Private.Uri
by: Microsoft
- 827 total downloads
- Latest version: 4.3.2
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.Uri.
When using NuGet 3.x this package requires at least version 3.4.
System.Spatial
by: Microsoft Corporation
- 77 total downloads
- Latest version: 5.8.2
Contains classes and methods that facilitate geography and geometry spatial operations. Targets .NET 4.0, Silverlight 4.0 or .NET Portable Lib with support for .NET 4.0, SL 5.0, Win Phone 8, Win Phone 8.1, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.
YamlDotNet
by: Antoine Aubry
- 669 total downloads
- Latest version: 8.1.2
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.
WindowsAzure.Storage
by: Microsoft
- 83 total downloads
- Latest version: 8.1.4
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/
System.Interactive.Async
by: .NET Foundation and Contributors
- 119 total downloads
- Latest version: 3.0.0
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
xunit.analyzers
by: jnewkirk bradwilson marcind
- 7.184k 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.runner.visualstudio
by: James Newkirk Brad Wilson
- 23 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.
TimeZoneConverter
by: Matt Johnson-Pint
- 56 total downloads
- Latest version: 3.5.0
Lightweight library to convert quickly between IANA, Windows, and Rails time zone names.
System.Text.Json
by: Microsoft
- 1.183k total downloads
- Latest version: 6.0.5
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data.
Commonly Used Types:
System.Text.Json.JsonSerializer
System.Text.Json.JsonDocument
System.Text.Json.JsonElement
System.Text.Json.Utf8JsonWriter
System.Text.Json.Utf8JsonReader
Xunit.DependencyInjection
by: Wei Peng
- 6 total downloads
- Latest version: 8.5.0
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.