mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-01 09:35:39 -05:00
Improve performance of Create Firewall Rule code (#489)
* Multi-thread server lookup to increase perf for multiple subscriptions * Use parallel execution for listsubscriptions - Also refactored parallel execution code to be a bit more generic
This commit is contained in:
@@ -8,7 +8,7 @@ using System.Collections.Generic;
|
||||
namespace Microsoft.SqlTools.Extensibility
|
||||
{
|
||||
|
||||
internal static class IEnumerableExt
|
||||
public static class IEnumerableExt
|
||||
{
|
||||
public static IEnumerable<T> SingleItemAsEnumerable<T>(this T item)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user