https://github.com/microfocus/octane-visual-studio-plugin
Visual Studio IDE Integration for ALM Octane
https://github.com/microfocus/octane-visual-studio-plugin
alm-octane extension hpe octane plugin visual-studio
Last synced: 2 months ago
JSON representation
Visual Studio IDE Integration for ALM Octane
- Host: GitHub
- URL: https://github.com/microfocus/octane-visual-studio-plugin
- Owner: MicroFocus
- License: other
- Created: 2017-05-11T08:38:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-05-29T14:33:11.000Z (10 months ago)
- Last Synced: 2025-09-01T02:43:16.888Z (7 months ago)
- Topics: alm-octane, extension, hpe, octane, plugin, visual-studio
- Language: C#
- Homepage:
- Size: 1.38 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# core-software-delivery-platform-visual-studio-plugin
## Visual Studio IDE Integration for Core Software Delivery Platform
This plugin adds tool windows to Visual Studio to allow users to see the My Work items inside Visual Studio.
After installing the plugin, open Core Software Delivery Platform tool window by selecting `View -> Other Windows -> Core Software Delivery Platform`.
### Supported Visual Studio Version
The plugin is supported on Visual Studio 2015 (14) and 2017 (15).
Connection to the server is done using the [C# REST SDK for Core Software Delivery Platform](https://github.com/MicroFocus/alm-octane-csharp-rest-sdk)
### How to build:
Building this project requires MSBuild 15 and to run `msbuild /p:Configuration=Release /t:rebuild`.
The output file is `OctaneVSPlugin\bin\Release\core-software-delivery-platform-visual-studio-plugin.vsix`
VSIX project template was using external `vssdk\Microsoft.VsSDK.targets` file.
We've changed it to use Nuget package from `..\packages\Microsoft.VSSDK.BuildTools.15.1.192\tools\vssdk\Microsoft.VsSDK.targets`.
Note that you'll need to change this reference manually when updating the Nuget package `Microsoft.VSSDK.BuildTools`.
### How to debug:
Open `octane-visual-studio-plugin.sln` with Visual Studio, go to the `Debug` tab under the project properties.
Set `Start external program` to the path of the Visual Studio executable and add `/rootsuffix Exp` to `Command line arguments`.
Selecting `Debug -> Start Debugging`, Visual Studio will run another instance of Visual Studio and inject the plugin.