Replies: 3 comments 3 replies
-
Hi @devkeydet,
|
Beta Was this translation helpful? Give feedback.
-
When I filed this, I wasn't on the team. I am now. I'll take a look at the code. I suspect it's a relatively simple fix. We just have a lot of work on our plate preparing for the build conference and not gotten around to this one. |
Beta Was this translation helpful? Give feedback.
-
there are a lot of I think we need a better guidance on where to open the issues for |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The default value for SolutionRootPath in a cdsproj file is src:
<SolutionRootPath>src</SolutionRootPath>
If I change the name of the

src
folder tosolution
and update the SolutionRootPath in the cdsproj to<SolutionRootPath>solution</SolutionRootPath>
, then I get the following error:I would like to rename the folder so I can have a folder structure that looks like this.

Beta Was this translation helpful? Give feedback.
All reactions