Microsoft.CodeAnalysis by: Microsoft
  • 1 total downloads
  • Latest version: 1.3.2
  • 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) Supported Platforms: - .NET Framework 4.5
Microsoft.CodeAnalysis.Analyzers by: Microsoft
  • 2 total downloads
  • Latest version: 2.6.3
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics
Guidelines for using .NET Compiler Platform (Roslyn) APIs.
Microsoft.CodeAnalysis.AnalyzerUtilities by: Microsoft
  • 4 total downloads
  • Latest version: 3.11.0-beta1.25074.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.FlowAnalysis.Utilities by: Microsoft
  • 1 total downloads
  • Latest version: 2.9.6
  • Roslyn CodeAnalysis Dataflow ControlFlowGraph FlowAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics
Utilities for Dataflow analysis based on ControlFlowGraph API in Microsoft.CodeAnalysis.
Microsoft.CodeAnalysis.PublicApiAnalyzers by: Microsoft
  • 1 total downloads
  • Latest version: 3.11.0-beta1.24219.2
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics PublicApi ApiAnalyzer
Public API Analyzers
Microsoft.CSharp by: Microsoft
  • 2 total downloads
  • Latest version: 4.0.0-beta-22416
Provides support for compilation and code generation, including dynamic, using the C# language. Commonly Used Types: Microsoft.CSharp.RuntimeBinder.Binder Microsoft.CSharp.RuntimeBinder.RuntimeBinderException Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags
Microsoft.Diagnostics.Tracing.TraceEvent by: Microsoft
  • 14 total downloads
  • Latest version: 3.1.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.Design by: Microsoft
  • 2 total downloads
  • Latest version: 1.1.2
  • Entity Framework Core,entity-framework-core,EF,Data,O/RM
Shared design-time components for Entity Framework Core tools.
Microsoft.EntityFrameworkCore.Relational by: Microsoft
  • 2 total downloads
  • Latest version: 1.1.4
  • Entity Framework Core,entity-framework-core,EF,Data,O/RM
Shared Entity Framework Core components for relational database providers.
Microsoft.EntityFrameworkCore.Tools by: Microsoft
  • 24 total downloads
  • Latest version: 10.0.0-rc.1.25451.107
  • 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.7
  • 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/773e8cc3fbdc2c4ffbd57c1f53f21649ef94c35c
Microsoft.Extensions.Caching.Memory by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0
  • cache memorycache
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Configuration.Json by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.0
  • configuration,json
JSON configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.FileProviders.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.0
  • files,filesystem
Abstractions of files and directories. Commonly used types: Microsoft.Extensions.FileProviders.IDirectoryContents Microsoft.Extensions.FileProviders.IFileInfo Microsoft.Extensions.FileProviders.IFileProvider
Microsoft.Extensions.Logging.Debug by: Microsoft.Extensions.Logging.Debug
  • 1 total downloads
  • Latest version: 1.0.0
  • logging
Debug output logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a debugger monitor by writing messages with System.Diagnostics.Debug.WriteLine().
Microsoft.Extensions.Options by: Microsoft
  • 2 total downloads
  • Latest version: 2.0.0-preview2-final
  • aspnetcore options
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Maui.Controls.Build.Tasks by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.82
  • dotnet-maui dotnet maui cross-platform ios android macos maccatalyst windows winui tizen
.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package only contains the MSBuild tasks and other tooling. Please install the Microsoft.Maui.Controls package to start using .NET MAUI.
Microsoft.Net.Native.Compiler by: Microsoft
  • 1 total downloads
  • Latest version: 2.2.10-rel-29722-00
  • 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 2.2
Microsoft.NETCore.DotNetAppHost by: Microsoft
  • 94 total downloads
  • Latest version: 10.0.0-rc.1.25451.107
Provides the .NET app bootstrapper intended for use in the application directory
Microsoft.NETCore.DotNetHost by: Microsoft
  • 3 total downloads
  • Latest version: 3.1.25
Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module 9165b88e05fc37585aa1c3fc9585b5a7d751bb21 When using NuGet 3.x this package requires at least version 3.4.