Magick.NET.Core
by: Dirk Lemstra
- 13 total downloads
- Latest version: 10.0.0
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/main/docs before installing to help you decide the best version.
Microsoft.ApplicationInsights.DependencyCollector
by: Microsoft
- 0 total downloads
- Latest version: 2.23.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
Microsoft.AspNetCore
by: Microsoft
- 4 total downloads
- Latest version: 2.0.0-preview2-final
Microsoft.AspNetCore
Microsoft.AspNetCore.App.Ref
by: Microsoft
- 36 total downloads
- Latest version: 10.0.0-preview.1.25120.3
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/aspnetcore). We happily accept issues and PRs.
Microsoft.AspNetCore.Authentication
by: Microsoft
- 6 total downloads
- Latest version: 2.0.0
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.AspNetCore.Authentication.Facebook
by: Microsoft
- 6 total downloads
- Latest version: 2.0.0-preview2-final
ASP.NET Core middleware that enables an application to support Facebook's OAuth 2.0 authentication workflow.
Microsoft.AspNetCore.Authentication.Google
by: Microsoft
- 3 total downloads
- Latest version: 1.1.0
ASP.NET Core contains middleware to support Google's OpenId and OAuth 2.0 authentication workflows.
Microsoft.AspNetCore.AzureAppServices.HostingStartup
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview1-final
ASP.NET Core lightup integration with Azure AppServices.
Microsoft.AspNetCore.Components.WebAssembly.Server
by: Microsoft
- 1 total downloads
- Latest version: 10.0.0-preview.1.25120.3
Runtime server features for ASP.NET Core Blazor applications.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/b225d30209cf027c80b741d04efe1c54f2431b3c
Microsoft.AspNetCore.CookiePolicy
by: Microsoft
- 1 total downloads
- Latest version: 1.1.1
ASP.NET Core cookie policy classes to control the behavior of cookies.
Microsoft.AspNetCore.Diagnostics
by: Microsoft
- 7 total downloads
- Latest version: 1.1.3
ASP.NET Core middleware for exception handling, exception display pages, and diagnostics information. Includes developer exception page middleware, exception handler middleware, runtime info middleware, status code page middleware, and welcome page middleware
Microsoft.AspNetCore.Diagnostics.Identity.Service
by: Microsoft
- 1 total downloads
- Latest version: 1.0.0-preview1-final
ASP.NET Core Identity Service Diagnostics Middleware.
Microsoft.AspNetCore.Mvc
by: Microsoft
- 8 total downloads
- Latest version: 2.0.0
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.Razor.Host
by: Microsoft
- 6 total downloads
- Latest version: 1.1.4
ASP.NET Core MVC design time hosting infrastructure for the Razor view engine.
Microsoft.AspNetCore.Mvc.TagHelpers
by: Microsoft
- 8 total downloads
- Latest version: 2.0.0-preview2-final
ASP.NET Core MVC default tag helpers. Contains tag helpers for anchor tags, HTML input elements, caching, scripts, links (for CSS), and more.
Microsoft.AspNetCore.Mvc.ViewFeatures
by: Microsoft
- 1 total downloads
- Latest version: 1.1.2
ASP.NET Core MVC view rendering features. Contains common types used in most MVC applications as well as view rendering features such as view engines, views, view components, and HTML helpers.
Commonly used types:
Microsoft.AspNetCore.Mvc.Controller
Microsoft.AspNetCore.Mvc.ValidateAntiForgeryTokenAttribute
Microsoft.AspNetCore.Mvc.ViewComponent
Microsoft.AspNetCore.ResponseCaching
by: Microsoft
- 1 total downloads
- Latest version: 1.1.2
ASP.NET Core middleware for caching HTTP responses on the server.
Microsoft.Azure.Cosmos
by: Microsoft
- 0 total downloads
- Latest version: 3.22.1-preview
This client library enables client applications to connect to Azure Cosmos via the SQL API. Azure Cosmos is a globally distributed, multi-model database service. For more information, refer to http://azure.microsoft.com/services/cosmos-db/.
Microsoft.Azure.Storage.Blob
by: Microsoft
- 10 total downloads
- Latest version: 11.1.4
This client library enables working with the Microsoft Azure Storage Blob service for storing binary and text data.
For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/Blob/README.md and https://github.com/Azure/azure-storage-net/blob/master/Blob/Changelog.txt
in addition to the breaking changes https://github.com/Azure/azure-storage-net/blob/master/Blob/BreakingChanges.txt
Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/
Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/
REST API Reference for Blob Service - https://docs.microsoft.com/en-us/rest/api/storageservices/blob-service-rest-api
This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop.
The latest libraries to interact with the Azure Storage service are:
* https://www.nuget.org/packages/Azure.Storage.Blobs
* https://www.nuget.org/packages/Azure.Storage.Queues/
* https://www.nuget.org/packages/Azure.Storage.Files.Shares/
It is recommended that you move to the new package.
Microsoft.CodeAnalysis
by: Microsoft
- 1 total downloads
- Latest version: 2.8.0-beta4
.NET Compiler Platform ("Roslyn").
This is the all-in-one package (a superset of all assemblies). You can install any of these sub-packages if you only want part of the functionality:
- "Microsoft.CodeAnalysis.CSharp.Workspaces" (C# compiler + services)
- "Microsoft.CodeAnalysis.VisualBasic.Workspaces" (VB compiler + services)
- "Microsoft.CodeAnalysis.Compilers" (both compilers)
- "Microsoft.CodeAnalysis.CSharp" (only the C# compiler)
- "Microsoft.CodeAnalysis.VisualBasic (only the VB compiler)
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/9081e399a13297f6e2fd37cb06ca82ffba3eed21