We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
IDistributedApplicationResourceEvent
ResourceEndpointsAllocatedEvent
1 parent 69143ae commit e04adfeCopy full SHA for e04adfe
src/Aspire.Hosting/ApplicationModel/ResourceEndpointsAllocatedEvent.cs
@@ -11,7 +11,7 @@ namespace Aspire.Hosting.ApplicationModel;
11
/// <remarks>
12
/// Any resources that customize their URLs via a <see cref="ResourceUrlsCallbackAnnotation"/> will have their callbacks invoked during this event.
13
/// </remarks>
14
-public class ResourceEndpointsAllocatedEvent(IResource resource, IServiceProvider services) : IDistributedApplicationEvent
+public class ResourceEndpointsAllocatedEvent(IResource resource, IServiceProvider services) : IDistributedApplicationResourceEvent
15
{
16
/// <inheritdoc />
17
public IResource Resource { get; } = resource;
0 commit comments