Microsoft.CSharp
by: Microsoft
- 2 total downloads
- Latest version: 4.7.0
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.Diagnostics.Tracing.TraceEvent
by: Microsoft
- 1 total downloads
- Latest version: 2.0.49
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.DotNet.PlatformAbstractions
- 1 total downloads
- Latest version: 2.1.0-preview2-26406-04
Abstractions for making code that uses file system and environment testable.
Microsoft.EntityFrameworkCore.SqlServer
by: Microsoft
- 3 total downloads
- Latest version: 2.0.0
Microsoft SQL Server database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 27 total downloads
- Latest version: 10.0.0-preview.1.25081.1
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.DependencyModel
by: Microsoft
- 2 total downloads
- Latest version: 6.0.0-preview.2.21154.6
Abstractions for reading `.deps` files.
Commonly Used Types:
Microsoft.Extensions.DependencyModel.DependencyContext
Microsoft.Extensions.Localization.Abstractions
by: Microsoft
- 6 total downloads
- Latest version: 2.0.0-preview2-final
Abstractions of application localization services.
Commonly used types:
Microsoft.Extensions.Localization.IStringLocalizer
Microsoft.Extensions.Localization.IStringLocalizer<T>
Microsoft.Extensions.Logging.AzureAppServices
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
Logger implementation to support Azure App Services 'Diagnostics logs' and 'Log stream' features.
Microsoft.FluentUI.AspNetCore.Components
by: Microsoft
- 0 total downloads
- Latest version: 4.9.0
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.Identity.Client
by: Microsoft
- 1 total downloads
- Latest version: 2.0.1-preview
This package contains the binaries of the Microsoft Authentication Library (MSAL).
MSAL makes it easy to obtain tokens from Azure AD v2 (work & school accounts, MSA) and Azure AD B2C, gaining access to Microsoft Cloud API and any other API secured by Microsoft identities. This version supports adding authentication functionality to your .NET based client on Windows desktop (.NET 4.5+), UWP, .NET Core, Xamarin iOS and Xamarin Android.
Microsoft.IdentityModel.Tokens
by: Microsoft
- 1 total downloads
- Latest version: 6.18.0
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
Microsoft.IdentityModel.Tokens.Saml
by: Microsoft
- 1 total downloads
- Latest version: 6.9.0
Includes types that provide support for SamlTokens version 1 and 2.
Microsoft.Maui.Controls.Build.Tasks
by: Microsoft
- 0 total downloads
- Latest version: 9.0.14
.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.SharedLibrary-arm
by: Microsoft
- 1 total downloads
- Latest version: 1.6.4
.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 1.6
Microsoft.Net.Native.SharedLibrary-x86
by: Microsoft
- 1 total downloads
- Latest version: 1.6.1
.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 1.6
Microsoft.NETCore.App.Host.linux-x64
by: Microsoft
- 1 total downloads
- Latest version: 3.0.0-rc1-19456-20
Internal implementation package not meant for direct consumption. Please do not reference directly.
8f5d7b1ba4f744199ba006cac38dfcb9a2408880
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.DotNetAppHost
by: Microsoft
- 3 total downloads
- Latest version: 7.0.0-preview.6.22324.4
Provides the .NET app bootstrapper intended for use in the application directory
Microsoft.NETCore.DotNetHost
by: Microsoft
- 2 total downloads
- Latest version: 6.0.19
Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module
Microsoft.NETCore.Targets
by: Microsoft
- 1 total downloads
- Latest version: 1.0.1-beta-23516
Provides supporting infrastructure for portable projects: support identifiers that define framework and runtime for support targets and packages that reference the minimum supported package versions when targeting these. - 1548494
Microsoft.Orleans.Core
by: Microsoft Research
- 1 total downloads
- Latest version: 1.1.2
Core library of Microsoft Orleans used both on the client and server.