Skip to content
Docs Try Aspire

EnvironmentCallbackAnnotation

Class net10.0
📦 Aspire.Hosting v13.1.2
Represents an annotation that provides a callback to modify the environment variables of an application.
namespace Aspire.Hosting.ApplicationModel;
public class EnvironmentCallbackAnnotation
: Aspire.Hosting.ApplicationModel.IResourceAnnotation
{
// ...
}