7 references to Sidecar
Aspire.Cli.Tests (7)
Acquisition\IdentityResolverTests.cs (7)
346[InlineData(IdentityInputSource.Sidecar, IdentityField.Channel, false)] 347[InlineData(IdentityInputSource.Sidecar, IdentityField.Version, false)] 348[InlineData(IdentityInputSource.Sidecar, IdentityField.Commit, false)] 351[InlineData(IdentityInputSource.Sidecar, IdentityField.NuGetServiceIndexOverride, true)] 352[InlineData(IdentityInputSource.Sidecar, IdentityField.Packages, true)] 369if (inputSource is IdentityInputSource.Sidecar) 395inputSource is IdentityInputSource.Sidecar ? IdentitySource.Sidecar : IdentitySource.Environment,