Skip to content

Commit

Permalink
Fixed code analysis issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmg committed Feb 4, 2015
1 parent 19da9c9 commit 041d0f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Autofac.Integration.Mvc/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Security;
using System.Web;
using Autofac.Integration.Mvc;

Expand All @@ -11,6 +12,7 @@
[assembly: PreApplicationStartMethod(typeof(PreApplicationStartCode), "Start")]
[assembly: ComVisible(false)]
[assembly: CLSCompliant(true)]
[assembly: AllowPartiallyTrustedCallers]

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

0 comments on commit 041d0f9

Please sign in to comment.