13 references to IdentityInputSource
Aspire.Cli.Tests (13)
Acquisition\IdentityResolverTests.cs (13)
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)] 355[InlineData(IdentityInputSource.Environment, IdentityField.Channel, true)] 356[InlineData(IdentityInputSource.Environment, IdentityField.Version, true)] 357[InlineData(IdentityInputSource.Environment, IdentityField.Commit, true)] 358[InlineData(IdentityInputSource.Environment, IdentityField.NuGetServiceIndexOverride, true)] 359[InlineData(IdentityInputSource.Environment, IdentityField.Packages, true)] 361IdentityInputSource inputSource, 369if (inputSource is IdentityInputSource.Sidecar) 395inputSource is IdentityInputSource.Sidecar ? IdentitySource.Sidecar : IdentitySource.Environment,