Microsoft.Extensions.Configuration
by: Microsoft
- 2 total downloads
- Latest version: 9.0.9
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.CommandLine
by: Microsoft
- 1 total downloads
- Latest version: 10.0.0
Command line configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read configuration parameters from the command line arguments of your application. You can use CommandLineConfigurationExtensions.AddCommandLine extension method on IConfigurationBuilder to add the command line configuration provider to the configuration builder.
Microsoft.Extensions.DependencyModel
by: Microsoft.Extensions.DependencyModel
- 1 total downloads
- Latest version: 2.0.4
Abstractions for reading `.deps` files.
- 1 total downloads
- Latest version: 8.0.15
Abstractions for defining health checks in .NET applications
Commonly Used Types
Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/8899cb30120d41413065f1b1465cdabefe0a1f9c
Microsoft.Extensions.Localization
by: Microsoft
- 1 total downloads
- Latest version: 3.0.1
Application localization services and default implementation based on ResourceManager to load localized assembly resources.
Microsoft.Extensions.Logging.EventLog
by: Microsoft
- 1 total downloads
- Latest version: 3.1.3
Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.IdentityModel.Abstractions
by: Microsoft
- 7 total downloads
- Latest version: 8.10.0
A package containing thin abstractions for Microsoft.IdentityModel.
Microsoft.IdentityModel.Clients.ActiveDirectory
by: Microsoft
- 1 total downloads
- Latest version: 4.5.0
This package contains the binaries of the Active Directory Authentication Library (ADAL). ADAL provides easy to use authentication functionality for your .NET based client by taking advantage of Windows Server Active Directory and Azure Active Directory.
ADAL.NET enables you to acquire a security token to access protected Web APIs, for instance Microsoft Graph or your own Web API.
ADAL.NET is built against multiple platforms, including .net desktop, .net standard, .net core, UWP, Xamarin iOS and Xamarin Android. It can be called from applications and Web APIs (ASP.NET, .NET Core, ASP.NET Core) that call other Web APIs in the name of a user, or without a user.
Microsoft.IdentityModel.JsonWebTokens
by: Microsoft
- 1 total downloads
- Latest version: 6.30.0
Includes types that provide support for creating, serializing and validating JSON Web Tokens.
Microsoft.NETCore.DotNetAppHost
by: Microsoft
- 1 total downloads
- Latest version: 5.0.0-preview.5.20278.1
Provides the .NET app bootstrapper intended for use in the application directory
4ae4e2fe08164168a77f0a3b06091db5959fb506
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Orleans.Client
by: Microsoft
- 1 total downloads
- Latest version: 7.0.0-rc2
Collection of Microsoft Orleans libraries and files needed on the client.
Microsoft.Orleans.Reminders.AzureStorage
by: Microsoft
- 1 total downloads
- Latest version: 3.4.0-rc1
Microsoft Orleans reminders provider for Azure Table Storage
Microsoft.Orleans.Streaming.AzureStorage
by: Microsoft
- 1 total downloads
- Latest version: 3.3.0-rc1
Microsoft Orleans streaming provider for Azure Queue Storage
Microsoft.TestPlatform.AdapterUtilities
by: Microsoft
- 1 total downloads
- Latest version: 17.1.0-preview-20211130-02
Includes helpers for the Test Platform's modern functionality such as standardized fully qualified names and hierarchical test case names.
Microsoft.TypeScript.MSBuild
by: Microsoft
- 1 total downloads
- Latest version: 3.9.7
The TypeScript MSBuild task, and matching compiler version.
Microsoft.VisualStudio.Threading.Analyzers
by: Microsoft
- 1 total downloads
- Latest version: 16.6.13
Static code analyzer to detect common mistakes or potential issues regarding threading and async coding.
MimeKit
by: Jeffrey Stedfast
- 8 total downloads
- Latest version: 4.13.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
MudBlazor
by: Garderoben, Henon and Contributors
- 1 total downloads
- Latest version: 5.0.11
MudBlazor is an ambitious Material Design component framework for Blazor with an emphasis on ease of use and clear structure. It is perfect for .NET developers who want to rapidly build web applications without having to struggle with CSS and Javascript. MudBlazor, being written entirely in C#, empowers them to adapt, fix or extend the framework and the multitude of examples in the documentation makes learning MudBlazor very easy.
NJsonSchema.CodeGeneration.CSharp
by: Rico Suter
- 1 total downloads
- Latest version: 10.6.8
JSON Schema reader, generator and validator for .NET
NJsonSchema.Yaml
by: Rico Suter
- 1 total downloads
- Latest version: 9.13.23
JSON Schema reader, generator and validator for .NET