dotnet / infer

Infer.NET is a framework for running Bayesian inference in graphical models
https://dotnet.github.io/infer/
MIT License
1.54k stars 229 forks source link

Fix Visualizer NuGet #435

Closed jonathantims closed 1 year ago

jonathantims commented 1 year ago

problem

The way the ".pdb" is specified currently doesn't work for projects with multiple target platforms (OutDir is not populated).

solution

Override the way we do it for other projects, and add entries for each target platform we have.