Open ericstj opened 3 years ago
Sounds good. I can take care of it after the next release.
Is the way to fix the netfx errors by using binding redirects? After the release if you could point me to documentation about that I would appreciate it.
For CodeDom you need to reference a newer package that has that assembly version (or higher). It looks to me like ML.NET is downgrading the dependency: https://github.com/dotnet/machinelearning/blob/f696661cbd36cbeed53ea0cd3e129f2e24476e1d/eng/Versions.props#L17
I would have expected that to cause a warning if you referenced a lower version than a dependency, but maybe the dependency forgot to reference the package? That's worth looking into. I can show you how to examine the assets file + binlog to gain an understanding.
I looked at a recent build and noticed the following warnings:
And in .NETFramework builds
We should both clean these up and enable warnings as errors at the build-level to keep the repo clean.