RonSijm@programming.dev to Programmer Humor@programming.devEnglish · 5 个月前Oopsie, Visual Studio License expired, so the build server stopped workingprogramming.devexternal-linkmessage-square87fedilinkarrow-up1405arrow-down14file-text
arrow-up1401arrow-down1external-linkOopsie, Visual Studio License expired, so the build server stopped workingprogramming.devRonSijm@programming.dev to Programmer Humor@programming.devEnglish · 5 个月前message-square87fedilinkfile-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-up19·edit-25 个月前VS’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-25 个月前Rider can do code replacement too and has worked much better in my experience
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up1·5 个月前It 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.