-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dotnet-pgo
used in build with new packages without ensuring matching framework
#106983
Comments
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas |
I've deleted the S.R.Metadata package reference in ILCompiler.TypeSystem in #107343. dotnet-pgo still doesn't work because it depends on ILCompiler.Reflection.ReadyToRun and that one does need a S.R.Metadata package reference because it's netstandard2.0 for ILSpy sake. If we could make it |
Similar to #106740
Discovered in #106873 (comment)
ILCompiler projects are referencing a package version of System.Reflection.Metdata and copying that to the output and running it during the build, without ensuring that the runtime they are running against supports that version of the package.
The text was updated successfully, but these errors were encountered: