homebrew-core
homebrew-core copied to clipboard
dotnet 8.0.2
Created with brew bump-formula-pr.
On Linux:
gzip: stdout: No space left on device
Ah wait, it's stdout, and the file doesn't seem to be large.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a help wanted or in progress label.
Can this be merged? The newest version of EF Core CLI doesn't work without it.
Can this be merged? The newest version of EF Core CLI doesn't work without it.
No, because it doesn't work
For those blocked by EF Core CLI not working w/o this, you can downgrade the CLI tools:
dotnet tool uninstall --global dotnet-ef
dotnet tool install --global --version 8.0.1 dotnet-ef
This first uninstalls the dotnet-ef tools, then re-installs them by explicitly using version 8.0.1.
:robot: An automated task has requested bottles to be published to this PR.