The project creation command with '--WithUI ' does not work correctly.
- Dominant language
- C#
- Stars
- 184
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
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.


Contributor guide
No contributing guide indexed for this repository
Research direction
Run the reported `dotnet new modulith -n eShop --with-module Payments --WithUi` command and inspect the generated project directory and Payments module. Compare the result with the expected UI project, generated methods, and `IWeatherForecastService` and `WeatherForecastResponse` files; done means the command generates these without syntax errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- cli, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100