4 references to IAspireServerEvents
Microsoft.WebTools.AspireService.Tests (4)
AspireServerService.cs (2)
38
private readonly
IAspireServerEvents
_aspireServerEvents;
70
public AspireServerService(
IAspireServerEvents
aspireServerEvents, string displayName, Action<string>? reporter)
Mocks\IAspireServerEventsMock.cs (2)
8
internal class IAspireServerEventsMock : MockFactory<
IAspireServerEvents
>
17
ISetup<
IAspireServerEvents
, ValueTask<string>> setup;