JetBrains / azure-tools-for-intellij

Azure Toolkit for JetBrains Rider.
MIT License
50 stars 11 forks source link

Azure function not rebuilding after code change, only on 2nd try #946

Closed AndreGraca3 closed 3 weeks ago

AndreGraca3 commented 4 weeks ago

Am I the only one with this problem? I have installed Rider EAP 4 and then tried the normal free version and issue remains. I've also tried uninstalling rider and downgrading the plugin. Nothing works!

I add a throw new Exception() to a line, run the code and it doesnt get thrown. I stop and rerun the function and now the Exception gets thrown. Its constant like this for me.

Any help is appreciated as I don't want to move to VS (which I have no problems related to running).

PS: My run config is set to build project and start azurite emulator (wich the executable is pointing to a VS location)

AndreGraca3 commented 3 weeks ago

Turns out it was the Resharper build option in Rider itself not tracking changes to the file, just unchecked that its hella buggy.