References
- Getting Started with xUnit.net: https://xunit.net/docs/getting-started/netcore/cmdline
- Unit testing in .NET: https://learn.microsoft.com/en-US/dotnet/core/testing/
- Unit test controller logic in ASP.NET Core: https://learn.microsoft.com/en-us/aspnet/core/mvc/controllers/testing
- Popular open source project Moq criticized for quietly collecting data: https://www.bleepingcomputer.com/news/security/popular-open-source-project-moq-criticized-for-quietly-collecting-data/
- Microsoft.EntityFrameworkCore.InMemory NuGet package: https://www.linkedin.com/pulse/my-take-open-source-recent-drama-around-moq-tomáš-herceg
- My take on open-source and the recent “drama” around Moq: https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.InMemory/
- The using statement (C#): https://learn.microsoft.com/en-US/dotnet/csharp/language-reference/keywords/using-statement
- xUnit.net – Using ASP.NET Core with the .NET...