-
Notifications
You must be signed in to change notification settings - Fork 254
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
[AIAvatar] Newton Json dependency #6257
Comments
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
It seems @huiyueun is no longer in charge of AIAvatar but @dongsug-song from the log. |
@AnglerLee Please take a look. |
@sung-su Hello, I am in the process of refactoring the Tizen.AIAvatar project. |
I happen to come across AIAvatar impl and realize that it uses Newton Json as below.
TizenFX/src/Tizen.AIAvatar/Tizen.AIAvatar.csproj
Line 10 in 149fe2f
This could create a version mismatch when app uses other version of newton json.
Also, System.Text.Json is known to be faster and take less memory.
Please fix the potential bug before it is released.
The text was updated successfully, but these errors were encountered: