Skip to content

Commit a86c2e2

Browse files
Copilottg123
andcommitted
Fix build: Remove unnecessary using and add System.Text to Classic
- Remove unused System.Security.Cryptography.X509Certificates using from ConfigFile.cs - Add System.Text using to Classic CertUtils.cs for Encoding class Co-authored-by: tg123 <170430+tg123@users.noreply.github.com>
1 parent 2016d1f commit a86c2e2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/KubernetesClient.Classic/CertUtils.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
using Org.BouncyCastle.Security;
88
using Org.BouncyCastle.X509;
99
using System.Security.Cryptography.X509Certificates;
10+
using System.Text;
1011

1112
namespace k8s
1213
{

src/KubernetesClient/KubernetesClientConfiguration.ConfigFile.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using System.Diagnostics;
55
using System.Net;
66
using System.Runtime.InteropServices;
7-
using System.Security.Cryptography.X509Certificates;
87
using System.Text;
98

109
namespace k8s

0 commit comments

Comments
 (0)