11 references to GeneralUtils
Microsoft.DotNet.Build.Tasks.Feed (7)
src\AzureDevOpsNugetFeedAssetPublisher.cs (2)
49
Timeout =
GeneralUtils
.NugetFeedPublisherHttpClientTimeout,
68
if (!file.EndsWith(
GeneralUtils
.PackageSuffix, StringComparison.OrdinalIgnoreCase))
src\common\AzureStorageUtils.cs (2)
218
GeneralUtils
.CreateDefaultRetryHandler());
286
var streamsMatch = await
GeneralUtils
.CompareStreamsAsync(localFileStream, remoteStream, BufferSize);
src\PublishArtifactsInManifestBase.cs (3)
33
using static Microsoft.DotNet.Build.Tasks.Feed.
GeneralUtils
;
1170
categories =
GeneralUtils
.PackagesCategory;
1198
categories =
GeneralUtils
.InferCategory(blobAsset.Id, Log);
Microsoft.DotNet.Build.Tasks.Feed.Tests (4)
GeneralTests.cs (3)
50
GeneralUtils
.IsSymbolPackage(package).Should().Be(isSymbolPackage);
67
var result = await
GeneralUtils
.IsFeedPublicAsync(
94
await
GeneralUtils
.IsFeedPublicAsync(
PublishArtifactsInManifestTests.cs (1)
368
bool streamsAreSame = await
GeneralUtils
.CompareStreamsAsync(fakeStreamA, fakeStreamB, bufferSize);