Skip to content

Add datapoints introduced in 8.0.100 #40746

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion docs/core/tools/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The telemetry feature collects the following data:
| >=5.0.100 | Hashed RuntimeIdentifier used for build (MSBuild property) |
| >=5.0.100 | Hashed SelfContained used for build (MSBuild property) |
| >=5.0.100 | Hashed UseApphost used for build (MSBuild property) |
| >=5.0.100 | Hashed OutputType used for build (MSBuild property |
| >=5.0.100 | Hashed OutputType used for build (MSBuild property) |
| >=5.0.201 | Hashed PublishReadyToRun used for build (MSBuild property) |
| >=5.0.201 | Hashed PublishTrimmed used for build (MSBuild property) |
| >=5.0.201 | Hashed PublishSingleFile used for build (MSBuild property) |
Expand All @@ -93,6 +93,19 @@ The telemetry feature collects the following data:
| >=6.0.300 | If the CLI was invoked from a Continuous Integration environment. For more information, see [Continuous Integration Detection](#continuous-integration-detection).|
| >=7.0.100 | Hashed PublishAot used for build (MSBuild property) |
| >=7.0.100 | Hashed PublishProtocol used for build (MSBuild property) |
| >=8.0.100 | Hashed TargetPlatformIdentifier used for build (MSBuild property) |
| >=8.0.100 | Hashed HybridGlobalization used for build (MSBuild property) |
| >=8.0.100 | Whether .NET Blazor WebAssembly SDK is used. |
| >=8.0.100 | Whether .NET WebAssembly SDK is used. |
| >=8.0.100 | Whether .NET MAUI is used. |
| >=8.0.100 | Whether .NET mobile SDK is used. |
| >=8.0.100 | Whether other mobile SDKs are used (like: Avalonia, Uno). |
| >=8.0.100 | Whether Mono AOT is used. |
| >=8.0.100 | Whether Mono AOT strip IL feature is used. |
| >=8.0.100 | Whether Mono interpreter is used. |
| >=8.0.100 | Whether library mode for mobile is used. |
| >=8.0.100 | Whether NativeAOT is used. |
| >=8.0.100 | Used Mono runtime pack version. |

### Collected options

Expand Down
Loading