We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5473488 commit 02e1cf0Copy full SHA for 02e1cf0
src/Microsoft.TestPlatform.Common/Utilities/TypesToLoadUtilities.cs
@@ -27,9 +27,6 @@ internal static IEnumerable<Type> GetTypesToLoad(Assembly assembly)
27
28
private static IEnumerable<Type> GetTypesToLoad(Attribute attribute)
29
{
30
- if (attribute == null)
31
- return Enumerable.Empty<Type>();
32
-
33
var type = attribute.GetType();
34
var typesProperty = type.GetProperty("Types");
35
0 commit comments