Updated C# and .NET docs supplement (markdown)

James Groom 2024-11-01 12:32:37 +10:00
parent 3afb125b92
commit d9ca7240d2
1 changed files with 4 additions and 0 deletions

@ -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: