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
| >=10.0.100 | The launch profile name if specified for `dotnet run`. |
113
+
| >=10.0.100 | Whether a launch profile was specified for `dotnet run`.|
114
+
| >=10.0.100 | The applied launch settings model if any for `dotnet run`. |
111
115
| >=10.0.100 | Number of SDKs used for `dotnet run`. |
112
116
| >=10.0.100 | Number of PackageReferences for `dotnet run`. |
113
117
| >=10.0.100 | Number of ProjectReferences for `dotnet run`. |
114
-
| >=10.0.100 | Launch profile usage for `dotnet run` (none, explicit, default, or not used). |
115
-
| >=10.0.100 | Whether launch profile is default for `dotnet run`. |
116
118
| >=10.0.100 | Number of additional properties for file-based apps with `dotnet run`. |
117
119
| >=10.0.100 | Whether MSBuild was used for file-based apps with `dotnet run`. |
118
120
| >=10.0.100 | Whether Roslyn compiler was used for file-based apps with `dotnet run`. |
@@ -163,19 +165,20 @@ The `dotnet run` command collects feature-based telemetry to help drive developm
163
165
164
166
**Common telemetry for all `dotnet run` executions:**
165
167
166
-
* Application type (file-based or project-based)
167
-
* Hashed project or file identifier
168
-
* Number of SDKs used
169
-
* Number of PackageReferences
170
-
* Number of ProjectReferences
171
-
* Launch profile usage (whether `--launch-profile` or `--no-launch-profile` was used)
172
-
* Whether the launch profile is a default profile
168
+
- Application type (file-based or project-based)
169
+
- Hashed project or file identifier
170
+
- Number of SDKs used
171
+
- Number of PackageReferences
172
+
- Number of ProjectReferences
173
+
- Launch profile usage (whether `--launch-profile` or `--no-launch-profile` was used)
174
+
- Whether the launch profile is a default profile
175
+
- Launch settings model applied if any
173
176
174
-
**Additional telemetry for file-based apps only:**
177
+
**Telemetry for file-based apps only:**
175
178
176
-
* Number of additional properties (for example, `#:property` directives)
177
-
* Whether MSBuild was used for building
178
-
* Whether the Roslyn compiler was used directly
179
+
- Number of additional properties (for example, `#:property` directives)
180
+
- Whether MSBuild was used for building
181
+
- Whether the Roslyn compiler was used directly
179
182
180
183
All identifiers are hashed using SHA256. For file-based apps, the entry point file path is hashed. For project-based apps, the project file path (or relative path from repository root when available) is hashed.
0 commit comments