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 a646578 commit af67079Copy full SHA for af67079
src/code/LocalServerApiCalls.cs
@@ -12,6 +12,7 @@
12
using System.Xml;
13
using System.Net;
14
using System.Management.Automation;
15
+using System.Runtime.ExceptionServices;
16
17
namespace Microsoft.PowerShell.PSResourceGet.Cmdlets
18
{
src/code/Utils.cs
@@ -22,6 +22,7 @@
22
using Azure.Identity;
23
using System.Text.RegularExpressions;
24
using System.Threading;
25
+using System.Threading.Tasks;
26
27
namespace Microsoft.PowerShell.PSResourceGet.UtilClasses
28
0 commit comments