homebrew-core icon indicating copy to clipboard operation
homebrew-core copied to clipboard

dotnet 8.0.2

Open chenrui333 opened this issue 1 year ago • 6 comments

Created with brew bump-formula-pr.

chenrui333 avatar Feb 14 '24 17:02 chenrui333

On Linux:

gzip: stdout: No space left on device

ZhongRuoyu avatar Feb 16 '24 10:02 ZhongRuoyu

Ah wait, it's stdout, and the file doesn't seem to be large.

ZhongRuoyu avatar Feb 16 '24 10:02 ZhongRuoyu

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.

github-actions[bot] avatar Feb 18 '24 23:02 github-actions[bot]

Can this be merged? The newest version of EF Core CLI doesn't work without it.

buraktamturk avatar Feb 19 '24 09:02 buraktamturk

Can this be merged? The newest version of EF Core CLI doesn't work without it.

No, because it doesn't work

SMillerDev avatar Feb 19 '24 15:02 SMillerDev

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.

ffried avatar Feb 21 '24 11:02 ffried

:robot: An automated task has requested bottles to be published to this PR.

github-actions[bot] avatar Apr 01 '24 16:04 github-actions[bot]