A guide to fixing .NET8 SDK resolver failure in Azure DevOps pipelines.
GitHub's code scanning feature is now available. I strongly recommend checking it out.
I always suggests people to use rebase as standard merge strategy, now it is becoming mainstream.
Thanks to Source Link it is super-easy to enable symbols indexing and source debugging of your public Nuget packages where the code is hosted in GitHub or other supported repository. All you need is a little modification of your C# project file.
This post explores efficient cloud deployment strategies using Azure DevOps and AWS. It discusses leveraging S3 buckets to store installation scripts and pipeline artifacts.
Reduce your dependency to third party task using only plain old PowerShell to accomplish Pipeline Task
Semantic Kernel is at RC, so I've created a playlist of video that introduce SK with C#
Exploring solutions to a NullReferenceException in Azure DevOps Pipelines when using GitVersion, focusing on proper branch checkout and credential persistence for smooth Git command execution.
Addressing a caching issue in Azure DevOps where separate repository scripts aren't updating, leading to repeated pipeline errors on Linux machines.
Azure Devops release agent can be installed in ARM machines, but you need to tweak a little bit the script because it assumes X64 architecture