nunit / nunit-project-loader

The NUnit project loader extension allows the NUnit engine to load nunit projects
MIT License
2 stars 6 forks source link

NuGet description incorrect for project loader #54

Closed ketchup201 closed 3 months ago

ketchup201 commented 1 year ago

I know this is petty, but the NuGet description that appears for NUnit.Extension.NUnitProjectLoader v3.7.1 is incorrect.

Expected: NUnit engine extension that allows running NUnit projects which have a file extension of .nunit. Actual Result: NUnit Engine extension for writing test result files in NUnit V2 format.

OsirisTerje commented 1 year ago

I'll move this to the correct repository. Feel free to raise a PR for this :-)

OsirisTerje commented 1 year ago

Feel free to raise a PR

CharliePoole commented 1 year ago

This is definitely a bug. Probably caused by copy/pasting the descriptions from the V2 Result Writer extension.

Note that nothing can be changed directly on nuget.org without uploading a new version, so even when this is fixed it won't change on nuget.org until we publish a new release.

CharliePoole commented 5 months ago

Related to this, this GitHub Release Description has the wrong extension names listed in the text. That could be fixed immediately in the release itself but might be present in the script that generates releases as well.