摘要:
搜索Json节点值 public static class JsonStringExtensions { public static bool TryGetNestValueByJsonKey(this string jsonString, stringkey, out string res) { 阅读全文
摘要:
最近nfx462的项目升级.NET6需要批量替换Ilogger为Ilogger<类名>vs自带的搜索替换其正则表达式好像只能匹配一行,直接扫描文件替换吧 // See https://aka.ms/new-console-template for more information Console.W 阅读全文