Gentleman's set of an autotester

All the examples at this site are based on the following libraries for the testing projects. For most cases you should install the latest versions of a library because if you have some troubles with versioning and you have special version requirements, you probably don't need common advice)

.Net Core + xUnit
  • xunit
  • xunit.runner.visualstudio
  • AutoFixture.Xunit2
  • SemanticComparison- Moq
  • Microsoft.EntityFrameworkCore.InMemory
  • Microsoft.Extensions.DependencyInjection
  • Microsoft.NET.Test.Sdk
.Net + nUnit
  • NUnit
  • NUnit3TestAdapter
  • AutoFixture
  • AutoFixture.NUnit3
  • SemanticComparison
  • Moq
  • EntityFramework
  • Microsoft.NET.Test.Sdk

P.S. The Entity Framework is required only in the case of working with it in the project that is being tested. In the simplest applications (educational one, at the first time) we can get rid of it.