MQTTnet
by: The contributors of MQTTnet
- 22 total downloads
- Latest version: 4.2.0.706
MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker) and supports v3.1.0, v3.1.1 and v5.0.0 of the MQTT protocol.
MQTTnet.Extensions.ManagedClient
by: The contributors of MQTTnet
- 16 total downloads
- Latest version: 4.2.0.706
This is an extension library which provides a managed MQTT client with additional features using MQTTnet.
MSTest.TestAdapter
by: Microsoft
- 1.337k total downloads
- Latest version: 2.2.10
The adapter to discover and execute MSTest Framework based tests.
Supported platforms:
- .NET 4.5.0+
- .NET Core 1.0+ (Universal Windows Apps 10+) (Visual Studio 2017)
- .NET 5.0 (Visual Studio 2019)
- .NET 5.0 Windows.18362+ (WinUI Desktop Apps) (Visual Studio 2019)
- ASP.NET Core 1.0+ (Visual Studio 2017)
MSTest.TestFramework
by: Microsoft
- 231 total downloads
- Latest version: 2.2.10
This is MSTest V2, the evolution of Microsoft's Test Framework.
Supported platforms:
- .NET 4.5.0+
- .NET Core 1.0+ (Universal Windows Apps 10+) (Visual Studio 2017)
- .NET 5.0 (Visual Studio 2019)
- .NET 5.0 Windows.18362+ (WinUI Desktop Apps) (Visual Studio 2019)
- ASP.NET Core 1.0+ (Visual Studio 2017)
To discover and execute tests install MSTest.TestAdapter.
MvvmLightLibsStd10
by: Laurent Bugnion (GalaSoft)
- 28 total downloads
- Latest version: 5.4.1.1
V5.4.1.1 for .NET Standard; see http://www.mvvmlight.net/std10. The MVVM Light Toolkit is a set of components helping people to get started in the Model-View-ViewModel pattern in Silverlight, WPF, Windows Phone, Windows 10 UWP, Xamarin.Android, Xamarin.iOS, Xamarin.Forms. It is a light and pragmatic framework that allows you to pick which components you want to use. This version contains only the libraries and doesn't add any scaffolding to your application!
MySqlConnector
by: Bradley Grainger Caleb Lloyd
- 25 total downloads
- Latest version: 1.2.1
A truly async MySQL ADO.NET provider, supporting MySQL Server, MariaDB, Percona Server, Amazon Aurora, Azure Database for MySQL and more.
Namotion.Reflection
by: Namotion.Reflection
- 959 total downloads
- Latest version: 2.1.2
.NET library with advanced reflection APIs like XML documentation reading, Null Reference Types (C# 8) reflection and string based type checks.
Nerdbank.GitVersioning
by: Andrew Arnott
- 17 total downloads
- Latest version: 3.5.119
Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.
NEST
by: Elasticsearch Inc. and contributors
- 56 total downloads
- Latest version: 1.8.0
Elasticsearch client, strongly typed interface to Elasticsearch. Fluent request builder, mapped responses and powerful query dsl. Uses and exposes Elasticsearch.Net
NETStandard.Library
by: Microsoft
- 464 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
- 431 total downloads
- Latest version: 13.0.3
Json.NET is a popular high-performance JSON framework for .NET
Newtonsoft.Json.Bson
by: James Newton-King
- 16 total downloads
- Latest version: 1.0.2
Json.NET BSON adds support for reading and writing BSON
NJsonSchema
by: Rico Suter
- 105 total downloads
- Latest version: 10.9.0
JSON Schema reader, generator and validator for .NET
NLog
by: Jarek Kowalski Kim Christensen Julian Verdurmen
- 429 total downloads
- Latest version: 5.2.2
NLog is a logging platform for .NET with rich log routing and management capabilities.
NLog supports traditional logging, structured logging and the combination of both.
Supported platforms:
- .NET 5, 6 and 7
- .NET Core 1, 2 and 3
- .NET Standard 1.3+ and 2.0+
- .NET Framework 3.5 - 4.8
- Xamarin Android + iOS (.NET Standard)
- Mono 4
For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
NPinyin.Core
by: NPinyin.Core
- 175 total downloads
- Latest version: 3.0.0
汉字拼音转换 .NETCore 版本 NPinyin,也支持 .NetFramework
NPOI
by: NPOI Contributors
- 146 total downloads
- Latest version: 2.4.1
Neuzilla is the studio behind NPOI.
Neuzilla provides commercial software customization and consulting service. For details, please contact support@neuzilla.com
NuGet.Configuration
by: Microsoft
- 83 total downloads
- Latest version: 4.7.3+5f03bad3794603516c0a1f395f91d056246a1070
NuGet's client configuration settings implementation.
Nullable.Extended.Analyzer
by: tom-englert.de
- 16 total downloads
- Latest version: 1.10.4539
A Roslyn analyzer to improve the experience when working with nullable reference types.
OneOf
by: Harry McIntyre
- 15 total downloads
- Latest version: 3.0.163
F# style discriminated unions or C#, using a custom type OneOf<T0, ... Tn> which holds a single value and has a .Match(...) method on it for exhaustive matching. Simple but powerful.