From e4e5dd5ce28abba35d92e71be81b3621772e6496 Mon Sep 17 00:00:00 2001 From: Yeming Liu Date: Wed, 3 Mar 2021 11:09:11 +0800 Subject: [PATCH 1/3] make Encode(byte[]) public for keyvault --- src/Common/Utilities/Base64UrlHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Common/Utilities/Base64UrlHelper.cs b/src/Common/Utilities/Base64UrlHelper.cs index f88216d90f..e71a8c1a73 100644 --- a/src/Common/Utilities/Base64UrlHelper.cs +++ b/src/Common/Utilities/Base64UrlHelper.cs @@ -78,7 +78,7 @@ public static byte[] DecodeToBytes(string arg) return Convert.FromBase64String(s); // Standard base64 decoder } - internal static string Encode(byte[] arg) + public static string Encode(byte[] arg) { if (arg == null) { From 92b81f24ee1279d23ae7be11951e4cf455e734f7 Mon Sep 17 00:00:00 2001 From: Yeming Liu Date: Wed, 3 Mar 2021 11:33:25 +0800 Subject: [PATCH 2/3] --- NuGet.config | 1 + 1 file changed, 1 insertion(+) diff --git a/NuGet.config b/NuGet.config index bc346270cc..e99fe23051 100644 --- a/NuGet.config +++ b/NuGet.config @@ -1,6 +1,7 @@  + From 78d43efedafe90be40329f6670aa88ad3ee0ffd2 Mon Sep 17 00:00:00 2001 From: Yeming Liu Date: Wed, 3 Mar 2021 12:29:32 +0800 Subject: [PATCH 3/3] only nuget left --- NuGet.config | 3 --- 1 file changed, 3 deletions(-) diff --git a/NuGet.config b/NuGet.config index e99fe23051..80f5bd7fcc 100644 --- a/NuGet.config +++ b/NuGet.config @@ -2,9 +2,6 @@ - - -