codedx / dotnet-symbol-service

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:Apache License 2.0


Languages

Language:C# 100.0%