-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Using PackAsToolShimRuntimeIdentifiers and netcoreapp3.0 fails with error NETSDK1065 #2867
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
Comments
Marking as blocking-partner because we cannot update aspnet to build with a new SDK until this is resolved. |
ack |
@peterhuene I think something like https://github.com/dotnet/cli/issues/10566 need to happen, since PackAsTool still resolves apphost from runtime package. Could you give me a pointer to what is 3.0 way to resolve apphost? |
still works for netcoreapp2.0 but not netcoreapp3.0 that's why no tests caught it |
In SDK master, the apphost gets resolved via the ResolveFrameworkReferences task. This outputs an It looks like this change broke this for tool shims, so we'll need to figure out the proper way to fix this. I can sync up with you tomorrow about it. |
@natemcmaster is this blocking aspnet preview 2? @livarcocc @KathleenDollard for awareness. This won't be a straight forward bug to fix. |
Not for preview 2, but it will be for preview 3 |
Proposed fix #2870 |
Any update on this? We're trying to work on our C# 8 related features and could really use the latest version of the SDK... |
cc @ajcvickers |
The fix has been merged into |
This should have flowed into core-sdk naturally by tomorrow. Otherwise, we can manually expedite it. |
There was a conflict in the toolset maestro PR which I've now resolved to help it along its way. |
Still seeing this in 3.0.100-preview-010234. Is it expected to be fixed in there? |
Unfortunately it looks like We're noticing build failures in multiple repos which I assume is arcade-related; perhaps it is preventing Maestro from updating the toolset dependency in @livarcocc should we manually update the toolset to one that contains @wli3's fix to unblock repos with tool shims that would like to move to a newer 3.0 build? |
let me babysit a build for now |
dotnet/installer#451 manual update here |
@bricelam @natemcmaster sorry for the long delay. I verified the latest core sdk build does not repro the bug. |
Thanks for confirming the fix @wli3 |
Still seeing this on 3.0.100-preview3-010281 |
@bricelam The one I verified is 3.0.100-preview4-010309. Are you downloading from https://github.com/dotnet/core-sdk ? |
So it won’t be fixed for preview 3? Ok, we should be able to ship preview 3 using our current version of the SDK |
It might be codeflow backed up in preview 3. Toolset hasn't gone in for a while. dotnet/installer#506 |
@wli3 - Does the current preview3 version have this fix? |
Scaffolding build is blocked because of this. If you can confirm the version, I will send a PR to update the KoreBuild to this version. |
I just checked 3.0.100-preview3-010373 is a good |
Thanks! I have updated the KoreBuild to use 3.0.100-preview4-010309. If we run into any other issues. I will lower it to the above preview3 version. |
….4 (dotnet#2867) - Microsoft.DotNet.Cli.Runtime - 3.1.100-preview1.19463.4
Repro
dotnet pack
Result
Details
Using 3.0.100-preview-010166
cc @nguerrera @wli3
The text was updated successfully, but these errors were encountered: