Write unit tests

Unit testing your code helps to identify and fix issues early in the development process, ensuring that your code works as expected and reducing the risk of introducing bugs into your module.

TopicDescription
Create a unit test projectLearn how to create a unit test project in JetBrain Rider or Microsoft Visual Studio.
Create a unit testLearn how to add a unit test to your project using an example.

Refer to Microsoft's documentation on Creating the first test for more information about unit testing with NUnit.