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

Upgrade SDK detection #441

Open
Noggog opened this issue Apr 1, 2024 · 2 comments
Open

Upgrade SDK detection #441

Noggog opened this issue Apr 1, 2024 · 2 comments

Comments

@Noggog
Copy link
Member

Noggog commented Apr 1, 2024

Right now it just leans on dotnet --version, but this command might return a valid version string if just the runtime is installed, but not an SDK? Need to reproduce/test to make sure. If so, we'll want to upgrade to looking at dotnet --info and parsing that, perhaps

@BryanAldrich
Copy link

Probably not related, but if i run Synthesis through Vortex, it says there is no SDK installed.
I have 6, 7, 8.0.206, 8.0.400 and 9-preview installed atm.

@Noggog
Copy link
Member Author

Noggog commented Sep 18, 2024

It'll say no SDK installed if it's unable to run dotnet --version and get anything back. This card is about the reverse, where it's a false positive.

Feel free to stop by the discord and upload your logs, though. At the end of the day, Vortex is in charge of letting synthesis do what it needs to do as if it was running normally -> but with mods present. If the behavior is different when running in Vortex vs from Desktop, it's probably something to tweak on Vortex's side

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

2 participants