Adam Sitnik

Results 300 comments of Adam Sitnik
trafficstars

@kouvel thank you for a very detailed answer!

I've used the latest .NET Runtime (7.0.100-rc.1.22364.28) and BDN still reports that some memory is being allocated. Most likely there are still some background allocations. I currently don't have the...

I have just found a dotTrace plugin for Team City that does something very similar to what I wanted to get: [link](http://blog.jetbrains.com/dotnet/2015/08/27/performance-profiling-in-continuous-integration-dottrace-and-teamcity/) > "It’s also possible to compare measured values...

BTW are there any other characters that should be escaped?

@ds1709 thank you for your proposal! I like your idea, but I am worried that it would make our config system even more complex than it is today (attributes, command...

This issue is very similar to #1023 : * a project with benchmark `A` has a reference to package `B` * BenchmarkDotNet generates a new project `C` that references 'A'...

@billwert if I won't be able to find any clean solution the only idea I currently have it to introduce a concept of `BenchmarkDotNet.props` files that would be always included...

@eerhardt thank you! > Remove PrivateAssets=All on the reference in the benchmark.csproj @billwert could you please give it a try?

> Remove PrivateAssets=All on the reference in the benchmark.csproj FWIW this does not solve the problem (tested myself)

@IdanZel thank you for your contribution! Since the suggestions have not been implemented for few months, I am closing it as it's stale. Feel free to address them and reopen...