You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nito.AsyncEx is a useful library but including it as a dependency limits the use of PowerShell Editor Services because it requires additional open-source approval. It would be ideal to implement our own async helper classes so that we can remove this dependency.
Here are the classes which would need to be replaced:
AsyncContext / AsyncContextThread
IAsyncWaitQueue / DefaultAsyncWaitQueue
AsyncProducerConsumerQueue
AsyncLock
The text was updated successfully, but these errors were encountered:
This change removes all uses of the Nito.AsyncEx NuGet package from the
solution. This change was made to remove the use of this third-party
dependency so that consumers don't need to get extra open-source approval
when using PowerShell Editor Services.
Removing this dependency required the creation of our own custom
implementations of the classes we were using from Nito.AsyncEx. These new
classes were written from scratch.
Resolves#115
This change removes all uses of the Nito.AsyncEx NuGet package from the
solution. This change was made to remove the use of this third-party
dependency so that consumers don't need to get extra open-source approval
when using PowerShell Editor Services.
Removing this dependency required the creation of our own custom
implementations of the classes we were using from Nito.AsyncEx. These new
classes were written from scratch.
Resolves#115
This change removes all uses of the Nito.AsyncEx NuGet package from the
solution. This change was made to remove the use of this third-party
dependency so that consumers don't need to get extra open-source approval
when using PowerShell Editor Services.
Removing this dependency required the creation of our own custom
implementations of the classes we were using from Nito.AsyncEx. These new
classes were written from scratch.
Resolves#115
Nito.AsyncEx is a useful library but including it as a dependency limits the use of PowerShell Editor Services because it requires additional open-source approval. It would be ideal to implement our own async helper classes so that we can remove this dependency.
Here are the classes which would need to be replaced:
The text was updated successfully, but these errors were encountered: