Skip to content

Upgrade BooksAPI to .NET 10 and add Docker Compose support - #1

Merged
edwardgnt merged 6 commits into
mainfrom
upgrade/net10
Aug 5, 2026
Merged

Upgrade BooksAPI to .NET 10 and add Docker Compose support#1
edwardgnt merged 6 commits into
mainfrom
upgrade/net10

Conversation

@edwardgnt

Copy link
Copy Markdown
Owner

Summary

  • Upgraded BooksAPI from .NET 9 to .NET 10
  • Added Docker Compose support for the API and SQL Server
  • Added SQL Server initialization script for BooksDb and seed data
  • Updated local configuration to avoid old SQLEXPRESS dependency
  • Updated GitHub Actions CI for .NET 10 and SQL Server-backed integration tests
  • Updated README documentation for Docker setup and SSMS access

Validation

  • Ran dotnet build
  • Ran dotnet test
  • Verified Docker SQL Server login
  • Verified database initialization script creates BooksDb and seed data
  • Verified API container responds at http://localhost:8080/api/books
  • Verified SQL Server data is visible from SSMS through localhost,14333

@edwardgnt
edwardgnt merged commit 22a15d7 into main Aug 5, 2026
1 check passed
@edwardgnt
edwardgnt deleted the upgrade/net10 branch August 5, 2026 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant