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