GitXplorerGitXplorer
g

VisualStudio

public
2387 stars
1201 forks
463 issues

Commits

List of commits on branch master.
Verified
bccca133ada0b77ed2bd53837e76b5217d81505d

Merge pull request #2562 from github/fixes/2560-IsGitHubApiException

jjcansdale committed 4 years ago
Unverified
bc6eb31809d4627ecd1ff948c9beb80e7e95fee6

Remove trailing whitespace

jjcansdale committed 4 years ago
Unverified
807528a32b80e6c8bffe5a7583396483cce889ce

Find X-OAuth-Scopes header of any case

jjcansdale committed 4 years ago
Unverified
bc911f11aca992f778aa3d90f2c7b8e65dcf1bcc

Run tests in GitHub.Api.UnitTests

jjcansdale committed 4 years ago
Unverified
acf6a88e5a8a1d58fff52b7e52d7ed02407d1bcd

Add test for lowercase "X-OAuth-Scopes" header

jjcansdale committed 4 years ago
Unverified
87b5ac837d62200c997ad843560ef0da6408d007

Case insensitive X-GitHub-Request-Id

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