Revert "Don't compile EF Core designer files on release builds" (#39057)

This commit is contained in:
Myra
2025-07-19 00:23:48 +02:00
committed by GitHub
parent ffbc813179
commit 2c4251dcdc
109 changed files with 0 additions and 217 deletions

View File

@@ -9,7 +9,6 @@
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<Nullable>enable</Nullable>
<NoWarn>RA0003</NoWarn>
<DefineConstants Condition="'$(FullRelease)' != 'True'">$(DefineConstants);EF_DESIGNER</DefineConstants>
</PropertyGroup>
<ItemGroup>