mirror of
https://github.com/nsnail/ns-ext.git
synced 2025-04-20 01:22:51 +08:00
..
This commit is contained in:
parent
ef8bf9362c
commit
d4716b3114
@ -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;
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user