SubtitleEdit / subtitleedit

the subtitle editor :)
http://www.nikse.dk/SubtitleEdit/Help
GNU General Public License v3.0
8.83k stars 913 forks source link

Unit test: Upgrade to .NET SDK Project style #8859

Closed ivandrofly closed 1 month ago

ivandrofly commented 1 month ago

Upgrading unit-test project to new sdk style

Removes all the legacy visual studio testing and now using MSTest (https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-mstest-getting-started)

ivandrofly commented 1 month ago

Currently investigating why these tests (image bellow) are failing!

image

ivandrofly commented 1 month ago

Currently investigating why these tests (image bellow) are failing!

image

Fixed in https://github.com/SubtitleEdit/subtitleedit/pull/8859/commits/1a38183344f1da17e036fe3db57512cbaa270fd0

ivandrofly commented 1 month ago

All green now 🟢... @niksedk