How I used the speckit-full and speckit-gh skills in azdo-cli to turn GitHub issues and pull requests into a primitive natural-language control plane for a human-in-the-loop spec-to-PR workflow.
Practical reasons C# developers should adopt Visual Studio Code, with a focus on GitHub Copilot and Codespaces.
Build, run test against a database and analyze everything with Sonar Cloud is easy with GitHub action for a dotnet project. Let's see how.
Using the new Copilot Workspace feature is a really amazing experience, the tool is surely not perfect, but given the real speed of the whole LLM ecosystem in the latest two years, I wonder what it could do five years from now.
Being able to run integration tests in GitHub actions is a great feature, thanks to services you can run whatever docker image you need to run your integration scripts.
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.
A guide to solving issues with multiple GitHub accounts in the Windows credential manager.
A quick guide on how to use the GitHub Command Line Tool to view Pull Requests information directly from the terminal.