Open Bouke opened 5 days ago
Hi @Bouke , Thank you for bringing this issue. we will revert once we have an update. thanks
Hi @vidyasagarnimmagaddi, any update on this?
Hi @Bouke ,We observed that some agents are running with 20241021.1.0
We plan to start image rollout this week,once this is done, issue will be resolved.
@vidyasagarnimmagaddi What do you mean with this, will you revert the rollout of 20241113.3.0?
@vidyasagarnimmagaddi What do you mean with this, will you revert the rollout of 20241113.3.0?
Hi @Bouke , i mean new image rollout .
@vidyasagarnimmagaddi Can you be more specific in how you're going to address this issue? For example: "we're going to complete the 20241113.3.0 image rollout, and you'll not see 20241021.1.0 again". If that's the case: that doesn't solve the issue: we'd still need all our developers to install .NET 9 SDK.
Hi @Bouke , When we rollout new image version this week, there will not be any agents with older version i.e, (20241021.1.0
, 20241113.3.0
) ,. We make sure all the agents are with the newly released version only. thanks.
Please consider rolling back .NET 9 SDK. There's a known issue with .NET 9 that silently breaks our app in production, which is not going to be fixed until .NET 10 SDK: https://github.com/dotnet/sdk/pull/44160#issuecomment-2485805964.
I have a similar problem. I use MSBuild and with version 20241021.1.0 it works, but with version 20241113.3.0, my workflow breaks
20241021.1.0:
20241113.3.0:
Unfortunately that version is not something I can select and I don't know how to fix it.
@vidyasagarnimmagaddi did you read anything of what I posted?
Please consider rolling back .NET 9 SDK. There's a known issue with .NET 9 that silently breaks our app in production, which is not going to be fixed until .NET 10 SDK: dotnet/sdk#44160 (comment).
Hi @Bouke , we are currently anayzing and will revert you . thanks
Description
We're using repeatable package restores in our .NET build pipeline. However as version 20241113.3.0 started rolling out to agents, our build has been failing:
We're still targeting .NET 8, not .NET 9, so I don't understand why this is now failing. We've since tried updating the lockfiles. However as some agents are still running 20241021.1.0, the updated lockfiles will fail on those. This is not a great situation to be in. Also updating the lockfiles requires all our developers to install .NET 9 SDK, which is something we would like to avoid.
Platforms affected
Runner images affected
Image version and build link
20241113.3.0
Is it regression?
20241021.1.0
Expected behavior
Projects targeting .NET 8 (LTS) should continue to do so.
Actual behavior
Build fails.
Repro steps
-