Software developer mainly in the .NET space, with interests in DevOps, cloud computing, application architecture, home automation, retro computing, and gaming.
Are you using #DotNet 7 with #GitHub and want to integrate #SonarCloud/#SonarQube for code quality scanning? Check out my open source GitHub Action github.com/marketplace/actio… that's been updated for DotNet 7. You get the same nice integration in pull requests as earlier versions.
I've made some progress on an emulator for the 6502 CPU (used in many 8-bit computers). Written in C#/.NET. Why? Just for fun!
github.com/highbyte/dotnet-6…
For .NET Core devs that use GitHub Actions for CI, I've developed an Action that integrates with #SonarQube supporting pull requests. You can now detect if a pull request passes your SonarQube quality gates before you merge it! Check it out: github.com/marketplace/actio…