Rename adapterFactory parameter in Microsoft.Testing.Platform.Builder.ITestApplicationBuilder.RegisterTestFramework public api to frameworkFactory.
The naming is leaking the details of what we do for MSTest in the specific VSTest compatible implementation, but does not fit the generic interface.
This is a code breaking change for calls that use the name of the parameter.
Rename
adapterFactoryparameter in Microsoft.Testing.Platform.Builder.ITestApplicationBuilder.RegisterTestFramework public api toframeworkFactory.The naming is leaking the details of what we do for MSTest in the specific VSTest compatible implementation, but does not fit the generic interface.
This is a code breaking change for calls that use the name of the parameter.