microsoft / microsoft/aspire.dev
Talking Clock Example is outdated
Open
@IEvangelist is already working on this.
Since Feb 5, 2026.
- Dominant language
- MDX
- Stars
- 193
- Forks
- 87
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 73
Description
The talking clock example at https://aspire.dev/architecture/resource-examples/#example-custom-resource---talking-clock is oudated
- It uses obsolete LifecycleHooks
- It uses the obsolete BeforeResoruceCreated event
- It doesn't demonstrate the
OnInitializeResourceevent which is specifically for custom resources.
Latest version is at https://github.com/dotnet/aspire/blob/main/playground/CustomResources/CustomResources.AppHost/TalkingClockResource.cs
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.