Skip to content
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

win-x64 publish with Core3 Preview and VS2019 results in ""CheckEmbeddedRootDescriptor" task was not given a value for the required parameter "AssemblyPath"" #210

Closed
stefanov-stefan opened this issue Dec 5, 2018 · 6 comments
Labels
🪲 bug Product bug (most likely) tenet-compatibility Incompatibility with previous versions or with WinForms for .NET Framework
Milestone

Comments

@stefanov-stefan
Copy link
Contributor

I have been trying to publish a plain dotnet new winforms app by following the steps here, but I end up with error: error MSB4044: The "CheckEmbeddedRootDescriptor" task was not given a value for the required parameter "AssemblyPath".

See attached image for the whole process.

I am running VS2019 Preview and have the following SDKs installed: https://www.screencast.com/t/29MbjIeY04

Any advice on how I can overcome this?
linker_issue

@karelz karelz transferred this issue from dotnet/core Dec 8, 2018
@merriemcgaw merriemcgaw added 🪲 bug Product bug (most likely) tenet-compatibility Incompatibility with previous versions or with WinForms for .NET Framework labels Dec 8, 2018
@merriemcgaw merriemcgaw added this to the 3.0 milestone Dec 8, 2018
@tomrus88
Copy link

tomrus88 commented Dec 8, 2018

I've had exactly same error when I used ILLink.Tasks package, publish works fine without it. So it must be some problem with ILLink.Tasks, not winforms?

@jeffschwMSFT
Copy link
Member

cc @sbomer

@l0hn
Copy link

l0hn commented Dec 17, 2018

This error occurs if you add ILLink.Tasks to a fresh core 3.0 console app so I don't think this is specific to winforms.

@OliaG
Copy link
Member

OliaG commented Dec 18, 2018

@jeffschwMSFT @sbomer it looks like general ILLink.Tasks problem. Where do you track those bugs? Can we move this issue there as it is not WinForms specific

@sbomer
Copy link
Member

sbomer commented Dec 18, 2018

@OliaG Feel free to move it to https://github.com/mono/linker. This is happening because the linker hasn't been updated to work with the 3.0 SDK, which is something we're working on.

@OliaG
Copy link
Member

OliaG commented Dec 19, 2018

This issue was moved to dotnet/linker#428

@OliaG OliaG closed this as completed Dec 19, 2018
@zsd4yr zsd4yr modified the milestones: 3.0, 3.0 - Preview 2 Apr 23, 2019
@dotnet dotnet locked as resolved and limited conversation to collaborators Feb 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🪲 bug Product bug (most likely) tenet-compatibility Incompatibility with previous versions or with WinForms for .NET Framework
Projects
None yet
Development

No branches or pull requests

8 participants