1 write to ManifestPath
Aspire.Hosting.Rust (1)
RustHostingExtensions.cs (1)
453
GetOrAddCargoOptions(builder).
ManifestPath
= manifestPath;
7 references to ManifestPath
Aspire.Hosting.Rust (7)
RustDockerfileGenerator.cs (4)
77
ValidateDockerfileValue(options.
ManifestPath
, "cargo manifest path", resource.Name);
78
var containerManifestPath = ValidateManifestPath(options.
ManifestPath
, workingDirectory, resource.Name);
84
.ReadAsync(workingDirectory, options.
ManifestPath
, resource.Name, ReadOnlyDictionary<string, string>.Empty, context.CancellationToken)
103
if (options.
ManifestPath
is { } path && containerManifestPath is { } containerPath)
RustHostingExtensions.cs (3)
530
if (options.
ManifestPath
is { } manifestPath)
571
if (options.Locked is null && HasLockFile(resource.WorkingDirectory, options.
ManifestPath
))
699
.ReadAsync(workingDirectory, options.
ManifestPath
, resource.Name, environment, cancellationToken)