Make sure that CoreLib ref and src build matches#77116
Make sure that CoreLib ref and src build matches#77116ViktorHofer wants to merge 1 commit intodotnet:mainfrom
Conversation
This change fixes src/CoreLib referencing ref/CoreLib with a different set of global properties. When building the runtime and libraries in Release mode, the build (at least inside VS) complains that the ref/CoreLib assembly (in Debug configuration) is missing.
|
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue DetailsFixes #75897 This change fixes src/CoreLib referencing ref/CoreLib with a different set of global properties. When building the runtime and libraries in Release mode, the build (at least inside VS) complains that the ref/CoreLib assembly (in Debug configuration) is missing. Undefined behavior: When src/CoreLib is built in Checked configuration, should ref/CoreLib then also be built in Checked mode?
|
|
I'm not 100% sure if src/CoreLib should govern ref/CoreLib's build configuration. It could also be the case that the initial described issue happened because ref/CoreLib was missing from solution files. |
Fixes #75897
This change fixes src/CoreLib referencing ref/CoreLib with a different set of global properties. When building the runtime and libraries in Release mode, the build (at least inside VS) complains that the ref/CoreLib assembly (in Debug configuration) is missing.
Undefined behavior: When src/CoreLib is built in Checked configuration, should ref/CoreLib then also be built in Checked mode?