173 references to Run
aspire (1)
Aspire.Dashboard (10)
Aspire.Dashboard.Tests (8)
Aspire.Hosting (12)
Dcp\DcpExecutor.cs (7)
224var watchResourcesTask = Task.Run(async () =>
229Task.Run(() => WatchKubernetesResourceAsync<Executable>((t, r) => ProcessResourceChange(t, r, _resourceState.ExecutablesMap, "Executable", (e, s) => _snapshotBuilder.ToSnapshot(e, s)))),
230Task.Run(() => WatchKubernetesResourceAsync<Container>((t, r) => ProcessResourceChange(t, r, _resourceState.ContainersMap, "Container", (c, s) => _snapshotBuilder.ToSnapshot(c, s)))),
231Task.Run(() => WatchKubernetesResourceAsync<Service>(ProcessServiceChange)),
232Task.Run(() => WatchKubernetesResourceAsync<Endpoint>(ProcessEndpointChange))).ConfigureAwait(false);
238var watchSubscribersTask = Task.Run(async () =>
250var watchInformationChannelTask = Task.Run(async () =>
Aspire.Hosting.Testing.Tests (1)
Aspire.Hosting.Tests (17)
Aspire.RabbitMQ.Client.v7.Tests (1)
Client.ChannelLayer.IntegrationTests (1)
ClientSample (1)
dotnet-svcutil-lib (1)
HttpStress (1)
IdeBenchmarks (2)
IIS.FunctionalTests (2)
IIS.LongTests (1)
IIS.NewHandler.FunctionalTests (1)
IIS.NewShim.FunctionalTests (1)
IIS.ShadowCopy.Tests (1)
IISExpress.FunctionalTests (2)
InMemory.FunctionalTests (1)
InProcessWebSite (4)
InteractiveHost.UnitTests (1)
Interop.FunctionalTests (1)
Microsoft.AspNetCore.Components.Server.Tests (10)
Microsoft.AspNetCore.Components.Tests (1)
Microsoft.AspNetCore.Components.WebViewE2E.Test (1)
Microsoft.AspNetCore.Hosting.Tests (1)
Microsoft.AspNetCore.Http.Connections.Tests (2)
Microsoft.AspNetCore.HttpLogging (1)
Microsoft.AspNetCore.Mvc.TagHelpers.Test (12)
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
Microsoft.AspNetCore.OutputCaching.Tests (6)
Microsoft.AspNetCore.Server.HttpSys (1)
Microsoft.AspNetCore.Server.IIS (1)
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (3)
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (4)
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (1)
Microsoft.AspNetCore.SignalR.Tests (11)
Microsoft.AspNetCore.TestHost.Tests (1)
Microsoft.Build (2)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Microsoft.DotNet.Build.Tasks.Feed (1)
Microsoft.DotNet.Helix.Sdk (1)
Microsoft.Extensions.AsyncState.Tests (3)
Microsoft.Extensions.DependencyInjection (1)
Microsoft.Extensions.Logging.AzureAppServices (1)
Microsoft.Extensions.ML (1)
Microsoft.Extensions.ServiceDiscovery.Dns.Tests (1)
Microsoft.ML.AutoML.Interactive (1)
Microsoft.ML.AutoML.Tests (2)
Microsoft.VisualStudio.LanguageServices (1)
Microsoft.VisualStudio.LanguageServices.CodeLens (1)
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
ScenarioTests.Common.Tests (3)
Shared.Tests (4)
SignalRSamples (2)
Sockets.FunctionalTests (1)
Stress.ApiService (2)
System.Windows.Forms (1)
System.Windows.Forms.UI.IntegrationTests (2)
TestProject.AppHost (1)
WebSocketSample (1)
xunit.assert (1)