-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Specified version does not show up in dotnet --list-sdks
#392
Comments
I'm not sure either. I've never encountered this.
What happens when you install a non-meta cask?
Eg
```
brew install --cask dotnet-sdk8-0-400
```
…On Tue, Jan 28, 2025, 7:49 PM Joakim ***@***.***> wrote:
Not sure what I broke recently, but I completely uninstalled dotnet from
my mac. Now if I try to install specified cask, it does not show up in dotnet
--list-sdks
brew tap isen-ng/dotnet-sdk-versions
brew install --cask dotnet-sdk8 --verbose==> Downloading https://github.com/isen-ng/homebrew-dotnet-sdk-versions/raw/master/META.mdAlready downloaded: /Users/sefriol/Library/Caches/Homebrew/downloads/676efe54d94c945edc1937e1e849eb5fc52f70879490e21ffc1cadeda530def6--META.mdWarning: No checksum defined for cask 'dotnet-sdk8', skipping verification.All dependencies satisfied.==> Installing Cask dotnet-sdk8cp -p /Users/sefriol/Library/Caches/Homebrew/downloads/676efe54d94c945edc1937e1e849eb5fc52f70879490e21ffc1cadeda530def6--META.md /opt/homebrew/Caskroom/dotnet-sdk8/8.0.405,8.0.12/META.md🍺 dotnet-sdk8 was successfully installed!
dotnet --list-sdks9.0.102 [/usr/local/share/dotnet/sdk]
I tried different combinations of uninstalling and reinstalling different
dotnet-sdks, but result is still the same. Any idea where I going wrong?
—
Reply to this email directly, view it on GitHub
<#392>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5ZEK6IDLEVS6GBRPLMUG32M5VD3AVCNFSM6AAAAABWAIT5WOVHI2DSMVQWIX3LMV43ASLTON2WKOZSHAYTKNBRGIYDOOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Yeah, that seems to work. I get the whole EDIT: I am pretty sure that the Meta cask does not even download the installer |
This is weird... Maybe something in brew changed about how `depends_on`
works...
Gotta investigate this a little
…On Tue, Jan 28, 2025, 9:30 PM Joakim ***@***.***> wrote:
Yeah, that seems to work. I get the whole Running Installer step which is
not present when I try to install the meta cask.
—
Reply to this email directly, view it on GitHub
<#392 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5ZEKYSUQHBQHQJD2ZALOD2M6A65AVCNFSM6AAAAABWAIT5WOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMJZGAYDENZWGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure what I broke recently, but I completely uninstalled dotnet from my mac. Now if I try to install specified cask, it does not show up in
dotnet --list-sdks
I tried different combinations of uninstalling and reinstalling different
dotnet-sdk
s, but result is still the same. Any idea where I going wrong?The text was updated successfully, but these errors were encountered: