The following GitHub repositories were copied in part to this project.
Copied license: LICENSE.txt
Copied revision: c096dbbbe652f03be926502d790eb499682eea13
Files:
Patches:
Copied license: LICENSE.txt
Copied revision: 968432180cad66123c6541ba89b562e0cbb22a8d
Files:
src/Catalog/Helpers/Utils.cs
src/NuGet.Services.Entities/IEntity.cs
src/NuGet.Services.Entities/PackageFramework.cs
src/NuGet.Services.Validation/Entities/EndCertificateStatus.cs
src/NuGet.Services.Validation/Entities/EndCertificateUse.cs
src/NuGetGallery.Core/Frameworks/FrameworkCompatibilityService.cs
src/NuGetGallery.Core/Frameworks/FrameworkProductNames.cs
src/NuGetGallery.Core/Frameworks/IPackageFrameworkCompatibilityFactory.cs
src/NuGetGallery.Core/Frameworks/PackageFrameworkCompatibility.cs
src/NuGetGallery.Core/Frameworks/PackageFrameworkCompatibilityBadges.cs
src/NuGetGallery.Core/Frameworks/PackageFrameworkCompatibilityData.cs
src/NuGetGallery.Core/Frameworks/PackageFrameworkCompatibilityFactory.cs
src/NuGetGallery.Core/Frameworks/SupportedFrameworks.cs
src/NuGetGallery.Core/Services/AssetFrameworkHelper.cs
src/Validation.PackageSigning.ValidateCertificate/CertificateVerificationException.cs
src/Validation.PackageSigning.ValidateCertificate/CertificateVerificationResult.cs
src/Validation.PackageSigning.ValidateCertificate/ICertificateVerifier.cs
src/Validation.PackageSigning.ValidateCertificate/OnlineCertificateVerifier.cs
src/Validation.PackageSigning.ValidateCertificate/Primitives.cs
Patches:
- Remove unused property from
PackageFramework
and makeFrameworkName
settable - Add
ChainInfo
property toCertificateVerificationResult
to allow reading the chain before disposal - Trim unneeded code from Utils.cs to allow just simple tag splitting
- Remove unnecessary usings in Utils.cs
Copied license: LICENSE.txt
Copied revision: 3288d385d85106150bb697d2b37e27f4cfd57d91
Files:
sdk/core/Azure.Core/src/Pipeline/BearerTokenAuthenticationPolicy.cs
sdk/core/Azure.Core/src/Shared/Argument.cs
sdk/core/Azure.Core/src/Shared/AuthorizationChallengeParser.cs
sdk/core/Azure.Core/src/Shared/TaskExtensions.cs
Patches: