Hot Reload currently doesn't work for user assemblies that we modify during the build.
This typically happens at least for device builds (the registrar).
We need to avoid assembly modification for user assemblies when hot reload is enabled.
Work that needs to complete first:
Then:
References:
Hot Reload currently doesn't work for user assemblies that we modify during the build.
This typically happens at least for device builds (the registrar).
We need to avoid assembly modification for user assemblies when hot reload is enabled.
Work that needs to complete first:
macios/tools/dotnet-linker/PreserveSmartEnumConversionsStep.cs
Lines 37 to 38 in a92fbe4
Then:
References: