Keegan
Keegan
I believe this article is out of date: https://github.com/dotnet/BenchmarkDotNet/blob/master/docs/articles/guides/console-args.md For using a local build of ILC packages it recommends `ilcPath` instead of `ilcPackages`. As far as I can tell, `ilcPath`...
For comparing two Core Runs, the experience is: ```ps1 dotnet run -c Release ` -f net8.0 ` --coreRun "" ` "" ``` Today, it is not possible to compare two...
If `--join` is omitted, no error is thrown. Repro: Run this command: ```ps1 dotnet run -c Release -f net9.0 --join --anyCategories Linq ``` Over the [micro benchmarks in dotnet/performance](https://github.com/dotnet/performance/tree/main/src/benchmarks/micro) Error...
## Description Identity Web should onboard to public API analyzers. [Docs on analyzer](https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md) Only public APIs need to be included.