[NUI] Fix build warnings related to XAML (#2287)
authorSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Wed, 2 Dec 2020 04:28:06 +0000 (13:28 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 8 Dec 2020 06:23:12 +0000 (15:23 +0900)
commit5f71f4e0b98346de1b42c1d601675d88792710f7
treeb1dce788b7f9f0f7e78e6d97ff82124d4307a162
parentd2c1feaa0a66e870fa40426053db4bda08b84bb0
[NUI] Fix build warnings related to XAML (#2287)

- Need to avoid assigning a property to itself
 https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca2245
- Not to use broken cryptographic algorithm : MD5 -> SHA256
 https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca5351

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
src/Tizen.NUI/src/internal/XamlBinding/TizenPlatformServices.cs
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextField.cs