Skip to content

TreeNodeFilterCommandLineOptionsProvider seems to be using the wrong Version #4294

@Youssef1313

Description

@Youssef1313

/// <inheritdoc />
public string Uid { get; } = extension.Uid;
/// <inheritdoc />
public string Version { get; } = AppVersion.DefaultSemVer;
/// <inheritdoc />
public string DisplayName { get; } = extension.DisplayName;
/// <inheritdoc />
public string Description { get; } = extension.Description;

To me that's using the platform version but it should use the version of whatever extension being passed.

Metadata

Metadata

Assignees

Labels

Area: MTPBelongs to the Microsoft.Testing.Platform core library

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions