Humanizer.Core.uz-Cyrl-UZ by: Claire Novotny Mehdi Khalili
  • 10 total downloads
  • Latest version: 3.0.1
Humanizer Locale Uzbek (Cyrillic, Uzbekistan) (uz-Cyrl-UZ)
Humanizer.Core.uz-Latn-UZ by: Claire Novotny Mehdi Khalili
  • 10 total downloads
  • Latest version: 3.0.1
Humanizer Locale Uzbek (Latin, Uzbekistan) (uz-Latn-UZ)
Humanizer.Core.vi by: Claire Novotny Mehdi Khalili
  • 10 total downloads
  • Latest version: 3.0.1
Humanizer Locale Vietnamese (vi)
Humanizer.Core.zh-CN by: Claire Novotny Mehdi Khalili
  • 11 total downloads
  • Latest version: 3.0.1
Humanizer Locale Chinese (China) (zh-CN)
Humanizer.Core.zh-Hans by: Claire Novotny Mehdi Khalili
  • 11 total downloads
  • Latest version: 3.0.1
Humanizer Locale Chinese (zh-Hans)
Humanizer.Core.zh-Hant by: Claire Novotny Mehdi Khalili
  • 10 total downloads
  • Latest version: 3.0.1
Humanizer Locale Chinese (zh-Hant)
jnm2.ReferenceAssemblies.net35 by: Microsoft
  • 5 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>
KeePassLib by: Dominik Reichl
  • 3 total downloads
  • Latest version: 2.30.0
  • KeePass
KeePassLib distributable from the KeePass 2.x source code zip file.
Libuv by: Libuv
  • 36 total downloads
  • Latest version: 1.10.0
  • libuv
Multi-platform support library with a focus on asynchronous I/O.
ManagedEsent by: martinc
  • 13 total downloads
  • Latest version: 1.6.0
  • ManagedEsent NoSql ISAM
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.
Mediator.SourceGenerator by: Martin Othamar
  • 268 total downloads
  • Latest version: 3.1.0-preview.14
  • mediator mediator-pattern source-generation source-gen source-generator sourcegenerator C# .NET dotnet
A high performance .NET Mediator pattern implemenation using source generation.
MediatR by: Jimmy Bogard
  • 6 total downloads
  • Latest version: 2.0.0-beta-003
  • mediator request response queries commands notifications
Simple, unambitious mediator implementation in .NET
MessagePack by: neuecc
  • 193 total downloads
  • Latest version: 1.6.1.2
  • MsgPack MessagePack Serialization Formatter Serializer Unity Xamarin
Extremely Fast MessagePack(MsgPack) Serializer for C#(.NET, .NET Core, Unity, Xamarin).
MessagePackAnalyzer by: neuecc aarnott
  • 498 total downloads
  • Latest version: 3.1.4
  • MsgPack MessagePack Serialization Formatter Analyzer
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.AspNetCore.Antiforgery by: Microsoft
  • 77 total downloads
  • Latest version: 2.0.0
  • aspnetcore antiforgery
An antiforgery system for ASP.NET Core designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks.
Microsoft.AspNetCore.Authentication by: Microsoft
  • 80 total downloads
  • Latest version: 2.0.0
  • aspnetcore authentication security
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.AspNetCore.Authentication.Abstractions by: Microsoft
  • 17 total downloads
  • Latest version: 2.0.0
  • aspnetcore authentication security
ASP.NET Core common types used by the various authentication components.
Microsoft.AspNetCore.Authentication.Cookies by: Microsoft
  • 94 total downloads
  • Latest version: 2.0.0
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to use cookie based authentication.
Microsoft.AspNetCore.Authentication.Core by: Microsoft
  • 17 total downloads
  • Latest version: 2.0.0
  • aspnetcore authentication security
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.AspNetCore.Authentication.JwtBearer by: Microsoft
  • 15 total downloads
  • Latest version: 2.0.0
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.