我正在玩微软的Q#库,我已经通过了安装,但是构建失败了,我很难解决这个问题。我第一次怀疑是Microsoft.Quantum.Canon
EXEC : error QS1001: Assembly E:\Projects\Quantum\Microsoft.Quantum.Canon\bin\Debug\Microsoft.Quantum.Canon.dll not found我还注意到Microsoft.Quantum.Canon.nuspec不见了。我曾经尝试过在解决方案上做一个Nuget.exe restore,但这没有起作用。
有人经历过这件事吗?


发布于 2018-01-17 00:37:28
已经在GitHub上报道过了,虽然它似乎是故意的。请参阅.gitignore文件中的注释:
# These files are generated by bootstrap from a .v.template (version template).
# Any changes must be done to the corresponding the .v.template file directly
Microsoft.Quantum.Canon/Microsoft.Quantum.Canon.nuspec我找不到关于这个.v.template文件的任何信息,可能它是微软内部构建工具的一部分。如果您愿意,可以复制模板文件并填写缺少的参数,但是不存在的文件不会导致构建失败,对吗?
https://stackoverflow.com/questions/48291900
复制相似问题