We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1478b6a + 0a31e1a commit 20681d9Copy full SHA for 20681d9
src/winapp-CLI/WinApp.Cli/Telemetry/Events/EventBase.cs
@@ -10,7 +10,7 @@ public class PrivacyProduct
10
{
11
public static readonly UInt16
12
#pragma warning disable CA1707 // Identifiers should not contain underscores
13
- WIN_APP_DEV_CLI = 78;
+ WIN_APP_DEV_CLI = 8;
14
#pragma warning restore CA1707 // Identifiers should not contain underscores
15
};
16
0 commit comments