Rich Lander

Results 147 issues of Rich Lander

I've been thinking about our [Go Live policy](https://github.com/dotnet/core/blob/main/release-policies.md), which is the period we're currently in for .NET 10. I see an opportunity to make to easier to "go live", which...

needs-area-label

Our model for JSON, markdown, and all other text formats should be: - UTF8 - No BOM - LF line-endings We should ensure our linters enforce this.

area-release-notes

Brew is not our preferred experience. Related: https://github.com/microsoft/vscode-dotnettools/issues/2090

area-setup

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...

area-setup

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...

area-release-notes

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...

area-release-notes

### Describe the issue or suggestion There are instructions for .NET 10 but it isn't yet installable. It is extra problematic because it is first in the list. AKA ......

:watch: Not Triaged