我正在尝试提高 Logary 的性能,但遇到了 .Net Core 的意外问题;甚至 Logary.PerfTests 中的单个字符更改
导致整个存储库的完全恢复(我认为),结果是:
我能以某种方式提高变更运行的性能吗?我已经尝试过仅核心的 sln 文件,但无论如何,dotnet core/rider 似乎都可以恢复所有项目的所有 nuget。
这是该组的 paket.dependencies:
group Benchmarks
source https://api.nuget.org/v3/index.json
framework net471, netcoreapp2.0
redirects on
nuget FParsec
nuget FSharp.Core
nuget Hopac
nuget NodaTime
nuget Expecto
nuget Expecto.BenchmarkDotNet
这是完整的 PR/代码https://github.com/logary/logary/pull/323