C# & WPF Extensions
Introduce
This is an extension method library for C# or WPF development, which contains more than 400 extension methods for various types such as Number, Byte, String, Collection, and others.
Basic Usage
Add reference using the following command for the C# general extension method library, supports .NET Standard 2.0 framework
dotnet add package IceSky.ExtensionsThe WPF extension method library can be referenced using the following command, supporting .NET 6.0+ frameworks, and it references the extension library mentioned above.
dotnet add package IceSky.WpfExtensions