Mythic.Protocol.Zero.Common
by: Mythic.Protocol.Zero.Common
- 952 total downloads
- Latest version: 1.0.30
Package Description
ncrontab.signed
by: Atif Aziz
- 6 total downloads
- Latest version: 3.3.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.
MongoDB.Libmongocrypt
by: MongoDB Inc.
- 10.705k total downloads
- Latest version: 1.6.0
Libmongocrypt wrapper for the .NET driver.
Nethereum.ABI
by: Juan Blanco Nethereum contributors
- 1.1k total downloads
- Latest version: 4.3.0
Encoding and decoding of ABI Types, functions, events of Ethereum contracts
Microsoft.Win32.Registry
by: Microsoft
- 19.347k total downloads
- Latest version: 5.0.0
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
When using NuGet 3.x this package requires at least version 3.4.
Namotion.Reflection
by: Namotion.Reflection
- 610 total downloads
- Latest version: 2.1.0
.NET library with advanced reflection APIs like XML documentation reading, Null Reference Types (C# 8) reflection and string based type checks.
MSTest.TestFramework
by: Microsoft
- 5 total downloads
- Latest version: 2.1.0
This is MSTest V2, the evolution of Microsoft's Test Framework.
Supported platforms:
- .NET 4.5.0+
- .NET Core 1.0+ (Universal Windows Apps 10+, DNX Core 5+)
- ASP.NET Core 1.0+
To discover and execute tests install MSTest.TestAdapter.
To discover and execute tests for project.json based projects install dotnet-test-mstest.
Microsoft.Web.LibraryManager.Build
by: Microsoft
- 5 total downloads
- Latest version: 2.1.175
MSBuild target for the Visual Studio Library Manager
Mythic.Repo.Api.Common
by: Mythic.Repo.Api.Common
- 739 total downloads
- Latest version: 1.4.1
Package Description
Microsoft.VisualStudio.Web.CodeGeneration.Contracts
by: Microsoft
- 119 total downloads
- Latest version: 2.0.0
Contains interfaces for Project Model and messaging for scaffolding.
Nethereum.BlockchainProcessing
by: Juan Blanco Nethereum contributors
- 1.004k total downloads
- Latest version: 4.3.0
Nethereum.BlockchainProcessing Ethereum blockchain processing allowing to crawl Blocks, Transactions, TransactionReceipts and Logs (Event) for storage and / or using custom handlers like queuing , search, etc
MySqlConnector
by: Bradley Grainger Caleb Lloyd
- 3.847k total downloads
- Latest version: 1.3.10
A truly async MySQL ADO.NET provider, supporting MySQL Server, MariaDB, Percona Server, Amazon Aurora, Azure Database for MySQL and more.
MimeKit
by: Jeffrey Stedfast
- 9.215k total downloads
- Latest version: 2.1.1
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
MySql.Data
by: Oracle
- 2 total downloads
- Latest version: 6.10.9
MySql.Data.MySqlClient .Net Core Class Library
Microsoft.Windows.SDK.Contracts
by: Microsoft
- 5 total downloads
- Latest version: 10.0.19041.1
The Windows 10 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 10 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.
Microsoft.VisualStudio.Azure.Containers.Tools.Targets
by: Microsoft
- 51 total downloads
- Latest version: 1.17.0
Targets files to enable the Visual Studio Tools for Containers.
MongoDB.Driver.Core
by: MongoDB Inc.
- 10.513k total downloads
- Latest version: 2.17.1
Core Component of the Official MongoDB .NET Driver.
Nethereum.Accounts
by: Juan Blanco Nethereum contributors
- 1.002k total downloads
- Latest version: 4.3.0
Nethereum.Accounts Ethereum Accounts and Transaction Managers Class Library
Moq
by: Daniel Cazzulino kzu
- 135 total downloads
- Latest version: 4.7.99
Moq is the most popular and friendly mocking framework for .NET