Uh oh!
There was an error while loading. Please reload this page.
Prevent restoring illink for native-binplace.proj - #92289
Conversation
ghost
commented
Sep 19, 2023
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue DetailsFIxes #92194. The reference to illink from Fixed by explicitly marking this as not a source project, which will prevent the import of illink.targets. See the related discussion in #91233 (comment).
|
Uh oh!
There was an error while loading. Please reload this page.
FIxes#92194. The reference to illink from
native-binplace.proj, built as a reference ofbuild-native.proj, was hitting a nuget bug with static graph restore. The bug seems to be specific to something about the project file (maybe the language-specific targets, sincenative-binplace.projimports theMicrosoft.NET.Sdk, but doesn't have acsprojextension).Fixed by explicitly marking this as not a source project, which will prevent the import of illink.targets. See the related discussion in #91233 (comment).