You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,16 @@ Logs can be viewed at the following location:
92
92
93
93
`%LOCALAPPDATA%\GitHubVisualStudio\extension.log`
94
94
95
+
## Troubleshooting
96
+
97
+
*"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."*
98
+
99
+
If you run into namespace or submodule issues, running the following command might help get your environment in a clean state:
100
+
101
+
```txt
102
+
clean.cmd
103
+
```
104
+
95
105
## More information
96
106
- Andreia Gaita's [presentation](https://www.youtube.com/watch?v=hz2hCO8e_8w) at Codemania 2016 about this extension.
97
107
@@ -104,4 +114,3 @@ Visit the [Contributor Guidelines](CONTRIBUTING.md) for details on how to contri
0 commit comments