You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// BeforeAnythingElse
System.FormatException: The input string 'rhkgndfkhgnfdkj' was not in a correct format.
at System.Number.ThrowFormatException[TChar](ReadOnlySpan`1 value)
at System.Int32.Parse(String s)
at BenchmarkDotNet.Autogenerated.UniqueProgramName.AfterAssemblyLoadingAttached(String[] args) in C:\Users\Myuser\Documents\Dev\Libs\MyLib\Benchmark\bin\release\net8.0\c48cf43b-d86c-4c81-be98-0f95d9f48d2e\c48cf43b-d86c-4c81-be98-0f95d9f48d2e.notcs:line 45
Anyone has an Idea as to why it's doing that.
Could my .exe by overridden by Benchmarkdotnet?
The text was updated successfully, but these errors were encountered:
Hello, I have a really weird behaviour when start an executable located in AppDomain.CurrentDomain.BaseDirectory with System.Diagnostic.Process
Here a little snippet of my code:
It produces this exception:
Anyone has an Idea as to why it's doing that.
Could my .exe by overridden by Benchmarkdotnet?
The text was updated successfully, but these errors were encountered: