Open imcarolwang opened 5 months ago
Everything looks good except the question around the internal EnableFaults. With the recent changes I made to support netstandard2.0 and netfx, we have multiple ref assemblies. When you rebase, only add to the netcoreapp ref assembly, we aren't updating the netstandard2.0 reference assembly beyond what it currently is as it's only there to support those using that capability from the 4.10.x packages.
For issue #5561.