Microsoft.WindowsAppSDK.WinUI
by: Microsoft
- 1 total downloads
- Latest version: 1.0.0-experimental1
This package provides backward-compatible versions of Windows UI features including UWP XAML controls, dense control styles, and Fluent styles and materials. It is part of the Windows UI Library.
The WinUI 3 APIs in this package are subject to change in future releases of Windows App SDK. This version is intended for preview and not for use in shipping applications.
Microsoft.WindowsDesktop.App.Ref
by: Microsoft
- 1 total downloads
- Latest version: 5.0.0-rc.2.20475.6
Internal implementation package not meant for direct consumption. Please do not reference directly.
Windows Forms and WPF targeting pack. Contains reference assemblies, documentation, and other design-time assets.
3f7b76f5e2c6216a265daff3e403e61ae24815dc
When using NuGet 3.x this package requires at least version 3.4.
MimeKit
by: Jeffrey Stedfast
- 1 total downloads
- Latest version: 2.10.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.
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
Mono.Unix
by: Microsoft
- 3 total downloads
- Latest version: 7.0.0-beta1.21310.1
Provides functionality for managed code to access Posix/Unix features not accessible via BCL
MudBlazor
by: Garderoben, Henon and Contributors
- 9 total downloads
- Latest version: 8.5.1
Blazor Component Library based on Material Design principles with an emphasis on ease of use and extensibility
MySqlConnector
by: Bradley Grainger
- 3 total downloads
- Latest version: 2.4.0-beta.2
A truly async MySQL ADO.NET provider, supporting MySQL Server, MariaDB, Amazon Aurora, Azure Database for MySQL, Google Cloud SQL, and more.
Nerdbank.GitVersioning
by: Andrew Arnott
- 1 total downloads
- Latest version: 2.1.11
Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.
NSwag.AspNetCore
by: Rico Suter
- 1 total downloads
- Latest version: 14.3.0
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NuGet.Packaging.Core
by: NuGet
- 2 total downloads
- Latest version: 4.1.0
The core data structures for NuGet.Packaging
NuGet.Protocol.Core.v3
by: NuGet
- 1 total downloads
- Latest version: 4.3.0-beta1-2418
NuGet Protocol for 3.1.0 servers
NuGet.Repositories
by: NuGet.Repositories
- 2 total downloads
- Latest version: 4.3.0-beta1-2418
NuGet v3 core library.
Nullable
by: Manuel Römer
- 1 total downloads
- Latest version: 1.1.1
A source code only package which allows you to use .NET Core 3.0'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 a single C# file with the attribute classes to your project. Because this C# file gets 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# file 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 file is only included in the .NET Standard 2.0 version, because .NET Standard 2.1 already provides the nullable attributes by default.
Please see https://github.com/manuelroemer/Nullable for additional information on how to use this package.
OrleansDashboard
by: richorama
- 1 total downloads
- Latest version: 1.5.5
An admin dashboard for Microsoft Orleans
PolySharp
by: Sergio Pedri
- 6 total downloads
- Latest version: 1.15.0+02753db24d9685e54db06739eb63183d86eb5b62
PolySharp provides generated, source-only polyfills for C# language features, to easily use all runtime-agnostic features downlevel
Portable.JWT
by: Mitja Bombac
- 2 total downloads
- Latest version: 1.0.3
JWT (JSON Web Token) Portable Implementation for .NET 4.5+ (Public Domain).
Supported algorithms: HMAC signatures with HS256, HS384 and HS512.
Roslynator.Analyzers
by: Josef Pihrt
- 1 total downloads
- Latest version: 4.8.0
A collection of 200+ analyzers for C#, powered by Roslyn.
- This package is dependent on Microsoft.CodeAnalysis.CSharp.Workspaces 4.7.0.
- 3 total downloads
- Latest version: 4.3.2
Internal implementation package not meant for direct consumption. Please do not reference directly.
When using NuGet 3.x this package requires at least version 3.4.
Sentry.Profiling
by: Sentry Team and Contributors
- 8 total downloads
- Latest version: 5.0.1
Performance profiling support for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
SQLitePCLRaw.lib.e_sqlite3.linux
by: Eric Sink, D. Richard Hipp, et al
- 5 total downloads
- Latest version: 1.1.3-pre20170220084037
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.