To enable Hot Reload. See discussion on #123778.
The change would be in Microsoft.NET.ILLink.targets: https://github.com/dotnet/runtime/blob/main/src/tools/illink/src/ILLink.Tasks/build/Microsoft.NET.ILLink.targets#L39C5-L39C93
I think we should also set MetadataUpdaterSupport to true in Debug configuration, or rather remove changing it in Microsoft.NET.ILLink.targets entirely. It's already disabled for Release builds in the SDK: https://github.com/dotnet/sdk/blob/main/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.targets#L157
To enable Hot Reload. See discussion on #123778.
The change would be in
Microsoft.NET.ILLink.targets: https://github.com/dotnet/runtime/blob/main/src/tools/illink/src/ILLink.Tasks/build/Microsoft.NET.ILLink.targets#L39C5-L39C93I think we should also set
MetadataUpdaterSupportto true in Debug configuration, or rather remove changing it in Microsoft.NET.ILLink.targets entirely. It's already disabled for Release builds in the SDK: https://github.com/dotnet/sdk/blob/main/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.targets#L157