GitHub Actions - Curated .NET Articles & Tutorials
Curated .NET news, articles, and tutorials about GitHub Actions, drawn from .NET News Daily issues.
22 curated issues
GitHub Actions for .NET: Build, Test, and Deploy Your API
A complete CI/CD pipeline from zero — automated builds, test coverage, Docker images tagged by commit SHA, and deployment to Azure with a…
Issue also covered: ASP.NET Core, Azure, .NET Core, .NET Framework, Performance, RabbitMQ, Security, Serilog
Read this issue →How VS Code Builds with AI
We built agent-powered pipelines for issue triage, commit summarization, release notes, code review, all of it using Copilot CLI, the Copilot SDK, and GitHub Actions. To kick off Agent Sessions Day, I...
Issue also covered: AOT, ASP.NET Core, Azure, Azure DevOps, Blazor, C#, Docker, .NET 10
Read this issue →Validating PowerShell script syntax in GitHub Actions workflows
When writing GitHub Actions workflows, it is generally recommended to keep your scripts in separate files and reference them using the path attribute of the run step. This allows you to lint and test ...
Issue also covered: Azure, C#, .NET 10, EF Core, Semantic Kernel
Read this issue →CodeMash 2026 – Workshop: Building and Deploying a .NET 10 App to Azure using Bicep and GitHub Actions
Note: Slides do not tell the whole story of the talk, so take the stand alone slides with a grain of salt. Things may be taken out of context.
Issue also covered: .NET Aspire, Azure, C#, .NET 10, .NET 8, .NET Core, GitHub Copilot, SQL Server
Read this issue →Reduce GitHub Actions runner CPU usage
If you're using self-hosted GitHub Actions runners, you might have noticed they can be surprisingly CPU-intensive, even when idle. A closer look reveals that a single runner can peg a CPU core at 100%...
Issue also covered: Benchmarking, Clean Architecture, CQRS, C#, .NET 10, .NET Framework, EF Core, Event Sourcing
Read this issue →GitHub Actions DevOps Pipelines as Code using C# and Cake SDK
C# Property Patterns — Writing Readable “Checklists” for Your Objects
Issue also covered: ASP.NET Core, Azure, Blazor, CQRS, C#, Dapper, .NET 10, EF Core
Read this issue →How To Deploy Your .NET 9 Application to Azure Using GitHub Actions (Full CI/CD Pipeline Guide)
Build • Test • Publish • Deploy • Monitor — Automatically
Issue also covered: ASP.NET Core, Azure, Blazor, C#, .NET 10, OpenTelemetry, Performance, Source Generators
Read this issue →Deploying a .NET app to Azure using Docker, ACR, App Service, and GitHub Actions — Step-by-step
This document explains, in a concise, copy-pasteable way, how to:
Issue also covered: Application Insights, AutoMapper, Azure, Azure Functions, Clean Architecture, Domain-Driven Design, Design Patterns, Docker
Read this issue →Deploying a .NET Weather Forecast App to AKS Using GitHub Actions and Argo CD
https://www.c-sharpcorner.com/article/deploying-a-net-weather-forecast-app-to-aks-using-github-actions-and-argo-cd/
Issue also covered: ASP.NET Core, Azure, C#, .NET 10, EF Core, GitHub Copilot, Kubernetes, Minimal APIs
Read this issue →Automatically Rerun Failed GitHub Actions Workflows
https://www.meziantou.net/automatically-rerun-failed-github-actions-workflows.htm
Issue also covered: ASP.NET Core, Authentication, C#, Design Patterns, .NET Core, .NET Framework, EF Core, GitHub
Read this issue →Packaging and Publishing a .NET MAUI Library with GitHub Actions
https://devblogs.microsoft.com/dotnet/dotnet-maui-libraries-github-actions/
Issue also covered: ASP.NET Core, Azure, CQRS, C#, Docker, .NET 10, .NET Core, EF Core
Read this issue →Streamlining .NET 9 Deployment With GitHub Actions and Azure
https://www.milanjovanovic.tech/blog/streamlining-dotnet-9-deployment-with-github-actions-and-azure
Issue also covered: ASP.NET Core, Azure, Blazor, C#, OpenAI, Security, Web API
Read this issue →Using .net Aspire for integration tests with GitHub Actions
https://medium.com/@terryhammett/using-net-aspire-for-integration-tests-with-github-actions-bd62425864c0
Issue also covered: AOT, ASP.NET Core, Azure, Benchmarking, Blazor, Clean Architecture, C#, Docker
Read this issue →