Skip to content

Commit 7e9ccb0

Browse files
Add datapoints introduced in 8.0.100 (#40746)
Co-authored-by: Ivan Povazan <[email protected]>
1 parent f165c04 commit 7e9ccb0

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

docs/core/tools/telemetry.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The telemetry feature collects the following data:
7676
| >=5.0.100 | Hashed RuntimeIdentifier used for build (MSBuild property) |
7777
| >=5.0.100 | Hashed SelfContained used for build (MSBuild property) |
7878
| >=5.0.100 | Hashed UseApphost used for build (MSBuild property) |
79-
| >=5.0.100 | Hashed OutputType used for build (MSBuild property |
79+
| >=5.0.100 | Hashed OutputType used for build (MSBuild property) |
8080
| >=5.0.201 | Hashed PublishReadyToRun used for build (MSBuild property) |
8181
| >=5.0.201 | Hashed PublishTrimmed used for build (MSBuild property) |
8282
| >=5.0.201 | Hashed PublishSingleFile used for build (MSBuild property) |
@@ -93,6 +93,19 @@ The telemetry feature collects the following data:
9393
| >=6.0.300 | If the CLI was invoked from a Continuous Integration environment. For more information, see [Continuous Integration Detection](#continuous-integration-detection).|
9494
| >=7.0.100 | Hashed PublishAot used for build (MSBuild property) |
9595
| >=7.0.100 | Hashed PublishProtocol used for build (MSBuild property) |
96+
| >=8.0.100 | Hashed TargetPlatformIdentifier used for build (MSBuild property) |
97+
| >=8.0.100 | Hashed HybridGlobalization used for build (MSBuild property) |
98+
| >=8.0.100 | Whether .NET Blazor WebAssembly SDK is used. |
99+
| >=8.0.100 | Whether .NET WebAssembly SDK is used. |
100+
| >=8.0.100 | Whether .NET MAUI is used. |
101+
| >=8.0.100 | Whether .NET mobile SDK is used. |
102+
| >=8.0.100 | Whether other mobile SDKs are used (like: Avalonia, Uno). |
103+
| >=8.0.100 | Whether Mono AOT is used. |
104+
| >=8.0.100 | Whether Mono AOT strip IL feature is used. |
105+
| >=8.0.100 | Whether Mono interpreter is used. |
106+
| >=8.0.100 | Whether library mode for mobile is used. |
107+
| >=8.0.100 | Whether NativeAOT is used. |
108+
| >=8.0.100 | Used Mono runtime pack version. |
96109

97110
### Collected options
98111

0 commit comments

Comments
 (0)