You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/YANLib/YANLib.csproj
+37-31Lines changed: 37 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -9,21 +9,23 @@
9
9
<Title>YANLib</Title>
10
10
<Authors>Yami An</Authors>
11
11
<Company>YAN</Company>
12
-
<Description>YANLib (YAMI AN NEPHILIM LIBRARY) is a comprehensive .NET utility library providing powerful extension methods that enhance developer productivity. Built on .NET 6.0 LTS, it offers high-performance utilities for JSON serialization, text manipulation, object validation, task coordination, mathematical operations, DateTime handling, and more.
12
+
<Description>
13
+
YANLib (YAMI AN NEPHILIM LIBRARY) is a comprehensive .NET utility library providing powerful extension methods that enhance developer productivity. Built on .NET 6.0 LTS, it offers high-performance utilities for JSON serialization, text manipulation, object validation, task coordination, mathematical operations, DateTime handling, and more.
13
14
14
-
Key features:
15
-
• YANJson: High-performance JSON serialization with robust error handling
16
-
• YANText: String manipulation, validation, and transformation with null safety
17
-
• YANObject: Object validation, property analysis, and deep copying
18
-
• YANTask: Enhanced task coordination with conditional waiting and error handling
19
-
• YANUnmanaged: Type parsing and conversion with built-in error handling
20
-
• YANRandom: Random value generation for various types and collections
21
-
• YANMath: Mathematical operations with null handling and type conversion
22
-
• YANDateTime: Time zone conversion and date calculations
23
-
• YANProcess: Process management utilities
24
-
• YANExpression: Dynamic property access and expression tree utilities
15
+
Key features:
16
+
• YANJson: High-performance JSON serialization with robust error handling
17
+
• YANText: String manipulation, validation, and transformation with null safety
18
+
• YANObject: Object validation, property analysis, and deep copying
19
+
• YANTask: Enhanced task coordination with conditional waiting and error handling
20
+
• YANUnmanaged: Type parsing and conversion with built-in error handling
21
+
• YANRandom: Random value generation for various types and collections
22
+
• YANMath: Mathematical operations with null handling and type conversion
23
+
• YANDateTime: Time zone conversion and date calculations
24
+
• YANProcess: Process management utilities
25
+
• YANExpression: Dynamic property access and expression tree utilities
25
26
26
-
All components feature fluent APIs, robust null handling, collection support, and performance optimizations. YANLib simplifies common programming tasks while maintaining high performance, making it an essential toolkit for .NET developers.</Description>
27
+
All components feature fluent APIs, robust null handling, collection support, and performance optimizations. YANLib simplifies common programming tasks while maintaining high performance, making it an essential toolkit for .NET developers.
0 commit comments