An open API service indexing awesome lists of open source software.

https://github.com/cqse/bummer

Library to parse PDB files and output method mappings
https://github.com/cqse/bummer

Last synced: about 2 months ago
JSON representation

Library to parse PDB files and output method mappings

Awesome Lists containing this project

README

        

# Bummer

## Contributing

Please create an issue and a pull request.

## Building

```sh
dotnet build
```

## Publishing

Increment the version number in the `.csproj` file.

```sh
dotnet pack -c Release
dotnet nuget push bin/Release/Cqse.Bummer.*.nupkg -k -s https://api.nuget.org/v3/index.json
```