-
Notifications
You must be signed in to change notification settings - Fork 358
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
ApiCompat no longer passes IntermediateOutputPath #5361
Comments
Yes, this is expected. We were not aware of scenarios in which /fyi the previous conversation starts with #4585 (comment) |
The scenario is an implementation Thanks for the pointer - I gave the discussion a read, but don't think I have all the context necessary to understand the details. I'm happy to change how we invoke it - that was just how I saw others (dotnet/runtime IIRC) doing it at the time. |
@ericstj how do you prefer we handle this? |
* Update dependencies from https://github.com/dotnet/arcade build 20200421.14 - Microsoft.DotNet.ApiCompat: 5.0.0-beta.20201.2 -> 5.0.0-beta.20221.14 - Microsoft.DotNet.Arcade.Sdk: 5.0.0-beta.20201.2 -> 5.0.0-beta.20221.14 * Add dotnet-tools nuget feed * Work around ApiCompat change dotnet/arcade#5361 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Alexander Köplinger <[email protected]> Co-authored-by: Sven Boemer <[email protected]>
@dougbu my suggestions was based on |
@ericstj I'm fine reverting that change, restoring |
@dougbu thanks! Yes, I've confirmed that the fix works locally. I also confirmed that just the |
* Update dependencies from https://github.com/dotnet/arcade build 20200421.14 - Microsoft.DotNet.ApiCompat: 5.0.0-beta.20201.2 -> 5.0.0-beta.20221.14 - Microsoft.DotNet.Arcade.Sdk: 5.0.0-beta.20201.2 -> 5.0.0-beta.20221.14 * Add dotnet-tools nuget feed * Work around ApiCompat change dotnet/arcade#5361 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Alexander Köplinger <[email protected]> Co-authored-by: Sven Boemer <[email protected]> Commit migrated from dotnet/linker@4d6d8ad
An arcade update in mono/linker is failing on ApiCompat.
It looks like ApiCompat was changed to no longer pass
IntermediateOutputPath
: d6dd7a0#diff-3c3f2c92eeec9b69dac2deccfac46603L72, so it isn't resolving the implementation assembly.@dougbu is this expected? If so, what's the supported way to tell ApiCompat where to find the
IntermediateAssembly
?The text was updated successfully, but these errors were encountered: