It's not using just the compiler. This agent is configured to use the full version of Visual Studio for some reason, and building through that, which requires a license. You can build via the msbuild system, which doesn't require a license.
It gets worse if you use Microsoft D365 AX products. Then you have to provision an entire Build server for builds which has to run Visual Studio 2019 on Windows 10. To do a build you run a pipeline in Azure DevOps, which runs the compiler in a full Visual Studio 2019 environment, which has to run on a special Azure virtual environment running Windows 10 hosted by Microsoft. It's so fragile.
It gets worse if you use Microsoft D365 AX products. Then you have to provision an entire Build server for builds which has to run Visual Studio 2019 on Windows 10. To do a build you run a pipeline in Azure DevOps, which runs the compiler in a full Visual Studio 2019 environment, which has to run on a special Azure virtual environment running Windows 10 hosted by Microsoft. It's so fragile.
How about, I don't know, not yanking the cord (or setting things up so the cord is yanked automatically) and pursuing the payment later?
But then that could mean that someone might - even temporarily - get something for nothing, and they can't be seen to promote anything even remotely similar to that.
Perhaps this tiny company are so close to the knife edge that they can't afford to allow it to happen. Must have constant revenue stream or else close up sho... wait, Micro-who?
Certs have existed a long time, are never implemented correctly, and the expiration cycle that is supposed to bolster security just causes pain as a result.
Certs should just be redesigned to have a kill switch. CRLs were supposed to handle that, but are rarely implemented or implemented correctly.
Certs are also used in so many places where they may not be suited to the task, but because they exist, they've become the de-facto standard.
A temporal expiration system seems flawed from the beginning anyway. What, you don't trust your system anymore just because time has passed? Time is always passing. Are we all secretly racist against clocks now?
IDEs have had subscriptions for ages. The build server is a cloud service because local machines can be slow to compile and not everyone has an on-site build server.
But they promised we could save a ton of money with their monitoring dashboards we won't look at until suddenly we get a bill that is 5x what they promised!
The company I work for loves Azure. If it's not available as an Azure service it won't be used (except for uptime kuma). Some time ago there was a global Azure outage and we could do literally nothing. All tasks and code were on Azure Devops and all communication went through Teams and Outlook.
The webhook integration has also recently been removed from Teams so uptime kuma also didn't work for like a week until it was fixed by using Azure's automation service.
If you look at it as generic could provider it's not good, but if you look at it as making m$ run they're software instead of you it's awesome because most m$ software is not fun to run
Can be installed standalone but it's typically just easier to install the full VS suite because on a shared runner it's better to include the entire kitchen.
I'm not familiar with the service, can someone explain? Like, are all pipelines on Azure affected? Or is it some internal stuff where a company relying on paid tech forgot to pay for it?
No, not some internal company, just Microsoft being Microsoft. So all Windows pipelines. They also have Linux based pipelines so not completely all pipelines.
But given that a lot of people build dotnet stuff on Azure, the 'windows-latest' image is usually the default. So a lot of pipelines
Also, VS Code is mid, not even working correctly and definitely not OOB on Linux in my experience, and VS just does not support Linux at all. And is shit anyway.
Visual Studio and VS Code are two separate products, I'm afraid. Visual Studio is a .NET IDE and build tool, as opposed to VS Code which is essentially an extensible text editor.
Edit: also the screenshot looks like it might be from Slack?