Microsoft.VisualBasic
by: Microsoft
- 18 total downloads
- Latest version: 10.3.0
Provides types that support the Visual Basic runtime
Commonly Used Types:
Microsoft.VisualBasic.Strings
Microsoft.VisualBasic.CompilerServices.Conversions
30ab651fcb4354552bd4891619a0bdd81e0ebdbf
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Win32.Primitives
by: Microsoft
- 19 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
- 175 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.
Microsoft.Win32.SystemEvents
by: Microsoft
- 488 total downloads
- Latest version: 11.0.0-preview.7.26381.103
Provides access to Windows system event notifications.
Commonly Used Types:
Microsoft.Win32.SystemEvents
MimeKit
by: Jeffrey Stedfast
- 300 total downloads
- Latest version: 4.1.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
MSBuild.Sdk.Extras
by: Claire Novotny
- 108 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`.
ncrontab
by: Atif Aziz
- 10 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.
NCrontab
by: Atif Aziz
- 15 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.
Nerdbank.GitVersioning
by: Andrew Arnott
- 292 total downloads
- Latest version: 3.11.96-beta
Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.
NetBox
by: Ivan Gavryliuk (@aloneguid)
- 138 total downloads
- Latest version: 2.5.3
Provides common simple helper functions to accelerate .NET development. Those vary by complexity and nature and include a lot of extension methods to calculate hashes (md5, crypto), string operations, short guids, string encoding, collection extensions, CSV support and many more.
NETStandard.Library
by: Microsoft
- 48 total downloads
- Latest version: 2.0.3
A set of standard .NET APIs that are prescribed to be used and supported together.
18a36291e48808fa7ef2d00a764ceb1ec95645a5
When using NuGet 3.x this package requires at least version 3.4.
Newtonsoft.Json
by: James Newton-King
- 135 total downloads
- Latest version: 13.0.5-beta1
Json.NET is a popular high-performance JSON framework for .NET
Newtonsoft.Json.Bson
by: James Newton-King
- 15 total downloads
- Latest version: 1.0.3
Json.NET BSON adds support for reading and writing BSON
Npgsql
by: Shay Rojansky Nikita Kazmin Brar Piening Nino Floris Yoh Deadfall Austin Drenski Emil Lenngren Francisco Figueiredo Jr. Kenji Uno
- 595 total downloads
- Latest version: 8.0.9
Npgsql is the open source .NET data provider for PostgreSQL.
Nullable
by: Manuel Römer
- 35 total downloads
- Latest version: 1.3.1
A source code only package which allows you to use .NET's new nullable attributes in older target frameworks like .NET Standard 2.0 or the "old" .NET Framework.
This package does not contain any compiled binaries, but instead adds the attribute classes as C# source code to your project. Because this code is compiled together with the rest of your code, the built binaries will not have a dependency on this package, meaning that you can perfectly use it for both libraries and applications.
The C# code is only included if you are targeting a framework version which does not support the new nullable attributes. For example, if you create a library which multi-targets .NET Standard 2.0 and 2.1, the majority of the attributes are not included in the .NET Standard 2.1 version, because it already provides these by default.
Please see https://github.com/manuelroemer/Nullable for additional information on how to use this package.
OpenTelemetry
by: OpenTelemetry Authors
- 371 total downloads
- Latest version: 1.18.0
OpenTelemetry .NET SDK
OpenTelemetry.Api
by: OpenTelemetry Authors
- 358 total downloads
- Latest version: 1.18.0
OpenTelemetry .NET API
OpenTelemetry.Api.ProviderBuilderExtensions
by: OpenTelemetry Authors
- 177 total downloads
- Latest version: 1.18.0
Contains extensions to register OpenTelemetry in applications using Microsoft.Extensions.DependencyInjection
OpenTelemetry.Extensions.Hosting
by: OpenTelemetry Authors
- 297 total downloads
- Latest version: 1.18.0
Contains extensions to start OpenTelemetry in applications using Microsoft.Extensions.Hosting
OpenTelemetry.Instrumentation.AspNetCore
by: OpenTelemetry Authors
- 221 total downloads
- Latest version: 1.18.0
ASP.NET Core instrumentation for OpenTelemetry .NET
OpenTelemetry.Instrumentation.Http
by: OpenTelemetry Authors
- 209 total downloads
- Latest version: 1.18.0
HTTP instrumentation for OpenTelemetry .NET.