摘要:
问题描述 详见.Net9.0.200 version of dotnet restore takes too long - Developer Community 更新Nuget到 6.13.2.1后短暂解决问题,后又复现。 推测此问题与.Net 9.0.200+版本和Nuget 6.12有关。 参 阅读全文
摘要:
注意: 粗糙版手账,未经测试,请谨慎使用 Check.NotNull: 别处定义的帮助类方法,与主要功能无关 using System; using System.Collections; using System.Diagnostics.CodeAnalysis; using System.Lin 阅读全文
摘要:
引言 近日笔者撸代码时候遇到一个如下图的代码建议,Call 'Find' instead of 'FirstOrDefault'。应用建议后,代码变成了这样var s = Array.Find(arr, i => i == "10000000");。于是好奇心上来:建议的代码并没有比笔者手撸的代码更 阅读全文