VsixCommunity / Community.VisualStudio.Toolkit.DependencyInjection

Adds Dependency Injection tooling for the Community.VisualStudio.Toolkit
Other
14 stars 7 forks source link

Can't acess BaseDICommand #6

Closed davidterins closed 2 years ago

davidterins commented 2 years ago

Hi,

I am trying out the package Community.VisualStudio.Toolkit.DependencyInjection.Microsoft.17 version 17.0.6 and I am not able to access the BaseDICommand needed to be able to setup commands using DI.

image

image

Am I missing anything to be able to access it?

StevenRasmussen commented 2 years ago

It appears that an updated NuGet package has not been created/published based on the PR that added this functionality: #5

@madskristensen - 2 things:

  1. The related PR relies on a daily build of the main toolkit package because no public package has been released in a while. Is there a possibility of releasing an updated version of the main toolkit packages?
  2. If updated packages are released, I can update this project with the new references and publish new packages for this project. If updated packages of the main project are not possible at this time, I should still be able to publish updated packages for this project but anyone consuming them would need to add the nightly builds feed to their NuGet references in order to pull down the proper NuGet references of the main project right?
StevenRasmussen commented 2 years ago

@madskristensen - Just wanted to follow up on this to see if you had any thoughts. Thanks!

madskristensen commented 2 years ago

I'll release a new version of the main package now

madskristensen commented 2 years ago

It's been published and NuGet is indexing it now, so give it 10 minutes or so before it shows up

davidterins commented 2 years ago

Thank you, I will try it out as soon as i get a chance

StevenRasmussen commented 2 years ago

Thanks @madskristensen! I have updated the references and pushed a [release] commit. Looks like they are in NuGet now. @davidterins - You should be able to use version [X].0.13 of the packages and have access to the BaseDICommand now.