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

IQ# Telemetry Register Known Folders #744

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

vxfield
Copy link
Member

@vxfield vxfield commented Nov 3, 2022

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.

@vxfield vxfield requested a review from anpaz November 3, 2022 17:58
.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.

None yet

1 participant