You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -454,7 +456,12 @@ static class FrameworkFileUtils {
454
456
"Mono.Security",
455
457
"System.EnterpriseServices",
456
458
};
457
-
459
+
/// <summary>
460
+
/// Guesses if an assembly is likely a standard framework assembly or external assembly. Uses some whitelisting and GAC checks.
461
+
/// </summary>
462
+
/// <param name="filename">Full path to the assembly file in question</param>
463
+
/// <param name="assemblySimpleName">Optional unversioned simple assembly name to check against whitelist, ie: Microsoft.AspNetCore.Authorization</param>
0 commit comments