Adam Sitnik
Adam Sitnik
> Open an issue and send a PR to https://www.nuget.org/packages/JetBrains.Profiler.SelfApi/ to change the supported monikers: from `net46` to `net462` (this would pick up the `netstandard2.0` dependency of `JetBrains.HabitatDetector` and solve...
> I'm a bit surprised to see the DiagnoserResults does not expose the actual run information from ExecuteResult - It's not like we are against it, so far there was...
I am not very familiar with this part of BDN and if possible I would prefer @AndreyAkinshin to review it. Thanks!
> /azp run runtime-wasm This should not be required, as the WASM test added by @caaavik-msft in https://github.com/dotnet/BenchmarkDotNet/pull/2532 should be just always executed.
> what the status of this PR? `System.CommandLine*` packages are still uploaded to NuGet.org as previews. @AndreyAkinshin can we upload a new stable version of BDN with a preview dependency...
@KathleenDollard @jonsequitur we would be very happy to dogfood `System.CommandLine` but as you can see in the thread above we can't publish anything to nuget.org that has some preview dependencies....
Hi @flobernd Please send a PR with the fix, you most likely need to add this setting in the following two places: https://github.com/dotnet/BenchmarkDotNet/blob/d383135825b66a99447bf4460255ed694375ca47/src/BenchmarkDotNet/Toolchains/NativeAot/Generator.cs#L142 https://github.com/dotnet/BenchmarkDotNet/blob/d383135825b66a99447bf4460255ed694375ca47/src/BenchmarkDotNet/Templates/CsProj.txt#L29
> Is this still an issue? Most likely yes as we have not changed anything on our side.
> Anything I can do to move this forward? You would need to be able to reproduce it by using CPVM and then propose a fix. In theory what I...
> This fails with benchmarkdotnet as-is right now. With the default toolchain no threads are being created and every benchmark is executed in a dedicated, standalone process.