Skip to content

Commit 6677e58

Browse files
author
Michael Pham
committed
Fixing code analysis issues.
1 parent 3e7dd48 commit 6677e58

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/NativeCode.Mobile.AppCompat.Controls/NativeCode.Mobile.AppCompat.Controls.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<DefineConstants>TRACE</DefineConstants>
3434
<ErrorReport>prompt</ErrorReport>
3535
<WarningLevel>4</WarningLevel>
36+
<RunCodeAnalysis>true</RunCodeAnalysis>
3637
</PropertyGroup>
3738
<ItemGroup>
3839
<Compile Include="Card.cs" />

src/NativeCode.Mobile.AppCompat.Controls/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using System.Reflection;
22
using System.Resources;
3+
using System.Runtime.InteropServices;
34

45
[assembly: AssemblyCompany("NativeCode Development")]
56
[assembly: AssemblyConfiguration("")]
@@ -12,4 +13,5 @@
1213
[assembly: AssemblyTitle("NativeCode.Mobile.AppCompat.Controls")]
1314
[assembly: AssemblyTrademark("")]
1415
[assembly: AssemblyVersion("1.0.0.0")]
16+
[assembly: ComVisible(false)]
1517
[assembly: NeutralResourcesLanguage("en")]

0 commit comments

Comments
 (0)