5 references to Failed
Microsoft.Extensions.DotNetDeltaApplier.Tests (5)
DefaultHotReloadClient.cs (3)
134return ApplyStatus.Failed; 167!success ? ApplyStatus.Failed : 212(appliedUpdateCount == 0) ? ApplyStatus.Failed :
HotReloadClientTests.cs (1)
138Assert.Equal(ApplyStatus.Failed, await test.Client.ApplyManagedCodeUpdatesAsync([update], isProcessSuspended: false, CancellationToken.None));
WebAssemblyHotReloadClient.cs (1)
126return (!anySuccess && anyFailure) ? ApplyStatus.Failed : (applicableUpdates.Count < updates.Length) ? ApplyStatus.SomeChangesApplied : ApplyStatus.AllChangesApplied;