4 references to ResourceEvent
Aspire.Hosting (2)
ApplicationModel\ResourceStoppedEvent.cs (2)
13
/// <param name="resourceEvent">The <see cref="
ResourceEvent
"/> containing the current state information.</param>
28
/// The <see cref="
ResourceEvent
"/> containing the current state information.
Aspire.Hosting.Tests (2)
Eventing\DistributedApplicationBuilderEventingTests.cs (2)
283
Assert.NotNull(evt.
ResourceEvent
);
284
Assert.Equal(res, evt.
ResourceEvent
.Resource);