Skip to content

Commit 47d2db8

Browse files
committed
Fixed code analysis issues.
1 parent 82961bd commit 47d2db8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Autofac.Integration.WebApi.Owin/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
using System.Resources;
44
using System.Runtime.CompilerServices;
55
using System.Runtime.InteropServices;
6+
using System.Security;
67

78
[assembly: AssemblyTitle("Autofac.Integration.WebApi.Owin")]
89
[assembly: InternalsVisibleTo("Autofac.Tests.Integration.WebApi.Owin, PublicKey=00240000048000009400000006020000002400005253413100040000010001008728425885ef385e049261b18878327dfaaf0d666dea3bd2b0e4f18b33929ad4e5fbc9087e7eda3c1291d2de579206d9b4292456abffbe8be6c7060b36da0c33b883e3878eaf7c89fddf29e6e27d24588e81e86f3a22dd7b1a296b5f06fbfb500bbd7410faa7213ef4e2ce7622aefc03169b0324bcd30ccfe9ac8204e4960be6")]
910
[assembly: ComVisible(false)]
1011
[assembly: CLSCompliant(true)]
12+
[assembly: AllowPartiallyTrustedCallers]
1113

1214
[assembly: AssemblyCompany("Autofac Project - http://autofac.org")]
1315
[assembly: AssemblyProduct("Autofac")]

0 commit comments

Comments
 (0)