List details about the namespaces and methods from a C# .NET source file or assembly
Dosai [command] [options]
methods
Retrieve details about the methods
--version
Show version information
-?
, -h
, --help
Show help and usage information
--path [path]
(REQUIRED) The file or directory to inspect
--o
The output file location and name, default value when option not provided is 'dosai.json'
dotnet build ./Dosai
- Run a command such as:
dotnet run --project ./Dosai/ methods --path ./Dosai/bin/x64/Debug/net8.0/Dosai.dll
dotnet run --project ./Dosai/ methods --path ./Dosai/Dosai.cs
- Windows:
dotnet publish -r win-x64 --self-contained
- Linux:
dotnet publish -r linux-x64 --self-contained
- Windows:
Dosai.exe methods --path ./Dosai/bin/x64/Debug/net8.0/Dosai.dll
- Linux:
Dosai methods --path ./Dosai/Dosai.cs
dotnet test