Mono.Unix
by: Microsoft
- 150 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
Moq
by: Daniel Cazzulino kzu
- 898 total downloads
- Latest version: 4.20.72
Moq is the most popular and friendly mocking framework for .NET.
MSBuild.Sdk.Extras
by: Claire Novotny
- 623 total downloads
- Latest version: 3.0.44
An MSBuild SDK package for SDK-style .NET projects that has additional properties and targets which extends `Microsoft.NET.Sdk`.
MsgPack.Cli
by: FUJIWARA Yusuke
- 333 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.
MsieJavaScriptEngine
by: Andrey Taritsyn
- 571 total downloads
- Latest version: 3.3.1
This library is a .NET wrapper for working with the JavaScript engines of Internet Explorer and Edge Legacy.
MSTest.Analyzers
by: Microsoft
- 439 total downloads
- Latest version: 4.3.3
MSTest is Microsoft supported Test Framework.
This package includes code analyzers and code fixes for MSTest.
MSTest.TestAdapter
by: Microsoft
- 569 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
- 789 total downloads
- Latest version: 4.3.3
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+
MudBlazor
by: Garderoben Henon and Contributors
- 2,129k total downloads
- Latest version: 9.9.0
Blazor Component Library based on Material Design principles with an emphasis on ease of use and extensibility
MudBlazor.Markdown
by: MyNihongo
- 281 total downloads
- Latest version: 9.0.0
Markdown component for MudBlazor (https://mudblazor.com/)
MySql.Data
by: Oracle Corporation
- 444 total downloads
- Latest version: 26.7.0
MySql.Data.MySqlClient .Net Core Class Library
MySqlConnector
by: Bradley Grainger
- 2,086k total downloads
- Latest version: 2.6.2
A truly async MySQL ADO.NET provider, supporting MySQL Server, MariaDB, Amazon Aurora, Azure Database for MySQL, Google Cloud SQL, and more.
NamedPipeServerStream.NetFrameworkVersion
by: havendv
- 151 total downloads
- Latest version: 1.1.13
This package adds original NamedPipeServerStream constructors from Net.Framework to NetStandard
See System.IO.Pipes.NamedPipeServerStreamConstructors.New method
Features:
- Completely repeats constructor behavior from .Net Framework (including exceptions)
- Has a strong name
- Restored from decompiled code. No changes from the original
- Official dependencies only
- Tested
Namotion.Reflection
by: Namotion.Reflection
- 673 total downloads
- Latest version: 3.5.1
.NET library with advanced reflection APIs like XML documentation reading, Null Reference Types (C# 8) reflection and string based type checks.
NCalc.Core
by: Sebastien Ros and contributors
- 465 total downloads
- Latest version: 7.1.0
Assembly with the core logic of NCalc.
NCalc.DependencyInjection
by: Sebastien Ros and contributors
- 458 total downloads
- Latest version: 7.1.0
NCalc is a mathematical expression evaluator for .NET. This assembly brings Dependency Injection support for NCalc.
NCalc.Domain
by: Sebastien Ros and contributors
- 46 total downloads
- Latest version: 7.1.0
Expression tree model, visitor contracts, and core exception types shared by NCalc parsers, evaluators, and extensions.
NCalc.MemoryCache
by: Sebastien Ros and contributors
- 436 total downloads
- Latest version: 7.1.0
NCalc is a mathematical expression evaluator for .NET. This assembly brings support to Microsoft.Extensions.MemoryCache for NCalc.
NCalc.Parser
by: Sebastien Ros and contributors
- 50 total downloads
- Latest version: 7.1.0
Default Parlot-based parser for NCalc expressions, including parser options and argument separator configuration.
NCalcAsync
by: Sebastien Ros and contributors
- 608 total downloads
- Latest version: 7.1.0
NCalcAsync is a fully async port of the NCalc. NCalc is a fast and lightweight expression evaluator library for .NET, designed for flexibility and high performance. It supports a wide range of mathematical and logical operations. NCalc can parse any expression and evaluate the result, including static or dynamic parameters and custom functions.