Sidekick.ExtensionMethods
4.0.0
dotnet add package Sidekick.ExtensionMethods --version 4.0.0
NuGet\Install-Package Sidekick.ExtensionMethods -Version 4.0.0
<PackageReference Include="Sidekick.ExtensionMethods" Version="4.0.0" />
paket add Sidekick.ExtensionMethods --version 4.0.0
#r "nuget: Sidekick.ExtensionMethods, 4.0.0"
// 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.
Simple Extension Methods project with some string, byte, enumerations and parse extensions.
Product | Versions 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. |
-
net8.0
- Microsoft.AspNetCore.StaticFiles (>= 2.2.0)
- System.ComponentModel.Annotations (>= 5.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.