dotnet / NuGet.BuildTasks

The build tasks used to pick up package content from project.lock.json.
MIT License
45 stars 61 forks source link

Consume NuGet /embed assets group for interop type assemblies from NuGet package #69

Open nkolev92 opened 4 years ago

nkolev92 commented 4 years ago

This is the tracking issue to update build tasks to consume new /embed assets group from NuGet packages for interop type assemblies so that they are passed as link instead of ref to compiler.

Corresponding NuGet issue# NuGet/Home#2365

nkolev92 commented 4 years ago

@jjmew @tmeschter

We had a question around functionality. Can we have this re triaged and get an estimate on it? Thanks.

tmeschter commented 4 years ago

@nkolev92 I take it this functionality already exists for SDK-style projects?

nkolev92 commented 4 years ago

Not yet, https://github.com/dotnet/sdk/issues/2732.

We were doing triaging on NuGet.Client side and came across these.

cc @aortiz-msft

jjmew commented 4 years ago

Let me sync up with @aortiz-msft