Skip to content

feat: add devcontainer configuration for .NET 10 development#23

Merged
alexdresko merged 2 commits into
masterfrom
feat/devcontainer-config
Dec 19, 2025
Merged

feat: add devcontainer configuration for .NET 10 development#23
alexdresko merged 2 commits into
masterfrom
feat/devcontainer-config

Conversation

@alexdresko

Copy link
Copy Markdown
Owner

Summary

Adds a complete devcontainer configuration for the EasyScrutor project.

Changes

  • Created .devcontainer/devcontainer.json with:
    • .NET 10 SDK on Ubuntu 24.04 (Noble) base image
    • Git, GitHub CLI, and PowerShell features
    • C# Dev Kit and essential VS Code extensions
    • Auto-restore and build on container creation
    • NuGet cache mounting for faster rebuilds
    • Port forwarding for example applications
  • Added documentation in .devcontainer/README.md`n

Benefits

  • Provides consistent development environment across all contributors
  • Works seamlessly with VS Code Dev Containers and GitHub Codespaces
  • Reduces setup time for new contributors
  • Ensures all necessary tools and extensions are available

@codecov

codecov Bot commented Dec 19, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@alexdresko
alexdresko merged commit 8058238 into master Dec 19, 2025
5 checks passed
@alexdresko
alexdresko deleted the feat/devcontainer-config branch December 19, 2025 03:07
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