Levge.Extensions 1.1.41

dotnet add package Levge.Extensions --version 1.1.41
                    
NuGet\Install-Package Levge.Extensions -Version 1.1.41
                    
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="Levge.Extensions" Version="1.1.41" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Levge.Extensions" Version="1.1.41" />
                    
Directory.Packages.props
<PackageReference Include="Levge.Extensions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Levge.Extensions --version 1.1.41
                    
#r "nuget: Levge.Extensions, 1.1.41"
                    
#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.
#:package Levge.Extensions@1.1.41
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Levge.Extensions&version=1.1.41
                    
Install as a Cake Addin
#tool nuget:?package=Levge.Extensions&version=1.1.41
                    
Install as a Cake Tool

<img src="src/Levge.Extensions/icon.png" width="100" height="100" alt="Levge.Extensions logo" />

Levge.Extensions

NuGet Build


Levge.Extensions is a collection of useful extension methods for common .NET types to enhance productivity in your projects.

Features

  • ? Task Extensions � Fire-and-forget task execution with optional logging
  • ? Object Extensions � Deep cloning of objects using JSON serialization
  • ? Modern API � Built for .NET 8 with full nullable reference type support

Installation

.NET CLI

dotnet add package Levge.Extensions

Package Manager

Install-Package Levge.Extensions

Usage

Task Extensions

// Simple fire-and-forget task.FireAndForget();

// With context for better logging task.FireAndForget("ProcessingJob");

// With logger task.FireAndForget(logger);

// With both logger and context task.FireAndForget(logger, "ImportantOperation");

Object Extensions

// Create a deep clone of any object var original = new MyComplexObject(); var clone = original.DeepClone();

License

MIT License. See LICENSE for details.

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Levge.Extensions:

Package Downloads
Levge.Notification.Email

Email notification infrastructure with provider-based extensibility

Levge.Notification.Push

Push notification infrastructure with provider-based extensibility. Supports Firebase, Fake, and custom providers.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.41 114 6/22/2025
1.1.40 101 6/22/2025
1.1.3 106 6/21/2025
1.1.2 105 6/21/2025
1.1.1 106 6/21/2025
1.1.0 176 6/18/2025
1.0.1 178 6/16/2025
1.0.0 154 6/16/2025