RonSijm@programming.dev to Programmer Humor@programming.devEnglish · 1 year agoOopsie, Visual Studio License expired, so the build server stopped workingprogramming.devimagemessage-square90linkfedilinkarrow-up1427arrow-down14file-text
arrow-up1423arrow-down1imageOopsie, Visual Studio License expired, so the build server stopped workingprogramming.devRonSijm@programming.dev to Programmer Humor@programming.devEnglish · 1 year agomessage-square90linkfedilinkfile-text
Oh no, not just my build server, Microsofts build server… Everyones’ Azure build server - (if you’re building on windows)
minus-squarertxn@lemmy.worldlinkfedilinkEnglisharrow-up20·1 year agoVS’s built-in .NET debugger is top tier, though. Especially the ability to edit code while it is running.
minus-squareqaz@lemmy.worldlinkfedilinkEnglisharrow-up3·edit-21 year agoRider can do code replacement too and has worked much better in my experience
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up1·1 year agoIt would be much better if it stopped missing the version of the code you are working on and locking while starting multithreaded code.
VS’s built-in .NET debugger is top tier, though. Especially the ability to edit code while it is running.
Rider can do code replacement too and has worked much better in my experience
It would be much better if it stopped missing the version of the code you are working on and locking while starting multithreaded code.