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] Resolve registry issue for RenderTaskList #5630

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

hinohie
Copy link
Contributor

@hinohie hinohie commented Oct 17, 2023

After patch #5595 merged, there was some hidden bugs occured. This PR is one of portential bug fix.

@TizenAPI-Bot
Copy link
Collaborator

Build Error:

src/Tizen.NUI/src/internal/Common/RenderTaskList.cs(103,17): error CS0246: The type or namespace name 'HandleRef' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.NUI/Tizen.NUI.csproj]
src/Tizen.NUI/src/internal/Common/RenderTaskList.cs(103,38): error CS0246: The type or namespace name 'HandleRef' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.NUI/Tizen.NUI.csproj]
src/Tizen.NUI/src/internal/Common/RenderTaskList.cs(105,28): error CS0246: The type or namespace name 'HandleRef' could not be found (are you missing a using directive or an assembly reference?) [src/Tizen.NUI/Tizen.NUI.csproj]

Copy link
Contributor

@dongsug-song dongsug-song left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me

@Seoyeon2Kim
Copy link
Contributor

Build error! lol

After patch Samsung#5595 merged, there was some hidden bugs occured.
This PR is one of portential bug fix.

Signed-off-by: Eunki, Hong <[email protected]>
@hinohie hinohie force-pushed the registry_rendertask branch from 22e7073 to 92c3af2 Compare October 17, 2023 06:37
@hinohie
Copy link
Contributor Author

hinohie commented Oct 17, 2023

Oops! I forgot to push the commit! lol!
Now it compile well.

@hinohie hinohie merged commit 777121f into Samsung:DevelNUI Oct 17, 2023
3 checks passed
@hinohie hinohie deleted the registry_rendertask branch October 17, 2023 07:00
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.

4 participants