Microsoft.CodeAnalysis.Common
by: Microsoft
- 1 total downloads
- Latest version: 2.8.0
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.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/e595ee276d14e14bfb3eb323fb57f2aa668bddea
Microsoft.CodeAnalysis.CSharp.Features
by: Microsoft
- 1 total downloads
- Latest version: 2.6.0
.NET Compiler Platform ("Roslyn") support for creating C# editing experiences.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/5429b35d5a4359cbf4815f3563cdc4de13dae1be
Microsoft.CodeAnalysis.CSharp.Workspaces
by: Microsoft
- 1 total downloads
- Latest version: 2.9.0
.NET Compiler Platform ("Roslyn") support for analyzing C# projects and solutions.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/958f2354c4d83dbb0e7723d0a8079a0dfbc33f25.
Microsoft.CodeAnalysis.PublicApiAnalyzers
by: Microsoft
- 1 total downloads
- Latest version: 3.11.0-beta1.25076.3
Public API Analyzers
Microsoft.CodeAnalysis.Scripting.Common
by: Microsoft
- 1 total downloads
- Latest version: 2.3.0-beta1
Microsoft .NET Compiler Platform ("Roslyn") shared scripting package. Do not install this package manually, it will be added as a prerequisite by other packages that require it.
Microsoft.CodeAnalysis.VisualBasic
by: Microsoft
- 3 total downloads
- Latest version: 2.8.0
.NET Compiler Platform ("Roslyn") support for Visual Basic, Microsoft.CodeAnalysis.VisualBasic.dll.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/e595ee276d14e14bfb3eb323fb57f2aa668bddea
Microsoft.CodeAnalysis.VisualBasic.Features
by: Microsoft
- 1 total downloads
- Latest version: 2.2.0
.NET Compiler Platform ("Roslyn") support for creating Visual Basic editing experiences.
Microsoft.CSharp
by: Microsoft
- 2 total downloads
- Latest version: 4.5.0-preview1-26216-02
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
00490982c7952e96a1089818467caa6fd07541b2
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Diagnostics.Tracing.TraceEvent
by: Microsoft
- 3 total downloads
- Latest version: 3.0.8
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.DiaSymReader
by: Microsoft
- 1 total downloads
- Latest version: 1.4.0
Microsoft DiaSymReader interop interfaces and utilities.
Microsoft.DiaSymReader.Native
by: Microsoft
- 2 total downloads
- Latest version: 17.12.0-beta1.24603.5
Native implementation of PDB file reader and writer.
Supported Platforms:
- Windows x86
- Windows amd64
- Windows arm
- Windows arm64
Microsoft.DotNet.InternalAbstractions
by: Microsoft.DotNet.InternalAbstractions
- 1 total downloads
- Latest version: 1.0.0-rc2-002702
Abstractions for making code that uses file system and environment testable.
Microsoft.DotNet.PlatformAbstractions
by: Microsoft
- 3 total downloads
- Latest version: 5.0.0-preview.2.20160.6
Abstractions for making code that uses file system and environment testable.
Microsoft.EntityFrameworkCore.Design
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0
Shared design-time components for Entity Framework Core tools.
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).
Microsoft.EntityFrameworkCore.Relational
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0-preview1-final
Shared Entity Framework Core components for relational database providers.
Microsoft.EntityFrameworkCore.Sqlite.Design
by: Microsoft
- 1 total downloads
- Latest version: 1.1.3
Design-time Entity Framework Core functionality for SQLite
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 20 total downloads
- Latest version: 9.0.2
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
- 3 total downloads
- Latest version: 7.0.0-preview.2.22153.2
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/e0d900c8649d185cf925b59bc12187a116e5e114
Microsoft.Extensions.Configuration.CommandLine
by: Microsoft.Extensions.Configuration.CommandLine
- 2 total downloads
- Latest version: 1.0.0
Command line configuration provider implementation for Microsoft.Extensions.Configuration.