Skip to content
Docs Try Aspire
Docs Try

withProjectDependencies

Method
📦 CommunityToolkit.Aspire.Hosting.Perl v13.4.0
interface PerlAppResource {
// ... omitted for brevity
withProjectDependencies(cartonDeployment?: boolean): PerlAppResource;
}

Signature

method withProjectDependencies builder
Configures project-level dependency installation for the Perl application. Runs the appropriate install command based on the active package manager: - - If the active package manager is `cpan` (the default), it is automatically switched to `cpanm` since `cpan` does not support `--installdeps`.
withProjectDependencies(cartonDeployment?: boolean): PerlAppResource
cartonDeployment boolean optional = False
PerlAppResource

Applies to

This method applies to the following types: