From: guowei.wang Date: Mon, 26 Dec 2022 06:22:29 +0000 (+0800) Subject: [NUI][SVACE] Fix svace(DF221214-00106) issue. X-Git-Tag: submit/tizen_7.0/20221227.051430~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=381833bbd37a8e33dc7bc5f41fdc0bca16a5f9a3;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [NUI][SVACE] Fix svace(DF221214-00106) issue. --- diff --git a/src/Tizen.NUI/src/internal/EXaml/Operation/GatherType.cs b/src/Tizen.NUI/src/internal/EXaml/Operation/GatherType.cs index ee2b4d9..298c4ff 100755 --- a/src/Tizen.NUI/src/internal/EXaml/Operation/GatherType.cs +++ b/src/Tizen.NUI/src/internal/EXaml/Operation/GatherType.cs @@ -62,7 +62,7 @@ namespace Tizen.NUI.EXaml } } - type = type.MakeGenericType(args); + type = type?.MakeGenericType(args); } globalDataList.GatheredTypes.Add(type);