Humanizer.Core.zh-Hans
by: Mehdi Khalili, Claire Novotny
- 38 total downloads
- Latest version: 2.14.1
Humanizer Locale Chinese (zh-Hans)
Humanizer.Core.uz-Latn-UZ
by: Mehdi Khalili, Claire Novotny
- 39 total downloads
- Latest version: 2.14.1
Humanizer Locale Uzbek (Latin, Uzbekistan) (uz-Latn-UZ)
Microsoft.AspNetCore.Antiforgery
by: Microsoft
- 32 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.
Humanizer.Core.uk
by: Mehdi Khalili, Claire Novotny
- 39 total downloads
- Latest version: 2.14.1
Humanizer Locale Ukrainian (uk)
JunitXml.TestLogger
by: Siphonophora, codito, faizan2304, smadala, lahma
- 10 total downloads
- Latest version: 2.1.81
Xml logger for JUnit v5 compliant xml report when test is running with "dotnet test" or "dotnet vstest".
Humanizer.Core.tr
by: Mehdi Khalili, Claire Novotny
- 39 total downloads
- Latest version: 2.14.1
Humanizer Locale Turkish (tr)
Microsoft.AspNet.Authentication
by: Microsoft
- 12 total downloads
- Latest version: 1.0.0-rc1-final
ASP.NET 5 common types used by the various authentication middleware.
MessagePack
by: neuecc
- 56 total downloads
- Latest version: 1.6.1.2
Extremely Fast MessagePack(MsgPack) Serializer for C#(.NET, .NET Core, Unity, Xamarin).
Libuv
by: Libuv
- 12 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
ManagedEsent
by: martinc
- 4 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.
Humanizer.Core.th-TH
by: Mehdi Khalili, Claire Novotny
- 35 total downloads
- Latest version: 2.14.1
Humanizer Locale Thai (Thailand) (th-TH)
Humanizer.Core.zh-Hant
by: Mehdi Khalili, Claire Novotny
- 39 total downloads
- Latest version: 2.14.1
Humanizer Locale Chinese (zh-Hant)
MessagePackAnalyzer
by: neuecc, aarnott
- 244 total downloads
- Latest version: 3.1.6
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.
librdkafka.redist
by: Magnus Edenhill, edenhill
- 374 total downloads
- Latest version: 2.14.2
The Apache Kafka C/C++ client library - redistributable
Humanizer.Core.vi
by: Mehdi Khalili, Claire Novotny
- 40 total downloads
- Latest version: 2.14.1
Humanizer Locale Vietnamese (vi)
Humanizer.Core.uz-Cyrl-UZ
by: Mehdi Khalili, Claire Novotny
- 39 total downloads
- Latest version: 2.14.1
Humanizer Locale Uzbek (Cyrillic, Uzbekistan) (uz-Cyrl-UZ)
JetBrains.Annotations
by: JetBrains
- 86 total downloads
- Latest version: 2025.2.4
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.
jnm2.ReferenceAssemblies.net35
by: Microsoft
- 6 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.Core.zh-CN
by: Mehdi Khalili, Claire Novotny
- 40 total downloads
- Latest version: 2.14.1
Humanizer Locale Chinese (China) (zh-CN)
JsonSubTypes
by: Emmanuel Counasse
- 6 total downloads
- Latest version: 1.5.0
Discriminated Json Subtypes Converter implementation for .NET