Docs: Aspire dashboard integration page (GH-2996)#2997
Merged
Conversation
New /guide/aspire page documenting the JasperFx.Aspire integration for Wolverine: on-demand command buttons (check-env, describe, codegen preview/write, resources), surfacing Wolverine's own verbs (storage, wolverine-diagnostics) via WithJasperFxCommand or dynamic discovery, and startup gates (codegen write + resources setup before the service boots). Added under the General sidebar section next to Command Line Integration. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Bumps JasperFx, JasperFx.Events, JasperFx.Events.SourceGenerator, and JasperFx.SourceGenerator from 2.3.0 to 2.4.0. JasperFx.RuntimeCompiler stays on its independent 5.0.0 line. Full wolverine.slnx builds clean against 2.4.0. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jun 1, 2026
Merged
This was referenced Jun 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #2996. New Aspire Dashboard Integration page (
/guide/aspire) documenting the JasperFx.Aspire integration for Wolverine apps, added under the General sidebar section next to Command Line Integration.Wolverine-flavored throughout, covering:
WithJasperFxCommands(); the default read-only buttons (check-env,describe,codegen preview) and the mutating opt-in (resourcesfor transport/queue + inbox/outbox provisioning,codegen write), with the Wolverine meaning of each.storage(verified:storage countsis the real default action) andwolverine-diagnostics, viaWithJasperFxCommandor the opt-in dynamic discovery (DiscoverCommands).codegen write(pre-generate handlers → no first-request codegen) andresources setup(provision transports + durable storage) asWaitForCompletiongates before the service boots.RunJasperFxCommands(args)verbs.Cross-links to
/guide/command-line,/guide/codegen, and the full reference atshared-libs.jasperfx.net/cli/aspire.Verified with a local
vitepress build docs(clean, no dead links). Plain fenced examples (the code references the externalJasperFx.AspireAPI +Projects.*, so it can't be snippet-sourced from this repo).🤖 Generated with Claude Code