File tree 1 file changed +6
-0
lines changed
src/Platform/Microsoft.Testing.Platform/Builder
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,9 @@ internal TestApplicationBuilder(
58
58
59
59
internal ITestHostOrchestratorManager TestHostOrchestrator => _testHostBuilder . TestHostOrchestratorManager ;
60
60
61
+ [ Obsolete ( "Remove in v2. Avoid breaking change with the rename of the property. See https://github.com/microsoft/testfx/issues/5015" , error : true ) ]
62
+ internal ITestHostOrchestratorManager TestHostControllersManager => _testHostBuilder . TestHostOrchestratorManager ;
63
+
61
64
[ Experimental ( "TPEXP" , UrlFormat = "https://aka.ms/testingplatform/diagnostics#{0}" ) ]
62
65
public IConfigurationManager Configuration => _testHostBuilder . Configuration ;
63
66
@@ -68,6 +71,9 @@ internal TestApplicationBuilder(
68
71
69
72
internal ITelemetryManager Telemetry => _testHostBuilder . Telemetry ;
70
73
74
+ [ Obsolete ( "Remove in v2. Avoid breaking change with the rename of the property. See https://github.com/microsoft/testfx/issues/5015" , error : true ) ]
75
+ internal ITelemetryManager TelemetryManager => _testHostBuilder . Telemetry ;
76
+
71
77
internal IToolsManager Tools => _testHostBuilder . Tools ;
72
78
73
79
public ITestApplicationBuilder RegisterTestFramework (
You can’t perform that action at this time.
0 commit comments