-
Notifications
You must be signed in to change notification settings - Fork 2k
Add .NET 11 images #6872
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
base: nightly
Are you sure you want to change the base?
Add .NET 11 images #6872
Conversation
|
Project templates are missing for .NET 11 which is causing the tests to fail. /cc @baronfel is there a tracking issue for updating the templates? |
|
It's one of the line items in dotnet/sdk#50295, yes. |
|
This seems like it could be managed as an array of options. In theory, we could test all supported .NET versions with |
Yes, I see many ways we can improve our unit tests. I think we can improve things incrementally after this PR is merged. |
Fixes #6824
Initial operating systems in this PR:
This will fail pre-build validation until #6869 is merged because that PR contains the ImageBuilder update that adds Ubuntu 26.04 (Resolute) support.