61 instantiations of RemoteInvokeOptions
Aspire.Azure.Messaging.EventHubs.Tests (2)
AzureMessagingEventHubsSettingsTests.cs (1)
25=> new()
Aspire.Azure.Messaging.ServiceBus.Tests (1)
Aspire.Cli.Tests (1)
Aspire.Hosting.Tests (1)
Microsoft.AspNetCore.Components.Tests (1)
Microsoft.AspNetCore.Http.Extensions.Tests (4)
Microsoft.AspNetCore.Http.Results.Tests (4)
Microsoft.AspNetCore.Mvc.Abstractions.Test (2)
Microsoft.AspNetCore.Mvc.Core.Test (3)
Microsoft.AspNetCore.SignalR.Tests (1)
Microsoft.AspNetCore.Tests (3)
Microsoft.DotNet.RemoteExecutor (1)
Microsoft.DotNet.RemoteExecutor.Tests (12)
RemoteExecutorTests.cs (12)
16RemoteInvokeHandle h = RemoteExecutor.Invoke(() => { }, new RemoteInvokeOptions { RollForward = "Major" });
31}, new RemoteInvokeOptions { RollForward = "Major" }).Dispose()
41}, new RemoteInvokeOptions { RollForward = "Major" });
57}, new RemoteInvokeOptions { RollForward = "Major" }).Dispose()
69}, "a", "b", "c", "d", "e", new RemoteInvokeOptions { RollForward = "Major" }).Dispose()
81}, new RemoteInvokeOptions { RollForward = "Major" }).Dispose()
92}, new RemoteInvokeOptions { RollForward = "Major" }).Dispose();
107}, new RemoteInvokeOptions { RollForward = "Major" }).Dispose()
120}, new RemoteInvokeOptions { RollForward = "Major" }).Dispose()
132}, new RemoteInvokeOptions { RollForward = "Major" }).Dispose()
144}, new RemoteInvokeOptions { RollForward = "Major" }).Dispose()
155new RemoteInvokeOptions { RollForward = "Major", CheckExitCode = false, ExpectedExitCode = 0 });
Microsoft.ML.CpuMath.UnitTests (25)
78 references to RemoteInvokeOptions
Aspire.Azure.Messaging.EventHubs.Tests (2)
Aspire.Azure.Messaging.ServiceBus.Tests (1)
Aspire.Hosting.Tests (1)
Microsoft.AspNetCore.Components.Tests (1)
Microsoft.AspNetCore.Http.Extensions.Tests (4)
Microsoft.AspNetCore.Http.Results.Tests (4)
Microsoft.AspNetCore.Mvc.Abstractions.Test (2)
Microsoft.AspNetCore.Mvc.Core.Test (3)
Microsoft.AspNetCore.SignalR.Tests (1)
Microsoft.AspNetCore.Tests (3)
Microsoft.DotNet.RemoteExecutor (30)
RemoteExecutor.cs (28)
116public static RemoteInvokeHandle Invoke(Action method, RemoteInvokeOptions options = null)
126public static RemoteInvokeHandle Invoke(Action<string> method, string arg, RemoteInvokeOptions options = null)
137RemoteInvokeOptions options = null)
149string arg3, RemoteInvokeOptions options = null)
162string arg2, string arg3, string arg4, RemoteInvokeOptions options = null)
176string arg2, string arg3, string arg4, string arg5, RemoteInvokeOptions options = null)
184public static RemoteInvokeHandle Invoke(Func<Task<int>> method, RemoteInvokeOptions options = null)
194RemoteInvokeOptions options = null)
205RemoteInvokeOptions options = null)
217string arg2, string arg3, RemoteInvokeOptions options = null)
230string arg2, string arg3, string arg4, RemoteInvokeOptions options = null)
244string arg2, string arg3, string arg4, string arg5, RemoteInvokeOptions options = null)
252public static RemoteInvokeHandle Invoke(Func<Task> method, RemoteInvokeOptions options = null)
262RemoteInvokeOptions options = null)
273RemoteInvokeOptions options = null)
285string arg2, string arg3, RemoteInvokeOptions options = null)
298string arg2, string arg3, string arg4, RemoteInvokeOptions options = null)
312string arg2, string arg3, string arg4, string arg5, RemoteInvokeOptions options = null)
320public static RemoteInvokeHandle Invoke(Func<int> method, RemoteInvokeOptions options = null)
330RemoteInvokeOptions options = null)
341RemoteInvokeOptions options = null)
353string arg2, string arg3, RemoteInvokeOptions options = null)
366string arg2, string arg3, string arg4, RemoteInvokeOptions options = null)
380string arg1, string arg2, string arg3, string arg4, string arg5, RemoteInvokeOptions options = null)
390RemoteInvokeOptions options = null)
401RemoteInvokeOptions options, bool pasteArguments = true)
474private static string GetConsoleAppArgs(RemoteInvokeOptions options, out IEnumerable<IDisposable> toDispose)
510private static string GetRuntimeConfigPath(RemoteInvokeOptions options, out IEnumerable<IDisposable> toDispose)
Microsoft.ML.CpuMath.UnitTests (26)