Microsoft.Diagnostics.Tracing.TraceEvent
by: Microsoft
- 2 total downloads
- Latest version: 3.1.16
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.InMemory
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0-preview1-final
In-memory database provider for Entity Framework Core (to be used for testing purposes).
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 3 total downloads
- Latest version: 5.0.13
Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio.
Enables these commonly used commands:
Add-Migration
Drop-Database
Get-DbContext
Get-Migration
Remove-Migration
Scaffold-DbContext
Script-Migration
Update-Database
Microsoft.Extensions.ApiDescription.Server
by: Microsoft
- 1 total downloads
- Latest version: 6.0.26
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/d504a7b7dab277712646747e9f5cce0d9507245e
Microsoft.Extensions.DependencyInjection.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 1.0.0-rc1-final
Contracts for dependency injection.
Microsoft.FluentUI.AspNetCore.Components
by: Microsoft
- 2 total downloads
- Latest version: 4.5.1-preview.24068.9
A set of Blazor components wrapping Microsoft’s official Fluent UI Web Components. They implement the latest state of the Fluent design language, are built on FAST and work in every major browser.
Microsoft.Maui.Controls
by: Microsoft
- 1 total downloads
- Latest version: 10.0.41
.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. Using .NET MAUI, you can develop apps that can run on Android, iOS, macOS, Tizen, and Windows from a single shared codebase.
Microsoft.Maui.Resizetizer
by: Microsoft
- 1 total downloads
- Latest version: 8.0.61
.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 contains image, font and raw asset processing tools.
Microsoft.Net.Compilers
by: Microsoft
- 1 total downloads
- Latest version: 3.2.0
.NET Compilers package.
Referencing this package will cause the project to be built using the specific version of the C# and Visual Basic compilers contained in the package, as opposed to any system installed version.
This package can be used to compile code targeting any platform, but can only be run using the desktop .NET 4.7.2+ Full Framework.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/c3b512958589fecf9e847a73db492cfc92f71a69.
Microsoft.Net.Http
by: Microsoft
- 1 total downloads
- Latest version: 2.2.19
This package includes HttpClient for sending requests over HTTP, as well as HttpRequestMessage and HttpResponseMessage for processing HTTP messages.
This package is not supported in Visual Studio 2010, and is only required for projects targeting .NET Framework 4.5 or .NET for Windows Store apps when consuming a library that uses this package.
Supported Platforms:
- .NET Framework 4
- .NET for Windows Store apps
- .NET for Windows Phone Store apps
- Windows Phone 7.5 and 8
- Silverlight 4 and 5
- Portable Class Libraries
Microsoft.NETCore.App.Host.linux-x64
by: Microsoft
- 1 total downloads
- Latest version: 6.0.0-preview.4.21253.7
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Host.win-x64
by: Microsoft
- 2 total downloads
- Latest version: 6.0.0-preview.3.21201.4
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.DotNetAppHost
by: Microsoft
- 3 total downloads
- Latest version: 7.0.16
Provides the .NET app bootstrapper intended for use in the application directory
Microsoft.NETCore.DotNetHost
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0-preview1-001100-00
Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.DotNetHostPolicy
by: Microsoft
- 2 total downloads
- Latest version: 8.0.23
Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing
Microsoft.NETCore.DotNetHostResolver
by: Microsoft
- 2 total downloads
- Latest version: 8.0.4
Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost
Microsoft.NETCore.Jit
by: Microsoft
- 1 total downloads
- Latest version: 1.0.9
The .NET JIT compiler.
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.Runtime.CoreCLR
by: Microsoft
- 1 total downloads
- Latest version: 1.0.14
The .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Orleans.Analyzers
by: Microsoft
- 1 total downloads
- Latest version: 7.2.3
C# Analyzers for Microsoft Orleans.
Microsoft.Orleans.Client
by: Microsoft Research
- 1 total downloads
- Latest version: 1.1.0-beta2
Referencing this package is necessary for a client to communicate with an Orleans system.