Microsoft.CodeAnalysis.BannedApiAnalyzers
by: Microsoft
- 2 total downloads
- Latest version: 3.11.0-beta1.26226.5
Banned API Analyzers
Microsoft.CodeAnalysis.Common
by: Microsoft
- 1 total downloads
- Latest version: 1.3.2
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.Compilers
by: Microsoft
- 5 total downloads
- Latest version: 5.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/adb4347a172149b3ec18552da62e4da6fb2cf362.
Microsoft.CodeAnalysis.CSharp
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-rc2
.NET Compiler Platform ("Roslyn") support for C#, Microsoft.CodeAnalysis.CSharp.dll.
Microsoft.CodeAnalysis.CSharp.Features
by: Microsoft
- 2 total downloads
- Latest version: 2.8.2
.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/2ad4aabc7a9dada097e54e544ebba48ab1c05074
Microsoft.CodeAnalysis.CSharp.Scripting
by: Microsoft
- 1 total downloads
- Latest version: 2.3.2
This package was built from the source at https://github.com/dotnet/roslyn/commit/ec1cde8b77c7bca654888681037f55aa0e62dd19
Microsoft.CodeAnalysis.CSharp.Workspaces
by: Microsoft
- 2 total downloads
- Latest version: 2.7.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/e873e69306527a0424e97af2985370556f474019
Microsoft.CodeAnalysis.PublicApiAnalyzers
by: Microsoft
- 1 total downloads
- Latest version: 4.14.0
Public API Analyzers
Microsoft.CodeAnalysis.VisualBasic.Features
by: Microsoft
- 1 total downloads
- Latest version: 2.3.0-beta3
.NET Compiler Platform ("Roslyn") support for creating Visual Basic editing experiences.
Microsoft.CodeAnalysis.VisualBasic.Workspaces
by: Microsoft
- 2 total downloads
- Latest version: 2.6.1
.NET Compiler Platform ("Roslyn") support for analyzing Visual Basic 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/2c94423e50a72aea8a4962d8722641d06bc88b13
Microsoft.CodeCoverage
by: Microsoft
- 3 total downloads
- Latest version: 16.10.0-release-20210422-02
Microsoft.CodeCoverage package brings infra for collecting code coverage from vstest.console.exe and "dotnet test".
Microsoft.CSharp
by: Microsoft
- 1 total downloads
- Latest version: 4.6.0-preview.18571.3
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
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Data.SqlClient.SNI.runtime
by: Microsoft
- 1 total downloads
- Latest version: 6.0.2
Internal implementation package not meant for direct consumption. Please do not reference directly.
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Data.Sqlite
by: Microsoft
- 2 total downloads
- Latest version: 1.0.0-beta7
SQLite implementation of the System.Data.Common provider model.
Microsoft.Diagnostics.Tracing.TraceEvent
by: Microsoft
- 5 total downloads
- Latest version: 3.1.17
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.DotNet.PlatformAbstractions
by: Microsoft
- 4 total downloads
- Latest version: 5.0.0-preview.4.20251.6
Abstractions for making code that uses file system and environment testable.
Microsoft.EntityFrameworkCore
by: Microsoft
- 2 total downloads
- Latest version: 1.1.3
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
- 3 total downloads
- Latest version: 10.0.10
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.InMemory
by: Microsoft
- 1 total downloads
- Latest version: 1.1.5
In-memory database provider for Entity Framework Core (to be used for testing purposes).
Microsoft.EntityFrameworkCore.Relational
by: Microsoft
- 2 total downloads
- Latest version: 1.1.3
Shared Entity Framework Core components for relational database providers.