Base:
method
ApplyManagedCodeUpdatesAsync
Microsoft.DotNet.HotReload.HotReloadClient.ApplyManagedCodeUpdatesAsync(System.Collections.Immutable.ImmutableArray<Microsoft.DotNet.HotReload.HotReloadManagedCodeUpdate>, System.Boolean, System.Threading.CancellationToken)
3 references to ApplyManagedCodeUpdatesAsync
Microsoft.Extensions.DotNetDeltaApplier.Tests (3)
HotReloadClientTests.cs (3)
70Assert.Equal(ApplyStatus.AllChangesApplied, await test.Client.ApplyManagedCodeUpdatesAsync([update], isProcessSuspended: false, CancellationToken.None)); 101Assert.Equal(ApplyStatus.AllChangesApplied, await test.Client.ApplyManagedCodeUpdatesAsync([update], isProcessSuspended: true, CancellationToken.None)); 138Assert.Equal(ApplyStatus.Failed, await test.Client.ApplyManagedCodeUpdatesAsync([update], isProcessSuspended: false, CancellationToken.None));