NetFx.System.Memory by: NightOwl888
  • 40 total downloads
  • Latest version: 4.0.0
Provides types for efficient representation and pooling of managed, stack, and native memory segments and sequences of such segments, along with primitives to parse and format UTF-8 encoded text stored in those memory segments. Commonly Used Types: System.Span System.ReadOnlySpan System.Memory System.ReadOnlyMemory System.Buffers.MemoryPool System.Buffers.ReadOnlySequence System.Buffers.Text.Utf8Parser System.Buffers.Text.Utf8Formatter
MSBuild.Sdk.Extras by: Oren Novotny
  • 379 total downloads
  • Latest version: 1.5.4
  • msbuild dotnet sdk xamarin android ios macos uwp tizen
Additional MSBuild targets and properties for SDK-style .NET projects.
MSTest.TestAdapter by: Microsoft
  • 52 total downloads
  • Latest version: 3.8.2
  • MSTest TestFramework TestAdapter VisualStudio Unittest MSTestV2 Microsoft
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
MySql.Data by: Oracle
  • 42 total downloads
  • Latest version: 6.9.12
  • MySql MySql.Data Connector/NET
ADO.Net driver for MySQL
MsgPack.Cli by: FUJIWARA, Yusuke
  • 220 total downloads
  • Latest version: 1.0.1
  • MsgPack MessagePack Serialization Formatter Serializer
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.
Mono.Posix.NETStandard by: Microsoft
  • 112 total downloads
  • Latest version: 5.20.1-preview
Provides functionality to access Posix/Unix features
MudBlazor by: Garderoben, Henon and Contributors
  • 2,932k total downloads
  • Latest version: 9.8.0
  • Blazor, MudBlazor, Material, Material Design, Components, Blazor Components, Blazor Library
Blazor Component Library based on Material Design principles with an emphasis on ease of use and extensibility
NetFx.System.Runtime.CompilerServices.Unsafe by: NightOwl888
  • 36 total downloads
  • Latest version: 4.0.0
Provides the System.Runtime.CompilerServices.Unsafe class, which provides generic, low-level functionality for manipulating pointers. Commonly Used Types: System.Runtime.CompilerServices.Unsafe
MongoDB.Driver.Core by: MongoDB Inc.
  • 159 total downloads
  • Latest version: 2.17.1
  • mongodb mongo nosql
Core Component of the Official MongoDB .NET Driver.
MsieJavaScriptEngine by: Andrey Taritsyn
  • 515 total downloads
  • Latest version: 1.7.0
  • JavaScript ECMAScript MSIE IE Edge Chakra
This library is a .NET wrapper for working with the JavaScript engines of Internet Explorer and Edge (JsRT versions of Chakra, ActiveScript version of Chakra and Classic JavaScript Engine). Project was based on the code of SassAndCoffee.JavaScript (http://github.com/paulcbetts/SassAndCoffee) and Chakra Sample Hosts (http://github.com/panopticoncentral/chakra-host).
mongocsharpdriver by: MongoDB, Inc.
  • 152 total downloads
  • Latest version: 2.0.0-beta1
This package has been deprecated. The new package name is MongoDB.Driver.
Nerdbank.GitVersioning by: Andrew Arnott
  • 3,296k total downloads
  • Latest version: 3.11.13-beta
  • git commit versioning version assemblyinfo
Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.
Moq by: Daniel Cazzulino, kzu
  • 435 total downloads
  • Latest version: 4.2.1510.2205
  • moq tdd mocking mocks unittesting agile unittest
Moq is the most popular and friendly mocking framework for .NET
NetFx.System.Buffers by: NightOwl888
  • 37 total downloads
  • Latest version: 4.0.0
Provides resource pooling of any type for performance-critical applications that allocate and deallocate objects frequently. Commonly Used Types: System.Buffers.ArrayPool<T>
Mono.TextTemplating by: mhutch
  • 149 total downloads
  • Latest version: 2.0.5
  • T4, templating
Open-source implementation of the T4 templating engine.
MongoDB.Libmongocrypt by: MongoDB Inc.
  • 160 total downloads
  • Latest version: 1.12.0
  • mongodb mongo nosql
Libmongocrypt wrapper for the .NET driver.
Nabla.Blazor.Select2.Components by: KeudellCoding, Leonid Vizel
  • 189 total downloads
  • Latest version: 8.0.6.2
  • Select2 Select Js Models Convertion Blazor
Select2 model convertion tools
NCrontab by: Atif Aziz
  • 84 total downloads
  • Latest version: 3.4.0
  • cron schedule time
NCrontab is crontab for all .NET runtimes supported by .NET Standard 1.0. It provides parsing and formatting of crontab expressions as well as calculation of occurrences of time based on a schedule expressed in the crontab format.
MSTest.Analyzers by: Microsoft
  • 799 total downloads
  • Latest version: 4.3.3
  • MSTest Analyzers TestFramework Unittest MSTestV2 Microsoft Test Testing TDD Framework
MSTest is Microsoft supported Test Framework. This package includes code analyzers and code fixes for MSTest.
Mono.Unix by: Microsoft
  • 127 total downloads
  • Latest version: 7.1.0-final.1.21458.1
  • posix unix mono macos osx linux
Provides functionality for managed code to access Posix/Unix features not accessible via BCL