@evilbaschdi I've fixed the missing MethodInfo problem, it's available in 0.2.0-pre.83 (via CI server).
I've updated the migration guide as well.
Let me know if there's anything else I can do to help.
@khalidabuhakmeh @simoncropp @bradwilson
PR at #AutoFixture repo https://github.com/AutoFixture/AutoFixture/pull/1471
Discussion regarding PR at #xunit repo https://github.com/xunit/xunit/discussions/3006
☕ ☕ ☕
Description I am trying to replace a situation with the xUnit.net v3 VSTest adapter where I launch the test project (out of process) and then attach via IFrameworkHandle2.AttachDebuggerToProcess wi...
@KirillOsenkov @simoncropp @khalidabuhakmeh I want to be more upset about this than I am, but it feels like this doesn't matter as much as you might think: if the user is asking to debug a test, then they're using a Debug build, and optimization is turned off for Debug builds by default.
Should I inject an `<Optimize>false</Optimize>` property via the xunit.v3.core .targets file, so that optimization always gets turned off? (Feels heavy handed, but thought I'd ask.)