Summary
Move the samples application from samples/app to src/app, converting from Blazor WebAssembly to Blazor Server rendering.
Motivation
- Blazor Server provides faster initial load and simpler deployment
- Consolidates app into
src/ directory structure
- Enables server-side features (direct API access, no CORS issues)
Tasks
Acceptance Criteria
Summary
Move the samples application from
samples/apptosrc/app, converting from Blazor WebAssembly to Blazor Server rendering.Motivation
src/directory structureTasks
samples/app/Components/tosrc/app/Components/samples/app/Pages/tosrc/app/Components/Pages/samples/app/Layout/tosrc/app/Components/Layout/samples/app/Services/Program.csfor Blazor Server configuration_Imports.razorwith required namespacesLocalStorageService(WASM) with server-compatible solutionsamples/appafter successful migrationAcceptance Criteria
src/appsamples/appdirectory removed