You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.
Where I come to keep my C# sharp! An area where I can practice my skills, learn new libraries, try coding challenges, play with non-obvious solutions to a problem, examine performance and optimisations, experiment with language features I might not otherwise make use of, and generally push the limits of what I can do with the language.
This originally started life as a Coder Dojo programming exercise based on the popular, and well-known game "Minesweeper". It took on a life of its own, and became a full implementation to act as a non-trivial repo to experiment and practice with different libraries, tools, techniques, and language features.