From d9ca7240d2d3659ceec8f9ff3f8252f721395454 Mon Sep 17 00:00:00 2001 From: James Groom Date: Fri, 1 Nov 2024 12:32:37 +1000 Subject: [PATCH] Updated C# and .NET docs supplement (markdown) --- C#-and-.NET-docs-supplement.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/C#-and-.NET-docs-supplement.md b/C#-and-.NET-docs-supplement.md index bee06ce..c5e79c0 100644 --- a/C#-and-.NET-docs-supplement.md +++ b/C#-and-.NET-docs-supplement.md @@ -108,6 +108,10 @@ WinForms' `Label.Text` stops reading at the first NUL for measurement/rendering, See [dotnet/csharplang#2652](https://github.com/dotnet/csharplang/issues/2652). +## Out-of-range `Span` slices throw `ArgumentOutOfRangeException` with wrong param name + +See [dotnet/csharplang#53622](https://github.com/dotnet/csharplang/issues/53622)/[dotnet/csharplang#90939](https://github.com/dotnet/csharplang/issues/90939). + ## Preprocessor TFM constants and .NET Standard The table [here](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/preprocessor-directives#conditional-compilation) is good for reference, but mind the note hidden at the bottom: