Skip to content
Docs Try Aspire

PipelineStepFactoryContext

Class net10.0
📦 Aspire.Hosting v13.1.2
Provides contextual information for creating pipeline steps from a PipelineStepAnnotation.
namespace Aspire.Hosting.Pipelines;
public class PipelineStepFactoryContext
{
// ...
}
View all constructors
PipelineContextget; init
Gets the pipeline context that has the model and other properties.
Resourceget; init
Gets the resource that this factory is associated with.
View all properties