Microsoft.CodeAnalysis.BannedApiAnalyzers
by: Microsoft
- 1 total downloads
- Latest version: 3.11.0-beta1.24527.2
Banned API Analyzers
Microsoft.CodeAnalysis.CSharp
by: Microsoft
- 1 total downloads
- Latest version: 1.0.0-rc1
.NET Compiler Platform ("Roslyn") support for C#, Microsoft.CodeAnalysis.CSharp.dll.
Supported Platforms:
- .NET Framework 4.5
- Windows 8
- Portable Class Libraries
Microsoft.CodeAnalysis.Features
by: Microsoft
- 1 total downloads
- Latest version: 1.2.0
.NET Compiler Platform ("Roslyn") support for creating editing experiences.
Supported Platforms:
- .NET Framework 4.5
- Windows 8
- Portable Class Libraries
Microsoft.CodeAnalysis.PublicApiAnalyzers
by: Microsoft
- 2 total downloads
- Latest version: 3.11.0-beta1.25173.1
Public API Analyzers
Microsoft.CodeAnalysis.VisualBasic
by: Microsoft
- 10 total downloads
- Latest version: 2.0.0-beta5
.NET Compiler Platform ("Roslyn") support for Visual Basic, Microsoft.CodeAnalysis.VisualBasic.dll.
Supported Platforms:
- .NET Framework 4.5
- Windows 8
- Portable Class Libraries
Microsoft.CodeAnalysis.VisualBasic.Workspaces
by: Microsoft
- 1 total downloads
- Latest version: 1.0.0-rc2
.NET Compiler Platform ("Roslyn") support for analyzing Visual Basic projects and solutions.
Supported Platforms:
- .NET Framework 4.5
Microsoft.CodeCoverage
by: Microsoft
- 1 total downloads
- Latest version: 16.6.0-preview-20200310-03
Microsoft.CodeCoverage package brings infra for collecting code coverage from vstest.console.exe and "dotnet test".
Microsoft.Diagnostics.Tracing.EventSource.Redist
by: Microsoft
- 1 total downloads
- Latest version: 1.1.24
This package includes the class Microsoft.Diagnostics.Tracing.EventSource which enables firing ETW events from managed code. This is the "runtime" or "redist" EventSource package and should be referenced directly only by other NuGet packages that need the EventSource functionality. Application developers that need this functionality should instead reference the Microsoft.Diagnostics.Tracing.EventSource NuGet package which provides an enhanced developer experience.
This package enables defining a strongly typed specification of an ETW provider that can be called by managed code. The EventSource class is also included in the .NET Framework. This package provides a newer version that has more features. It is meant to be used as a stop gap until those features it contains are ported to System.Diagnostics.Tracing.EventSource.
For more details, have a look at http://msdn.microsoft.com/en-us/library/system.diagnostics.tracing.eventsource.aspx.
New features:
- ETW channel support
- Support for static registration
Supported Platforms:
- .NET Framework 3.5
- .NET Framework 4.0
- .NET Framework 4.5
- Windows Store apps
- Windows Phone App 8.1
Microsoft.Diagnostics.Tracing.TraceEvent
by: Microsoft
- 1 total downloads
- Latest version: 3.1.2
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.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.EntityFrameworkCore.Design
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0
Shared design-time components for Entity Framework Core tools.
Microsoft.EntityFrameworkCore.Relational.Design
by: Microsoft
- 3 total downloads
- Latest version: 1.1.4
Shared design-time Entity Framework Core components for relational database providers.
Microsoft.EntityFrameworkCore.SqlServer
by: Microsoft
- 1 total downloads
- Latest version: 1.1.6
Microsoft SQL Server database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 1 total downloads
- Latest version: 2.2.0-preview1-35029
Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio.
Enables these commonly used commands:
Add-Migration
Drop-Database
Get-DbContext
Scaffold-DbContext
Script-Migrations
Update-Database
Microsoft.Extensions.Configuration.Json
by: Microsoft
- 4 total downloads
- Latest version: 2.0.0
JSON configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.DiagnosticAdapter
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0-preview1-final
Microsoft extension adapter feature to extend DiagnosticListener. Contains extension methods that extend System.Diagnostics.DiagnosticListener, and enables duck-typing based event handling by using dynamically generated proxy types.
Microsoft.Extensions.Localization.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview1-final
Abstractions of application localization services.
Commonly used types:
Microsoft.Extensions.Localization.IStringLocalizer
Microsoft.Extensions.Localization.IStringLocalizer<T>
Microsoft.Extensions.Logging.EventLog
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0-preview2-final
Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Options.ConfigurationExtensions
by: Microsoft
- 1 total downloads
- Latest version: 1.1.2
Provides additional configuration specific functionality related to Options.
Microsoft.Extensions.Primitives
by: Microsoft
- 3 total downloads
- Latest version: 2.0.0-preview2-final
Primitives shared by framework extensions. Commonly used types include:
Microsoft.Extensions.Primitives.IChangeToken
Microsoft.Extensions.Primitives.StringValues
Microsoft.Extensions.Primitives.StringSegment