[NUI] Add AttributeUsageAttribute for ScriptableProperty(CA1018)
authorYeongjong Lee <cleanlyj@naver.com>
Thu, 29 Oct 2020 06:31:34 +0000 (15:31 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 1 Dec 2020 08:56:39 +0000 (17:56 +0900)
src/Tizen.NUI/src/public/CustomViewRegistry.cs

index 3bd3a77..003ac76 100755 (executable)
@@ -72,6 +72,7 @@ namespace Tizen.NUI
     ///
     ///
     /// <since_tizen> 3 </since_tizen>
+    [AttributeUsage(AttributeTargets.Property)]
     public class ScriptableProperty : System.Attribute
     {