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.
-
The default value for SolutionRootPath in a cdsproj file is src:
<SolutionRootPath>src</SolutionRootPath>
If I change the name of the
![image](https://private-user-images.githubusercontent.com/4499296/288118109-40beea41-e822-4b50-93ff-04c976fad789.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzA5NzcsIm5iZiI6MTczOTE3MDY3NywicGF0aCI6Ii80NDk5Mjk2LzI4ODExODEwOS00MGJlZWE0MS1lODIyLTRiNTAtOTNmZi0wNGM5NzZmYWQ3ODkucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMDY1NzU3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NmE1NzZkZTI2ZjM1ZWUyZDQ2OGY1MWFmMWUwMTg3ZGRjYjRlZDkzYjBiZTNiYzUxZjVlYzExNWI2NWVhZTFhYyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.8OUfE8uvr-EYNwi2bkG2xmCA-JFxWejr8TBjpGkII7Y)
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.
![image](https://private-user-images.githubusercontent.com/4499296/288117788-5d35d7e6-00bb-40ae-bbda-01b5cac7871f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzA5NzcsIm5iZiI6MTczOTE3MDY3NywicGF0aCI6Ii80NDk5Mjk2LzI4ODExNzc4OC01ZDM1ZDdlNi0wMGJiLTQwYWUtYmJkYS0wMWI1Y2FjNzg3MWYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMDY1NzU3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NWY2ZDk0M2Y4OWU0NjAwZDIwN2JhZTQ4ZWZhMjQzMTdmMTNjYWNlZTE5YmZlOWNhZmM5NTRmY2NlNzNkYTI5MyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.tmEtiqJ2G3BCy5_59WRsMF91EmUoFkGLAgfXS7ncAzI)
Beta Was this translation helpful? Give feedback.
All reactions