Skip to content

Commit

Permalink
Fix: removed call to unload the assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
SOsterbrink committed Nov 16, 2023
1 parent 52a051f commit da0d993
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dscom.client/AssemblyResolver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ private void Dispose(bool disposing)
if (disposing)
{
_context.Resolving -= Context_Resolving;
_context.Unload();
}

_disposedValue = true;
Expand Down

0 comments on commit da0d993

Please sign in to comment.