admin管理员组文章数量:1221301
I have a C# project that has another project as a dependency. Specifically in the C# dev kit in VSCode, I am able to build, debug and run tests, but the parent project is not using the dependent project that I added to vscode's workspace. Instead when I, say, ctrl+click something that exists in the dependency, vscode is referencing to a temporary location in AppData\Local\Temp\MetadataAsSource...alphanumeric string...\DecompilationMetadataAsSourceFileProvider...alphanumeric...\dependent resource. Question is, how do I get C# dev kit extension to tell VSCode to use the dependent project?
I've tried adding the dependency project to the vscode workspace. Does not do anything. I've tried deleting .vs and re-adding the parent project as a C# project. Did not help. This just ends up reloading the entire vscode window and re-initializing everything.
本文标签: visual studio codeProject dependencies not recognized in VSCode C Dev KitStack Overflow
版权声明:本文标题:visual studio code - Project dependencies not recognized in VSCode C# Dev Kit - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1739361946a2159861.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论