Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Microsoft.Quantum.Canon.nuspec missing

Tags:

q#

I am playing around with Microsoft's Q# library, and I've gone through the install, however the build is failing and I am having a tough time figuring out the problem. My first suspicion is Microsoft.Quantum.Canon

EXEC : error QS1001: Assembly E:\Projects\Quantum\Microsoft.Quantum.Canon\bin\Debug\Microsoft.Quantum.Canon.dll not found

I also have noticed Microsoft.Quantum.Canon.nuspec is missing. I've tried to do a Nuget.exe restore on the solutions but that did not work.

Has anyone worked through this?

missing

enter image description here

like image 969
BrokenRobot Avatar asked Nov 27 '25 18:11

BrokenRobot


1 Answers

It's been reported on GitHub already, although it appears to be intentional. See the comments in the .gitignore file:

# 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

I can't find any info on this .v.template file, probably it's part of internal Microsoft build tooling. You can copy the template file and fill in the missing parameters if you wish, but the file not existing doesn't make the build fail , does it?

like image 114
user247702 Avatar answered Dec 02 '25 04:12

user247702



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!