3 references to Segments
Aspire.Hosting.Rust (3)
RustCargoTargetResolver.cs (3)
56
public string RelativePathWithoutTarget => string.Join('/', Target is null ?
Segments
:
Segments
.Skip(1));
68
var path = Path.Combine([targetDirectory, ..
Segments
]);