KageKirin.DotNet.Nm 0.0.3

dotnet tool install --global KageKirin.DotNet.Nm --version 0.0.3                
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 KageKirin.DotNet.Nm --version 0.0.3                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=KageKirin.DotNet.Nm&version=0.0.3                
nuke :add-package KageKirin.DotNet.Nm --version 0.0.3                

DotNet.Nm

DotNet.Nm is a command line tool akin to nm, only for .NET assemblies.
I.e. it allows to list the symbols contained in any given assembly.

This tool is mostly intended for personal use, for checking that Unity packages recompiled as prebuilt assembly for NuGet deployment actually contain the expected symbols.

As such, it's usage might be rather limited at the moment, but I'm open to taking PRs to extend its functionality.

⚡ Usage

dotnet nm <assembly>

🔧 Building

dotnet build

🤝 Collaborate with My Project

Please refer to COLLABORATION.md for more details.

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. 
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
0.0.3 87 10/11/2024

CHANGELOG.md