Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Make sure that all .NET assembly files are shipped with debug symbols and XML documentation #142

@vadym-kl

Description

@vadym-kl

Issue

Currently it is hard to debug issues with some parts of qsharp-runtime because not all .pdb and .xml files are included with corresponding .dll files.

How to reproduce

The contents of .nuget\packages\microsoft.quantum.simulators\0.10.2001.2831\lib\netstandard2.1
is the following:

Microsoft.Quantum.Simulation.Common.dll
Microsoft.Quantum.Simulation.QCTraceSimulatorRuntime.dll
Microsoft.Quantum.Simulation.Simulators.dll
Microsoft.Quantum.Simulation.Simulators.pdb
Microsoft.Quantum.Simulation.Simulators.xml

Note that for Microsoft.Quantum.Simulation.Common.dll and Microsoft.Quantum.Simulation.QCTraceSimulatorRuntime.dll both xml and pdb files are missing.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions