Skip to content

Commit

Permalink
Add ComVisible(false) to CommonAssemblyInfo.cs to resolve COM Int…
Browse files Browse the repository at this point in the history
…erop issue (castleproject#604)
  • Loading branch information
Jevonius committed May 12, 2022
1 parent 28e7afa commit 6d77098
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion buildscripts/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@
// limitations under the License.

using System;
[assembly: CLSCompliant(true)]
using System.Runtime.InteropServices;

[assembly: CLSCompliant(true)]
[assembly: ComVisible(false)]

0 comments on commit 6d77098

Please sign in to comment.