-
Build and restore dependencies
- Run
./setup.shto restore NuGet and client libraries. - Ensure the command completes without errors.
- Run
-
Run unit tests
- Execute
dotnet test website/MyWebApp.sln. - All tests should pass.
- Execute
-
Manual UI smoke test
- Start the application with
dotnet run --project website/MyWebApp. - Verify admin pages load correctly:
- Create and edit pages and sections using the unified section editor.
- Insert blocks via the updated API endpoints.
- Confirm media uploads still work and page layouts render as before.
- Start the application with