Technical requirements
In this chapter, we’re going to need all of the technical requirements listed in previous chapters, with the following additional packages:
Microsoft.NET.Test.Sdk
xunit
xunit.runner.visualstudio
Moq
Microsoft.EntityFrameworkCore.InMemory
As always, it’s advisable to avoid installing them straight away. We’re going to bring them in during this chapter to better contextualize their purpose within our project.
The code files for this chapter can be found here: https://github.com/PacktPublishing/ASP.NET-Core-8-and-Angular/tree/main/Chapter_10/WorldCities