1
votes

I am trying to extend https://github.com/dotnet-architecture/eShopOnContainers and https://docs.microsoft.com/en-us/dotnet/architecture/cloud-native/introduce-eshoponcontainers-reference-app. I am trying to add another microservice to this application. I started by adding the default WeatherForecast (as provided by Visual Studio 2022).

enter image description here

But I keep getting the following error:

enter image description here

Any help with this will be highly appreciated.