Microsoft.CodeAnalysis.Compilers
by: Microsoft
- 0 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.PublicApiAnalyzers
by: Microsoft
- 2 total downloads
- Latest version: 3.11.0-beta1.24219.2
Public API Analyzers
Microsoft.Data.SqlClient.SNI.runtime
by: Microsoft
- 2 total downloads
- Latest version: 5.0.0-preview2.22084.1
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
- 1 total downloads
- Latest version: 2.0.1
SQLite implementation of the System.Data.Common provider model.
Commonly Used Types:
Microsoft.Data.Sqlite.SqliteCommand
Microsoft.Data.Sqlite.SqliteConnection
Microsoft.Data.Sqlite.SqliteConnectionStringBuilder
Microsoft.Data.Sqlite.SqliteDataReader
Microsoft.Data.Sqlite.SqliteException
Microsoft.Data.Sqlite.SqliteFactory
Microsoft.Data.Sqlite.SqliteParameter
Microsoft.Data.Sqlite.SqliteTransaction
Microsoft.Diagnostics.Tracing.TraceEvent
by: Microsoft
- 1 total downloads
- Latest version: 2.0.30
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.Analyzers
by: Microsoft
- 1 total downloads
- Latest version: 2.1.3
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.InMemory
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview1-final
In-memory database provider for Entity Framework Core (to be used for testing purposes).
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 1 total downloads
- Latest version: 6.0.4
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
- 1 total downloads
- Latest version: 7.0.3
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/febee99db845fd8766a13bdb391a07c3ee90b4ba
Microsoft.Extensions.Caching.Memory
by: Microsoft.Extensions.Caching.Memory
- 1 total downloads
- Latest version: 1.0.0
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Caching.SqlServer
by: Microsoft.Extensions.Caching.SqlServer
- 2 total downloads
- Latest version: 1.0.0
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Microsoft SQL Server.
Microsoft.Extensions.CommandLineUtils
by: Microsoft
- 1 total downloads
- Latest version: 1.1.1
Command-line parsing API. Commonly used types:
Microsoft.Extensions.CommandLineUtils.CommandLineApplication
Microsoft.Extensions.CommandLineUtils.CommandOption
Microsoft.Extensions.DependencyInjection.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview2-final
Abstractions for dependency injection.
Commonly used types:
Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.FileProviders.Abstractions
by: Microsoft
- 3 total downloads
- Latest version: 2.0.0-preview1-final
Abstractions of files and directories.
Commonly used types:
Microsoft.Extensions.FileProviders.IDirectoryContents
Microsoft.Extensions.FileProviders.IFileInfo
Microsoft.Extensions.FileProviders.IFileProvider
Microsoft.Extensions.Globalization.CultureInfoCache
by: Microsoft
- 1 total downloads
- Latest version: 1.0.0-rc1-final
Provides cached instances of CultureInfo using a generated list of known culture names for use in scenarios where unbounded CultureInfo creation is undesirable.
Microsoft.Extensions.Options.ConfigurationExtensions
by: Microsoft.Extensions.Options.ConfigurationExtensions
- 2 total downloads
- Latest version: 1.0.1
Provides additional configuration specific functionality related to Options.
Microsoft.FluentUI.AspNetCore.Components
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-rc.1
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.Resizetizer.Sdk
by: Microsoft
- 2 total downloads
- Latest version: 7.0.86+16-sha.6ddd1f530-azdo.7679977
.NET MAUI SDK support for images, fonts, etc. Enabled via <UseMauiAssets>true</UseMauiAssets>.
Microsoft.Net.Compilers
by: Microsoft
- 3 total downloads
- Latest version: 3.1.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/9d80dea7fe1b14043b9b2ac4d0b59ed26f508742.
Microsoft.NETCore.App.Ref
by: Microsoft
- 2 total downloads
- Latest version: 6.0.18
Internal implementation package not meant for direct consumption. Please do not reference directly.
A set of .NET APIs that are included in the default .NET application model. Contains reference assemblies, documentation, and other design-time assets.