Add ReSharperTestRunner64 to the assembly exclusion list in TypeFinder (#14498)

This commit is contained in:
Christian Funder Sommerlund
2023-08-24 13:06:21 +02:00
committed by GitHub
parent 3f6ebe7656
commit fec51a9ec5

View File

@@ -34,7 +34,7 @@ public class TypeFinder : ITypeFinder
"ServiceStack.", "SqlCE4Umbraco,", "Superpower,", // used by Serilog
"System.", "TidyNet,", "TidyNet.", "WebDriver,", "itextsharp,", "mscorlib,", "NUnit,", "NUnit.", "NUnit3.",
"Selenium.", "ImageProcessor", "MiniProfiler.", "Owin,", "SQLite",
"ReSharperTestRunner32", // used by resharper testrunner
"ReSharperTestRunner32", "ReSharperTestRunner64", // These are used by the Jetbrains Rider IDE and Visual Studio ReSharper Extension
};
private static readonly ConcurrentDictionary<string, Type?> TypeNamesCache = new();