Skip to content
Docs Try Aspire

CapturedEnvironmentVariable Constructors

Class Constructors 1 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()
{
// ...
}
}