修改扩展类Utility的命名空间,由System改完NewLife,避免扩展方法名称相同时编译器报错 (#152)Diego2098 authored at 2025-01-09 11:41:50 GitHub committed at 2025-01-09 11:41:50
diff --git a/NewLife.Core/Common/Utility.cs b/NewLife.Core/Common/Utility.cs
index 74fad9f..4a7bc89 100644
--- a/NewLife.Core/Common/Utility.cs
+++ b/NewLife.Core/Common/Utility.cs
@@ -1,10 +1,10 @@
using System.ComponentModel;
using System.Globalization;
using System.Reflection;
-using NewLife;
+
using NewLife.Collections;
-namespace System;
+namespace NewLife;
/// <summary>工具类</summary>
/// <remarks>