Skip to content

Commit

Permalink
Remove experimental from event summaries. (#6310)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdenny authored Oct 15, 2024
1 parent f70012e commit deeb0de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
namespace Aspire.Hosting.ApplicationModel;

/// <summary>
/// This experimental event is published after all endpoints have been allocated.
/// This event is published after all endpoints have been allocated.
/// </summary>
/// <param name="services">The <see cref="IServiceProvider"/> instance.</param>
/// <param name="model">The <see cref="DistributedApplicationModel"/> instance.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
namespace Aspire.Hosting.ApplicationModel;

/// <summary>
/// This experimental event is published after all resources have been created.
/// This event is published after all resources have been created.
/// </summary>
/// <param name="services">The <see cref="IServiceProvider"/> instance.</param>
/// <param name="model">The <see cref="DistributedApplicationModel"/> instance.</param>
Expand Down
2 changes: 1 addition & 1 deletion src/Aspire.Hosting/ApplicationModel/BeforeStartEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
namespace Aspire.Hosting.ApplicationModel;

/// <summary>
/// This experimental event is published before the application starts.
/// This event is published before the application starts.
/// </summary>
/// <param name="services">The <see cref="IServiceProvider"/> instance.</param>
/// <param name="model">The <see cref="DistributedApplicationModel"/> instance.</param>
Expand Down

0 comments on commit deeb0de

Please sign in to comment.