IKVM.Image
by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
- 1 total downloads
- Latest version: 8.7.5
IKVM Runtime Image
IKVM.Image.runtime.win-x64
by: Jeroen Frijters, Jerome Haltom
- 1 total downloads
- Latest version: 8.14.0
IKVM Runtime Image
JetBrains.Annotations
by: JetBrains
- 1 total downloads
- Latest version: 2023.2.0-eap3
JetBrains.Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of JetBrains Rider and ReSharper code inspections.
All usages of JetBrains.Annotations attributes are erased from metadata by default, which means no actual binary reference to 'JetBrains.Annotations.dll' assembly is produced. If you need to preserve these attributes in metadata, just define 'JETBRAINS_ANNOTATIONS' conditional compilation symbol in your projects.
JWT
by: Alexander Batishchev, John Sheehan, Michael Lehenbauer
- 3 total downloads
- Latest version: 10.0.1
Jwt.Net, a JWT (JSON Web Token) implementation for .NET
libphonenumber-csharp
by: Patrick Mézard, Google, libphonenumber contributors
- 1 total downloads
- Latest version: 4.6.0.16
C# port of Google's common Java, C++ and Javascript library for parsing, formatting, storing and validating international phone numbers.
For usage samples: http://code.google.com/p/libphonenumber/
MailKit
by: Jeffrey Stedfast
- 1 total downloads
- Latest version: 4.14.1
MailKit is an Open Source cross-platform .NET mail-client library that is based on MimeKit and optimized for mobile devices.
Features include:
* HTTP, Socks4, Socks4a and Socks5 proxy support.
* SASL Authentication via ANONYMOUS, CRAM-MD5, DIGEST-MD5, LOGIN, NTLM, OAUTHBEARER, PLAIN, SCRAM-SHA-1, SCRAM-SHA-256, SCRAM-SHA-512 and XOAUTH2.
* A fully-cancellable SmtpClient with support for STARTTLS, 8BITMIME, BINARYMIME, ENHANCEDSTATUSCODES, SIZE, DSN, PIPELINING and SMTPUTF8.
* A fully-cancellable Pop3Client with support for STLS, UIDL, APOP, PIPELINING, UTF8, and LANG.
* A fully-cancellable ImapClient with support for ACL, QUOTA, LITERAL+, IDLE, NAMESPACE, ID, CHILDREN, LOGINDISABLED, STARTTLS, MULTIAPPEND, UNSELECT, UIDPLUS, CONDSTORE, ESEARCH, SASL-IR, COMPRESS, WITHIN, ENABLE, QRESYNC, SORT, THREAD, ANNOTATE, LIST-EXTENDED, ESORT, METADATA / METADATA-SERVER, NOTIFY, FILTERS, LIST-STATUS, SORT=DISPLAY, SPECIAL-USE / CREATE-SPECIAL-USE, SEARCH=FUZZY, MOVE, UTF8=ACCEPT / UTF8=ONLY, LITERAL-, APPENDLIMIT, STATUS=SIZE, OBJECTID, REPLACE, SAVEDATE, XLIST, and X-GM-EXT1.
* Client-side sorting and threading of messages (the Ordinal Subject and the Jamie Zawinski threading algorithms are supported).
* Asynchronous versions of all methods that hit the network.
* S/MIME, OpenPGP, DKIM and ARC support via MimeKit.
* Microsoft TNEF support via MimeKit.
MessagePack
by: neuecc, aarnott
- 9 total downloads
- Latest version: 3.1.2
Extremely Fast MessagePack(MsgPack) Serializer for C# (.NET Framework, .NET 6, Unity, Xamarin).
MessagePack.Annotations
by: neuecc, aarnott
- 1 total downloads
- Latest version: 2.3.85
Attributes and interfaces for .NET types serializable with MessagePack.
MessagePackAnalyzer
by: neuecc, aarnott
- 5 total downloads
- Latest version: 3.0.134-beta
Analyzers and source generator for MessagePack for C#. Verify rules for [MessagePackObject] and code fix for [Key]. A roslyn source generator for AOT or faster startup of applications that use the MessagePack nuget package.
Microsoft.ApplicationInsights.PerfCounterCollector
by: Microsoft
- 1 total downloads
- Latest version: 2.13.0
Application Insights Performance Counters Collector allows you to send data collected by Performance Counters to Application Insights. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.AspNetCore
by: Microsoft
- 8 total downloads
- Latest version: 2.2.0-preview2-35157
Microsoft.AspNetCore
Microsoft.AspNetCore.All
by: Microsoft
- 1 total downloads
- Latest version: 2.1.17
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core.
This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
Microsoft.AspNetCore.App.Ref
by: Microsoft
- 1 total downloads
- Latest version: 8.0.0-preview.3.23177.8
Provides a default set of APIs for building an ASP.NET Core application. Contains reference assemblies, documentation, and other design-time assets.
This package is an internal implementation of the .NET Core SDK and is not meant to be used as a normal PackageReference.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d62be99ba6e73feb46d7b64a6b4ce8610dc9040a
Microsoft.AspNetCore.Authentication
by: Microsoft
- 1 total downloads
- Latest version: 2.2.0-preview1-35029
ASP.NET Core common types used by the various authentication middleware components.
This package was built from the source at:
https://github.com/aspnet/Security/tree/ef80c3beb72ee37ed8f525f627912f1efcede663
Microsoft.AspNetCore.Authentication.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 2.0.1
ASP.NET Core common types used by the various authentication components.
Microsoft.AspNetCore.Authentication.Core
by: Microsoft
- 1 total downloads
- Latest version: 2.3.9
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.AspNetCore.Authentication.Google
by: Microsoft
- 1 total downloads
- Latest version: 3.1.18
ASP.NET Core contains middleware to support Google's OpenId and OAuth 2.0 authentication workflows.
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/0a2e366eaf4d29b24b9a98e5782a04bef573189e
Microsoft.AspNetCore.Authentication.MicrosoftAccount
by: Microsoft
- 1 total downloads
- Latest version: 2.3.9
ASP.NET Core middleware that enables an application to support the Microsoft Account authentication workflow.
Microsoft.AspNetCore.Authorization
by: Microsoft
- 12 total downloads
- Latest version: 9.0.0-preview.4.24267.6
ASP.NET Core authorization classes.
Commonly used types:
Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute
Microsoft.AspNetCore.Authorization.AuthorizeAttribute
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/ada5ad97d2114250a05550cb28cc18b9cf9f8993
Microsoft.AspNetCore.AzureAppServices.HostingStartup
by: Microsoft
- 5 total downloads
- Latest version: 3.1.32
ASP.NET Core lightup integration with Azure AppServices.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/3eeb12e106b9e913c3a4dec1a7d16da7b74149eb