[NUI] Suppress CA1716, CA1052, CA1034 for deprecated APIs
authorDongsug Song <dongsug.song@samsung.com>
Fri, 11 Dec 2020 01:17:08 +0000 (10:17 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 15 Dec 2020 06:33:59 +0000 (15:33 +0900)
commite9dcb34283d2cd7c7d362e99aa7b386e2c014a18
treed64602a8d2d77d93b5a6080950a2424eafdf733b
parentb596a7ed0858ad086d75ec725143617239963f0c
[NUI] Suppress CA1716, CA1052, CA1034 for deprecated APIs

- Since the detected classes will be deprecated, CA1716 warning message is suppressed.
https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1716
- This is conflict resolving patch for https://github.com/Samsung/TizenFX/pull/2374
src/Tizen.NUI/src/internal/ItemView.cs
src/Tizen.NUI/src/public/BaseComponents/Scrollable.cs
src/Tizen.NUI/src/public/Renderer.cs
src/Tizen.NUI/src/public/Shader.cs
src/Tizen.NUI/src/public/UIComponents/ScrollView.cs
src/Tizen.NUI/src/public/UIComponents/ToggleButton.cs