GitHub Extension for Visual Studio
Перейти к файлу
Jamie Cansdale 6d428ef3bb
Delete feature_request.md
2022-02-17 17:08:47 +00:00
.github Delete feature_request.md 2022-02-17 17:08:47 +00:00
.ncrunch Fix intermittent failure with libgit2sharp. 2018-10-18 16:40:43 +02:00
docs Fixed typo 2019-05-04 22:04:20 +01:00
lib Change GitHub.TeamFoundation.16 version of TeamExplorerServices to use IGitActionsExt2.InitializeOrPushRepositoryToGitService() 2020-05-19 12:54:05 -07:00
src This commit updates content on the VS Market place to support VS2022 launch. 2021-10-22 17:28:43 -07:00
submodules Case insensitive X-GitHub-Request-Id 2020-10-27 17:47:30 +00:00
test Add test for lowercase "X-OAuth-Scopes" header 2020-11-02 15:54:49 +00:00
tools Add vsixsigntool 2020-03-28 20:01:10 +00:00
.editorconfig Add new line 2018-10-30 11:03:20 +00:00
.gitattributes Let's get this party started! 2014-12-12 10:15:45 -08:00
.gitignore Merge branch 'master' into patch-2 2019-04-16 10:43:47 -04:00
.gitmodules Remove the private script submodule 2019-10-08 11:47:27 +01:00
CODE_OF_CONDUCT.md Add Code of Conduct 2018-11-18 16:51:31 +03:00
CONTRIBUTING.md Merge pull request #2063 from MrVitaly/code_of_conduct 2018-11-22 15:25:47 +01:00
Directory.Build.Props Use Nerdbank.GitVersioning 2019-10-10 17:05:34 +01:00
GitHubVS.sln Add link to GitHub Actiions workflow 2020-03-28 20:07:01 +00:00
GitHubVS.v3.ncrunchsolution Allow parallel test execution in ncrunch. 2018-10-18 16:39:59 +02:00
Key.snk Include assembly key in repository 2019-10-08 10:44:04 +01:00
LICENSE.md Merge pull request #862 from Phineas/patch-1 2017-02-16 02:31:06 +01:00
README.md Add GitHub Actions CI build status badge 2020-03-14 18:53:22 +00:00
azure-pipelines.yml Don't sign PR builds 2020-05-07 18:07:26 +01:00
build.cmd Add script to build extensions 2019-11-12 10:52:17 +00:00
certificate.pfx Add encrypted DigiCert certificate 2020-03-28 20:05:43 +00:00
clean.cmd Back at it again with the overengineering 2018-12-13 12:04:44 -08:00
codecov.yml Excluding sqlite-net from codecov reports 2018-10-18 09:58:39 -04:00
global.json Backtrack to using 1.6.61 and ExtrasEnableWpfProjectSetup 2019-02-01 16:36:00 +00:00
nuget.config Remove https://dotnet.myget.org/F/dotnet-core/api/v3/index.json from nuget.config 2021-03-18 15:51:53 +00:00
vars.cmd Add script to build extensions 2019-11-12 10:52:17 +00:00
version.json No need to disable cloud build numbers 2019-10-17 18:28:11 +01:00

README.md

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 2015 - 2019 GitHub, Inc.

Licensed under the MIT License