Futemire.SuperUsefulExtensionLibrary
0.9.1
dotnet add package Futemire.SuperUsefulExtensionLibrary --version 0.9.1
NuGet\Install-Package Futemire.SuperUsefulExtensionLibrary -Version 0.9.1
<PackageReference Include="Futemire.SuperUsefulExtensionLibrary" Version="0.9.1" />
paket add Futemire.SuperUsefulExtensionLibrary --version 0.9.1
#r "nuget: Futemire.SuperUsefulExtensionLibrary, 0.9.1"
// Install Futemire.SuperUsefulExtensionLibrary as a Cake Addin #addin nuget:?package=Futemire.SuperUsefulExtensionLibrary&version=0.9.1 // Install Futemire.SuperUsefulExtensionLibrary as a Cake Tool #tool nuget:?package=Futemire.SuperUsefulExtensionLibrary&version=0.9.1
SuperUsefulExtensionLibrary
Super Useful Extension Library is just a collection of C# extension methods that I found myself constantly rewriting in multiple projects and then decided I needed to STOP THAT and add them to a central project that I could reuse. You know, to DRY it up a bit. Thats Don't Repeat Yourself (DRY) concept for those not familiar with the term.
Anyway, this was mostly published for me to use, but by all means feel free to use the package if you find any of the extensions useful. I also have a discussions section in the GitHub repository in case you have an extension you think would be useful to add, or a modification to make any of mine better (I'm always learning from others).
Extensions
All extensions are located withing a single .cs file related to the Type being extended. Namespaces are organized in the same way, by type.
- Collection Extensions
- Enumeration Extensions
- Enumeration (Common enumerations)
- Image Extensions
- JSON Extensions
- Object Extensions
- String Extensions
- System Extensions
- UIElement Extensions
- Window Extensions
- XDocument Extensions
- XML Extensions
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
-
- Newtonsoft.Json (>= 13.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.9.1 | 227 | 5/12/2022 |
Removed unused reference to BetterBrowser package.