-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requirement of an empty directory for unpacking .msapp file #314
Comments
Any thoughts on this? |
Bueller... Bueller... Is this project still being maintained? |
Thank you @StevenRasmussen for the suggestion & the PR. We're not accepting enchancements at this time to focus on stabilizing the pack\unpack component. I've labeled it as an "enhancement" so we can come back to this after we've stabilized to discuss the impact of your change & potentially pull it in at that time. |
@jt000 - Checking in on this a year and half later. Any updates? |
@StevenRasmussen Thanks for following up. Project is active, we are working on a new approach for the YAML serialization of canvas app. We are not addressing your specific scenario, but do you have more details on your use case? How are you using the msapp with the csproj or with the Dataverse solution? Does |
It appears that there is a requirement when unpacking an .msapp file that the destination folder must be empty of all files, or contain a 'CanvasManifest.json' file (see here). Is there any way to not make this a requirement? I would like to extract the contents of the app at the root folder of an existing Visual Studio project which will always contain at the very least the '.csproj' file. In order to work around this limitation I would need to extract the contents into a sub-folder which would make the project structure not as convenient.
Another suggestion might be to make an exception if the only file in the folder is a project file?
The text was updated successfully, but these errors were encountered: