Microsoft.Bcl.Compression by: Microsoft
  • 1 total downloads
  • Latest version: 3.9.83
  • BCL Compression Deflate GZip Microsoft System Stream Zip ZipArchive
This package allows projects targeting Windows Phone Silverlight 8 directly or using portable class libraries to use the same ZipArchive, GZipStream and DeflateStream classes that are already available to projects targeting .NET Framework 4.5, Windows 8, and Windows Phone 8.1. For more information on how to use these APIs, see the MSDN documentation: http://msdn.microsoft.com/en-us/library/system.io.compression.aspx Supported Platforms: - .NET Framework 4.5 - Windows 8 - Windows Phone 8.1 - Windows Phone Silverlight 8 - Portable Class Libraries This package is only required for projects targeting .NET Framework 4.5, Windows 8, or Windows Phone 8.1 when consuming a library that uses this package.
Microsoft.CodeAnalysis by: Microsoft
  • 1 total downloads
  • Latest version: 4.7.0
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
.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/43b0b05cc4f492fd5de00f6f6717409091df8daa.
Microsoft.CodeAnalysis.AnalyzerUtilities by: Microsoft
  • 7 total downloads
  • Latest version: 3.11.0-beta1.24415.1
  • Roslyn Analyzer Utilities CodeAnalysis Dataflow ControlFlowGraph FlowAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics
Analyzer utilities for various analyses, including Dataflow analysis based on ControlFlowGraph API in Microsoft.CodeAnalysis.
Microsoft.CodeAnalysis.BannedApiAnalyzers by: Microsoft
  • 2 total downloads
  • Latest version: 3.11.0-beta1.24508.2
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics BannedApi ApiAnalyzer
Banned API Analyzers
Microsoft.CodeAnalysis.PublicApiAnalyzers by: Microsoft
  • 2 total downloads
  • Latest version: 3.11.0-beta1.24454.1
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics PublicApi ApiAnalyzer
Public API Analyzers
Microsoft.Diagnostics.Tracing.TraceEvent by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.11
  • TraceEvent EventSource Microsoft ETW Event Tracing for Windows
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: 9.0.0-preview.5.24306.3
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.Sqlite by: Microsoft.EntityFrameworkCore.Sqlite
  • 1 total downloads
  • Latest version: 1.0.0
  • Entity Framework Core,entity-framework-core,EF,Data,O/RM,SQLite
SQLite database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.Tools by: Microsoft
  • 3 total downloads
  • Latest version: 8.0.2
  • 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 Bundle-Migration Drop-Database Get-DbContext Get-Migration Optimize-DbContext Remove-Migration Scaffold-DbContext Script-Migration Update-Database
Microsoft.Extensions.ApiDescription.Server by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.5
  • MSBuild Swagger OpenAPI code generation Web API service reference document
MSBuild tasks and targets for build-time Swagger and OpenApi document generation This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/e5f183b656a0e8bc087108130a5a9b54ae94494e
Microsoft.Extensions.FileSystemGlobbing by: Microsoft.Extensions.FileSystemGlobbing
  • 1 total downloads
  • Latest version: 1.0.1
  • files,filesystem,glob,globbing
File system globbing to find files matching a specified pattern.
Microsoft.Extensions.Logging.Abstractions by: Microsoft
  • 3 total downloads
  • Latest version: 6.0.0
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.Logger<T> Microsoft.Extensions.Logging.LoggerMessage Microsoft.Extensions.Logging.Abstractions.NullLogger
Microsoft.Net.Compilers by: Microsoft
  • 21 total downloads
  • Latest version: 4.2.0
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
Note: This package is deprecated. Please use Microsoft.Net.Compilers.Toolset instead .NET Compilers package. Referencing this package will cause the project to be built using the C# and Visual Basic compilers contained in the package, as opposed to the version installed with MSBuild. The tools in this package require .NET Framework 4.7.2+ More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/46c8f4f56765e16b92759de8098494b36cfb84f5.
Microsoft.Net.Native.Compiler by: Microsoft
  • 1 total downloads
  • Latest version: 1.7.2
  • Compiler Compilation .Net
.Net Native Compilers package. Referencing this package will cause the project to be built using the specific version of the .NET Native compiler contained in the package, as opposed to any system installed version. Supported Platforms: - UWP tools 1.7
Microsoft.NETCore.App.Host.linux-x64 by: Microsoft
  • 49 total downloads
  • Latest version: 9.0.0-preview.3.24172.9
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Host.win-x64 by: Microsoft
  • 39 total downloads
  • Latest version: 9.0.0-preview.7.24405.7
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Ref by: Microsoft
  • 29 total downloads
  • Latest version: 8.0.2
Internal implementation package not meant for direct consumption. Please do not reference directly. A set of .NET APIs that are included in the default .NET application model. Contains reference assemblies, documentation, and other design-time assets.
Microsoft.NETCore.DotNetAppHost by: Microsoft
  • 3 total downloads
  • Latest version: 9.0.0-preview.2.24128.5
Provides the .NET app bootstrapper intended for use in the application directory
Microsoft.NETCore.DotNetHost by: Microsoft
  • 2 total downloads
  • Latest version: 3.1.26
Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module dae24f14e71c9317afbcf2ffaf6a6faa247c1c86 When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.DotNetHostPolicy by: Microsoft
  • 4 total downloads
  • Latest version: 5.0.0-preview.7.20364.11
Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing 53976d38b1bd6917b8fa4d1dd4f009728ece3adb When using NuGet 3.x this package requires at least version 3.4.