mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
- 优化 Console.Write 平台兼容问题;#643
This commit is contained in:
@ -49,7 +49,7 @@ namespace FreeSql.Extensions.LazyLoading
|
||||
if (!dll.EndsWith(".dll", StringComparison.OrdinalIgnoreCase) &&
|
||||
!dll.EndsWith(".exe", StringComparison.OrdinalIgnoreCase)) continue;
|
||||
|
||||
Console.WriteLine(dll);
|
||||
//Console.WriteLine(dll);
|
||||
var dllName = string.Empty;
|
||||
var idx = dll.LastIndexOf('/');
|
||||
if (idx != -1) dllName = dll.Substring(idx + 1);
|
||||
|
Reference in New Issue
Block a user