dotnet-ef
by: Microsoft
- 1 total downloads
- Latest version: 6.0.29
Entity Framework Core Tools for the .NET Command-Line Interface.
Enables these commonly used dotnet-ef commands:
dotnet ef migrations add
dotnet ef migrations list
dotnet ef migrations script
dotnet ef dbcontext info
dotnet ef dbcontext scaffold
dotnet ef database drop
dotnet ef database update
Google.Protobuf
by: Google Inc.
- 2 total downloads
- Latest version: 3.21.10
C# runtime library for Protocol Buffers - Google's data interchange format.
IKVM.Image.runtime.linux-x64
by: Jeroen Frijters, Jerome Haltom
- 1 total downloads
- Latest version: 8.11.0-pre.4
IKVM Runtime Image
IKVM.Image.runtime.win-x86
by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
- 1 total downloads
- Latest version: 8.8.1
IKVM Runtime Image
K4os.Compression.LZ4
by: K4os.Compression.LZ4
- 1 total downloads
- Latest version: 1.0.0-beta
Package Description
Microsoft.AspNetCore.Authentication.Twitter
by: Microsoft
- 1 total downloads
- Latest version: 10.0.0-preview.5.25277.114
ASP.NET Core middleware that enables an application to support Twitter's OAuth 1.0 authentication workflow.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/ddf39a1b4690fbe23aea79c78da67004a5c31094
Microsoft.AspNetCore.Components
by: Microsoft
- 1 total downloads
- Latest version: 6.0.0-preview.5.21301.17
Components feature for ASP.NET Core.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/5a007deadbb2636caff4656333cafc818b6b2ef6
Microsoft.AspNetCore.JsonPatch
by: Microsoft
- 2 total downloads
- Latest version: 7.0.0-preview.3.22178.4
ASP.NET Core support for JSON PATCH.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/e71b34dbb2c0883145c658bed8814ae45f6fe15e
Microsoft.AspNetCore.Mvc.NewtonsoftJson
by: Microsoft
- 1 total downloads
- Latest version: 10.0.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/dotnet/tree/80d3e14f5e08b4888f464e3cd0d0b2445b63ec46
Microsoft.AspNetCore.Mvc.Testing
by: Microsoft
- 1 total downloads
- Latest version: 6.0.0-preview.2.21154.6
Support for writing functional tests for MVC applications.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/ffaea14b06ea8b247fa4894b7d21ecf6da2cafbc
Microsoft.AspNetCore.ResponseCaching.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 2.2.0-preview2-35157
ASP.NET Core response caching middleware abstractions and feature interface definitions.
This package was built from the source at:
https://github.com/aspnet/ResponseCaching/tree/4e07ea7672919d80717010440d0424b592ae07bd
Microsoft.AspNetCore.TestHost
by: Microsoft
- 1 total downloads
- Latest version: 3.1.0-preview2.19528.8
ASP.NET Core web server for writing and running tests.
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/471e4710a818849eaf22c5977281d10fd6758616
Microsoft.AspNetCore.WebSockets
by: Microsoft
- 1 total downloads
- Latest version: 2.2.0-preview3-35497
ASP.NET Core web socket middleware for use on top of opaque servers.
This package was built from the source at:
https://github.com/aspnet/WebSockets/tree/56f90124026b1da5f260b3c1a55f75fab7ecbb68
Microsoft.Azure.Common
by: Microsoft
- 1 total downloads
- Latest version: 2.0.4
Provides infrastructure for common error handling, tracing, configuration, and HTTP/REST-based pipeline manipulation. The package also exposes the CloudContext type, which enables centralized discovery of available Microsoft Azure libraries.
.NET Framework Recommended during Preview:
At this time, applications looking to use the Microsoft Azure Management Libraries should use the .NET Framework. Management operations require the X509Certificate2 type that is not present in the Portable Class Library API surface area. The Common.NetFramework library exposes this functionality. Looking to the future, we are enabling PCL early: Microsoft Azure Active Directory integration enables token-based authentication. Coupled with appropriate platform-specific libraries, in the future more platforms will light up with support for managing Microsoft Azure services.
Supported Portable Library Platforms:
- .NET Framework 4.5, 4.5.1
- .NET for Windows Store apps
- Windows Phone 8, 8.1
- Silverlight 5
- Portable Class Libraries
Microsoft.CodeAnalysis.VisualBasic.Workspaces
by: Microsoft
- 1 total downloads
- Latest version: 3.10.0-3.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/4c32f5e4e9c0828a94fd4d1c9c0994082c85aaf3.
Microsoft.EntityFrameworkCore.InMemory
by: Microsoft
- 1 total downloads
- Latest version: 6.0.0-preview.7.21378.4
In-memory database provider for Entity Framework Core (to be used for testing purposes).
Microsoft.Extensions.Configuration.AzureKeyVault
by: Microsoft
- 1 total downloads
- Latest version: 3.0.0-preview5.19227.9
Azure KeyVault configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.Binder
by: Microsoft
- 1 total downloads
- Latest version: 2.1.0-preview1-final
Functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.Ini
by: Microsoft
- 1 total downloads
- Latest version: 9.0.14
INI configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read configuration parameters from INI files. You can use IniConfigurationExtensions.AddIniFile extension method on IConfigurationBuilder to add INI configuration provider to the configuration builder.