lbi 1.0.9

dotnet tool install --global lbi --version 1.0.9
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local lbi --version 1.0.9
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=lbi&version=1.0.9
nuke :add-package lbi --version 1.0.9

Lbi (ListBinaryInfo)

lbi (list binary info) is a dotnet global tool to print information about assemblies.

Run lbi in the current directory to print information about all assemblies in the current directory and all subdirectories. By default the output is grouped by assembly full name, then by file SHA and then prints identical files for each SHA. lbi -l will print the file list without grouping (similar to dir /s).

Usage:

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 whether the assembly is signed.
    -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
Product Compatible and additional computed target framework versions.
.NET 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 was computed.  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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.0.9 28,223 2/2/2024
1.0.8 133 2/1/2024
1.0.7 190 1/13/2024
1.0.6 154 1/11/2024
1.0.5 184 1/9/2024
1.0.4 132 1/9/2024
1.0.3 224 11/16/2023
1.0.2 246 10/28/2023
1.0.1 192 10/23/2023
1.0.0 186 10/15/2023