Thanks for this library!!!I
I sincerely you hope you mitain this ad infinitum!
I have downloaded the library from Nuget. However, trying to run the fsx examples is problematic because the paths to Cli, Data and Reporting are hardocded and cannot be found.
Also, the FSharp.Azure.quantum dll cannot be found either.
What I did as a temporary workaround was to create a new console project. I then created the files Cli, Data and Reporting, and then populated these with the code from the same-named files in your _common directory.
After moving the type declarations to the top an example file and creating a run function, I was able to run the examples.
However, I imagine this is not your intention for the user's workflow.
Thanks for this library!!!I
I sincerely you hope you mitain this ad infinitum!
I have downloaded the library from Nuget. However, trying to run the fsx examples is problematic because the paths to Cli, Data and Reporting are hardocded and cannot be found.
Also, the FSharp.Azure.quantum dll cannot be found either.
What I did as a temporary workaround was to create a new console project. I then created the files Cli, Data and Reporting, and then populated these with the code from the same-named files in your _common directory.
After moving the type declarations to the top an example file and creating a run function, I was able to run the examples.
However, I imagine this is not your intention for the user's workflow.