Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TreeNodeFilterCommandLineOptionsProvider seems to be using the wrong Version #4294

Open
Youssef1313 opened this issue Dec 9, 2024 · 0 comments
Labels
Area: Testing Platform Belongs to the Microsoft.Testing.Platform core library

Comments

@Youssef1313
Copy link
Member

/// <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.

@Youssef1313 Youssef1313 added the Area: Testing Platform Belongs to the Microsoft.Testing.Platform core library label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Testing Platform Belongs to the Microsoft.Testing.Platform core library
Projects
None yet
Development

No branches or pull requests

1 participant