Microsoft.AspNetCore.TestHost
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0
ASP.NET Core web server for writing and running tests.
Microsoft.Azure.Storage.Blob
by: Microsoft
- 1 total downloads
- Latest version: 9.4.1
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 team's blog - http://blogs.msdn.com/b/windowsazurestorage/
Microsoft.Build.Locator
by: Microsoft
- 0 total downloads
- Latest version: 1.8.1
Package that assists in locating and using a copy of MSBuild installed as part of Visual Studio 2017 or higher or .NET Core SDK 2.1 or higher.
Microsoft.CodeAnalysis
by: Microsoft
- 2 total downloads
- Latest version: 4.8.0-2.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/44555193fd1135b5d53a2099f76fec91e0d1ebde.
Microsoft.CodeAnalysis.Common
by: Microsoft
- 1 total downloads
- Latest version: 1.0.0-rc2
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). 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
- Windows 8
- Portable Class Libraries
Microsoft.CodeAnalysis.CSharp.Workspaces
by: Microsoft
- 1 total downloads
- Latest version: 1.3.2
.NET Compiler Platform ("Roslyn") support for analyzing C# projects and solutions.
Supported Platforms:
- .NET Framework 4.5
Microsoft.CodeAnalysis.Features
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0-beta1
.NET Compiler Platform ("Roslyn") support for creating editing experiences.
Supported Platforms:
- .NET Framework 4.5
- Windows 8
- Portable Class Libraries
Microsoft.CodeAnalysis.Razor
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview1-final
Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor design-time infrastructure.
Microsoft.CodeAnalysis.VisualBasic.Workspaces
by: Microsoft
- 1 total downloads
- Latest version: 1.3.1
.NET Compiler Platform ("Roslyn") support for analyzing Visual Basic projects and solutions.
Supported Platforms:
- .NET Framework 4.5
Microsoft.CodeCoverage
by: Microsoft
- 2 total downloads
- Latest version: 16.9.4-release-20210331-01
Microsoft.CodeCoverage package brings infra for collecting code coverage from vstest.console.exe and "dotnet test".
Microsoft.Diagnostics.Tracing.TraceEvent
by: Microsoft
- 4 total downloads
- Latest version: 2.0.77
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.EntityFrameworkCore.Analyzers
by: Microsoft
- 2 total downloads
- Latest version: 11.0.0-preview.1.26104.118
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.SqlServer
by: Microsoft.EntityFrameworkCore.SqlServer
- 1 total downloads
- Latest version: 1.0.6
Microsoft SQL Server database provider for Entity Framework Core.
Microsoft.Extensions.Caching.Redis
by: Microsoft
- 3 total downloads
- Latest version: 2.0.0-preview1-final
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.
Microsoft.Extensions.Configuration.FileExtensions
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0-preview1-final
Extension methods for configuring file-based configuration providers for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.Json
by: Microsoft
- 3 total downloads
- Latest version: 1.1.1
JSON configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.DependencyModel
by: Microsoft.Extensions.DependencyModel
- 1 total downloads
- Latest version: 2.1.0-preview1-26216-03
Abstractions for reading `.deps` files.
Microsoft.Extensions.FileSystemGlobbing
by: Microsoft
- 4 total downloads
- Latest version: 2.0.0
File system globbing to find files matching a specified pattern.
Microsoft.Extensions.Logging.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0-preview1-final
Logging abstractions for Microsoft.Extensions.Logging.
Commonly used types:
Microsoft.Extensions.Logging.ILogger
Microsoft.Extensions.Logging.ILoggerFactory
Microsoft.Extensions.Logging.ILogger<TCategoryName>
Microsoft.Extensions.Logging.LogLevel
Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Console
by: Microsoft
- 3 total downloads
- Latest version: 1.1.0-preview1-final
Console logger provider implementation for Microsoft.Extensions.Logging.