From 68f6bf5a102cb87890499834cd5cbd16a0b665cc Mon Sep 17 00:00:00 2001 From: David Pine Date: Tue, 30 Sep 2025 13:22:08 -0500 Subject: [PATCH] Update release date and refine eventing extensions in .NET Aspire 9.4 documentation --- docs/whats-new/dotnet-aspire-9.4.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/whats-new/dotnet-aspire-9.4.md b/docs/whats-new/dotnet-aspire-9.4.md index 871df9c645..979488a4ce 100644 --- a/docs/whats-new/dotnet-aspire-9.4.md +++ b/docs/whats-new/dotnet-aspire-9.4.md @@ -1,7 +1,7 @@ --- title: What's new in .NET Aspire 9.4 description: Learn what's new in the official general availability release of .NET Aspire 9.4. -ms.date: 08/07/2025 +ms.date: 09/30/2025 --- # What's new in .NET Aspire 9.4 @@ -706,11 +706,11 @@ builder.Build().Run(); **Available lifecycle events:** -- - Called during early resource initialization -- - Called before the resource starts -- - Called when connection strings are resolved (requires `IResourceWithConnectionString`) -- - Called when resource endpoints are allocated (requires `IResourceWithEndpoints`) -- - Called when the resource is fully ready +- - Called during early resource initialization +- - Called before the resource starts +- - Called when connection strings are resolved (requires `IResourceWithConnectionString`) +- - Called when resource endpoints are allocated (requires `IResourceWithEndpoints`) +- - Called when the resource is fully ready The new chainable fluent API, strongly-typed callbacks, and simplified syntax make it intuitive to hook into your resource lifecycles for interactions, commands, custom scripts, and more.