core
core copied to clipboard
.NET news, announcements, release notes, and more!
Brew is not our preferred experience. Related: https://github.com/microsoft/vscode-dotnettools/issues/2090
We need to work on this by having better release notes / docs. > Prompt: install .NET on Ubuntu 24.04 ## Wrong Answers GitHub Copilot -- GPT 4.1 GitHub Copilot...
### URL(s) URLs linked in the description below. I'm happy to separately list them here as well; please lmk if this is necessary. ### Description I was scanning through release...
I noticed a breaking change in JSON: - https://github.com/dotnet/core/blob/main/release-notes/8.0/8.0.15/release.json - https://github.com/dotnet/core/blob/main/release-notes/8.0/8.0.16/release.json Notice the `release` / `releases` property. We should get that fixed. We haven't done a good job of advertising...
There was a break in the format (top-level properties added) we use for the standalone release.json files. It broke my tools. Can it be backed out? Before: https://github.com/dotnet/core/blob/main/release-notes/9.0/9.0.4/release.json After: https://github.com/dotnet/core/blob/main/release-notes/9.0/9.0.5/release.json...