You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dotnet new modulith -n eShop --with-module Payments --WithUi
When I create a project with the above command, there is no UI related project in the project directory. In addition, there are syntax errors under the Payments module. Some methods that need to be created and the IWeatherForecastService, WeatherForecastResponse files are not available.