Skip to content
DocsTry Aspire
DocsTry

UvAppResource Constructors

ClassConstructors1 member
Represents a Uv application.
Constructor(string, string, string)Section titled Constructor(string, string, string)
Represents a Uv application.
public class UvAppResource
{
public UvAppResource(
string name,
string executablePath,
string workingDirectory)
{
// ...
}
}
namestringThe name of the resource.
executablePathstringThe path to the executable used to run the python app.
workingDirectorystringThe working directory for uv.