A GUI tool to convert .NET .pdb files to Mono .mdb files.
This is some change in the way .NET Core PDB files work. Add these lines to your .csproj to fix:
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>Full</DebugType>
</PropertyGroup>