AssemblyExtensions
Extensions for Assembly that are not available in .NET Standard
DNX does not have a version of GetCustomAttributes on Assembly that takes an inherit
parameter since it doesn't make sense on Assemblies. This version just ignores the
inherit parameter.
Gets the types in a given assembly