对于 Microsoft Dynamics 365,如果存在有效的 solution/project git 存储库,我该如何将项目导入我的开发人员环境?

For Micosoft Dynamics 365, if a working solution/project git repo exists, how can I import the project into my developer environment?

我目前正在尝试将@FH-Inway 的 code 导入到我的 Microsoft Dynamics 365 开发环境中,以查看他的解决方案是否“按原样”工作,并尝试弄清楚如何在未来,我可能会从同事或第三方那里得到重要的解决方案(假设他们正在使用git)。

克隆存储库后,我将元数据从存储库的本地实例移动到“C:\AOSService\PackagesLocalDirectory”,然后创建了一个符号 link.

在此之后,我能够在 Visual Studio 中成功打开一个 solution/project。

但是,当我尝试启动项目时,我得到

Unable to proceed with debugging. One or more errors occurred. See the exception details below for more information. The underlying connection was closed: An unexpected error occurred on a receive.

我是否需要执行其他操作才能导入 solution/project?

After cloning the repository, I moved the metadata from the local instance of the repo into "C:\AOSService\PackagesLocalDirectory" and then created a symbolic link.

“原始”元数据文件夹必须位于 git 存储库文件夹中。然后,您在 PackagesLocalDirectory 中创建一个符号 link。你用另一种方法做了,这不起作用(关于 Visual Studio 如何与符号 link 文件夹交互)。