Skip to content

Move FQN related code into a separate NuGet package  #2708

Closed
@Haplois

Description

@Haplois

Description

As part of supporting new TestCase properties like ManagedType and ManagedClass, some changes introduced to Microsoft.TestPlatform.ObjectModel. (#2611) These changes broke the compatibility of the Test Platform with earlier Visual Studio releases.

We need to move new TestCase properties, Managed Name Utilities, Modern Test Id generation logic to a separate assembly and ultimately into a new NuGet package, preferably without any dependencies into the Test Platform itself.

We need to consider supporting the source-based test discovery support extension and providing support in a second new NuGet package since it depends on Roslyn.

This change should fix microsoft/testfx#748.

Steps

Remarks

We will do test Id customization in the adapters. Adapters will create and assign the test id, and We will provide a sample here once it is checked into https://github.com/microsoft/testfx.

AB#1268457

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions