Microsoft C++ Code Analysis with GitHub Actions
We previously talked about GitHub Code Scanning capabilities which enabled developers to incorporate security checks into their CI/CD environment and developer workflow. CodeQL is the default analysis...
View ArticleUsing GitHub Codespaces and Visual Studio Code for C++ Development
Whether you are just learning the quickly evolving C++ programming language, an open-source developer patching a zero-day vulnerability in a low-level C++ library, or an experienced professional...
View ArticleCustomizing GitHub Codespaces for C++ Projects
“There’s no worse punishment than worthless, hopeless labor.” — The Myth of Sisyphus by Albert Camus Configuring a development environment for a non-trivial C++ project is a process that can be...
View Articlevcpkg integration with the GitHub dependency graph
We are excited to share that vcpkg has an experimental feature to provide data to the GitHub dependency graph. We are actively developing this feature and would like to hear your feedback. Let us know...
View ArticleConfigure GitHub Copilot Access via Content Exclusion
Have you ever wanted greater control over the sensitive content AI-powered tools can access in your repositories? You can now customize Copilot’s access to your files with the newly announced GitHub...
View Article