Aspnet core and it’s components are no longer a separate package. They are part of net 6 and net 8. See docs
https://learn.microsoft.com/en-us/aspnet/core/mvc/controllers/testing?view=aspnetcore-8.0
Testing azure functions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Working through Exercise - Unit test an Azure Function and on step 8, when I search Microsoft.AspNetCore.Mvc on NuGet it tells me that it's deprecated.
I tried this on both .NET 6 and 8.
Is there a new process for setting up mock HTTP environments for unit testing here?
Aspnet core and it’s components are no longer a separate package. They are part of net 6 and net 8. See docs
https://learn.microsoft.com/en-us/aspnet/core/mvc/controllers/testing?view=aspnetcore-8.0
Testing azure functions