[mono/monodevelop] 26ff3d8d: [Core] Expose SystemAssemblyService.CreateClosedUniverse

"Michael Hutchinson ([email protected])" <[email protected]> Mon, 11 Nov 2013 22:04:28 +0000
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <000001424931c7e4-81f7b12a-daa4-44be-9421-414bdc180bc9-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/monodevelop
  Compare: https://github.com/mono/monodevelop/compare/07480366a215...26ff3d8dd578

   Commit: 26ff3d8dd57873395072bcf7b76eebdc61f1f936
   Author: Michael Hutchinson <[email protected]> (mhutch)
     Date: 2013-11-11 21:56:13 GMT
      URL: https://github.com/mono/monodevelop/commit/26ff3d8dd57873395072bcf7b76eebdc61f1f936

[Core] Expose SystemAssemblyService.CreateClosedUniverse

We need it to be able to use IKVM.Reflection in non-explodey ways.

Changed paths:
  M main/src/core/MonoDevelop.Core/MonoDevelop.Core.Assemblies/SystemAssemblyService.cs

Modified: main/src/core/MonoDevelop.Core/MonoDevelop.Core.Assemblies/SystemAssemblyService.cs
===================================================================
@@ -312,7 +312,7 @@ static void BuildFrameworkRelations (TargetFramework fx, Dictionary<TargetFramew
 			fx.RelationsBuilt = true;
 		}
 
-		static IKVM.Reflection.Universe CreateClosedUniverse ()
+		public static IKVM.Reflection.Universe CreateClosedUniverse ()
 		{
 			const IKVM.Reflection.UniverseOptions ikvmOptions =
 				IKVM.Reflection.UniverseOptions.DisablePseudoCustomAttributeRetrieval |


_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches