关于[Mind Your Strings with .NET 5.0]的摘要:
In the process of upgrading a library to support .NET 5.0, I ran into a rather bizarre test failure. Simply by adding a new target of net5.0 in the library and unit tests, single test started to fail. It was absolutely baffling to me, leading my to think that I may have somehow broken strings. Instead, I got to learn waaaaaay more about strings, Unicode, and comparison strategies than I ever really cared to.
原文地址: https://jimmybogard.com/mind-your-strings-with-net-5-0/