Adding Code Coverage Results to the GitHub Actions Job Summary
When running pull request validation, raw artifacts are not enough. Developers need immediate feedback.
Search across summaries and tags to find your next read.
Loading postsβ¦
Unable to load posts. Please try again later.
No posts match your filters just yet.
When running pull request validation, raw artifacts are not enough. Developers need immediate feedback.
GitHub Actions is excellent for CI/CD, but workflow runs accumulate quickly.
Sometimes you want to βturn offβ a site for a while: youβre reworking content, fixing a broken deployment, or you just donβt want the public to hit it.
With Azure Static Web Apps (SWA) this can be trickier than expected, especially on the Free plan.
Logging is essential for monitoring and debugging applications, but it can become a performance bottleneck when not implemented efficiently. The LoggerMessage attribute, introduced in .NET 6, offers a powerful solution that combines high performance with developer-friendly APIs. In this article, we'll explore how this attribute reduces logging overhead, handles exceptions gracefully, and leverages source generators to create optimized code.
Line endings are one of those small but painful details in cross-platform
development. Windows tools (like Visual Studio) prefer CRLF (\r\n) line
endings, while Linux and macOS use LF (\n).
βOur internal server-farm is held hostage by ransomware, but the only thing changed is we installed the patch for your softwareβ
Sounds like a software vendor nightmare, right? The above is hypothetical, butβ¦