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

Resolve issues with testing 8.0 templates in SDK repo #30033

Closed
captainsafia opened this issue Jan 19, 2023 · 0 comments · Fixed by #30048
Closed

Resolve issues with testing 8.0 templates in SDK repo #30033

captainsafia opened this issue Jan 19, 2023 · 0 comments · Fixed by #30048
Assignees
Labels
Area-dotnet new the item is related to dotnet new command untriaged Request triage from a team member

Comments

@captainsafia
Copy link
Member

This issue came as a result of some test failures that were encountered in #29982.

The test failures occur with the AllWebProjectsRestoreAndBuild tests that validate the webapi template. This template has a package dependency on the Microsoft.AspNetCore.OpenApi package.

After the merge of dotnet/aspnetcore#45979 the templates favor the 8.0 version of the packages which aren't available on NuGet and cause failures locally.

We probably want to figure out how to get the template tests to use the dotnet8 NuGet feed so we can test these in the future.

cc: @vlada-shubina

@captainsafia captainsafia added the Area-dotnet new the item is related to dotnet new command label Jan 19, 2023
@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged Request triage from a team member label Jan 19, 2023
@YuliiaKovalova YuliiaKovalova self-assigned this Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-dotnet new the item is related to dotnet new command untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants