Microsoft.AspNetCore.Identity.UI
by: Microsoft
- 1 total downloads
- Latest version: 3.0.0-preview7.19365.7
ASP.NET Core Identity UI is the default Razor Pages built-in UI for the ASP.NET Core Identity framework.
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/d27c0100bc8b9b93eb8102b097c20b40f7de9c49
Microsoft.AspNetCore.Metadata
by: Microsoft
- 2 total downloads
- Latest version: 7.0.5
ASP.NET Core metadata.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d47e49e9c1e173ac90821f7e89cc38e710274241
Microsoft.AspNetCore.Mvc.ApiExplorer
by: Microsoft.AspNetCore.Mvc.ApiExplorer
- 1 total downloads
- Latest version: 1.0.6
ASP.NET Core MVC API explorer functionality for discovering metadata such as the list of controllers and actions, and their URLs and allowed HTTP methods.
Microsoft.AspNetCore.Mvc.NewtonsoftJson
by: Microsoft
- 1 total downloads
- Latest version: 9.0.0-preview.2.24128.4
ASP.NET Core MVC features that use Newtonsoft.Json. Includes input and output formatters for JSON and JSON PATCH.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9
Microsoft.AspNetCore.OpenApi
by: Microsoft
- 1 total downloads
- Latest version: 7.0.0-preview.4.22251.1
Provides APIs for annotating route handler endpoints in ASP.NET Core with OpenAPI annotations.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/e77cb01b5529c137130757859f09f892dbdd2436
Microsoft.AspNetCore.Razor.Runtime
by: Microsoft
- 1 total downloads
- Latest version: 2.1.0-rc1-final
Runtime infrastructure for rendering Razor pages and tag helpers.
Microsoft.AspNetCore.SpaServices.Extensions
by: Microsoft
- 1 total downloads
- Latest version: 6.0.30
Helpers for building single-page applications on ASP.NET MVC Core.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/1d696053fcd6735aaac1902afdb0b92edbf43e71
Microsoft.Azure.Cosmos.Direct
by: Microsoft
- 1 total downloads
- Latest version: 3.43.0
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.Bcl.AsyncInterfaces
by: Microsoft
- 1 total downloads
- Latest version: 8.0.0
Provides the IAsyncEnumerable<T> and IAsyncDisposable interfaces and helper types for .NET Standard 2.0. This package is not required starting with .NET Standard 2.1 and .NET Core 3.0.
Commonly Used Types:
System.IAsyncDisposable
System.Collections.Generic.IAsyncEnumerable
System.Collections.Generic.IAsyncEnumerator
Microsoft.Build.Framework
by: Microsoft
- 0 total downloads
- Latest version: 17.11.4
This package contains the Microsoft.Build.Framework assembly which is a common assembly used by other MSBuild assemblies.
Microsoft.Build.Tasks.Core
by: Microsoft
- 1 total downloads
- Latest version: 17.13.9
This package contains the Microsoft.Build.Tasks assembly which implements the commonly used tasks of MSBuild.
Microsoft.CodeAnalysis.CSharp
by: Microsoft
- 1 total downloads
- Latest version: 3.3.0-beta2-final
.NET Compiler Platform ("Roslyn") support for C#, Microsoft.CodeAnalysis.CSharp.dll.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/20a4c9adb4fd8317c968157ef11add1fbceccacc.
Microsoft.CodeAnalysis.CSharp.Features
by: Microsoft
- 1 total downloads
- Latest version: 3.7.0-1.final
.NET Compiler Platform ("Roslyn") support for creating C# editing experiences.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/4b5650e58ee947f283ec098c133c9ffd86b18744.
Microsoft.CodeAnalysis.CSharp.Scripting
by: Microsoft
- 1 total downloads
- Latest version: 3.4.0-beta1-final
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/2f21c63bb29a816d4a62191a1a0739deb64d387c.
Microsoft.CodeAnalysis.CSharp.Workspaces
by: Microsoft
- 1 total downloads
- Latest version: 1.1.1
.NET Compiler Platform ("Roslyn") support for analyzing C# projects and solutions.
Supported Platforms:
- .NET Framework 4.5
Microsoft.CodeAnalysis.Features
by: Microsoft
- 1 total downloads
- Latest version: 3.1.0
.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/9d80dea7fe1b14043b9b2ac4d0b59ed26f508742.
Microsoft.CodeAnalysis.Scripting.Common
by: Microsoft
- 2 total downloads
- Latest version: 4.4.0-2.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/2f760738cb92f32f50c981b68ba04ac3c8b7ee48.
Microsoft.Data.SqlClient
by: Microsoft
- 1 total downloads
- Latest version: 3.1.5
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS)
Commonly Used Types:
Microsoft.Data.SqlClient.SqlConnection
Microsoft.Data.SqlClient.SqlException
Microsoft.Data.SqlClient.SqlParameter
Microsoft.Data.SqlClient.SqlDataReader
Microsoft.Data.SqlClient.SqlCommand
Microsoft.Data.SqlClient.SqlTransaction
Microsoft.Data.SqlClient.SqlParameterCollection
Microsoft.Data.SqlClient.SqlClientFactory
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.DotNet.PlatformAbstractions
by: Microsoft.DotNet.PlatformAbstractions
- 1 total downloads
- Latest version: 2.1.0-preview1-26216-03
Abstractions for making code that uses file system and environment testable.
Microsoft.EntityFrameworkCore
by: Microsoft
- 2 total downloads
- Latest version: 7.0.0-rc.1.22426.7
Entity Framework Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. EF Core works with SQL Server, Azure SQL Database, SQLite, Azure Cosmos DB, MySQL, PostgreSQL, and other databases through a provider plugin API.
Commonly Used Types:
Microsoft.EntityFrameworkCore.DbContext
Microsoft.EntityFrameworkCore.DbSet