1 implementation of IAspireServerEvents
Microsoft.DotNet.HotReload.Watch (1)
Aspire\AspireServiceFactory.cs (1)
16internal sealed class SessionManager : IAspireServerEvents, IRuntimeProcessLauncher
4 references to IAspireServerEvents
Microsoft.DotNet.HotReload.Watch (4)
Aspire\AspireServiceFactory.cs (2)
95async ValueTask<string> IAspireServerEvents.StartProjectAsync(string dcpId, ProjectLaunchRequest projectLaunchInfo, CancellationToken cancellationToken) 188async ValueTask<bool> IAspireServerEvents.StopSessionAsync(string dcpId, string sessionId, CancellationToken cancellationToken)
AspireServerService.cs (2)
38private readonly IAspireServerEvents _aspireServerEvents; 70public AspireServerService(IAspireServerEvents aspireServerEvents, string displayName, Action<string>? reporter)