You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: This doesn't include the current newest `Markdig` version 0.43.0, as this has introduced some rendering issues with pipe tables.
- A fix made for "tables with leading paragraphs" results in *adding* a leading paragraph to tables which shouldn't have one. xoofx/markdig#905
Notable changes in the test project:
- `MSTest.TestFramework` upgrades deprecated and removed the "ExpectedException" attribute, in favor of `Assert.Throws...()` test assertions.
- It's also deprecated assertions on enumerable/collection Count values, in favor of countable assertion methods like `IsEmpty()` and `HasCount()`.
- AND, its analyzer now throws an error if there's no explicit Parallelize setting.
varexpectedMessage=$"Updated data index has a different key for GameData with data ID {testDataItem.GetUniqueIdString(mockIgdbCache)}: old key Some Game Name new key Corrected Game Name";
varexpectedMessage=$"Updated data index has a different key for PlatformData with data ID {testPlatformOld.GetUniqueIdString(mockIgdbCache)}: old key {testPlatformOld.GetReferenceString(mockIgdbCache)} new key {testPlatformNew.GetReferenceString(mockIgdbCache)}";
varexpectedMessage=$"Updated data index is missing old PlatformData with data ID {testPlatformOld.GetUniqueIdString(mockIgdbCache)} and key {testPlatformOld.GetReferenceString(mockIgdbCache)}";
varexpectedMessage=$"Updated data index has a different data ID for PlatformData with key {testPlatformOld.GetReferenceString(mockIgdbCache)}: old data ID {testPlatformOld.GetUniqueIdString(mockIgdbCache)} new data ID {testPlatformNew.GetUniqueIdString(mockIgdbCache)}";
0 commit comments