NuGet / Samples

NuGet team sample repo
Other
136 stars 108 forks source link

Add sample for authoring packref compatible packages with interops #12

Closed nkolev92 closed 7 years ago

nkolev92 commented 7 years ago

Fixes https://github.com/NuGet/Home/issues/2365.

Adding a package reference compatible package authoring for packages with interops.

Fixes the above mentioned issue. Due to performance considerations we have decided to go the route where the package author is the one controlling the linking/referencing of assemblies.

I have attached a readme here detailing our decision and some background about. Docs PR NuGet/docs.microsoft.com-nuget#506 // cc @anangaur, @rrelyea

dnfclas commented 7 years ago

@nkolev92, Thanks for having already signed the Contribution License Agreement. Your agreement was validated by .NET Foundation. We will now review your pull request. Thanks, .NET Foundation Pull Request Bot

karann-msft commented 7 years ago

Please provide sufficient information on what needs to be changed in the docs, and open a PR on the docs with your recommended changes and add me and @kraigb as reviewers.

nkolev92 commented 7 years ago

@karann-msft, @mishra14 https://github.com/NuGet/docs.microsoft.com-nuget/pull/506

karann-msft commented 7 years ago

Thanks @nkolev92, I am looking at it now.

emgarten commented 7 years ago

:shipit: