Sidekick.ExtensionMethods 4.0.0

dotnet add package Sidekick.ExtensionMethods --version 4.0.0
NuGet\Install-Package Sidekick.ExtensionMethods -Version 4.0.0
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="Sidekick.ExtensionMethods" Version="4.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sidekick.ExtensionMethods --version 4.0.0
#r "nuget: Sidekick.ExtensionMethods, 4.0.0"
#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 Sidekick.ExtensionMethods as a Cake Addin
#addin nuget:?package=Sidekick.ExtensionMethods&version=4.0.0

// Install Sidekick.ExtensionMethods as a Cake Tool
#tool nuget:?package=Sidekick.ExtensionMethods&version=4.0.0

Extension Methods

Extension methods enable you to "add" methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type. Extension methods are a special kind of static method, but they are called as if they were instance methods on the extended type. For client code written in C#, F# and Visual Basic, there is no apparent difference between calling an extension method and the methods that are actually defined in a type.

Extension Methods (C# Programming Guide)

Simple Extension Methods project with some string, byte, enumerations and parse extensions.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows 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
4.0.0 75 2/5/2024
3.2.0 430 3/10/2021
3.1.0 527 1/10/2020
3.0.0 494 1/10/2020
2.0.0 856 10/11/2018
1.0.1 918 7/15/2018