dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
9.01k stars 1.88k forks source link

ML.NET packages contain .dbg and .dwarf files now #7049

Open ericstj opened 6 months ago

ericstj commented 6 months ago

Most likely a regression from #6939

These files should only be part of the symbols packages.

Looks like they were missing from the symbols packages before, so this might be more about how do we include them in a way that they are treated as symbols. Could look to dotnet/runtime for precedent.