Microsoft.Build.Framework
by: Microsoft
- 1 total downloads
- Latest version: 15.4.8
This package contains the Microsoft.Build.Framework assembly which is a common assembly used by other MSBuild assemblies.
Microsoft.CodeAnalysis.Common
by: Microsoft
- 1 total downloads
- Latest version: 3.8.0-4.final
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn").
Do not install this package manually, it will be added as a prerequisite by other packages that require it.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/75d31ee941ce4dbbe5752f4ac2d5c0583f388a27.
Microsoft.CodeAnalysis.CSharp.Scripting
by: Microsoft
- 1 total downloads
- Latest version: 4.1.0
Microsoft .NET Compiler Platform ("Roslyn") CSharp scripting package.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/260d16a8ee0ab42d94d8dfdfe85a1279c85dcffd.
Microsoft.CodeAnalysis.CSharp.Workspaces
by: Microsoft
- 1 total downloads
- Latest version: 3.9.0-3.final
.NET Compiler Platform ("Roslyn") support for analyzing C# projects and solutions.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/e5eb71d6714749bccf91d9268ece78cd5d4d43ea.
Microsoft.CodeAnalysis.Features
by: Microsoft
- 1 total downloads
- Latest version: 4.7.0-1.final
.NET Compiler Platform ("Roslyn") support for creating editing experiences.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/6544980c8335ce25d8959afd4b6ee308686fed53.
Microsoft.CodeAnalysis.Scripting.Common
by: Microsoft
- 2 total downloads
- Latest version: 3.5.0-beta1-final
Microsoft .NET Compiler Platform ("Roslyn") shared scripting package.
Do not install this package manually, it will be added as a prerequisite by other packages that require it.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/fb3f812a3e4b7534bef784fa2df1c21d1f67864d.
Microsoft.CodeAnalysis.VisualBasic.Workspaces
by: Microsoft
- 2 total downloads
- Latest version: 4.12.0-2.final
.NET Compiler Platform ("Roslyn") support for analyzing Visual Basic projects and solutions.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/be9c072e1c8a9e6701e34d796b1d68098d08feab.
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 1 total downloads
- Latest version: 6.0.36
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.Caching.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 10.0.2
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.SqlServer
by: Microsoft
- 1 total downloads
- Latest version: 8.0.22
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Microsoft SQL Server.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/ee417479933278bb5aadc5944706a96b5ef74a5d
Microsoft.Extensions.Configuration
by: Microsoft
- 5 total downloads
- Latest version: 9.0.1
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.FileExtensions
by: Microsoft
- 1 total downloads
- Latest version: 8.0.0-preview.2.23128.3
Provides a base class for file-based configuration providers used with Microsoft.Extensions.Configuration and extension methods for configuring them.
Microsoft.Extensions.Configuration.KeyPerFile
by: Microsoft
- 1 total downloads
- Latest version: 2.2.0-preview2-35157
Configuration provider that uses files in a directory for Microsoft.Extensions.Configuration.
This package was built from the source at:
https://github.com/aspnet/Configuration/tree/fd1c65b7e6b5aba9cfd0211634eb2322a386b349
Microsoft.Extensions.DependencyInjection.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 8.0.0
Abstractions for dependency injection.
Commonly Used Types:
Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.DependencyModel
by: Microsoft
- 1 total downloads
- Latest version: 9.0.3
Provides abstractions for reading `.deps` files. When a .NET application is compiled, the SDK generates a JSON manifest file (`<ApplicationName>.deps.json`) that contains information about application dependencies. You can use `Microsoft.Extensions.DependencyModel` to read information from this manifest at run time. This is useful when you want to dynamically compile code (for example, using Roslyn Emit API) referencing the same dependencies as your main application.
By default, the dependency manifest contains information about the application's target framework and runtime dependencies. Set the PreserveCompilationContext project property to `true` to additionally include information about reference assemblies used during compilation.
Microsoft.Extensions.Diagnostics
by: Microsoft
- 1 total downloads
- Latest version: 8.0.0
This package includes the default implementation of IMeterFactory and additional extension methods to easily register it with the Dependency Injection framework.
Microsoft.Extensions.Diagnostics.HealthChecks
by: Microsoft
- 1 total downloads
- Latest version: 8.0.11
Components for performing health checks in .NET applications
Commonly Used Types:
Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckService
Microsoft.Extensions.Diagnostics.HealthChecks.IHealthChecksBuilder
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/47576478939fdd59b4400ad135f47938af486ab3
Microsoft.Extensions.FileProviders.Embedded
by: Microsoft
- 2 total downloads
- Latest version: 8.0.6
File provider for files in embedded resources for Microsoft.Extensions.FileProviders.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/b8139c5ee58f1708b0e3368a1b241400edd6cbc4
Microsoft.Extensions.Http
by: Microsoft
- 0 total downloads
- Latest version: 6.0.0
The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. The HttpClient factory provides extensibility to plug in DelegatingHandlers that address cross-cutting concerns such as service location, load balancing, and reliability. The default HttpClient factory provides built-in diagnostics and logging and manages the lifetimes of connections in a performant way.
Commonly Used Types:
System.Net.Http.IHttpClientFactory
Microsoft.Extensions.Localization
by: Microsoft
- 4 total downloads
- Latest version: 8.0.14
Application localization services and default implementation based on ResourceManager to load localized assembly resources.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/25ef4aa38b77974263cb10f6e9cbd10135f17b59