LOTFF.Extension 4.1.0

dotnet add package LOTFF.Extension --version 4.1.0
                    
NuGet\Install-Package LOTFF.Extension -Version 4.1.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="LOTFF.Extension" Version="4.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LOTFF.Extension" Version="4.1.0" />
                    
Directory.Packages.props
<PackageReference Include="LOTFF.Extension" />
                    
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 LOTFF.Extension --version 4.1.0
                    
#r "nuget: LOTFF.Extension, 4.1.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.
#:package LOTFF.Extension@4.1.0
                    
#: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=LOTFF.Extension&version=4.1.0
                    
Install as a Cake Addin
#tool nuget:?package=LOTFF.Extension&version=4.1.0
                    
Install as a Cake Tool

LOTFF通用.NetCore扩展,适用于.Net8

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 (7)

Showing the top 5 NuGet packages that depend on LOTFF.Extension:

Package Downloads
LOTFF.ORM

LOTFF通用ORM集成,集成EF仓储、工作单元,Dapper仓储

LOTFF.Core

强大的.NET6扩展

LOTFF.Security

Package Description

LOTFF.Builder.Abstractions

Package Description

LOTFF.Modules

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.1.0 247 6/24/2025
4.0.0 293 3/16/2025
3.1.4 154 3/16/2025
3.1.3 153 3/16/2025
3.1.2 392 2/13/2025
3.1.1 159 2/10/2025
3.1.0 184 12/26/2024
3.0.9 700 10/10/2024
3.0.8 137 10/10/2024
3.0.6 142 7/22/2024
3.0.5 132 7/22/2024
3.0.4 135 7/22/2024
3.0.3 136 7/22/2024
3.0.2 356 6/5/2024
3.0.1 632 4/16/2024
3.0.0 351 3/14/2024
2.0.6 164 3/8/2024
2.0.5 172 3/7/2024
2.0.4 155 3/6/2024
2.0.3 164 3/6/2024
2.0.2 196 2/1/2024
2.0.1 569 12/21/2023
2.0.0 399 12/21/2023
1.5.0 227 12/2/2023
1.4.9 248 11/30/2023
1.4.8 512 11/14/2023
1.4.7 830 5/23/2023
1.4.6 333 2/9/2023
1.4.5 1,362 1/31/2023
1.4.3 384 1/30/2023
1.4.2 399 1/30/2023
1.4.1 620 12/8/2022
1.4.0 409 12/8/2022
1.3.9 543 12/2/2022

新增控制器扩展基类