Skip to content
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

[NUI.Gadget] Modify loading assembly of NUIGadget #6417

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hjhun
Copy link
Contributor

@hjhun hjhun commented Oct 17, 2024

Description of Change

If this patch is applied, NUIGadgetAssembly will use the dlls that exist under res/mount/allowed.
This action is for using res/mount/allowed in remounting.
When a package is updated, it remounts the corresponding directory to update resources.
This behavior allows gadgets to be updated without terminating the running viewer application.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
@github-actions github-actions bot added the API12 Platform : Tizen 9.0 / TFM: net6.0-tizen9.0 label Oct 17, 2024
@TizenAPI-Bot
Copy link
Collaborator

Internal API Changed

Added: 1, Removed: 0, Changed: 0

Added

+ /// <since_tizen>12</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.String Tizen.NUI.NUIGadgetInfo::ExecutablePath()

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
@TizenAPI-Bot
Copy link
Collaborator

Internal API Changed

Added: 1, Removed: 0, Changed: 0

Added

+ /// <since_tizen>12</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.String Tizen.NUI.NUIGadgetInfo::ExecutablePath()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API12 Platform : Tizen 9.0 / TFM: net6.0-tizen9.0 Internal API Changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants