morelinq
by: MoreLINQ Developers.
- 32 total downloads
- Latest version: 2.9.0
This project enhances LINQ to Objects with the following methods: Acquire, AggregateRight, Assert, AssertCount, AtLeast, AtMost, Batch, Cartesian, CountBetween, CountBy, Concat, Consume, DistinctBy, EndsWith, EquiZip, Exactly, ExceptBy, Exclude, FallbackIfEmpty, FillBackward, FillForward, Fold, ForEach, From, FullGroupJoin, FullJoin, Generate, GenerateByIndex, GroupAdjacent, Incremental, Index, Insert, Interleave, Lag, Lead, LeftJoin, MaxBy, MinBy, Move, NestedLoops, OrderBy, OrderedMerge, Pad, PadStart, Pairwise, PartialSort, PartialSortBy, Partition, Permutations, Pipe, Prepend, PreScan, Random, RandomDouble, RandomSubset, Rank, RankBy, Repeat, RightJoin, RunLengthEncode, Scan, ScanRight, Segment, Sequence, SingleOrFallback, SkipLast, SkipUntil, Slice, SortedMerge, Split, StartsWith, Subsets, TagFirstLast, TakeEvery, TakeLast, TakeUntil, ThenBy, ToArrayByIndex, ToDataTable, ToDelimitedString, ToDictionary, ToHashSet, ToLookup, Trace, TraverseBreadthFirst, TraverseDepthFirst, Unfold, Windowed, ZipLongest, ZipShortest
MQTTnet
by: The contributors of MQTTnet
- 20 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
- 13 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
- 200 total downloads
- Latest version: 1.1.10-rc2
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)
- ASP.NET Core 1.0+ (Visual Studio 2017)
MSTest.TestFramework
by: Microsoft
- 217 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)
- 26 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
- 19 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
- 897 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
- 15 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
- 53 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
- 431 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
- 401 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
- 13 total downloads
- Latest version: 1.0.2
Json.NET BSON adds support for reading and writing BSON
NJsonSchema
by: Rico Suter
- 95 total downloads
- Latest version: 10.9.0
JSON Schema reader, generator and validator for .NET
NLog
by: Jarek Kowalski Kim Christensen Julian Verdurmen
- 394 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
NPOI
by: NPOI Contributors
- 134 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
- 42 total downloads
- Latest version: 4.6.4
NuGet's client configuration settings implementation.
Nullable.Extended.Analyzer
by: tom-englert.de
- 13 total downloads
- Latest version: 1.10.4539
A Roslyn analyzer to improve the experience when working with nullable reference types.
OneOf
by: Harry McIntyre
- 13 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.