Microsoft.Diagnostics.Tracing.EventSource.Redist by: Microsoft
  • 621 total downloads
  • Latest version: 7.0.0-preview.7.22375.6
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, .NET Core, and netstandard2.0 in the System.Diagnostics.Tracing namespace. This package contains the latest version of EventSource and is meant to be used as a stop gap for .NET Framework developers until features and fixes are ported to System.Diagnostics.Tracing.EventSource in the .NET Framework. For more details, have a look at http://msdn.microsoft.com/en-us/library/system.diagnostics.tracing.eventsource.aspx. Commonly Used Types: Microsoft.Diagnostics.Tracing.EventSource
Microsoft.DotNet.Cli.Utils by: Microsoft.DotNet.Cli.Utils
  • 108 total downloads
  • Latest version: 2.0.0
Package Description
Microsoft.DotNet.PlatformAbstractions by: Microsoft
  • 28 total downloads
  • Latest version: 3.1.3
Abstractions for making code that uses file system and environment testable.
Microsoft.DotNet.ProjectModel by: Microsoft.DotNet.ProjectModel
  • 24 total downloads
  • Latest version: 1.0.0-rc3-1-003177
Types to model a .NET Project
Microsoft.EntityFrameworkCore by: Microsoft
  • 34 total downloads
  • Latest version: 3.1.24
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
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.Abstractions by: Microsoft
  • 24 total downloads
  • Latest version: 3.1.23
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Provides abstractions and attributes that are used to configure Entity Framework Core
Microsoft.EntityFrameworkCore.Analyzers by: Microsoft
  • 438 total downloads
  • Latest version: 8.0.2
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.Design by: Microsoft
  • 78 total downloads
  • Latest version: 3.1.31
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Shared design-time components for Entity Framework Core tools.
Microsoft.EntityFrameworkCore.Relational by: Microsoft
  • 31 total downloads
  • Latest version: 3.1.27
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Shared Entity Framework Core components for relational database providers.
Microsoft.EntityFrameworkCore.Relational.Design by: Microsoft
  • 53 total downloads
  • Latest version: 1.1.6
  • Entity Framework Core entity-framework-core EF Data O/RM
Shared design-time Entity Framework Core components for relational database providers.
Microsoft.EntityFrameworkCore.SqlServer by: Microsoft
  • 36 total downloads
  • Latest version: 3.1.27
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore SQL Server
Microsoft SQL Server database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.Tools by: Microsoft
  • 1.766k total downloads
  • Latest version: 9.0.0-preview.1.24081.2
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
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.AI by: Microsoft
  • 11 total downloads
  • Latest version: 9.5.0
Utilities for working with generative AI components.
Microsoft.Extensions.AI.Abstractions by: Microsoft
  • 25 total downloads
  • Latest version: 9.7.0
Abstractions representing generative AI components.
Microsoft.Extensions.AI.AzureAIInference by: Microsoft
  • 121 total downloads
  • Latest version: 9.7.1-preview.1.25365.4
Implementation of generative AI abstractions for Azure.AI.Inference.
Microsoft.Extensions.AmbientMetadata.Application by: Microsoft
  • 20 total downloads
  • Latest version: 9.0.0-preview.6.24353.1
Runtime information provider for application-level ambient metadata.
Microsoft.Extensions.ApiDescription.Server by: Microsoft
  • 260 total downloads
  • Latest version: 9.0.0-preview.4.24267.6
  • MSBuild Swagger OpenAPI code generation Web API service reference document
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/ada5ad97d2114250a05550cb28cc18b9cf9f8993
Microsoft.Extensions.Azure by: Microsoft
  • 217 total downloads
  • Latest version: 1.12.0
  • Microsoft Azure Client Pipeline AspNetCore Extensions
Azure Client SDK integration with Microsoft.Extensions libraries
Microsoft.Extensions.Caching.Abstractions by: Microsoft
  • 171 total downloads
  • Latest version: 9.0.0
Caching abstractions for in-memory cache and distributed cache. Commonly Used Types: Microsoft.Extensions.Caching.Distributed.IDistributedCache Microsoft.Extensions.Caching.Memory.IMemoryCache
Microsoft.Extensions.Caching.Memory by: Microsoft
  • 162 total downloads
  • Latest version: 9.0.0-preview.7.24405.7
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.