GitHub Runners might not be a good benchmark baseline
I saw mutliple places where people use GitHub runners to do some benchmarking. That can be a tricky thing to do.
I saw mutliple places where people use GitHub runners to do some benchmarking. That can be a tricky thing to do.
If you want to be up to date with dotnet development, you can obviously follow the official blogs from Microsoft and release notes. But what if you want to pick into the future or smaller details that aren't released or covered? Then let's go to GitHub!
In this blog post, I will show you how to use GitHub Codespaces to make it easier for contributors to get started on your open-source project. We will set up a codespace for a .NET repository and configure it to install the required dependencies and tools.
Did you see the following error in recent days in your build-pipeline:
error NETSDK1194: The "--output" option isn't supported when building a solution.
If so - that is not necessarily your fault at all! Microsoft released a new SDK version, which breaks your builds. Let's see why and what we can do to tackle that.
GitHub is a powerful platform for developers to showcase their work and projects. It can be an excellent tool for landing a job, as many employers use it to search for and review potential candidates. In this post, we'll discuss how to effectively use GitHub as a portfolio to impress potential employers and increase your chances of getting hired.
This blog post will show you how to setup, from scratch, your GitHub repository so you can in a matter of a single click:
Therefore we will build a "template" repository you can take as a foundation.