2 implementations of ITargetChannelValidator
Microsoft.DotNet.Build.Tasks.Feed (1)
src\ProductionChannelValidator.cs (1)
19
public class ProductionChannelValidator :
ITargetChannelValidator
Microsoft.DotNet.Build.Tasks.Feed.Tests (1)
PublishArtifactsInManifestTests.cs (1)
38
private class MockTargetChannelValidator :
ITargetChannelValidator
7 references to ITargetChannelValidator
Microsoft.DotNet.Build.Tasks.Feed (5)
src\PublishArtifactsInManifest.cs (3)
227
private
ITargetChannelValidator
_targetChannelValidator;
242
collection.TryAddSingleton<
ITargetChannelValidator
>(provider =>
282
ITargetChannelValidator
targetChannelValidator)
src\PublishArtifactsInManifestBase.cs (2)
51
public
ITargetChannelValidator
TargetChannelValidator { get; set; }
241
ITargetChannelValidator
targetChannelValidator = null)
Microsoft.DotNet.Build.Tasks.Feed.Tests (2)
PublishArtifactsInManifestTests.cs (2)
70
public TestablePublishArtifactsTask(
ITargetChannelValidator
validator = null)
161
.AddSingleton<
ITargetChannelValidator
, ProductionChannelValidator>()