HarfBuzzSharp.NativeAssets.Win32
by: Microsoft
- 26 total downloads
- Latest version: 14.2.1.1
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
Microsoft.AspNetCore.Antiforgery
by: Microsoft
- 64 total downloads
- Latest version: 2.0.0
An antiforgery system for ASP.NET Core designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks.
Microsoft.AspNetCore.Authentication.Abstractions
by: Microsoft
- 12 total downloads
- Latest version: 2.0.0
ASP.NET Core common types used by the various authentication components.
HarfBuzzSharp.NativeAssets.Linux
by: Microsoft
- 69 total downloads
- Latest version: 14.2.1.1
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
Microsoft.AspNet.Authentication
by: Microsoft
- 24 total downloads
- Latest version: 1.0.0-rc1-final
ASP.NET 5 common types used by the various authentication middleware.
MessagePack
by: neuecc, aarnott
- 333 total downloads
- Latest version: 3.1.8
Extremely Fast MessagePack(MsgPack) Serializer for C# (.NET Framework, .NET 6, Unity, Xamarin).
Libuv
by: Libuv
- 24 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
ManagedEsent
by: martinc
- 8 total downloads
- Latest version: 1.6.0
ManagedEsent provides managed access to ESENT, the embeddable
database engine native to Windows. ManagedEsent uses the esent.dll that is
part of Microsoft Windows so there are no extra unmanaged binaries to
download and install.
MessagePackAnalyzer
by: neuecc, aarnott
- 517 total downloads
- Latest version: 3.1.8
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.
jose-jwt
by: Dmitry Vsekhvalnov
- 19 total downloads
- Latest version: 1.9.0
Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) Implementation for .NET
Ultimate Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) Implementation for .NET. Minimallistic. Zero-dependency. Full suite of signature and encryption algorithms.
Supports generating, decoding, encryption and compression of JSON Web Tokens. JSON parsing agnostic. Supports two-phase validation.
Supported algorithms
Signing:
- HMAC signatures with HS256, HS384 and HS512.
- ECDSA signatures with ES256, ES384 and ES512.
- RSASSA-PKCS1-V1_5 signatures with RS256, RS384 and RS512.
- RSASSA-PSS signatures (probabilistic signature scheme with appendix) with PS256, PS384 and PS512.
- NONE (unprotected) plain text algorithm without integrity protection
Encryption:
- RSAES OAEP 256 encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM
- RSAES OAEP encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM
- RSAES-PKCS1-V1_5 encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM
- Direct symmetric key encryption with pre-shared key A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM
- A128KW, A192KW, A256KW encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM
- A128GCMKW, A192GCMKW, A256GCMKW encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM
- ECDH-ES encryption with A128CBC-HS256, A128GCM, A192GCM, A256GCM
- ECDH-ES+A128KW, ECDH-ES+A192KW, ECDH-ES+A256KW encryption with A128CBC-HS256, A128GCM, A192GCM, A256GCM
- PBES2-HS256+A128KW, PBES2-HS384+A192KW, PBES2-HS512+A256KW with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM
Compression:
- DEFLATE compression
Grpc.Net.Common
by: The gRPC Authors
- 552 total downloads
- Latest version: 2.80.0
Infrastructure for common functionality in gRPC
librdkafka.redist
by: Magnus Edenhill, edenhill
- 736 total downloads
- Latest version: 2.15.0
The Apache Kafka C/C++ client library - redistributable
Grpc.Tools
by: The gRPC Authors
- 967 total downloads
- Latest version: 2.83.0-pre1
gRPC and Protocol Buffer compiler for C# projects
JetBrains.Annotations
by: JetBrains
- 24 total downloads
- Latest version: 2025.1.0-eap1
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.
Microsoft.AspNetCore.Authentication
by: Microsoft
- 60 total downloads
- Latest version: 2.0.0
ASP.NET Core common types used by the various authentication middleware components.
HarfBuzzSharp.NativeAssets.macOS
by: Microsoft
- 24 total downloads
- Latest version: 14.2.1.1
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
jnm2.ReferenceAssemblies.net35
by: Microsoft
- 12 total downloads
- Latest version: 1.0.1
A community answer to Microsoft’s decision to single out net35 by excluding it from the https://www.nuget.org/packages/Microsoft.NETFramework.ReferenceAssemblies/ package.
This package provides the .NET Framework 3.5 reference assemblies so that net35 projects can be built using the dotnet CLI.
Example project that targets multiple frameworks:
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net35;net40;netstandard2.0;netcoreapp3.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" />
<PackageReference Include="jnm2.ReferenceAssemblies.net35" Version="1.0.1" />
</ItemGroup>
</Project>
Humanizer
by: Claire Novotny, Mehdi Khalili
- 130 total downloads
- Latest version: 3.0.10
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
HarfBuzzSharp
by: Microsoft
- 26 total downloads
- Latest version: 14.2.1.1
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
JsonSubTypes
by: Emmanuel Counasse
- 12 total downloads
- Latest version: 1.5.0
Discriminated Json Subtypes Converter implementation for .NET