Evaluate the need for _GenerateTestingPlatformEntryPointFileInputCache
and _GenerateSelfRegisteredExtensionsFileInputCache
#4957
Labels
I'm guessing these two targets are no longer needed. They probably existed historically because of previously using the wrong hook of
CoreCompile
instead ofBeforeCompile
which was fixed in #4777.There is already a
_GenerateCompileDependencyCache
target which will include the generated files now that we are correctly hooking into BeforeCompile. So feels like both targets are no longer needed?The text was updated successfully, but these errors were encountered: