1 write to Target
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
570
Target
= v.Target,
2 references to Target
Aspire.Hosting.Tests (2)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (2)
176
Assert.Contains(snapshot.Volumes, v => v.Source == "/host/path" && v.
Target
== "/container/path" && !v.IsReadOnly);
177
Assert.Contains(snapshot.Volumes, v => v.Source == "myvolume" && v.
Target
== "/data" && v.IsReadOnly);