Updated C# and .NET docs supplement (markdown)
parent
3afb125b92
commit
d9ca7240d2
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue