-
Notifications
You must be signed in to change notification settings - Fork 41
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
Bug: Addin doesn't validate file name and vbe-project filename differences. #553
Comments
That sounds like a reasonable approach to me. 👍 |
looks like we can just turn off the outer
|
hmm, apparently that's not a good plan, moving it down a bit, but same theme. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bit of an edge case I discovered today. I discovered today that if you simply copy
vbe-project.json
and forget to edit theItems.Filename
element to the correct file name, if you build from source the addin will grabdb2
as the source folder and notdb3
as expected.Conditions: have two source folders in a directory, and two database files as shown:
Steps to reproduce:
Build As
from the ribbon and select the "correct" file name, it will build correctly.Potential fix:
Add a check to validate that the opened filename matches that of
vbe-project.json
.Proposed options if it doesn't match:
a. If they select "NO" present them with the
Build As
dialog and then build as the selected item.b. If they selected Yes, simply build as the file name.
The text was updated successfully, but these errors were encountered: