MSBuild.Sdk.Extras
by: Oren Novotny
- 174 total downloads
- Latest version: 1.5.4
Additional MSBuild targets and properties for SDK-style .NET projects.
MSBuild.StructuredLogger
by: Kirill Osenkov, Microsoft
- 340 total downloads
- Latest version: 2.3.113
An MSBuild logger that can be passed to MSBuild to record a detailed structured log file. See usage example at: https://github.com/KirillOsenkov/MSBuildStructuredLog/blob/main/README.md#usage
MsgPack.Cli
by: FUJIWARA, Yusuke
- 146 total downloads
- Latest version: 1.0.1
MessagePack is fast, compact, and interoperable binary serialization format.
This package provides MessagePack serialization/deserialization APIs. This pacakge also supports Mono, Xamarin, .NET Core and Unity.
MsgReader
by: Kees van Spelde
- 76 total downloads
- Latest version: 6.0.6
Read Outlook MSG and EML files without using Outlook. The MSGReader supports MSG E-Mail (also signed), Contact, Appointment, Task, Sticky notes and Contact files.
The EML reader supports MIME 1.0 encoded files.
MSTest.Analyzers
by: Microsoft
- 301 total downloads
- Latest version: 4.0.2
MSTest is Microsoft supported Test Framework.
This package includes code analyzers and code fixes for MSTest.
MSTest.TestAdapter
by: Microsoft
- 452 total downloads
- Latest version: 3.11.1
MSTest is Microsoft supported Test Framework.
This package includes the adapter logic to discover and run tests. For access to the testing framework, install the MSTest.TestFramework package.
Supported platforms:
- .NET 4.6.2+
- .NET Core 3.1+
- .NET 6.0+
- .NET 6.0 Windows.18362+
- UWP 10.0.16299
- UWP 10.0.17763 with .NET 9
MSTest.TestFramework
by: Microsoft
- 636 total downloads
- Latest version: 4.0.2
MSTest is Microsoft supported Test Framework.
This package includes the libraries for writing tests with MSTest. To ensure discovery and execution of your tests, install the MSTest.TestAdapter package.
Supported platforms:
- .NET 4.6.2+
- .NET 8.0+
- .NET 8.0 Windows.18362+ (WinUI)
- UWP 10.0.16299
- UWP 10.0.17763 with .NET 9+
NaCl.Net
by: Doron Somech
- 49 total downloads
- Latest version: 0.1.13
Port of Curve25519, XSalsa20 and Poly1305 from NaCl project
Nerdbank.GitVersioning
by: Andrew Arnott
- 947 total downloads
- Latest version: 3.10.8-alpha
Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.
Nerdbank.NetStandardBridge
by: Andrew Arnott
- 16 total downloads
- Latest version: 1.1.46
A reference + facade library to bring additional types to .NET Standard.
Nerdbank.Streams
by: Andrew Arnott
- 599 total downloads
- Latest version: 2.13.16
Streams for full duplex in-proc communication, wrap a WebSocket, split a stream into multiple channels, etc.
Net.Codecrete.QrCodeGenerator
by: Manuel Bleichenbacher, Project Nayuki
- 110 total downloads
- Latest version: 2.1.0
QR Code Generator for .NET – simple, compact and with many examples.
Core features:
- Supports encoding all 40 versions (sizes) and all 4 error correction levels, as per the QR Code Model 2 standard
- Output formats: Raw modules/pixels of the QR symbol, SVG, XAML path, PNG and BMP files. For other raster bitmap formats, see project home page.
- Encodes numeric and special-alphanumeric text in less space than general text
- Open source code under the permissive MIT License
- Built for .NET Standard 2.0 and therefore runs on most modern .NET platforms (.NET Core, .NET Framework, Mono etc.).
- Example code for WinForms, WPF, ASP.NET, ImageSharp, SkiaSharp and many more
Manual parameters:
- You can specify the minimum and maximum version number allowed, and the library will automatically choose the smallest version in the range that fits the data.
- You can specify the mask pattern manually, otherwise library will automatically evaluate all 8 masks and select the optimal one.
- You can specify an error correction level, or optionally allow the library to boost it if it doesn't increase the version number.
- You can create a list of data segments manually and add ECI segments.
Optional advanced features:
- Long text can be split into multiple linked QR codes (aka Structured Append)
- Encodes Japanese Unicode text in Kanji mode to save a lot of space compared to UTF-8 bytes
- Computes optimal segment mode switching for text with mixed numeric/alphanumeric/general/kanji parts
NETStandard.Library
by: Microsoft
- 75 total downloads
- Latest version: 2.0.3
A set of standard .NET APIs that are prescribed to be used and supported together.
18a36291e48808fa7ef2d00a764ceb1ec95645a5
When using NuGet 3.x this package requires at least version 3.4.
Newtonsoft.Json
by: James Newton-King
- 212 total downloads
- Latest version: 13.0.5-beta1
Json.NET is a popular high-performance JSON framework for .NET
Newtonsoft.Json.Bson
by: James Newton-King
- 23 total downloads
- Latest version: 1.0.3
Json.NET BSON adds support for reading and writing BSON
Newtonsoft.Json.Schema
by: Newtonsoft
- 213 total downloads
- Latest version: 4.0.2-beta2
Json.NET Schema is a complete and easy-to-use JSON Schema framework for .NET
Nito.AsyncEx.Coordination
by: Stephen Cleary
- 90 total downloads
- Latest version: 5.1.2
Asynchronous coordination primitives.
Nito.AsyncEx.Tasks
by: Stephen Cleary
- 79 total downloads
- Latest version: 5.1.2
Common helper methods for tasks as used in asynchronous programming.
Nito.Collections.Deque
by: Stephen Cleary
- 65 total downloads
- Latest version: 1.2.1
A double-ended queue.
Nito.Disposables
by: Stephen Cleary
- 98 total downloads
- Latest version: 2.5.0
IDisposable and IAsyncDisposable helper types.