Futemire.SuperUsefulExtensionLibrary 0.9.1

dotnet add package Futemire.SuperUsefulExtensionLibrary --version 0.9.1                
NuGet\Install-Package Futemire.SuperUsefulExtensionLibrary -Version 0.9.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Futemire.SuperUsefulExtensionLibrary" Version="0.9.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Futemire.SuperUsefulExtensionLibrary --version 0.9.1                
#r "nuget: Futemire.SuperUsefulExtensionLibrary, 0.9.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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                

Slava Ukraini


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 Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.