GitXplorerGitXplorer
g

VisualStudio

public
2387 stars
1201 forks
463 issues

Commits

List of commits on branch master.
Unverified
122805e88c847e75202e0275b47b988d17751043

This commit updates content on the VS Market place to support VS2022 launch.

TTaysser-Gherfal committed 3 years ago
Verified
8dbb41ae02e4800bff60a2e2b9fbd88575784575

Merge pull request #2637 from github/jcansdale/overview

jjcansdale committed 3 years ago
Verified
ee38099af23f81aa1ce5acde4221ff6e45f25af0

Add overview for Visual Studio Marketplace

jjcansdale committed 3 years ago
Verified
263aac11f57d53c5f9fe64ba9916f77c058974d7

Merge pull request #2603 from github/remove-myget-dotnet-core

jjcansdale committed 4 years ago
Verified
d8a7c959660c36fa1c560992554b85b97f157692

ACTIONS_ALLOW_UNSECURE_COMMANDS: true

jjcansdale committed 4 years ago
Verified
63bf646181bee8f36f50096e6444b0f635dbe182

Remove https://dotnet.myget.org/F/dotnet-core/api/v3/index.json from nuget.config

jjcansdale committed 4 years ago

README

The README file for this repository.

GitHub Extension for Visual Studio

About

The GitHub Extension for Visual Studio provides GitHub integration in Visual Studio 2015 and newer. Most of the extension UI lives in the Team Explorer pane, which is available from the View menu.

Official builds of this extension are available at the Visual Studio Marketplace.

CI

Follow GitHub for Visual Studio Join the chat at https://gitter.im/github/VisualStudio

Documentation

Visit the documentation for details on how to use the features in the GitHub Extension for Visual Studio.

Build requirements

  • Visual Studio 2019
    • .NET desktop development workload
    • .NET Core cross platform development workload
    • Visual Studio extension development workload

The built VSIX will work with Visual Studio 2015 or newer

Build

Clone the repository and its submodules.

To be able to use the GitHub API, you'll need to:

  • Register a new developer application in your profile
  • Create an environment variable GitHubVS_ClientID with your Client ID
  • Create an environment variable GitHubVS_ClientSecret with your Client Secret

Execute build.cmd

Visual Studio Build

Build GitHubVS.sln using Visual Studio 2019.

Logs

Logs can be viewed at the following location:

%LOCALAPPDATA%\GitHubVisualStudio\extension.log

Troubleshooting

If you have issues building with failures similar to:

"The type or namespace name does not exist..."

or

"Unable to find project... Check that the project reference is valid and that the project file exists."*

Close Visual Studio and run the following command to update submodules and clean your environment.

clean.cmd

More information

  • Andreia Gaita's presentation at Codemania 2016 about this extension.

Contributing

Visit the Contributor Guidelines for details on how to contribute as well as the Contributor Covenant Code of Conduct for details on how to participate.

Copyright

Copyright 2015 - 2019 GitHub, Inc.

Licensed under the MIT License