Rerpo Steps:
- Create a MVC project , then open nuget package manager.
- tpye "Json.net" in online search textbox. Then search.
-
Click sort by :"Name:Ascending"
Issue: the list item not sort correctly , such as “Json.NET” should on the top of “JSON-RPC.NET Core” according compare their ASCII value. The issue is found by automation test by String.compare( ) ListItem's name.
see attachment.