Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
-
Pre .NET 6, there's a Startup.cs file that is used to set these up. .NET 6+ just puts them in Program.cs by default, but you can still use a Startup.cs if you'd prefer. Example of the newer template in Program.cs is here
-
Moq
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
NSubstitute
-
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.
AutoFixture
-
-
Shouldly - More "fluent" way of writing assertions that I tend to like more personally. Example: