63 instantiations of RemoteInvokeOptions
Aspire.Azure.AI.OpenAI.Tests (2)
Aspire.Azure.Messaging.EventHubs.Tests (1)
AzureMessagingEventHubsSettingsTests.cs (1)
25=> new()
Aspire.Azure.Messaging.ServiceBus.Tests (1)
Aspire.Elastic.Clients.Elasticsearch.Tests (1)
Aspire.OpenAI.Tests (2)
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)
80 references to RemoteInvokeOptions
Aspire.Azure.AI.OpenAI.Tests (2)
Aspire.Azure.Messaging.EventHubs.Tests (1)
Aspire.Azure.Messaging.ServiceBus.Tests (1)
Aspire.OpenAI.Tests (2)
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)
123public static RemoteInvokeHandle Invoke(Action method, RemoteInvokeOptions options = null)
133public static RemoteInvokeHandle Invoke(Action<string> method, string arg, RemoteInvokeOptions options = null)
144RemoteInvokeOptions options = null)
156string arg3, RemoteInvokeOptions options = null)
169string arg2, string arg3, string arg4, RemoteInvokeOptions options = null)
183string arg2, string arg3, string arg4, string arg5, RemoteInvokeOptions options = null)
191public static RemoteInvokeHandle Invoke(Func<Task<int>> method, RemoteInvokeOptions options = null)
201RemoteInvokeOptions options = null)
212RemoteInvokeOptions options = null)
224string arg2, string arg3, RemoteInvokeOptions options = null)
237string arg2, string arg3, string arg4, RemoteInvokeOptions options = null)
251string arg2, string arg3, string arg4, string arg5, RemoteInvokeOptions options = null)
259public static RemoteInvokeHandle Invoke(Func<Task> method, RemoteInvokeOptions options = null)
269RemoteInvokeOptions options = null)
280RemoteInvokeOptions options = null)
292string arg2, string arg3, RemoteInvokeOptions options = null)
305string arg2, string arg3, string arg4, RemoteInvokeOptions options = null)
319string arg2, string arg3, string arg4, string arg5, RemoteInvokeOptions options = null)
327public static RemoteInvokeHandle Invoke(Func<int> method, RemoteInvokeOptions options = null)
337RemoteInvokeOptions options = null)
348RemoteInvokeOptions options = null)
360string arg2, string arg3, RemoteInvokeOptions options = null)
373string arg2, string arg3, string arg4, RemoteInvokeOptions options = null)
387string arg1, string arg2, string arg3, string arg4, string arg5, RemoteInvokeOptions options = null)
397RemoteInvokeOptions options = null)
408RemoteInvokeOptions options, bool pasteArguments = true)
481private static string GetConsoleAppArgs(RemoteInvokeOptions options, out IEnumerable<IDisposable> toDispose)
517private static string GetRuntimeConfigPath(RemoteInvokeOptions options, out IEnumerable<IDisposable> toDispose)
Microsoft.ML.CpuMath.UnitTests (26)