Repository: lucenenet
Updated Branches:
  refs/heads/master e74086656 -> 573dd303a


BUG: Lucene.Net.Support.AssemblyUtils: Added "Anonymously Hosted DynamicMethods 
Assembly" to list of framework assemblies, since we are not interested in this 
for loading assemblies (and it fails)


Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/d1a5769e
Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/d1a5769e
Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/d1a5769e

Branch: refs/heads/master
Commit: d1a5769ef7f4b6ae29a178564aa419cd273cee1f
Parents: e740866
Author: Shad Storhaug <[email protected]>
Authored: Mon Sep 11 20:05:05 2017 +0700
Committer: Shad Storhaug <[email protected]>
Committed: Mon Sep 11 20:05:05 2017 +0700

----------------------------------------------------------------------
 src/Lucene.Net/Support/AssemblyUtils.cs | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/d1a5769e/src/Lucene.Net/Support/AssemblyUtils.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net/Support/AssemblyUtils.cs 
b/src/Lucene.Net/Support/AssemblyUtils.cs
index 8a663be..a0e3b14 100644
--- a/src/Lucene.Net/Support/AssemblyUtils.cs
+++ b/src/Lucene.Net/Support/AssemblyUtils.cs
@@ -96,7 +96,9 @@ namespace Lucene.Net.Support
             {
                 "System.",
                 "Microsoft.",
-                "Mono."
+                "Mono.",
+                // In .NET Standard 2.0, we also need to exclude this new 
assembly type
+                "Anonymously Hosted DynamicMethods Assembly"
             };
 
             /// <summary>

Reply via email to