You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/tools/telemetry.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,16 +74,24 @@ The telemetry feature collects the following data:
74
74
| >=3.0.100 | On a CLI/SDK crash, the exception type and its stack trace (only CLI/SDK code is included in the stack trace sent). For more information, see [Crash exception telemetry](#crash-exception-telemetry). |
75
75
| >=5.0.100 | Hashed TargetFrameworkVersion used for build (MSBuild property) |
76
76
| >=5.0.100 | Hashed RuntimeIdentifier used for build (MSBuild property) |
77
-
| >=5.0.100 | Hashed SelfContained used for build (MSBuild property) |
78
-
| >=5.0.100 | Hashed UseApphost used for build (MSBuild property) |
77
+
| >=5.0.100 | Hashed SelfContained used for build (MSBuild property) |
78
+
| >=5.0.100 | Hashed UseApphost used for build (MSBuild property) |
79
79
| >=5.0.100 | Hashed OutputType used for build (MSBuild property |
80
+
| >=5.0.201 | Hashed PublishReadyToRun used for build (MSBuild property) |
81
+
| >=5.0.201 | Hashed PublishTrimmed used for build (MSBuild property) |
82
+
| >=5.0.201 | Hashed PublishSingleFile used for build (MSBuild property) |
80
83
| >=5.0.202 | Elapsed time from process start until entering the CLI program's main method, measuring host and runtime startup. |
81
84
| >=5.0.202 | Elapsed time for the step that adds .NET Tools to the path on first run. |
82
85
| >=5.0.202 | Elapsed time to display first time use notice on first run. |
83
86
| >=5.0.202 | Elapsed time for generating ASP.NET Certificate on first run. |
84
87
| >=5.0.202 | Elapsed time to parse the CLI input. |
85
88
| >=6.0.100 | OS architecture |
89
+
| >=6.0.104 | Hashed PublishReadyToRunUseCrossgen2 used for build (MSBuild property) |
90
+
| >=6.0.104 | Hashed Crossgen2PackVersion used for build (MSBuild property) |
91
+
| >=6.0.104 | Hashed CompileListCount used for build (MSBuild property) |
92
+
| >=6.0.104 | Hashed _ReadyToRunCompilationFailures used for build (MSBuild property) |
86
93
| >=6.0.300 | If the CLI was invoked from a Continuous Integration environment. For more information, see [Continuous Integration Detection](#continuous-integration-detection).|
94
+
| >=7.0.100 | Hashed PublishAot used for build (MSBuild property) |
0 commit comments