Skip to content

[MTP][Breaking for v2] AddSelfRegisteredExtensions shouldn't need to have string[] args parameter #5453

@Youssef1313

Description

@Youssef1313

global::Microsoft.Testing.Platform.Builder.ITestApplicationBuilder builder = await global::Microsoft.Testing.Platform.Builder.TestApplication.CreateBuilderAsync(args);
SelfRegisteredExtensions.AddSelfRegisteredExtensions(builder, args);

This is what we generate.

CreateBuilderAsync already accepts args and the builder should have access to it.

Metadata

Metadata

Labels

Area: MTPBelongs to the Microsoft.Testing.Platform core libraryBreaking ‼️

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions