XFEExtension.NetCore.XFEConsole 1.0.0

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

XFEExtension.NetCore.XFEConsole

简述

XFEExtension.NetCore.XFEConsole是一个可以运行用户进行远程输出的调试辅助工具,需要配合XFE工具箱来使用,当然也可以根据本DLL内的架构搭建一个调试工具

使用方法

await XFEConsole.UseXFEConsole(3280);   // 使用XFE控制台并连接端口为3280的控制台调试终端
                                        // await任务返回一个bool值,该值指示是否与调试终端连接成功

XFEConsole.ShowInDebug = true;          // 是否在本地调试的Debug中展示,默认为 true
XFEConsole.UseConsoleColor = true;      // 使用控制台颜色,默认为 true
XFEConsole.ShowInLocalConsole = false;  // 是否在本地控制台中显示,默认为 false
XFEConsole.AutoAnalyzeObject = true;    // 是否自动解析对象,而非直接输出对象的.ToString()方法,默认为 true
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 (1)

Showing the top 1 NuGet packages that depend on XFEExtension.NetCore.XFEConsole:

Package Downloads
XFEExtension.NetCore.ServerInteractive

Server interaction extension, including user identity verification and querying in conjunction with AutoConfig

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.2 433 1/31/2025
1.1.1 152 1/31/2025
1.1.0 142 12/1/2024
1.0.3 186 8/18/2024
1.0.2 189 8/14/2024
1.0.1 173 8/12/2024
1.0.0 157 8/7/2024

First Release