tfs - Are the controls needed to create Team Explorer extensions available via NuGet? -
as of vs 2015 sdk, seem have switched nuget source of sdk reference assemblies, in order make extension solutions more portable (i.e. developers don't need whole sdk installed work on extensions). however, i'm attempting build team explorer extension, which, according only tutorial find on subject, requires objects microsoft.teamfoundation.controls
assembly. there version of available nuget, can continue avoid referencing reference assemblies directly?
yes, there one. need run command: install-package microsoft.teamfoundation.referenceassemblies . check this.
you can install via package manager, see:
however, checked, there 12.0 version, no 14.0 version available.
Comments
Post a Comment