librdkafka.redist by: Magnus Edenhill, edenhill
  • 1 total downloads
  • Latest version: 1.4.0-RC6c
  • native apache kafka librdkafka C C++ nativepackage
The Apache Kafka C/C++ client library - redistributable
Magick.NET.Core by: Dirk Lemstra
  • 1 total downloads
  • Latest version: 4.0.0
  • ImageMagick Magick.NET Image Convert Resize Draw Effects
ImageMagick is a powerful image manipulation library that supports over 100 major file formats (not including sub-formats). With Magick.NET you can use ImageMagick without having to install ImageMagick on your server or desktop. Visit https://github.com/dlemstra/Magick.NET/tree/master/docs before installing to help you decide the best version.
Microsoft.AspNetCore.Authentication.OAuth by: Microsoft.AspNetCore.Authentication.OAuth
  • 1 total downloads
  • Latest version: 1.0.0
  • aspnetcore,authentication,security
ASP.NET Core middleware that enables an application to support any standard OAuth 2.0 authentication workflow.
Microsoft.AspNetCore.Authentication.OpenIdConnect by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.3
  • aspnetcore,authentication,security
ASP.NET Core middleware that enables an application to support the OpenID Connect authentication workflow.
Microsoft.AspNetCore.Authorization.Policy by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview2-final
  • aspnetcore authorization
ASP.NET Core authorization policy helper classes.
Microsoft.AspNetCore.Components.WebAssembly.Authentication by: Microsoft
  • 3 total downloads
  • Latest version: 6.0.27
  • aspnetcore components
Build client-side authentication for single-page applications (SPAs). This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/417d650029c720dbd2138bcafbb78e2e4ff31bff
Microsoft.AspNetCore.Components.WebAssembly.Server by: Microsoft
  • 1 total downloads
  • Latest version: 7.0.14
  • aspnetcore components
Runtime server features for ASP.NET Core Blazor applications. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/0a715692d8e2536c899faa0bb4f0cec2c2e33e36
Microsoft.AspNetCore.Hosting.Server.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.0-preview1-final
  • aspnetcore,hosting
ASP.NET Core hosting server abstractions for web applications.
Microsoft.AspNetCore.Http.Features by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview2-final
  • aspnetcore
ASP.NET Core HTTP feature interface definitions.
Microsoft.AspNetCore.Mvc by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.1
  • aspnetcore,aspnetcoremvc
ASP.NET Core MVC is a web framework that gives you a powerful, patterns-based way to build dynamic websites and web APIs. ASP.NET Core MVC enables a clean separation of concerns and gives you full control over markup.
Microsoft.AspNetCore.Mvc.Abstractions by: Microsoft
  • 3 total downloads
  • Latest version: 2.0.0
  • aspnetcore aspnetcoremvc
ASP.NET Core MVC abstractions and interfaces for action invocation and dispatching, authorization, action filters, formatters, model binding, routing, validation, and more. Commonly used types: Microsoft.AspNetCore.Mvc.IActionResult
Microsoft.AspNetCore.OpenApi by: Microsoft
  • 1 total downloads
  • Latest version: 11.0.0-preview.1.26104.118
  • aspnetcore openapi
Provides APIs for annotating route handler endpoints in ASP.NET Core with OpenAPI annotations. This package was built from the source code at https://github.com/dotnet/dotnet/tree/87bc0b04e21d786669142109a5128c95618b75ed
Microsoft.AspNetCore.Razor.Design by: Microsoft
  • 1 total downloads
  • Latest version: 2.2.0
  • aspnetcore cshtml razor
Razor is a markup syntax for adding server-side logic to web pages. This package contains MSBuild support for Razor.
Microsoft.AspNetCore.Server.IISIntegration by: Microsoft.AspNetCore.Server.IISIntegration
  • 1 total downloads
  • Latest version: 1.0.0-rc2-final
ASP.NET Core components for working with the IIS AspNetCoreModule.
Microsoft.AspNetCore.SignalR.Common by: Microsoft
  • 1 total downloads
  • Latest version: 1.0.0-alpha1-final
  • aspnetcore signalr
Common serialiation primitives for SignalR Clients Servers
Microsoft.CodeAnalysis.Features by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.0-beta1-20150928-02
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
.NET Compiler Platform ("Roslyn") support for creating editing experiences. Supported Platforms: - .NET Framework 4.5 - Windows 8 - Portable Class Libraries
Microsoft.CodeAnalysis.Workspaces.Common by: Microsoft
  • 3 total downloads
  • Latest version: 1.2.0-beta1-20160202-02
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions. Do not install this package manually, it will be added as a prerequisite by other packages that require it. Supported Platforms: - .NET Framework 4.5
Microsoft.EntityFrameworkCore.Sqlite by: Microsoft.EntityFrameworkCore.Sqlite
  • 1 total downloads
  • Latest version: 1.0.3
  • Entity Framework Core,entity-framework-core,EF,Data,O/RM,SQLite
SQLite database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.Tools by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.27
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio. Enables these commonly used commands: Add-Migration Drop-Database Get-DbContext Scaffold-DbContext Script-Migrations Update-Database
Microsoft.Extensions.Configuration.UserSecrets by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.0-preview1-final
  • configuration,secrets,usersecrets
User secrets configuration provider implementation for Microsoft.Extensions.Configuration.