We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86cf8c7 commit 0841175Copy full SHA for 0841175
src/code/ServerApiCall.cs
@@ -10,7 +10,6 @@
10
using System.Text;
11
using System.Runtime.ExceptionServices;
12
using System.Management.Automation;
13
-using System;
14
15
namespace Microsoft.PowerShell.PSResourceGet.Cmdlets
16
{
src/code/Utils.cs
@@ -13,6 +13,7 @@
using System.Management.Automation.Language;
using System.Management.Automation.Runspaces;
using System.Runtime.InteropServices;
+using System.Security;
17
using Microsoft.PowerShell.Commands;
18
using Microsoft.PowerShell.PSResourceGet.Cmdlets;
19
using System.Net.Http;
0 commit comments