Hi,
We use the knowledge about CompileBefore and CompileAfter extensively in Rider. With the newer SDKs this data is lost because of the new way these files are passed to compiler. Files that were initially added as CompileBefore are now added to Compile item collection instead. Even though the final file order is correct, the info about the original item type is lost, which introduces regressions in our case.
Could we preserve this knowledge as metadata in the rewritten Compile items, please?