Microsoft.AspNetCore.Components.WebAssembly.Server
by: Microsoft
- 1 total downloads
- Latest version: 6.0.0-preview.7.21378.6
Runtime server features for ASP.NET Core Blazor applications.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/330c2397160929d6d3275ade03cee436265258e8
Microsoft.AspNetCore.Diagnostics.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview1-final
ASP.NET Core diagnostics middleware abstractions and feature interface definitions.
Microsoft.AspNetCore.Hosting.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
ASP.NET Core hosting and startup abstractions for web applications.
Microsoft.AspNetCore.Http.Abstractions
by: Microsoft.AspNetCore.Http.Abstractions
- 1 total downloads
- Latest version: 1.0.4
ASP.NET Core HTTP object model for HTTP requests and responses and also common extension methods for registering middleware in an IApplicationBuilder.
Commonly used types:
Microsoft.AspNetCore.Builder.IApplicationBuilder
Microsoft.AspNetCore.Http.HttpContext
Microsoft.AspNetCore.Http.HttpRequest
Microsoft.AspNetCore.Http.HttpResponse
Microsoft.AspNetCore.Mvc.DataAnnotations
by: Microsoft
- 2 total downloads
- Latest version: 1.1.3
ASP.NET Core MVC metadata and validation system using System.ComponentModel.DataAnnotations.
Microsoft.AspNetCore.Mvc.TagHelpers
by: Microsoft
- 1 total downloads
- Latest version: 1.1.3
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.ResponseCaching
by: Microsoft.AspNetCore.ResponseCaching
- 1 total downloads
- Latest version: 1.0.1
ASP.NET Core middleware for caching HTTP responses on the server.
Microsoft.AspNetCore.Rewrite
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview1-final
ASP.NET Core basic middleware for rewriting URLs. Includes:
* Support for custom URL rewrite rules
* Support for running IIS URL Rewrite module rules
* Support for running Apache mod_rewrite rules.
Microsoft.Azure.Storage.Queue
by: Microsoft
- 1 total downloads
- Latest version: 9.4.2
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 team's blog - http://blogs.msdn.com/b/windowsazurestorage/
Microsoft.Build.Tasks.Git
by: Microsoft
- 2 total downloads
- Latest version: 1.0.0-beta2-18618-05
MSBuild tasks providing git repository information.
Microsoft.CodeAnalysis
by: Microsoft
- 1 total downloads
- Latest version: 3.3.1
.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/66a912c9463eebe832cf742d2fe8bb2e1a4600ec.
Microsoft.CodeAnalysis.Analyzers
by: Microsoft
- 1 total downloads
- Latest version: 3.12.0-beta1.25081.1
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.AnalyzerUtilities
by: Microsoft
- 1 total downloads
- Latest version: 3.12.0-beta1.25081.1
Analyzer utilities for various analyses, including Dataflow analysis based on ControlFlowGraph API in Microsoft.CodeAnalysis.
Microsoft.CodeAnalysis.Compilers
by: Microsoft
- 1 total downloads
- Latest version: 4.3.0-2.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/069a85a786acae3be2c7b49e330b7f968a624c88.
Microsoft.CodeAnalysis.FlowAnalysis.Utilities
by: Microsoft
- 1 total downloads
- Latest version: 2.9.4-beta2.19365.1+a6bc06eb
Utilities for Dataflow analysis based on ControlFlowGraph API in Microsoft.CodeAnalysis.
Microsoft.CodeAnalysis.PublicApiAnalyzers
by: Microsoft
- 1 total downloads
- Latest version: 3.3.2
Public API Analyzers
Microsoft.Diagnostics.Tracing.EventSource.Redist
by: Microsoft
- 1 total downloads
- Latest version: 1.1.16-beta
This package includes the class Microsoft.Diagnostics.Tracing.EventSource which enables firing ETW events from managed code. This is the "runtime" or "redist" EventSource package and should be referenced directly only by other NuGet packages that need the EventSource functionality. Application developers that need this functionality should instead reference the Microsoft.Diagnostics.Tracing.EventSource NuGet package which provides an enhanced developer experience.
This package enables defining a strongly typed specification of an ETW provider that can be called by managed code. The EventSource class is also included in the .NET Framework. This package provides a newer version that has more features. It is meant to be used as a stop gap until those features it contains are ported to System.Diagnostics.Tracing.EventSource.
For more details, have a look at http://msdn.microsoft.com/en-us/library/system.diagnostics.tracing.eventsource.aspx.
New features:
- ETW channel support
- Support for static registration
Supported Platforms:
- .NET Framework 3.5
- .NET Framework 4.0
- .NET Framework 4.5
- Windows Store apps
- Windows Phone App 8.1
Microsoft.EntityFrameworkCore
by: Microsoft.EntityFrameworkCore
- 2 total downloads
- Latest version: 1.0.2
Entity Framework Core is a lightweight and extensible version of the popular Entity Framework data access technology.
Commonly Used Types:
Microsoft.EntityFrameworkCore.DbContext
Microsoft.EntityFrameworkCore.DbSet
Microsoft.EntityFrameworkCore.Analyzers
by: Microsoft
- 2 total downloads
- Latest version: 3.0.0-preview.18572.1
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.InMemory
by: Microsoft
- 1 total downloads
- Latest version: 1.1.3
In-memory database provider for Entity Framework Core (to be used for testing purposes).