U4-2378 Mono port to do: TypeFinder needs exclusions for Monodevelop Nunit
This commit is contained in:
@@ -447,7 +447,9 @@ namespace Umbraco.Tests
|
||||
"HtmlAgilityPack.",
|
||||
"TidyNet.",
|
||||
"ICSharpCode.",
|
||||
"CookComputing."
|
||||
"CookComputing.",
|
||||
/* Mono */
|
||||
"MonoDevelop.NUnit"
|
||||
};
|
||||
|
||||
public static IEnumerable<Type> FindClassesOfTypeWithAttribute<T, TAttribute>()
|
||||
|
||||
Reference in New Issue
Block a user