You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot run the update-schema script under the schemas/ folder after ejected the runtime instance.
It will fail silently:
Cause
In #5529 , runtime's dependencies were updated to 4.12.0-daily*, it caused the update-schema.sh script cannot reference the exact pacakge given the asterisk wildcard.
Workaround
Replace all appearances of 4.12.0-daily* to 4.12.0-daily (without *) accross all csproj files can bypass this issue.
For a long term fix, we may need to update the source code bf dialog:merge command to match package names with asterisk.
Version
Browser
Electron distribution
Chrome
Safari
Firefox
Edge
OS
macOS
Windows
Ubuntu
The text was updated successfully, but these errors were encountered:
yeze322
changed the title
"update-schema" failed after runtime migrating to 4.12.0-daily
"update-schema" failed after runtime migrating to '4.12.0-daily*'
Jan 21, 2021
yeze322
changed the title
"update-schema" failed after runtime migrating to '4.12.0-daily*'
Cannot run 'update-schema' after runtime updating to '4.12.0-daily*'
Jan 21, 2021
I tried putting the references without the wildcard, but a nuget restore will mismatch and try to resolve its "best guess" which happens to be an ancient version from back in Oct. 2020. I'll go look at the bf-merge code.
Describe the bug
Problem
Cannot run the
update-schema
script under theschemas/
folder after ejected the runtime instance.It will fail silently:
Cause
In #5529 , runtime's dependencies were updated to
4.12.0-daily*
, it caused theupdate-schema.sh
script cannot reference the exact pacakge given the asterisk wildcard.Workaround
Replace all appearances of
4.12.0-daily*
to4.12.0-daily
(without*
) accross all csproj files can bypass this issue.For a long term fix, we may need to update the source code bf dialog:merge command to match package names with asterisk.
Version
Browser
OS
The text was updated successfully, but these errors were encountered: