This commit is contained in:
tao@r5 2022-07-17 01:47:58 +08:00
parent ef8bf9362c
commit d4716b3114
12 changed files with 12 additions and 12 deletions

View File

@ -2,7 +2,7 @@
// @file: ByteExtensions.cs
// @author: tao ke
// @mailto: taokeu@gmail.com
// @created: 07/15/2022 16:49
// @created: 07/15/2022 20:36
using System.Text;

View File

@ -2,7 +2,7 @@
// @file: DateTimeExtensions.cs
// @author: tao ke
// @mailto: taokeu@gmail.com
// @created: 07/15/2022 16:49
// @created: 07/15/2022 20:36
// ReSharper disable UnusedMember.Global

View File

@ -2,7 +2,7 @@
// @file: DecimalExtensions.cs
// @author: tao ke
// @mailto: taokeu@gmail.com
// @created: 07/15/2022 16:49
// @created: 07/15/2022 20:36
namespace NSExt;

View File

@ -2,7 +2,7 @@
// @file: EnumExtensions.cs
// @author: tao ke
// @mailto: taokeu@gmail.com
// @created: 07/15/2022 16:49
// @created: 07/15/2022 20:36
using System.ComponentModel;

View File

@ -2,7 +2,7 @@
// @file: EnumerableExtensions.cs
// @author: tao ke
// @mailto: taokeu@gmail.com
// @created: 07/15/2022 16:49
// @created: 07/15/2022 20:36
namespace NSExt;

View File

@ -2,7 +2,7 @@
// @file: GenericExtensions.cs
// @author: tao ke
// @mailto: taokeu@gmail.com
// @created: 07/15/2022 16:49
// @created: 07/15/2022 20:36
namespace NSExt;

View File

@ -2,7 +2,7 @@
// @file: IntExtensions.cs
// @author: tao ke
// @mailto: taokeu@gmail.com
// @created: 07/15/2022 16:49
// @created: 07/15/2022 20:36
namespace NSExt;

View File

@ -2,7 +2,7 @@
// @file: LoggerExtensions.cs
// @author: tao ke
// @mailto: taokeu@gmail.com
// @created: 07/15/2022 16:49
// @created: 07/15/2022 20:36
using System.Runtime.CompilerServices;
using Microsoft.Extensions.Logging;

View File

@ -2,7 +2,7 @@
// @file: LongExtensions.cs
// @author: tao ke
// @mailto: taokeu@gmail.com
// @created: 07/15/2022 16:49
// @created: 07/15/2022 20:36
namespace NSExt;

View File

@ -2,7 +2,7 @@
// @file: ObjectExtensions.cs
// @author: tao ke
// @mailto: taokeu@gmail.com
// @created: 07/15/2022 16:49
// @created: 07/15/2022 20:36
using Newtonsoft.Json;

View File

@ -2,7 +2,7 @@
// @file: StringExtensions.cs
// @author: tao ke
// @mailto: taokeu@gmail.com
// @created: 07/15/2022 16:49
// @created: 07/15/2022 20:36
using System.Globalization;
using System.Text;

View File

@ -2,7 +2,7 @@
// @file: UriExtensions.cs
// @author: tao ke
// @mailto: taokeu@gmail.com
// @created: 07/15/2022 16:49
// @created: 07/15/2022 20:36
namespace NSExt;