Fixed FakeLibraryInformation
This commit is contained in:
parent
a0f3560095
commit
28bdedab22
|
|
@ -5,6 +5,7 @@ using System;
|
|||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNet.Builder;
|
||||
|
|
@ -160,6 +161,14 @@ namespace Microsoft.AspNet.Diagnostics.Tests
|
|||
throw new NotImplementedException("Should not be needed by this middleware");
|
||||
}
|
||||
}
|
||||
|
||||
public IEnumerable<AssemblyName> LoadableAssemblies
|
||||
{
|
||||
get
|
||||
{
|
||||
throw new NotImplementedException("Should not be needed by this middleware");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue