Skip to content

Update project metadata, upgrade dependencies and add CI workflow#2

Merged
sis0k0 merged 2 commits into
mainfrom
update-dotnet10
Jun 1, 2026
Merged

Update project metadata, upgrade dependencies and add CI workflow#2
sis0k0 merged 2 commits into
mainfrom
update-dotnet10

Conversation

@sis0k0
Copy link
Copy Markdown
Member

@sis0k0 sis0k0 commented Jun 1, 2026

This PR upgrades the sample app to .NET 10 and updates the MongoDB C# driver to the latest available version. It also aligns the repo’s supporting docs and dev tooling so the project remains easy to run and review.

What changed

  • Upgraded the project target framework to net10.0
  • Updated mongodb.driver to 3.9.0
  • Fixed launchSettings.json so dotnet run parses the profile correctly
  • Updated README runtime/setup guidance to match .NET 10
  • Aligned CI to 10.0.x
  • Aligned the devcontainer app image to .NET 10
  • Added a final devcontainer postStartCommand note for startup seeding

Validation

  • dotnet build passes
  • API starts successfully on http://localhost:5050
  • GET /healthz returns Healthy
  • GET /api/games returns 200 OK

Notes

  • The app still seeds data on startup by default
  • The root / route returns 404; Swagger is available at /swagger/index.html

@sis0k0 sis0k0 requested a review from LuceCarter June 1, 2026 10:38
@sis0k0 sis0k0 force-pushed the update-dotnet10 branch from 2ec909a to c95f2c6 Compare June 1, 2026 11:00
@sis0k0 sis0k0 merged commit c46ae26 into main Jun 1, 2026
2 checks passed
@sis0k0 sis0k0 deleted the update-dotnet10 branch June 1, 2026 16:10
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.

2 participants