Skip to content

Commit cf5ba27

Browse files
committed
Copy Files From Source Repo (2026-01-26 15:02)
1 parent 5e245f6 commit cf5ba27

3 files changed

Lines changed: 301 additions & 292 deletions

File tree

Binary file not shown.

DownloadableCodeProjects/standalone-lab-projects/sdd-get-started-rss-feed/StakeholderDocuments/ProjectGoals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ When writing a work breakdown (tasks):
4141

4242
## Implementation guardrails
4343

44-
These are "sharp edges" we've already hit once; future tasks should proactively avoid them.
44+
These are "sharp edges" we've identified when working on similar projects. They should be proactively avoided.
4545

4646
- **Solution file**: Ensure the backend solution is `backend/RssFeedReader.sln` (not `.slnx`).
4747
- **Schema initialization**: Do not mix EF Core `Migrate()` and `EnsureCreated()` against the same database; pick one strategy (prefer migrations) and reflect it in integration test setup.

0 commit comments

Comments
 (0)