Linger.Utils 0.0.4-alpha

This is a prerelease version of Linger.Utils.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Linger.Utils --version 0.0.4-alpha
                    
NuGet\Install-Package Linger.Utils -Version 0.0.4-alpha
                    
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="Linger.Utils" Version="0.0.4-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Linger.Utils" Version="0.0.4-alpha" />
                    
Directory.Packages.props
<PackageReference Include="Linger.Utils" />
                    
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 Linger.Utils --version 0.0.4-alpha
                    
#r "nuget: Linger.Utils, 0.0.4-alpha"
                    
#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 Linger.Utils@0.0.4-alpha
                    
#: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=Linger.Utils&version=0.0.4-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Linger.Utils&version=0.0.4-alpha&prerelease
                    
Install as a Cake Tool

Linger C# Helper Library

Linger 是一个用于简化和增强 C# 开发的辅助库,提供了多种实用工具和扩展方法,帮助开发者更高效地编写代码。

支持的 .NET 版本

Linger 库支持以下 .NET 版本:

  • .NET Framework 4.6.2 及以上
  • .NET Standard 2.0 及以上

安装

您可以通过 NuGet 包管理器安装 Linger 库:

使用 NuGet 包管理器

  1. 在 Visual Studio 中,右键点击您的项目并选择“管理 NuGet 包”。
  2. 搜索 Linger.Utils 并点击“安装”。

使用包管理器控制台

打开“工具” > “NuGet 包管理器” > “包管理器控制台”,然后输入以下命令:

PM> Install-Package Linger.Utils
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  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 is compatible.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (13)

Showing the top 5 NuGet packages that depend on Linger.Utils:

Package Downloads
Linger.FileSystem

Unified file system abstraction library that provides a consistent interface for accessing different file systems (local, FTP, SFTP). Core library containing the base interfaces, models, and local file system implementation.

Linger.Excel.Contracts

Core abstractions and interfaces for Excel manipulation in .NET applications. Provides a common API for Excel operations that can be implemented by various providers (ClosedXML, NPOI, etc.), with support for data conversion, styling, and template-based generation.

Linger.Email

A C# email helper library that provides simplified email operations, SMTP support, HTML and plain text emails, attachment handling, and asynchronous sending capabilities. Built on top of MailKit for robust and secure email communication across multiple .NET frameworks.

Linger.Configuration

A lightweight configuration helper library for .NET applications. Simplifies access to application settings with strongly-typed configuration binding. Provides utilities for working with appsettings.json and other configuration sources.

Linger.EFCore

An Entity Framework Core extension library providing enhanced capabilities. Includes global query filters, property conversions for complex types, and pagination utilities. Simplifies working with JSON data, collections, and complex filtering scenarios.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 532 11/12/2025
1.0.0-preview2 559 11/6/2025
1.0.0-preview1 582 11/5/2025
0.9.9 587 10/16/2025
0.9.8 551 10/14/2025
0.9.7-preview 530 10/13/2025
0.9.6-preview 512 10/12/2025
0.9.5 533 9/28/2025
0.9.4-preview 546 9/25/2025
0.9.3-preview 547 9/22/2025
0.9.2-preview 255 9/21/2025
0.9.1-preview 616 9/16/2025
0.9.0-preview 453 9/12/2025
0.8.5-preview 712 8/31/2025
0.8.4-preview 846 8/25/2025
0.8.3-preview 715 8/20/2025
0.8.2-preview 610 8/4/2025
0.8.1-preview 503 7/30/2025
0.8.0-preview 1,004 7/22/2025
0.7.2 710 6/3/2025
0.7.1 694 5/21/2025
0.7.0 692 5/19/2025
0.6.0-alpha 679 4/28/2025
0.5.0-alpha 691 4/10/2025
0.4.0-alpha 680 4/1/2025
0.3.3-alpha 639 3/19/2025
0.3.2-alpha 617 3/17/2025
0.3.1-alpha 636 3/16/2025
0.3.0-alpha 717 3/6/2025
0.2.0-alpha 418 2/9/2025
0.1.2-alpha 339 12/17/2024
0.1.1-alpha 324 12/17/2024
0.1.0-alpha 511 12/6/2024
0.0.9-alpha 209 11/27/2024
0.0.8-alpha 139 10/21/2024
0.0.7-alpha 118 10/12/2024
0.0.6-alpha 123 10/12/2024
0.0.5-alpha 119 10/7/2024
0.0.4-alpha 285 10/3/2024
0.0.3-alpha 303 8/9/2024
0.0.2-alpha 181 8/9/2024
0.0.1-alpha 180 7/22/2024