How do I disable HotReload for Release builds?
See original GitHub issueI am happy to use HotReload for my Project. But it makes bigger size for android apk.
After unzipping the apk, I see Xamarin.Forms.HotReload.Reloader.dll
,Microsoft.CodeAnalysis.CSharp.dll
and Microsoft.CodeAnalysis.dll
in assemblies folder.
Any way to remove them? Thanks!
Issue Analytics
- State:
- Created 4 years ago
- Comments:20 (11 by maintainers)
Top Results From Across the Web
Disabling Hot Reload for .NET Core project in Visual ...
You can change this feature here: Tools > Options > Projects and Solutions > ASP.NET Core > Auto build and refresh option.
Read more >Write and debug code by using Hot Reload - Visual Studio ...
Make sure that Enable native code debugging is disabled in the debugger settings or the debug launch profile. Start the app with the...
Read more >Edit running code with Hot Reload - JetBrains Rider
Hot Reload, also known as Edit & Continue. ... disable it by clearing the Enable Hot Reload when debugging checkbox on the Build,...
Read more >Hot Reload - Documentation | NoesisGUI
Disable Hot Reload. Hot Reload consumes a bit of extra memory and it can be disabled just in case you don't need this...
Read more >Visual Studio 2022: Hot Reload Guide
A4: You can disable Hot Reload by navigating to Tools > Options > Debugging > Hot Reload and unchecking the “Enable Hot Reload”...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, it is working for Archive feature on my local Visual Studio. So the issue is from Visual Studio App Center. Let’s close this. Thanks very much! @rudyspano @AndreiMisiukevich
@AndreiMisiukevich Yes. No more libaot-Microsoft.CodeAnalysis.CSharp.dll.so. @TingtingAn, is it ok on your side?