There was an error while loading. Please reload this page.
1 parent 045ba98 commit 9f73aa1Copy full SHA for 9f73aa1
1 file changed
src/Autofac/Module.cs
@@ -53,7 +53,6 @@ public abstract class Module : IModule
53
/// </summary>
54
[SuppressMessage("Design", "CA1065:Do not raise exceptions in unexpected locations", Justification = "Prevent breaking change")]
55
protected virtual Assembly ThisAssembly
56
- {
57
get
58
{
59
var thisType = GetType();
0 commit comments