Moq
by: Daniel Cazzulino kzu
- 115 total downloads
- Latest version: 4.20.72
Moq is the most popular and friendly mocking framework for .NET.
MSTest.TestAdapter
by: Microsoft
- 95 total downloads
- Latest version: 4.4.0
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
MSTest is Microsoft supported Test Framework.
MSTest.TestFramework
by: Microsoft
- 125 total downloads
- Latest version: 4.4.0
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 is Microsoft supported Test Framework.
Microsoft.Win32.SystemEvents
by: Microsoft
- 46 total downloads
- Latest version: 11.0.0-preview.5.26302.115
Provides access to Windows system event notifications.
Commonly Used Types:
Microsoft.Win32.SystemEvents
Mono.TextTemplating
by: Mikayla Hutchinson
- 21 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#
MimeKit
by: Jeffrey Stedfast
- 67 total downloads
- Latest version: 4.17.0
MimeKit is an Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms. It also supports parsing of Unix mbox files.
Unlike any other .NET MIME parser, MimeKit's parser does not need to parse string input nor does it use a TextReader. Instead, it parses raw byte streams, thus allowing it to better support undeclared 8bit text in headers as well as message bodies. It also means that MimeKit's parser is significantly faster than other .NET MIME parsers.
MimeKit's parser also uses a real tokenizer when parsing the headers rather than regex or string.Split() like most other .NET MIME parsers. This means that MimeKit is much more RFC-compliant than any other .NET MIME parser out there, including the commercial implementations.
In addition to having a far superior parser implementation, MimeKit's object tree is not a derivative of System.Net.Mail objects and thus does not suffer from System.Net.Mail's limitations.
API documentation can be found on the web at http://www.mimekit.net/docs
For those that need SMTP, POP3 or IMAP support, check out https://github.com/jstedfast/MailKit
MiniProfiler.AspNetCore
by: Nick Craver
- 25 total downloads
- Latest version: 4.5.4
Lightweight mini-profiler, designed for ASP.NET Core (not System.Web) websites
MiniProfiler.AspNetCore.Mvc
by: Nick Craver
- 1 total downloads
- Latest version: 4.5.4
Lightweight mini-profiler, designed for ASP.NET Core MVC (*not* System.Web) websites
MiniProfiler.EntityFrameworkCore
by: Nick Craver
- 17 total downloads
- Latest version: 4.5.4
MiniProfiler: Integration for Entity Framework Core
MiniProfiler.Providers.SqlServer
by: Marc Gravell Jarrod Dixon Yaakov Ellis Nick Craver
- 23 total downloads
- Latest version: 4.5.4
MiniProfiler: Profiler storage for SQL Server
MiniProfiler.Shared
by: Marc Gravell Jarrod Dixon Yaakov Ellis Nick Craver
- 1 total downloads
- Latest version: 4.5.4
You shouldn't reference this - MiniProfiler's shared library for all frameworks
MudBlazor
by: Garderoben Henon and Contributors
- 30 total downloads
- Latest version: 9.9.0
Blazor Component Library based on Material Design principles with an emphasis on ease of use and extensibility
MSTest.Analyzers
by: Microsoft
- 45 total downloads
- Latest version: 4.4.0
This package includes code analyzers and code fixes for MSTest.
MSTest is Microsoft supported Test Framework.
MongoDB.Driver
by: MongoDB Inc.
- 127 total downloads
- Latest version: 3.11.1
Official .NET driver for MongoDB.
MongoDB.Driver.Core
by: MongoDB Inc.
- 110 total downloads
- Latest version: 2.30.0
Core Component of the Official MongoDB .NET Driver.
MongoDB.Bson
by: MongoDB Inc.
- 125 total downloads
- Latest version: 3.11.2
MongoDB's Official Bson Library.
MongoDB.LibMongocrypt
by: markbenvenuto vincentkam dmitry_lukyanov rstam
- 7 total downloads
- Latest version: 1.2.0
Libmongocrypt wrapper for the .NET driver.
MongoDB.Libmongocrypt
by: MongoDB Inc.
- 18 total downloads
- Latest version: 1.6.0
Libmongocrypt wrapper for the .NET driver.
MSBuild.Sdk.Extras
by: Oren Novotny
- 22 total downloads
- Latest version: 1.5.4
Additional MSBuild targets and properties for SDK-style .NET projects.
Microsoft.Windows.SDK.Contracts
by: Microsoft
- 42 total downloads
- Latest version: 10.0.29648.1000-preview
The Windows WinRT API Pack enables you to add the latest Windows Runtime APIs support to your .NET Framework 4.6+ and .NET Core 3.0+ libraries and apps.
This package includes all the supported Windows Runtime APIs up to Windows version 2004. If you are targeting earlier platforms, consider only offering functionality available on the detected platform version. For further details, see:
https://docs.microsoft.com/en-us/windows/uwp/debug-test-perf/version-adaptive-code
Supported platforms:
- .NET Framework 4.6+
- .NET Core 3.0+
Requires default package management format set to PackageReference, and NuGet 4.0 or higher.
MsgPack.Cli
by: FUJIWARA Yusuke
- 28 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.