Microsoft.AspNetCore.Authentication.JwtBearer
by: Microsoft
- 162 total downloads
- Latest version: 2.0.0
ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.
Microsoft.AspNetCore.Authentication.Abstractions
by: Microsoft
- 300 total downloads
- Latest version: 2.0.0
ASP.NET Core common types used by the various authentication components.
Microsoft.AspNetCore.Authorization.Policy
by: Microsoft
- 257 total downloads
- Latest version: 2.0.0
ASP.NET Core authorization policy helper classes.
Humanizer.Core
by: Mehdi Khalili Claire Novotny
- 9.852k total downloads
- Latest version: 2.14.1
Humanizer core package that contains the library and the neutral language (English) resources
Libuv
by: Libuv
- 90 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
LightInject
by: Bernhard Richter
- 3 total downloads
- Latest version: 5.4.0
An ultra lightweight Inversion of Control container for the .Net framework. See LightInject.Source for the source distribution.
Microsoft.AspNetCore.Authentication.Core
by: Microsoft
- 294 total downloads
- Latest version: 2.0.0
ASP.NET Core common types used by the various authentication middleware components.
- 8 total downloads
- Latest version: 2.18.0
This nuget provides a telemetry channel to Application Insights Windows Server SDK that will preserve telemetry in offline scenarios. This is a dependent package, for the best experience please install the platform specific package. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.AspNetCore.Cryptography.Internal
by: Microsoft
- 177 total downloads
- Latest version: 2.0.0
Infrastructure for ASP.NET Core cryptographic packages. Applications and libraries should not reference this package directly.
MessagePackAnalyzer
by: neuecc aarnott
- 29 total downloads
- Latest version: 2.1.152
Analyzer of MessagePack for C#, verify rule for [MessagePackObject] and code fix for [Key].
ISO3166
by: Jørn Schou-Rode
- 297 total downloads
- Latest version: 1.0.4
ISO 3166-1 is part of the ISO 3166 standard published by the International Organization for Standardization (ISO), and defines codes for the names of countries, dependent territories, and special areas of geographical interest.
This package provides a list of countries including their official English name as well as their ISO 3166 defined two-letter, three-letter and three-digit country codes. The list is accessible for any .NET language via the static field ISO3166.Country.List.
Last check against the official ISO 3166 as on https://www.iso.org/obp/ui/#search: 8th January 2020.
Hangfire.SqlServer
by: Sergey Odinokov
- 2.658k total downloads
- Latest version: 1.7.30
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire (background job system for ASP.NET applications).
Grpc.Tools
by: The gRPC Authors
- 510 total downloads
- Latest version: 2.49.0
gRPC and Protocol Buffer compiler for managed C# and native C++ projects.
Add this package to a project that contains .proto files to be compiled to code.
It contains the compilers, include files and project system integration for gRPC
and Protocol buffer service description files necessary to build them on Windows,
Linux and MacOS. Managed runtime is supplied separately in the Grpc.Core package.
JetBrains.Annotations
by: JetBrains
- 4 total downloads
- Latest version: 2022.1.0
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.ApplicationInsights.WindowsServer
by: Microsoft
- 10 total downloads
- Latest version: 2.18.0
Application Insights Windows Server nuget package provides automatic collection of application insights telemetry for .NET applications. This package can be used as a dependent package for Application Insights platform specific packages or as a standalone package for .NET applications that are not covered by platform specific packages (like for .NET worker roles). Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.AspNetCore.Authentication
by: Microsoft
- 174 total downloads
- Latest version: 2.0.0
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.AspNetCore.Authorization
by: Microsoft
- 282 total downloads
- Latest version: 2.0.0
ASP.NET Core authorization classes.
Commonly used types:
Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute
Microsoft.AspNetCore.Authorization.AuthorizeAttribute
Microsoft.ApplicationInsights.PerfCounterCollector
by: Microsoft
- 10 total downloads
- Latest version: 2.18.0
Application Insights Performance Counters Collector allows you to send data collected by Performance Counters to Application Insights. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.ApplicationInsights.DependencyCollector
by: Microsoft
- 88 total downloads
- Latest version: 2.18.0
Application Insights Dependency Collector for .NET applications. This is a dependent package for Application Insights platform specific packages and provides automatic collection of dependency telemetry. Please install the platform specific packages directly for the best experience. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Hangfire
by: Sergey Odinokov
- 2.713k total downloads
- Latest version: 1.7.30
An easy and reliable way to perform fire-and-forget, delayed and recurring, long-running, short-running, CPU or I/O intensive tasks inside ASP.NET applications. No Windows Service / Task Scheduler required. Even ASP.NET is not required.
Backed by Redis, SQL Server, SQL Azure or MSMQ. This is a .NET alternative to Sidekiq, Resque and Celery.
https://www.hangfire.io/