Microsoft.Win32.Primitives
by: Microsoft
- 20 total downloads
- Latest version: 4.0.0-beta-22816
Provides common types for Win32-based libraries.
Commonly Used Types:
System.ComponentModel.Win32Exception
Microsoft.Win32.Registry
by: Microsoft
- 26 total downloads
- Latest version: 4.0.0-beta-22816
Provides support for accessing and modifying the Windows Registry.
Commonly Used Types:
Microsoft.Win32.RegistryKey
Microsoft.Win32.Registry
Microsoft.Win32.RegistryValueKind
Microsoft.Win32.RegistryHive
Microsoft.Win32.RegistryView
Microsoft.Windows.CsWinRT
by: Microsoft
- 370 total downloads
- Latest version: 2.3.0-prerelease.251015.2
C#/WinRT provides packaged WinRT projection support for the C# language. It is compatible with .NET 6 or later, and does not require any built-in knowledge of WinRT by the C# compiler.
Microsoft.Windows.SDK.Contracts
by: Microsoft
- 823 total downloads
- Latest version: 10.0.28000.1-RTM
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.
MimeKit
by: Jeffrey Stedfast
- 92 total downloads
- Latest version: 1.22.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 (more than 25x faster than OpenPOP.NET and over 100x faster than AE.Net.Mail and MailSystem.NET).
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 massive limitations or bugs.
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
Mono.TextTemplating
by: mhutch
- 46 total downloads
- Latest version: 2.0.5
Open-source implementation of the T4 templating engine.
Mono.Unix
by: Microsoft
- 84 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
- 193 total downloads
- Latest version: 4.2.1510.2205
Moq is the most popular and friendly mocking framework for .NET
MSBuild.Sdk.Extras
by: Oren Novotny
- 151 total downloads
- Latest version: 1.5.4
Additional MSBuild targets and properties for SDK-style .NET projects.
Namotion.Reflection
by: Namotion.Reflection
- 228 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
- 896 total downloads
- Latest version: 3.9.37-alpha
Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.
NETStandard.Library
by: Microsoft
- 2.945k total downloads
- Latest version: 2.0.1
A set of standard .NET APIs that are prescribed to be used and supported together.
b7f182415927d3b98445d043e1680c56b9d1f17c
When using NuGet 3.x this package requires at least version 3.4.
Newtonsoft.Json
by: James Newton-King
- 5.623k total downloads
- Latest version: 13.0.4
Json.NET is a popular high-performance JSON framework for .NET
NFluent
by: Thomas PIERRAIN Cyrille DUPUYDAUBY Rui CARVALHO Marc-Antoine LATOUR
- 1.209k total downloads
- Latest version: 3.1.0
NFluent is an ergonomic assertion library which aims to fluent your .Net TDD experience (based on simple Check.That() check statements). NFluent aims your tests to be fluent to write (with an happy 'dot' auto completion experience), fluent to read (i.e. as close as possible to plain English expression), but also fluent to troubleshoot.
Ninject
by: Ninject Project Contributors
- 433 total downloads
- Latest version: 3.2.3-unstable-012
Stop writing monolithic applications that make you feel like you have to move mountains to make the simplest of changes. Ninject helps you use the technique of dependency injection to break your applications into loosely-coupled, highly-cohesive components, and then glue them back together in a flexible manner.
Ninject.Extensions.ContextPreservation
by: Ninject Project Contributors
- 159 total downloads
- Latest version: 3.2.1-unstable-004
Ninject extension that preserves the context over factories (the parent of the new request is the factory request)
Ninject.Extensions.Factory
by: Ninject Project Contributors
- 187 total downloads
- Latest version: 3.2.2-unstable-002
Ninject extension that allows to automatically create factories.
Ninject.Extensions.Interception
by: Ninject Project Contributors
- 236 total downloads
- Latest version: 3.2.0
Interception extension for Ninject
Ninject.Extensions.Interception.DynamicProxy
by: Ninject Project Contributors
- 238 total downloads
- Latest version: 3.2.0
Castle DynamicProxy Interception extension for Ninject