I have Build set to Release mode.
I'm running my .NET Core 3.1 Console App with Benchmark DotNet. But it tells me, that
.NET Core 3.1
Benchmark DotNet
Summary -> Benchmark was executed with attached debugger
How to turn off debugger completely in Release build mode?
Release
Debug -> Start Without Debugging (Ctrl+F5)