Skip to content
DocsTry Aspire
DocsTry

CapturedEnvironmentVariable Constructors

ClassConstructors1 member
Represents a captured environment variable that will be written to the .env file adjacent to the Docker Compose file.
public sealed class CapturedEnvironmentVariable
{
public CapturedEnvironmentVariable()
{
// ...
}
}