Skip to content

📁 .NET Template

A simple .NET template for new projects with CI/CD, testing, and code quality tooling.

Repository: devantler-tech/dotnet-template

  • CI/CD pipelines with GitHub Actions
  • Publish libraries to GHCR and NuGet
  • Test projects and collect coverage with Codecov
  • EditorConfig with preferred .NET code style
  • Dependency management with Renovate
Terminal window
# Clone the template
gh repo create my-project --template devantler-tech/dotnet-template --public --clone
# Restore packages
cd my-project && dotnet restore