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

Importing .vsconfig shows an error #60794

Closed
SteveDunn opened this issue Oct 23, 2021 · 4 comments · Fixed by #60798
Closed

Importing .vsconfig shows an error #60794

SteveDunn opened this issue Oct 23, 2021 · 4 comments · Fixed by #60798
Labels
area-Infrastructure untriaged New issue has not been triaged by the area owner

Comments

@SteveDunn
Copy link
Contributor

Description

The workflow steps for the runtime says to import the .vsconfig file into the Visual Studio Installer.

When I tried this with VS 2022 Preview 5 and the dotnet/runtime repo as of 25th October 2021, it shows an error:

image

Reproduction Steps

Import .vsconfig in the Visual Studio 2022 Installer

Expected behavior

It imports the requirements specified in the .vsconfig file

Actual behavior

Is shows the message in the attached screenshot

Regression?

I don't know. I vaguely recall seeing this a while ago (earlier in the .net 6 lifecycle)

Known Workarounds

No response

Configuration

No response

Other information

No response

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Oct 23, 2021
@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

@ghost
Copy link

ghost commented Oct 23, 2021

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

Issue Details

Description

The workflow steps for the runtime says to import the .vsconfig file into the Visual Studio Installer.

When I tried this with VS 2022 Preview 5 and the dotnet/runtime repo as of 25th October 2021, it shows an error:

image

Reproduction Steps

Import .vsconfig in the Visual Studio 2022 Installer

Expected behavior

It imports the requirements specified in the .vsconfig file

Actual behavior

Is shows the message in the attached screenshot

Regression?

I don't know. I vaguely recall seeing this a while ago (earlier in the .net 6 lifecycle)

Known Workarounds

No response

Configuration

No response

Other information

No response

Author: SteveDunn
Assignees: -
Labels:

area-Infrastructure, untriaged

Milestone: -

@danmoseley
Copy link
Member

Thanks for pointing this out @SteveDunn . This file tends to get outdated. It's not the true requirements, but an export from a machine that satisfies the requirements. The second two listed aren't required. The first one we do require but it can be a newer version eg 4.7.2.

If you ignore those (or remove from the file) and add 4.7.2 you should then have all that's needed (and more). If you like you could then export an updated file and offer a quick PR to freshen it in this repo.

@SteveDunn
Copy link
Contributor Author

Thanks Dan. Will do that and create a PR later.

@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Nov 2, 2021
akoeplinger pushed a commit that referenced this issue Nov 2, 2021
These packages are unused as described in #60794

Co-authored-by: Santiago Fernandez Madero <[email protected]>
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Nov 2, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Dec 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Infrastructure untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants