Closed
Description
Occurs during native build phase of Windows builds. Full text:
gtestd.lib(gtest-all.obj) : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/SAFESEH' specification [F:\workspace\_work\1\s\src\Servers\IIS\AspNetCoreModuleV2\CommonLibTests\CommonLibTests.vcxproj]
I believe #22017 introduced this warning though I'm not sure why. Warning is present in aspnetcore-ci build 20200529.33 of master just after #22017 went in as well as 20200529.29, a validation build for that PR but not in the builds of master before then, at least where I checked.
Part of #22240.