mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 01:05:27 +08:00 
			
		
		
		
	关闭 CSScriptLib Debug 编译,防止权限错误;
This commit is contained in:
		@@ -548,7 +548,7 @@ return rTn;");
 | 
			
		||||
			//var dlls = Directory.GetFiles(Directory.GetParent(Type.GetType("IFreeSql, FreeSql").Assembly.Location).FullName, "*.dll");
 | 
			
		||||
			var compiler = new CSScriptLib.RoslynEvaluator();
 | 
			
		||||
			compiler.DisableReferencingFromCode = false;
 | 
			
		||||
			compiler.DebugBuild = true;
 | 
			
		||||
			//compiler.DebugBuild = true;
 | 
			
		||||
			//foreach (var dll in dlls) {
 | 
			
		||||
			//	Console.WriteLine(dll);
 | 
			
		||||
			//	var ass = Assembly.LoadFile(dll);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user