We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3060946 commit f628380Copy full SHA for f628380
3 files changed
‎Common.BasicHelper/IO/FileHelper.cs‎
@@ -1,5 +1,5 @@
1
-using Common.BasicHelper.Util;
2
-using Common.BasicHelper.Util.Extension;
+using Common.BasicHelper.Utils;
+using Common.BasicHelper.Utils.Extensions;
3
using System;
4
using System.IO;
5
using System.Threading.Tasks;
‎Common.BasicHelper/Math/Tricks.cs‎
@@ -1,10 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
6
-using System.Text;
7
-using System.Threading.Tasks;
+using System.Text;
8
9
namespace Common.BasicHelper.Math;
10
‎Common.BasicHelper/NET/BasicNet.cs‎
@@ -1,4 +1,4 @@
-using Common.BasicHelper.Util.Extension;
+using Common.BasicHelper.Utils.Extensions;
using System.Net;
0 commit comments