Parker Bibus
Parker Bibus
I have a PR against the base branch for this PR here: https://github.com/am11/BenchmarkDotNet/pull/1. If @am11 accepts it or makes the changes, we should merge this, otherwise I will make a...
@Ogglas, I was able to workaround this by setting the longpath option in the global git config. Presuming a global git config already being present on the machine at %USERPROFILE%\.gitconfig,...
Cool, I will run those tests now that I have a version of the app that is building and running locally (took a few iterations to get past the `System.InvalidOperationException:...
The new HostBuilder does not output `Application Started...` by default, so the latest update moves from using Run() to using Start(), manually printing the message, and then WaitForShutdown(). I have...
For now, to get the update in to fix optimization runs, I am going to save the Startup.cs and Program.cs updates for PR. The initial switch I did used HostBuilder...