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 // @file: ByteExtensions.cs
// @author: tao ke // @author: tao ke
// @mailto: taokeu@gmail.com // @mailto: taokeu@gmail.com
// @created: 07/15/2022 16:49 // @created: 07/15/2022 20:36
using System.Text; using System.Text;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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