9 references to SourceForChannel
Aspire.Cli.Tests (9)
Commands\InitCommandTests.cs (9)
973Assert.Equal(SourceForChannel(contextChannel), capturedNuGetSource); 1022Assert.Equal(SourceForChannel("pr-12345"), capturedNuGetSource); 1678Assert.Contains(SourceForChannel(contextChannel), nugetConfigContentAtNewProjectTime!); 1922Assert.Contains(SourceForChannel(contextChannel), merged); 1973Assert.Contains(SourceForChannel("daily"), content); 1974Assert.DoesNotContain(SourceForChannel("stable"), content); 1975Assert.DoesNotContain(SourceForChannel("staging"), content); 2118var channelSource = SourceForChannel(channelName); 2160var channelSource = SourceForChannel(channelName);