PivotalServices.AspNet.Replatform.Cf.Base
2.2.0
Package helps to bootstrap a full framework application to PCF - supports DI (native, autofac and unity). Additional extension packages (PivotalServices.CloudFoundry.Replatform.Bootstrap.*) are available based on specific needs like persisting session to redis, cloud native logging, configuration externalization, spring boot actuators, etc.
PivotalServices.AspNet.Bootstrap.Extensions
Additional DetailsRenamed and re-versioned to a different package as the earlier one is no more related to cloud foundry
Install-Package PivotalServices.AspNet.Replatform.Cf.Base -Version 2.2.0
dotnet add package PivotalServices.AspNet.Replatform.Cf.Base --version 2.2.0
<PackageReference Include="PivotalServices.AspNet.Replatform.Cf.Base" Version="2.2.0" />
paket add PivotalServices.AspNet.Replatform.Cf.Base --version 2.2.0
Dependencies
-
- Microsoft.AspNet.Mvc (>= 5.2.7)
- Microsoft.AspNet.WebApi.WebHost (>= 5.2.7)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 2.2.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.2.0)
- Microsoft.Extensions.Hosting (>= 2.2.0)
- Microsoft.Extensions.Logging.Console (>= 2.2.0)
- Microsoft.Extensions.Logging.Debug (>= 2.2.0)
Used By
NuGet packages (5)
Showing the top 5 NuGet packages that depend on PivotalServices.AspNet.Replatform.Cf.Base:
Package | Downloads |
---|---|
PivotalServices.AspNet.Replatform.Cf.Configuration
Package helps to bootstrap a full framework application to PCF by adding various configuration sources such as Json Files, Environment variables, VCAP Services and Config Server. This also overrides the AppSettings and ConnectionString Sections in Web.config file from other external sources
|
|
PivotalServices.AspNet.Replatform.Cf.Logging
Package helps to bootstrap a full framework application to PCF by adding cloud native distributed logging, enhanced with Serilog
|
|
PivotalServices.AspNet.Replatform.Cf.Redis.Session
Package helps to bootstrap a full framework application to PCF with persisting session to Redis
|
|
PivotalServices.AspNet.Replatform.Cf.Actuators
Package helps to bootstrap a full framework application to PCF, for enabling actuators and metrics forwarder
|
|
PivotalServices.AspNet.Replatform.Cf.WinAuth
Package helps to bootstrap a full framework application to PCF by adding Windows Auth using Kerberos
|
GitHub repositories
This package is not used by any popular GitHub repositories.