testfx icon indicating copy to clipboard operation
testfx copied to clipboard

Provide an easy way to see the public version of MSTest

Open nohwnd opened this issue 2 years ago • 3 comments

MSTest dlls do not contain the version under which it is published, which makes it really hard to see what is being used. Here I am using 2.2.9-preview-20220210-07. I would like to be able to easily see the version in ilspy, and hopefully in file properties as well:

image

image

Ideally this would also be accompanied by docs page that lists versions from all the available nugets on nuget.org and their publish version, until we started embedding that data. I can help automating that if you'd like.

nohwnd avatar Mar 11 '22 07:03 nohwnd

I think we started including branch name and commit id in assemblies. Let me verify.

Haplois avatar May 13 '22 15:05 Haplois

Binaries in the latest preview now contain commit hash as assembly metadata.

image

Haplois avatar Aug 11 '22 19:08 Haplois

Please add the public version, I don’t want to be hunting commit ids to know what version the dll is.

nohwnd avatar Aug 12 '22 06:08 nohwnd

@Evangelink thanks!

nohwnd avatar Sep 08 '22 06:09 nohwnd