You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we have changed to Microsoft.Build.Tasks.Git we have problems using Hot Reload.
It seems that Microsoft.Build.Tasks.Git is continuously touching/writing the AssemblyInfo during Visual Studio is running.
This leads to the problem that when starting the app in debug mode from Visual Studio , the source code has already changed or is changed when the application has started up. This leads to the problem that Visual Studio is complaining that the source has changed and reports that accordingly.
We have integrated Microsoft.Build.Tasks.Git in the project
Since we have changed to
Microsoft.Build.Tasks.Git
we have problems using Hot Reload.It seems that
Microsoft.Build.Tasks.Git
is continuously touching/writing the AssemblyInfo during Visual Studio is running.This leads to the problem that when starting the app in debug mode from Visual Studio , the source code has already changed or is changed when the application has started up. This leads to the problem that Visual Studio is complaining that the source has changed and reports that accordingly.
We have integrated
Microsoft.Build.Tasks.Git
in the projectI think it has to do with the design time build. Is the problem that the analyzer is included as asset?
The text was updated successfully, but these errors were encountered: