Skip to content

Commit 5cc3320

Browse files
Copilotmitchdenny
andauthored
Rename EventingExtensions class to DistributedApplicationEventingExtensions (#10688)
* Initial plan * Rename EventingExtensions class to DistributedApplicationEventingExtensions and update file name Co-authored-by: mitchdenny <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: mitchdenny <[email protected]>
1 parent df5731a commit 5cc3320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Aspire.Hosting/EventingExtensions.cs renamed to src/Aspire.Hosting/DistributedApplicationEventingExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Aspire.Hosting;
99
/// <summary>
1010
/// Provides extension methods for subscribing to <see cref="IDistributedApplicationResourceEvent"/> events on resources.
1111
/// </summary>
12-
public static class EventingExtensions
12+
public static class DistributedApplicationEventingExtensions
1313
{
1414
/// <summary>
1515
/// Subscribes a callback to the <see cref="BeforeResourceStartedEvent"/> event within the AppHost.

0 commit comments

Comments
 (0)