lbi 1.0.10
dotnet tool install --global lbi --version 1.0.10
此包包含一个可以从 Shell/命令行调用的 .NET 工具。
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local lbi --version 1.0.10
此包包含一个可以从 Shell/命令行调用的 .NET 工具。
#tool dotnet:?package=lbi&version=1.0.10
NuGet 团队不提供对此客户端的支持。请联系其 管理员 获得支持。
nuke :add-package lbi --version 1.0.10
NuGet 团队不提供对此客户端的支持。请联系其 管理员 获得支持。
Lbi (ListBinaryInfo)
lbi
(列出二进制信息)是一个 dotnet 全局工具,用于打印程序集信息。
在当前目录下运行 lbi 以打印当前目录及其所有子目录中所有程序集的信息。默认情况下,输出按程序集全名分组,然后按文件 SHA 分组,然后为每个 SHA 打印相同文件。lbi -l
将打印不分组(类似于 dir /s
)的文件列表。
使用方法
lbi.exe [<pattern>]
[-l[:<out.txt>]]
[-d:<path>]*
[-ed:<path>]*
[-ef:<substring>]*
[-nr]
[-sn]
[-p]
[-v]
[-fv]
[-iv]
[-tf]
[@response.rsp]
-l: List full directory contents (optionally output to a file, e.g. out.txt)
If not specified, files are grouped by hash, then version.
-d: Specify root directory to start in (defaults to current directory).
Maybe be specified more than once to scan multiple directories.
-ed: Exclude directory from search. May be specified more than once.
-ef: Exclude files with substring. May be specified more than once.
-nr: Non-recursive (current directory only). Recursive by default.
-sn Print assembly strong named/delay-signed/public-signed.
-snv Validate assembly strong name using sn.exe -vf (slow).
-p Print assembly platform.
-v Print assembly version.
-fv Print assembly file version.
-iv Print assembly informational version.
-tf Print assembly target framework.
@r: Specify a response file (each file line treated as argument).
Examples:
lbi foo.dll
lbi *.exe -nr
lbi
lbi -d:sub\directory -d:sub\dir2 -ed:sub\dir2\obj -l:out.txt
产品 | 版本 兼容和额外的计算目标框架版本。 |
---|---|
.NET | net6.0 兼容。 net6.0-android 已计算。 net6.0-ios 已计算。 net6.0-maccatalyst 已计算。 net6.0-macos 已计算。 net6.0-tvos 已计算。 net6.0-windows 已计算。 net7.0 已计算。 net7.0-android 已计算。 net7.0-ios 已计算。 net7.0-maccatalyst 已计算。 net7.0-macos 已计算。 net7.0-tvos 已计算。 net7.0-windows 已计算。 net8.0 已计算。 net8.0-android 已计算。 net8.0-browser 已计算。 net8.0-ios 已计算。 net8.0-maccatalyst 已计算。 net8.0-macos 已计算。 net8.0-tvos 已计算。 net8.0-windows 已计算。 |
此包没有依赖项。