unoplatform / uno.extensions

Libraries to ease common developer tasks associated with building multi-platform mobile, desktop and web applications using Uno Platform or WinAppSDK.
https://platform.uno/
Other
75 stars 47 forks source link

Refit breaks hot-reload #2308

Open dr1rrb opened 6 months ago

dr1rrb commented 6 months ago

Current behavior

When you use refit, the code generated by refit seems to break hot-reload

Expected behavior

We are able to use hot-reload even if we use refit in uno apps!

How to reproduce it (as minimally and precisely as possible)

Create a project and setup refit, try then to change something in the main page, notice that you get a message from VS due to some changes that cannot be hot-reloaded.

Environment

Nuget Package (s): HTTP feature

Package Version(s): 5.2

Affected platform(s):

Visual Studio:

Relevant plugins:

Anything else we need to know?

agneszitte commented 6 months ago

cc @jeromelaban, @dr1rrb is this urgent to fix?