Skip to content

forked from CodePlex, then added support for VS2019, VS2022 and later

Notifications You must be signed in to change notification settings

wgfind/WitCustomControls

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WitCustomControls

Forked from CodePlex, then added support for Visual Studio 2019 and later.

Introduction

Custom controls is a feature in TFS. It allows customer developed controls to be hosted in work item form. Those controls can implement various business logics or add additional functionality to work with the workitemform. Here is the info on how to build custom controls.

Why this project?

There are many functionalities that customers want to have in a work item form, and most can be build with using this feature and sometimes by supplementing with an addin. If you think a generic control can be built to address needs out there, you can help build it or suggest that idea for someone else to build it here.

Implemented Controls

The following controls are implemented in the current release:

Build Instructions

  • Install WiX

  • Install Wix Toolset Visual Studio Extension (From Visual Studio Marketplace, same version with VS, like 2019, 2022, etc.)

  • Install Visual Studio Team Explorer (Same version with VS also)

  • Install Microsoft.AspNet.WebPages (using NuGet):

    Install-Package Microsoft.AspNet.WebPages

  • Add reference path of team explorer for the WitCustomControls project:

    VS2019: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\

    VS2022: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\

References

About

forked from CodePlex, then added support for VS2019, VS2022 and later

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 54.2%
  • C# 44.1%
  • CSS 1.7%