[NUI] Fix build warning CA1712
authorBowon Ryu <bowon.ryu@samsung.com>
Mon, 4 Jan 2021 09:52:34 +0000 (18:52 +0900)
committerhuiyueun <35286162+huiyueun@users.noreply.github.com>
Mon, 11 Jan 2021 05:49:43 +0000 (14:49 +0900)
CA1712: Do not prefix enum values with type name

The name can not be changed becuase this enum is publicly open.
Suppress warning messages.

src/Tizen.NUI/src/public/DirectionBias.cs

index 337ec8b..13a5915 100755 (executable)
@@ -21,6 +21,7 @@ namespace Tizen.NUI
     /// The Direction Bias type.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
+    [System.Diagnostics.CodeAnalysis.SuppressMessage("Naming", "CA1712: Do not prefix enum values with type name")]
     public enum DirectionBias
     {
         /// <summary>