Custom Domain on GitHub Pages Using Spaceship
If you own a domain registered with Spaceship and want to point it to your GitHub Pages site, you need to configure two things: the nameservers or DNS records in Spaceship, and the custom domain setting in your GitHub repository.
TestCaseSource - Flexible inputs for your tests
As part of the development cycle, I worked on unit tests for a new module. To streamline the process, Usually I use NUnit’s TestCase annotation, which allows defining multiple input parameters and expected outcomes in one test method. This made it easy to cover a wide range of scenarios while keeping the tests concise and maintainable. Example below how this annotation is used for testing.


