-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Expected behavior
As a developer, I want to be able to generate boilerplate code without errors and a documentation should work as expected.
Actual behavior
The devon4net Cobigen Guide instructs the user to run the command dotnet new Devon4NetAPI. It will install the templates that will be used for the generation.
The directory name Devon4Net.Application.WebAPI.Implementation differs from the name used in the dotnet template that is going to be called by Cobigen.
This behavior can be changed to achieve a semi-expected result by renaming the installed directory name to Devon4Net.WebAPI.Implementation but it doesn't change the fact that the project has lots of wrong imports and errors.
Take a look at my comment in devonfw/cobigen#1442 (comment) for more information.
Steps to reproduce (bug) / Use Case of feature request (enhancement)
You can use the images for the documentation and as a reference to reproduce this issue that I put together in devon4net doc.zip.
