Commit 433a9a6
Upgrade to .NET 10 and add Aspire AppHost
- Bump all projects to net10.0; update Microsoft.* packages to 10.0.7,
Swashbuckle to 10.1.7, Fluxor to 6.9.0, MudBlazor to 9.4.0; pin SDK via
global.json. Includes the necessary code changes for MudBlazor 9
(IMudDialogInstance, generic MudList/MudListItem/MudChip, ShowAsync,
GetSystemDarkModeAsync) and the Fluxor 6 ReduxDevTools namespace move.
- Consolidate three .sln files into a single root PocketDDD.slnx and
delete the obsolete duplicates.
- Add PocketDDD.AppHost orchestrating SQL Server, the WebAPI, the Blazor
client, and a WireMock-backed mock of the Sessionize API (static JSON
mappings under PocketDDD.AppHost/Mocks). The WebAPI gets the Sessionize
base URL via WithEnvironment; SessionizeService now reads it from
configuration with the real URL as the fallback default.
- Pin the WebAPI HTTPS endpoint to localhost:7081 and update the Blazor
client's Development appsettings to call the real API instead of the
in-memory fake backend.
- Wire OpenTelemetry into the WebAPI (logs/metrics/traces, with
AspNetCore/HttpClient/Runtime/SqlClient instrumentation) flowing to
the Aspire dashboard via OTLP.
- Apply EF migrations and seed an initial EventDetail row on Development
startup so a fresh SQL Server container is usable end-to-end.
- Fix a malformed `dotnetRunMessages` value in the Blazor client
launchSettings.json that was causing the AppHost to crash on startup.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent a29151f commit 433a9a6
68 files changed
Lines changed: 5739 additions & 155 deletions
File tree
- .claude/skills
- aspire
- playwright-cli
- references
- .github
- skills
- aspire
- playwright-cli
- references
- workflows
- .opencode/skill
- aspire
- playwright-cli
- references
- PocketDDD.AppHost
- Mocks
- Properties
- PocketDDD.BlazorClient
- PocketDDD.BlazorClient.LocalStorage
- PocketDDD.BlazorClient
- Features
- EventFeedback/Components
- EventScore/Components
- Home/Components
- Security/Store
- SessionFeedback/Components
- Session/Components
- Sync/Components
- Properties
- wwwroot
- PocketDDD.Server
- PocketDDD.Server.DB
- PocketDDD.Server.Model
- PocketDDD.Server.Services
- PocketDDD.Server.WebAPI
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
0 commit comments