Skip to content

Commit

Permalink
Don't switch to UI thread to dispose workspace context
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Feb 10, 2021
1 parent 4ed9923 commit e76c16d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ public async Task ReleaseProjectContextAsync(IWorkspaceProjectContextAccessor ac
{
Requires.NotNull(accessor, nameof(accessor));

// TODO: https://github.com/dotnet/project-system/issues/353.
await _threadingService.SwitchToUIThread();

try
{
accessor.Context.Dispose();
Expand Down

0 comments on commit e76c16d

Please sign in to comment.