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

IQ# Telemetry Register Known Folders - #744

Open
XField (vxfield) wants to merge 11 commits into
mainfrom
xfield/register-known-folders
Open

IQ# Telemetry Register Known Folders#744
XField (vxfield) wants to merge 11 commits into
mainfrom
xfield/register-known-folders

Conversation

@vxfield

Copy link
Copy Markdown
Member

This PR adds an optional argument --register-folders-for-telemetry to the IQ# kernel to record the plain-text name of well-known folders (for example from Quantum Katas), instead of the hashed name of the folders.
This feature is mainly to be used in Microsoft's build systems to correctly map/capture Quantum Katas telemetry.

Comment thread src/Tool/Program.cs
.UseUrls("http://localhost:8008")
.UseStartup<Startup>();
var builder = WebHost.CreateDefaultBuilder(args ?? Array.Empty<string>())
.UseUrls("http://localhost:8008")

Check failure

Code scanning / devskim

Insecure URL

Insecure URL
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants