Skip to content

Commit 6b60a26

Browse files
github-actions[bot]Copilotmitchdenny
authored
[release/9.4] Rename EventingExtensions class to DistributedApplicationEventingExtensions (#10690)
* 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 5262b87 commit 6b60a26

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)