NetFx.System.Memory
by: NightOwl888
- 20 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
- 283 total downloads
- Latest version: 1.5.4
Additional MSBuild targets and properties for SDK-style .NET projects.
MSTest.TestAdapter
by: Microsoft
- 1,158k total downloads
- Latest version: 4.0.2
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 8.0+
- .NET 8.0 Windows.18362+ (WinUI)
- UWP 10.0.16299
- UWP 10.0.17763 with .NET 9
MySql.Data
by: Oracle Corporation
- 291 total downloads
- Latest version: 9.5.0
MySql.Data.MySqlClient .Net Core Class Library
MsgPack.Cli
by: FUJIWARA, Yusuke
- 596 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.
NetLegacySupport.ConcurrentDictionary
by: Microsoft
- 15 total downloads
- Latest version: 1.1.1
System.ConcurrentDictionary for .NET Framework 2.0, 3.5. This is a backport from .NET Core.
NetLegacySupport.Action
by: Microsoft
- 20 total downloads
- Latest version: 1.1.1
System.Action and System.Func for .NET Framework 2.0, 3.5. This is a backport from .NET Core.
Nerdbank.Streams
by: Andrew Arnott
- 1,176k total downloads
- Latest version: 2.13.16
Streams for full duplex in-proc communication, wrap a WebSocket, split a stream into multiple channels, etc.
MudBlazor
by: Garderoben, Henon and Contributors
- 1,795k total downloads
- Latest version: 8.15.0
Blazor Component Library based on Material Design principles with an emphasis on ease of use and extensibility
NetFx.System.Runtime.CompilerServices.Unsafe
by: NightOwl888
- 16 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
MsieJavaScriptEngine
by: Andrey Taritsyn
- 954 total downloads
- Latest version: 3.2.5
This library is a .NET wrapper for working with the JavaScript engines of Internet Explorer and Edge Legacy.
Nerdbank.GitVersioning
by: Andrew Arnott
- 1,576k 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.
Moq
by: Daniel Cazzulino, kzu
- 1,224k total downloads
- Latest version: 4.20.72
Moq is the most popular and friendly mocking framework for .NET.
NetFx.System.Buffers
by: NightOwl888
- 19 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: Mikayla Hutchinson
- 295 total downloads
- Latest version: 3.0.0
Embeddable engine for the T4 templating language, a general-purpose way to generate text or code files using C#
Nabla.Blazor.Select2.Components
by: KeudellCoding, Leonid Vizel
- 125 total downloads
- Latest version: 8.0.6.2
Select2 model convertion tools
NCrontab
by: Atif Aziz
- 46 total downloads
- Latest version: 3.4.0
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.TestFramework
by: Microsoft
- 1,126k 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+
MSTest.Analyzers
by: Microsoft
- 444 total downloads
- Latest version: 4.0.2
MSTest is Microsoft supported Test Framework.
This package includes code analyzers and code fixes for MSTest.
Mono.Unix
by: Microsoft
- 60 total downloads
- Latest version: 7.1.0-final.1.21458.1
Provides functionality for managed code to access Posix/Unix features not accessible via BCL