关于[Raw String Literals In C# 11 - .NET Core Tutorials]的摘要:
Recently I was trying to write a unit test that required me to paste in some known JSON to validate against. Sure, I could load the JSON from a file, but I really don’t like File IO in unit tests. What it ended up looking like was something similar to...
原文地址: https://dotnetcoretutorials.com/2022/05/12/raw-string-literals-in-c-11/