Open github-actions[bot] opened 11 hours ago
Backport of #109763 to release/9.0-staging
/cc @elinor-fung @alexrp
hostfxr.h provided for customers doing custom hosting is not valid C, so consumers in C cannot not use the latest version.
hostfxr.h
Regressed in 9.0 with https://github.com/dotnet/runtime/pull/101451.
Manual.
Low. The change just adds the struct keyword for a function parameter such that the header is valid C again.
struct
Backport of #109763 to release/9.0-staging
/cc @elinor-fung @alexrp
Customer Impact
hostfxr.h
provided for customers doing custom hosting is not valid C, so consumers in C cannot not use the latest version.Regression
Regressed in 9.0 with https://github.com/dotnet/runtime/pull/101451.
Testing
Manual.
Risk
Low. The change just adds the
struct
keyword for a function parameter such that the header is valid C again.