Microsoft.AspNetCore.Identity.EntityFrameworkCore
by: Microsoft
- 2 total downloads
- Latest version: 1.1.4
ASP.NET Core Identity provider that uses Entity Framework Core.
Microsoft.AspNetCore.Localization.Routing
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0-preview2-final
Provides a request culture provider which gets culture and ui-culture from request's route data.
Microsoft.AspNetCore.Mvc
by: Microsoft
- 1 total downloads
- Latest version: 1.1.5
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.AspNetCore.Mvc.Abstractions
- 1 total downloads
- Latest version: 1.0.3
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.Mvc.Analyzers
by: Microsoft
- 1 total downloads
- Latest version: 2.1.0
CSharp Analyzers for ASP.NET Core MVC.
Microsoft.AspNetCore.Mvc.Localization
by: Microsoft.AspNetCore.Mvc.Localization
- 1 total downloads
- Latest version: 1.0.5
ASP.NET Core MVC features that enable globalization and localization of applications.
Commonly used types:
Microsoft.AspNetCore.Mvc.Localization.IHtmlLocalizer<TResource>
Microsoft.AspNetCore.Mvc.Localization.IViewLocalizer
Microsoft.AspNetCore.Razor.Design
by: Microsoft
- 1 total downloads
- Latest version: 2.2.0
Razor is a markup syntax for adding server-side logic to web pages. This package contains MSBuild support for Razor.
Microsoft.AspNetCore.ResponseCaching
by: Microsoft.AspNetCore.ResponseCaching
- 1 total downloads
- Latest version: 1.0.4
ASP.NET Core middleware for caching HTTP responses on the server.
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.Session
by: Microsoft.AspNetCore.Session
- 1 total downloads
- Latest version: 1.0.3
ASP.NET Core session state middleware.
Microsoft.Azure.Common
by: Microsoft
- 1 total downloads
- Latest version: 2.1.1
Provides infrastructure for common error handling, tracing, configuration, and HTTP/REST-based pipeline manipulation. The package also exposes the CloudContext type, which enables centralized discovery of available Microsoft Azure libraries.
Microsoft.Azure.DocumentDB.Core
by: Microsoft
- 1 total downloads
- Latest version: 2.16.1
This client library enables client applications targeting .NET Core to connect to Azure Cosmos DB via the DocumentDB (SQL) API. Azure Cosmos DB is a globally distributed, multi-model database service. For more information, refer to http://azure.microsoft.com/services/cosmos-db/.
Microsoft.Azure.Storage.Queue
by: Microsoft
- 1 total downloads
- Latest version: 11.0.0
This client library enables working with the Microsoft Azure Storage Queue service for storing messages that may be accessed by a client.
For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/Queue/README.md and https://github.com/Azure/azure-storage-net/blob/master/Queue/Changelog.txt
in addition to the breaking changes https://github.com/Azure/azure-storage-net/blob/master/Queue/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 Queue Service - https://docs.microsoft.com/en-us/rest/api/storageservices/queue-service-rest-api
Microsoft.CodeAnalysis
by: Microsoft
- 1 total downloads
- Latest version: 3.1.0-beta1-final
.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/edd2de88fb3e84a097fb30b4070e0f219f624e40.
Microsoft.CodeAnalysis.Analyzers
by: Microsoft
- 1 total downloads
- Latest version: 5.3.0-2.final
Analyzers for consumers of Microsoft.CodeAnalysis NuGet package, i.e. extensions and applications built on top of .NET Compiler Platform (Roslyn). This package is included as a development dependency of Microsoft.CodeAnalysis NuGet package and does not need to be installed separately if you are referencing Microsoft.CodeAnalysis NuGet package.
Microsoft.CodeAnalysis.BannedApiAnalyzers
by: Microsoft
- 3 total downloads
- Latest version: 3.12.0-beta1.25155.1
Banned API Analyzers
Microsoft.CodeAnalysis.Compilers
by: Microsoft
- 2 total downloads
- Latest version: 4.3.0-1.final
Compiler layer of the .NET Compiler Platform ("Roslyn").
Install this package to get both C# and Visual Basic support.
If you want just support for one language, install Microsoft.CodeAnalysis.CSharp or Microsoft.CodeAnalysis.VisualBasic.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/b1ee65518f91ba461aa80484ad2ada232afd1305.
Microsoft.CodeAnalysis.PublicApiAnalyzers
by: Microsoft
- 1 total downloads
- Latest version: 5.0.0-1.25277.114
Public API Analyzers
Microsoft.Diagnostics.Tracing.TraceEvent
by: Microsoft
- 16 total downloads
- Latest version: 3.1.22
Event Tracing for Windows (ETW) is a powerful logging mechanism built into the Windows OS and is used extensively in Windows.
You can also log ETW events yourself code using the System.Diagnostics.Tracing.EventSource class.
The TraceEvent library conains the classes needed to control ETW providers (including .NET EventSources)
and parse the events they emit.
The library includes
-- TraceEventSession which can enable ETW providers,
-- EtwTraceEventSource which lets you read the stream of ETW events, and
-- TraceLog which is is digested form of ETW events which include decoded stack traces associated with the events.
See https://github.com/Microsoft/perfview/blob/master/documentation/TraceEvent/TraceEventLibrary.md for more.
Microsoft.DotNet.PlatformAbstractions
by: Microsoft
- 1 total downloads
- Latest version: 3.0.0-preview-27324-5
Abstractions for making code that uses file system and environment testable.