RonSijm@programming.dev to Programmer Humor@programming.devEnglish · 2 months agoOopsie, Visual Studio License expired, so the build server stopped workingprogramming.devimagemessage-square91fedilinkarrow-up1424arrow-down14file-text
arrow-up1420arrow-down1imageOopsie, Visual Studio License expired, so the build server stopped workingprogramming.devRonSijm@programming.dev to Programmer Humor@programming.devEnglish · 2 months agomessage-square91fedilinkfile-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·edit-22 months 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-22 months agoRider can do code replacement too and has worked much better in my experience
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up1·2 months 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.