/dotnet-symbol-service

A micro HTTP service that extracts symbol information from dotNET assemblies and symbol files.

Primary LanguageC#Apache License 2.0Apache-2.0

dotnet-symbol-service

A basic HTTP service that can take a dotNET assembly (executable or dll format) and a symbols file (pdb or mdb format) and responds with method information.

Currently, the service provides data specifically for Code Pulse's dotNET analysis and trace capabilities.