Tool.Net 5.6.1

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

Tool.Net

-------------------------------------功能简介-----------------------------------------

1.详细AIP文档:https://tool.nixue.top

2.框架包含功能(Web,Sql,Sockets,TypeExtension,Utils,Trojan)

  1. 当前版本(5.6.1)为正式版,用于任何项目开发使用。

  2. 架构基于 .Net10.0(兼容 .Net9、.Net8、.Net7、.Net6、.Net5) 采用最新技术,具有最新的技术支持。

-------------------------------------功能详解-----------------------------------------

  1. Web包含,Api创建,路由构建,可替代MVC写Api,和对Http多个扩展函数方便开发。

  2. Sql包含,包含常用三种数据库的默认实现,其余数据库可以根据开源地址的实现,自行实现接口,支持所有数据库操作,提供获取原始数据库操作对象,由自行实现。

  3. Sockets包含,Tcp,Udp,WebSocket,NetFrame(内置实现的一种和WPF差不多的消息传输协议,后期的维护重点)(NetFrame 重点,重构,对数据包体的高度使用,提高传输性能)

  4. TypeExtension包含,bool,byte,char,datetime,decimal,double,fioat,int,long,object,short,string,uint,ulong,ushort,相关扩展函数。

  5. Utils包含,ActionDelegate,Data,Encryption,FtpHelper,Other,TaskHelper,Log,Trojan,等等一系列帮助类型函数。

5.1 大致包含: 委托,反射,Log,验证码生成,正则验证,DataSet/DataTable/DataRow(验证,To实体?ToJson?),AppSettings(获取Core下面的配置文件:appsettings.json),等等

  1. 目前功能基本满足中大型规模开发。
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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 is compatible.  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 is compatible.  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.
  • net10.0

    • No dependencies.
  • net5.0

    • No dependencies.
  • net6.0

    • No dependencies.
  • net7.0

    • No dependencies.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

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
5.6.1 489 11/17/2025
5.6.0 284 11/16/2025
5.5.6 256 10/27/2025
5.5.5 166 10/25/2025
5.5.3 245 10/23/2025
5.5.2 312 4/28/2025
5.5.1 265 3/31/2025
5.5.0 263 3/3/2025
5.4.7 185 1/13/2025
5.4.6 272 1/4/2025
5.4.5 223 12/28/2024
5.4.3 211 12/6/2024
5.4.2 213 12/6/2024
5.4.1 212 12/4/2024
5.4.0 215 12/4/2024
5.3.4 223 11/21/2024
5.3.3 203 11/15/2024
5.3.2 208 11/15/2024
5.3.1 217 11/11/2024
5.3.0-pre0.1 136 11/8/2024
Loading failed

当前版本为正式包,用于进行实际线上项目开发。
详细说明请下载后查看。
补充说明:以及修复其他特殊bug。
NetFrame 模块将会持续关注。
更多更新,敬请期待,希望有伙伴加入帮我分担。