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                
nuke :add-package lbi --version 1.0.10                

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 已计算。
兼容的目标框架
包含的目标框架(在包中)
了解有关目标框架.NET Standard的更多信息。

此包没有依赖项。

版本 下载 最后更新
1.0.10 20,163 6/27/2024
1.0.9 50,796 2/2/2024
1.0.8 145 2/1/2024
1.0.7 202 1/13/2024
1.0.6 167 1/11/2024
1.0.5 195 1/9/2024
1.0.4 143 1/9/2024
1.0.3 236 11/16/2023
1.0.2 259 10/28/2023
1.0.1 198 10/23/2023
1.0.0 191 10/15/2023