From 0eabf7f3b086d4be386241b994dbf5a00c6486f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Sat, 19 Nov 2022 00:50:31 +0900 Subject: [PATCH] Do not dehydrate data if CFG is enabled (#78546) Two reasons: 1. CFG is already bigger because of all the extra checks. It's by design. 2. We might prefer to keep as many things readonly as possible. 3. This way at least some testing will run to ensure we didn't regress the non-dehydrated configuration. --- .../nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets index f81642bb72cc3..acb4b623046fc 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets @@ -214,7 +214,7 @@ The .NET Foundation licenses this file to you under the MIT license. - +