Skip to content
DocsTry Aspire
DocsTry

NxResource Constructors

ClassConstructors1 member
A resource that represents an Nx monorepo workspace.
A resource that represents an Nx monorepo workspace.
public class NxResource
{
public NxResource(
string name,
string workingDirectory)
{
// ...
}
}
namestringThe name of the resource.
workingDirectorystringThe working directory of the Nx workspace.