Humanizer.Core.nb
by: Claire Novotny, Mehdi Khalili
- 5 total downloads
- Latest version: 3.0.0-rc.30
Humanizer Locale Norwegian Bokmål (nb)
Humanizer.Core.nb-NO
by: Mehdi Khalili, Claire Novotny
- 12 total downloads
- Latest version: 3.0.0-beta.54
Humanizer Locale Norwegian Bokmål (Norway) (nb-NO)
Humanizer.Core.sr-Latn
by: Mehdi Khalili, Claire Novotny
- 1 total downloads
- Latest version: 2.9.9
Humanizer Locale Serbian (sr-Latn)
Humanizer.Core.sv
by: Claire Novotny, Mehdi Khalili
- 1 total downloads
- Latest version: 3.0.0-rc.30
Humanizer Locale Swedish (sv)
Humanizer.Core.tr
by: Claire Novotny, Mehdi Khalili
- 9 total downloads
- Latest version: 3.0.1
Humanizer Locale Turkish (tr)
JetBrains.Annotations
by: JetBrains
- 34 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
- 4 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>
Json.More.Net
by: Greg Dennis
- 43 total downloads
- Latest version: 2.1.3
Provides extended functionality for the System.Text.Json namespace.
JsonPointer.Net
by: Greg Dennis
- 63 total downloads
- Latest version: 5.3.1
JSON Pointer built on the System.Text.Json namespace
JsonSchema.Net
by: Greg Dennis
- 274 total downloads
- Latest version: 7.4.0
JSON Schema built on the System.Text.Json namespace
JsonSchema.Net.Generation
by: Greg Dennis
- 109 total downloads
- Latest version: 5.1.1
Extends JsonSchema.Net to provide schema generation functionality
Libuv
by: Libuv
- 7 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
ManagedEsent
by: Microsoft
- 4 total downloads
- Latest version: 2.0.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.
Markdig
by: Alexandre Mutel
- 24 total downloads
- Latest version: 0.44.0
A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET with 20+ builtin extensions (pipetables, footnotes, definition lists... etc.)
Microsoft.AspNetCore.App.Internal.Assets
by: Microsoft
- 10 total downloads
- Latest version: 10.0.0
ASP.NET Core static framework assets
This package was built from the source code at https://github.com/dotnet/dotnet/tree/b0f34d51fccc69fd334253924abd8d6853fad7aa
Microsoft.AspNetCore.Authentication
by: Microsoft
- 8 total downloads
- Latest version: 2.3.0
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.AspNetCore.Authentication.Abstractions
by: Microsoft
- 11 total downloads
- Latest version: 2.3.0
ASP.NET Core common types used by the various authentication components.
Microsoft.AspNetCore.Authentication.Cookies
by: Microsoft
- 20 total downloads
- Latest version: 2.3.0
ASP.NET Core middleware that enables an application to use cookie based authentication.
Microsoft.AspNetCore.Authentication.Google
by: Microsoft
- 1 total downloads
- Latest version: 2.2.0-preview1-35029
ASP.NET Core contains middleware to support Google's OpenId and OAuth 2.0 authentication workflows.
This package was built from the source at:
https://github.com/aspnet/Security/tree/ef80c3beb72ee37ed8f525f627912f1efcede663
Microsoft.AspNetCore.Authentication.JwtBearer
by: Microsoft
- 21 total downloads
- Latest version: 2.3.0
ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.