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

Missing net9.0 Templates in Test Environment #44736

Closed
v-wuzhai opened this issue Nov 8, 2024 · 0 comments · Fixed by #44740
Closed

Missing net9.0 Templates in Test Environment #44736

v-wuzhai opened this issue Nov 8, 2024 · 0 comments · Fixed by #44740
Assignees
Labels
Area-DotNet Test untriaged Request triage from a team member

Comments

@v-wuzhai
Copy link
Member

v-wuzhai commented Nov 8, 2024

Describe the bug

The net9.0 templates are missing in our test environment. This is likely because the Visual Studio images used in the build machines do not have the net9.0 templates installed yet. As a result, the tests are not able to detect and use the net9.0 templates.

https://github.com/dotnet/sdk/blob/main/test/dotnet-new.Tests/Approvals/DotnetNewHelpTests.CanShowHelpForTemplate_MatchOnLanguage.verified.txt
https://github.com/dotnet/sdk/blob/main/test/dotnet-new.Tests/Approvals/DotnetNewHelpTests.CanShowHelpForTemplate_MatchOnNonChoiceParam.verified.txt
https://github.com/dotnet/sdk/blob/main/test/dotnet-new.Tests/Approvals/DotnetNewHelpTests.CanShowHelpForTemplate_classlib.verified.txt
https://github.com/dotnet/sdk/blob/main/test/dotnet-new.Tests/Approvals/DotnetNewHelpTests.CanShowHelpForTemplate_console.verified.txt
https://github.com/dotnet/sdk/blob/main/test/dotnet-new.Tests/Approvals/DotnetNewHelpTests.CannotShowHelpForTemplate_MatchOnChoiceWithoutValue.verified.txt
https://github.com/dotnet/sdk/blob/main/test/dotnet-new.Tests/Approvals/DotnetNewInstantiateTests.CannotInstantiateTemplate_OnMultipleParameterErrors.verified.txt
https://github.com/dotnet/sdk/blob/main/test/dotnet-new.Tests/Approvals/DotnetNewInstantiateTests.CannotInstantiateTemplate_WhenChoiceParameterValueIsInvalid.verified.txt
https://github.com/dotnet/sdk/blob/main/test/dotnet-new.Tests/Approvals/DotnetNewInstantiateTests.CannotInstantiateTemplate_WhenChoiceParameterValueIsNotComplete.verified.txt

Note

Once the net9.0 templates are available, we will need to update our test environment to ensure these templates are correctly detected and used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-DotNet Test untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant