-
Humanizer
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
Here's the link: https://github.com/Humanizr/Humanizer
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
The Ruby world has FactoryBot and Faker. Nice to know something like that exists in .NET, also!
-
Take a look at the stb libs for isntance. Probably one of the most well respected libraries in the world, used in a ton of programming languages and software. Multiple programs on your computer is running code from those libts right now - many games and gameengines use it, software too,
-
AutoFixture
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.
Related posts
-
fixture-riveter - fixtures replacement library
-
Show HN: Factory-JS – TypeScript dummy object generator for testing
-
If you use FactoryBot then the FactoryTrace gem might be interesting for you. It keeps your old code removed by finding unused factories & traits. There also was a recent release that made it compatible with all FactoryBot features.
-
Do you use FactoryBot? Then FactoryTrace gem is right for you. It helps to find unused factories & traits automatically to keep your old code removed. There was a recent release that made it compatible with all FactoryBot features.
-
Do you use FactoryBot? Then you should check out FactoryTrace. It finds unused factories & traits automatically for you to keep your old code removed. I just released 1.1.0, which has an important fix.