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] Remove EXaml. #6565

Open
wants to merge 1 commit into
base: DevelNUI
Choose a base branch
from
Open

Conversation

huayongxu
Copy link
Contributor

EXaml is not used by app:

  • Remove EXaml in Tizen.NUI.
  • Remove testcases for EXaml in Tizen.NUI.Devel.Tests
  • Disable EXaml in XmlBuild.

The size of Tizen.NUI.dll is decreased.
Before: 2612224
After: 2580480

Description of Change

API Changes

  • ACR:

EXaml is not used by app:
- Remove EXaml in Tizen.NUI.
- Remove testcases for EXaml in Tizen.NUI.Devel.Tests
- Disable EXaml in XmlBuild.

The size of Tizen.NUI.dll is decreased.
Before: 2612224
After:  2580480
@TizenAPI-Bot
Copy link
Collaborator

Internal API Changed

Added: 0, Removed: 9, Changed: 0

Removed

- /// <since_tizen>none</since_tizen
- [EditorBrowsable(EditorBrowsableState.Never)]
- Tizen.NUI.EXaml.EXamlExtensions

- /// <since_tizen>none</since_tizen
- [EditorBrowsable(EditorBrowsableState.Never)]
- System.Reflection.Assembly Tizen.NUI.EXaml.EXamlExtensions::MainAssembly()

- /// <since_tizen>none</since_tizen
- [EditorBrowsable(EditorBrowsableState.Never)]
- static System.Object Tizen.NUI.EXaml.EXamlExtensions::CreateObjectFromEXaml(System.String)

- /// <since_tizen>none</since_tizen
- [EditorBrowsable(EditorBrowsableState.Never)]
- static System.Object Tizen.NUI.EXaml.EXamlExtensions::LoadFromEXamlByRelativePath(T,System.String)

- /// <since_tizen>none</since_tizen
- [EditorBrowsable(EditorBrowsableState.Never)]
- static System.Void Tizen.NUI.EXaml.EXamlExtensions::DisposeXamlElements(System.Object)

- /// <since_tizen>none</since_tizen
- [EditorBrowsable(EditorBrowsableState.Never)]
- static System.Void Tizen.NUI.EXaml.EXamlExtensions::RemoveEventsInXaml(System.Object)

- /// <since_tizen>none</since_tizen
- [EditorBrowsable(EditorBrowsableState.Never)]
- static T Tizen.NUI.EXaml.EXamlExtensions::LoadFromEXaml(T,System.String)

- /// <since_tizen>none</since_tizen
- [EditorBrowsable(EditorBrowsableState.Never)]
- static T Tizen.NUI.EXaml.EXamlExtensions::LoadFromEXamlPath(T,System.Type)

- /// <since_tizen>none</since_tizen
- [EditorBrowsable(EditorBrowsableState.Never)]
- static TXaml Tizen.NUI.EXaml.EXamlExtensions::LoadFromEXamlPath(TXaml,System.String)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants