13 references to ErrorType
aspire (10)
Commands\RunCommand.cs (10)
308
runActivity?.SetTag(TelemetryConstants.Tags.
ErrorType
, "project_not_found");
319
runActivity?.SetTag(TelemetryConstants.Tags.
ErrorType
, "project_not_found");
426
runActivity?.SetTag(TelemetryConstants.Tags.
ErrorType
, "canceled");
430
runActivity?.SetTag(TelemetryConstants.Tags.
ErrorType
, "build_failed");
470
runActivity?.SetTag(TelemetryConstants.Tags.
ErrorType
, "startup_timeout");
692
runActivity?.SetTag(TelemetryConstants.Tags.
ErrorType
, "canceled");
702
runActivity?.SetTag(TelemetryConstants.Tags.
ErrorType
, "project_not_found");
707
runActivity?.SetTag(TelemetryConstants.Tags.
ErrorType
, "incompatible_version");
717
runActivity?.SetTag(TelemetryConstants.Tags.
ErrorType
, "backchannel_connection_failed");
734
runActivity?.SetTag(TelemetryConstants.Tags.
ErrorType
, ex.GetType().FullName);
Aspire.Cli.Tests (3)
Commands\RunCommandTests.cs (3)
1389
Assert.Equal("project_not_found", tags[TelemetryConstants.Tags.
ErrorType
]);
1415
Assert.Equal("build_failed", tags[TelemetryConstants.Tags.
ErrorType
]);
5384
Assert.Equal("build_failed", tags[TelemetryConstants.Tags.
ErrorType
]);