This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,22 @@ Logs can be viewed at the following location:
9292
9393` %LOCALAPPDATA%\GitHubVisualStudio\extension.log `
9494
95+ ## Troubleshooting
96+
97+ If you have issues building with failures similar to:
98+
99+ > "The type or namespace name does not exist..."
100+
101+ or
102+
103+ > "Unable to find project... Check that the project reference is valid and that the project file exists."*
104+
105+ Close Visual Studio and run the following command to update submodules and clean your environment.
106+
107+ ``` txt
108+ clean.cmd
109+ ```
110+
95111## More information
96112- Andreia Gaita's [ presentation] ( https://www.youtube.com/watch?v=hz2hCO8e_8w ) at Codemania 2016 about this extension.
97113
@@ -104,4 +120,3 @@ Visit the [Contributor Guidelines](CONTRIBUTING.md) for details on how to contri
104120Copyright 2015 - 2018 GitHub, Inc.
105121
106122Licensed under the [ MIT License] ( LICENSE.md )
107-
Original file line number Diff line number Diff line change 1+ git submodule update --init
2+ git clean -xdff
3+ git submodule foreach git clean -xdff
You can’t perform that action at this time.
0 commit comments