Grpc.Net.Client
by: The gRPC Authors
- 664 total downloads
- Latest version: 2.76.0-pre1
.NET client for gRPC
Grpc.Net.ClientFactory
by: The gRPC Authors
- 766 total downloads
- Latest version: 2.76.0-pre1
HttpClientFactory integration the for gRPC .NET client
Grpc.Net.Common
by: The gRPC Authors
- 616 total downloads
- Latest version: 2.76.0-pre1
Infrastructure for common functionality in gRPC
Grpc.Tools
by: The gRPC Authors
- 1.173k total downloads
- Latest version: 2.76.0
gRPC and Protocol Buffer compiler for C# projects
HtmlAgilityPack
by: Simon Mourrier Jeff Klawiter
- 5 total downloads
- Latest version: 1.4.3
This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" malformed HTML. The object model is very similar to what proposes System.Xml, but for HTML documents (or streams).
Humanizer
by: Claire Novotny Mehdi Khalili
- 82 total downloads
- Latest version: 3.0.1
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
jnm2.ReferenceAssemblies.net35
by: Microsoft
- 3 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
- 2 total downloads
- Latest version: 2.30.0
KeePassLib distributable from the KeePass 2.x source code zip file.
Libuv
by: Libuv
- 32 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
ManagedEsent
by: martinc
- 11 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.
Mediator.SourceGenerator
by: Martin Othamar
- 136 total downloads
- Latest version: 3.1.0-preview.14
A high performance .NET Mediator pattern implemenation using source generation.
MediatR
by: Jimmy Bogard
- 5 total downloads
- Latest version: 2.0.0-beta-003
Simple, unambitious mediator implementation in .NET
MessagePack
by: neuecc
- 170 total downloads
- Latest version: 1.6.1.2
Extremely Fast MessagePack(MsgPack) Serializer for C#(.NET, .NET Core, Unity, Xamarin).
MessagePackAnalyzer
by: neuecc aarnott
- 443 total downloads
- Latest version: 3.1.4
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
- 67 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.App.Ref
by: Microsoft
- 736 total downloads
- Latest version: 10.0.1
Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.
Microsoft.AspNetCore.Authentication
by: Microsoft
- 67 total downloads
- Latest version: 2.0.0
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.AspNetCore.Authentication.Abstractions
by: Microsoft
- 14 total downloads
- Latest version: 2.0.0
ASP.NET Core common types used by the various authentication components.
Microsoft.AspNetCore.Authentication.Cookies
by: Microsoft
- 86 total downloads
- Latest version: 2.0.0
ASP.NET Core middleware that enables an application to use cookie based authentication.
Microsoft.AspNetCore.Authentication.Core
by: Microsoft
- 14 total downloads
- Latest version: 2.0.0
ASP.NET Core common types used by the various authentication middleware components.