Investigating why the net45 symbols are still missing
Originally posted by @bricelam in #514
I was surprised to use EntityFramework 6.5.1 and discover I had no symbols available (screenshot below). If I put together a PR, could this please be considered? The only other option I have to debug this is to clone dotnet/ef6 code base and add a unit test that re-creates the problem I am seeing, because I can't step-through the code.
We're looking into how to viably deploy EF6 and EFCore side-by-side, but right now we're hitting a bug in ObjectStateManager.FixUpKey on .NET 8 that we have not hit on Framework, and cannot debug it. We also can't say if it's a security vulnerability or not (since we can't debug it), so we can't even get support under the official policies.
