Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support .NET 9.0 #1184

Open
3 of 5 tasks
samruddhikhandale opened this issue Sep 11, 2024 · 12 comments
Open
3 of 5 tasks

Support .NET 9.0 #1184

samruddhikhandale opened this issue Sep 11, 2024 · 12 comments
Assignees

Comments

@samruddhikhandale
Copy link
Member

samruddhikhandale commented Sep 11, 2024

@samruddhikhandale samruddhikhandale self-assigned this Sep 11, 2024
@samruddhikhandale samruddhikhandale changed the title Support .NET 9.0 scheduled Support .NET 9. Sep 13, 2024
@samruddhikhandale samruddhikhandale changed the title Support .NET 9. Support .NET 9.0 Sep 13, 2024
@gauravsaini04
Copy link
Contributor

@gauravsaini04
Copy link
Contributor

Templates and MCR docs PR's have been merged for this issue.

@gauravsaini04
Copy link
Contributor

@mitchdenny
Copy link

The .NET 9.0 GA container images are live, the dev container images should be rebuilt now.

@hansmbakker
Copy link

When I create a .NET 9 devcontainer now it seems the .NET 9 RC2 SDK is used - can you please publish an image using the GA version?

@m-a-parent
Copy link

m-a-parent commented Nov 25, 2024

Like @hansmbakker mentioned the 9.0 images do not have the released SDK version 9.100.0 installed.
For example, the devcontainer mcr.microsoft.com/devcontainers/dotnet:1-9.0 image contains dotnet version: 9.0.100-rc.2.24474.11.
When I build my project in a devcontainer based on that image I get:
/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(326,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [path_to_my_project_csproj_file]
Does anyone know when the 9.0 devcontainer images will be updated to SDK version 9.100.0?

@TomasEkeli
Copy link

TomasEkeli commented Dec 3, 2024

any update on this?

a freshly built devcontainer still has v 9.0.100-rc.2

vscode ➜ /workspaces/tmp $ dotnet --version
9.0.100-rc.2.24474.11

@m-a-parent
Copy link

I hoped that @samruddhikhandale or @gauravsaini04 would have commented by now. I figure they should know what is going on since they're the assignees on this issue.

@jaytarr
Copy link

jaytarr commented Dec 6, 2024

Any update on this? Using dev-9.0 results in a version of 9.0.100 (non-RC) so it seems like someone was working on it. This is blocking many of our teams and projects from upgrading to .NET 9 officially.

@m-a-parent
Copy link

It's mentioned here that there is a problem publishing images.
Is it also preventing the official .NET 9 image from being made available?
An explanation from someone who knows why the 1-9.0 image still has the RC version of .NET would be greatly appreciated.
Like @jaytarr, it is preventing me from upgrading to .NET 9.

@m-a-parent
Copy link

This morning the 1-9.0 image has .NET 9.0.101 in it
image

@TomasEkeli
Copy link

i believe this issue can be closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants