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