-
Notifications
You must be signed in to change notification settings - Fork 258
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
Converting extension SDKs into NuGet Packages #3509
Comments
It would be amazing if this lit up for Windows Forms projects too: <?xml version="1.0" encoding="utf-8"?>
<FileList>
<File Reference="CompanyName.Controls.dll">
<ToolboxItems VSCategory="CompanyName">
<Item Type="CompanyName.Controls.ControlName" />
</ToolboxItems>
</File>
</FileList> Would you please consider this? |
Thanks for the suggestion @jnm2. I'll pass this on to the Winforms team. |
Thank you. This is causing pain as my company is migrating many internal libraries from shared projects to internal NuGet packages. |
I've gotten so close to having an okay workaround!
Result (only tested with
Potential improvements to the hack:
Improvement 2 is debatable. This is all stuff VS should be doing; there's no way to remove the toolbox items when you open a project that doesn't reference the package, even though you really should. |
Done in Visual Studio 2017 15.2 |
The code sample in wiki has error:
|
@MikhailTymchukDX, that's the feature spec and as a spec might have errors. The final documentation is available here: https://docs.microsoft.com/en-us/nuget/guides/create-uwp-controls |
Are there any updates on this issue? I'm still needing to have Controls automatically added to the Visual Studio Toolbox. |
@jasonpezzimenti Not sure what you're referring to. WinForms support? |
@debonte Yes, I believe he is. I'm also anxious to hear from the WinForms team. |
@debonte Sorry for the delay, I am referring to that. It would be awesome if we could finally have Toolbox support for Windows Forms controls. |
@jainaashish any news about WinForms support? |
@anangaur @karann-msft can you help answer this? |
@mgoertz-msft, can you answer this? |
I provided an answer in #6440 |
Details for the spec available here
https://github.com/NuGet/Home/wiki/Converting-Extension-SDKs-into-NuGet-Packages
The text was updated successfully, but these errors were encountered: