dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.05k stars 4.69k forks source link

Port System documentation for .NET 8.0 APIs #88563

Open carlossanlop opened 1 year ago

carlossanlop commented 1 year ago

Below is the list of APIs that still show up as undocumented in dotnet-api-docs and were introduced in .NET 8.0.

Full porting instructions can be found in the main issue.

This task needs to be finished before the RC2 snap (September 18th).

| Summary | Parameters | TypeParameters | ReturnValue | API | |----------|------------|----------------|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | Missing | Missing | NA | NA | [M:System.ArgumentException.ThrowIfNullOrWhiteSpace(System.String,System.String)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ArgumentException.xml) | | Missing | Missing | Missing | NA | [M:System.ArgumentOutOfRangeException.ThrowIfEqual1(0,0,System.String)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ArgumentOutOfRangeException.xml) | | Missing | Missing | Missing | NA | [M:System.ArgumentOutOfRangeException.ThrowIfGreaterThan1(0,0,System.String)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ArgumentOutOfRangeException.xml) | | Missing | Missing | Missing | NA | [M:System.ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual1(0,0,System.String)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ArgumentOutOfRangeException.xml) | | Missing | Missing | Missing | NA | [M:System.ArgumentOutOfRangeException.ThrowIfLessThan1(0,0,System.String)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ArgumentOutOfRangeException.xml) | | Missing | Missing | Missing | NA | [M:System.ArgumentOutOfRangeException.ThrowIfLessThanOrEqual1(0,0,System.String)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ArgumentOutOfRangeException.xml) | | Missing | Missing | Missing | NA | [M:System.ArgumentOutOfRangeException.ThrowIfNegative1(0,System.String)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ArgumentOutOfRangeException.xml) | | Missing | Missing | Missing | NA | [M:System.ArgumentOutOfRangeException.ThrowIfNegativeOrZero1(0,System.String)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ArgumentOutOfRangeException.xml) | | Missing | Missing | Missing | NA | [M:System.ArgumentOutOfRangeException.ThrowIfNotEqual1(0,0,System.String)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ArgumentOutOfRangeException.xml) | | Missing | Missing | Missing | NA | [M:System.ArgumentOutOfRangeException.ThrowIfZero1(0,System.String)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ArgumentOutOfRangeException.xml) | | Missing | Missing | NA | Missing | [M:System.Boolean.System#IParsable#Parse(System.String,System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Boolean.xml) | | Missing | Missing | NA | Missing | [M:System.Boolean.System#IParsable#TryParse(System.String,System.IFormatProvider,System.Boolean@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Boolean.xml) | | Missing | Missing | NA | Missing | [M:System.Boolean.System#ISpanParsable#Parse(System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Boolean.xml) | | Missing | Missing | NA | Missing | [M:System.Boolean.System#ISpanParsable#TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Boolean@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Boolean.xml) | | Missing | Missing | NA | Missing | [M:System.Byte.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Byte.xml) | | Missing | Missing | NA | Missing | [M:System.Char.System#IUtf8SpanFormattable#TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Char.xml) | | Missing | NA | NA | NA | [F:System.ConsoleKey.None](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ConsoleKey.xml) | | Missing | NA | NA | NA | [F:System.ConsoleModifiers.None](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ConsoleModifiers.xml) | | Missing | Missing | NA | NA | [M:System.DateOnly.Deconstruct(System.Int32@,System.Int32@,System.Int32@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/DateOnly.xml) | | Missing | Missing | NA | Missing | [M:System.DateOnly.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/DateOnly.xml) | | Missing | Missing | NA | NA | [M:System.DateTime.#ctor(System.DateOnly,System.TimeOnly)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/DateTime.xml) | | Missing | Missing | NA | NA | [M:System.DateTime.#ctor(System.DateOnly,System.TimeOnly,System.DateTimeKind)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/DateTime.xml) | | Missing | Missing | NA | NA | [M:System.DateTime.Deconstruct(System.DateOnly@,System.TimeOnly@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/DateTime.xml) | | Missing | Missing | NA | NA | [M:System.DateTime.Deconstruct(System.Int32@,System.Int32@,System.Int32@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/DateTime.xml) | | Missing | Missing | NA | Missing | [M:System.DateTime.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/DateTime.xml) | | Missing | Missing | NA | NA | [M:System.DateTimeOffset.#ctor(System.DateOnly,System.TimeOnly,System.TimeSpan)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/DateTimeOffset.xml) | | Missing | Missing | NA | NA | [M:System.DateTimeOffset.Deconstruct(System.DateOnly@,System.TimeOnly@,System.TimeSpan@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/DateTimeOffset.xml) | | Missing | NA | NA | NA | [P:System.DateTimeOffset.TotalOffsetMinutes](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/DateTimeOffset.xml) | | Missing | Missing | NA | Missing | [M:System.DateTimeOffset.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/DateTimeOffset.xml) | | Missing | Missing | NA | Missing | [M:System.Decimal.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Decimal.xml) | | Missing | Missing | NA | Missing | [M:System.Double.Lerp(System.Double,System.Double,System.Double)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Double.xml) | | Missing | Missing | NA | Missing | [M:System.Double.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Double.xml) | | Missing | Missing | NA | Missing | [M:System.Enum.System#ISpanFormattable#TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Enum.xml) | | Missing | Missing | Missing | Missing | [M:System.Enum.TryFormat1(0,System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Enum.xml) | | Missing | NA | NA | NA | [P:System.Environment.IsPrivilegedProcess](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Environment.xml) | | Missing | NA | NA | NA | [M:System.GC.RefreshMemoryLimit](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/GC.xml) | | Missing | Missing | NA | NA | [M:System.GC.RegisterNoGCRegionCallback(System.Int64,System.Action)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/GC.xml) | | Missing | Missing | NA | Missing | [M:System.Guid.System#IUtf8SpanFormattable#TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Guid.xml) | | Missing | Missing | NA | Missing | [M:System.Guid.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Guid.xml) | | Missing | Missing | NA | Missing | [M:System.Half.Lerp(System.Half,System.Half,System.Half)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Half.xml) | | Missing | Missing | NA | Missing | [M:System.Half.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Half.xml) | | Missing | Missing | NA | Missing | [M:System.Int128.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int128.xml) | | Missing | Missing | NA | Missing | [M:System.Int16.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int16.xml) | | Missing | Missing | NA | Missing | [M:System.Int32.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int32.xml) | | Missing | Missing | NA | Missing | [M:System.Int64.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int64.xml) | | Missing | Missing | NA | Missing | [M:System.IntPtr.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/IntPtr.xml) | | Missing | NA | NA | NA | [T:System.IUtf8SpanFormattable](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/IUtf8SpanFormattable.xml) | | Missing | Missing | NA | Missing | [M:System.IUtf8SpanFormattable.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/IUtf8SpanFormattable.xml) | | Missing | Missing | NA | Missing | [M:System.MemoryExtensions.AsSpan(System.String,System.Index)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | NA | Missing | [M:System.MemoryExtensions.AsSpan(System.String,System.Range)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.Count1(System.Span{0},0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.Count1(System.Span{0},System.ReadOnlySpan{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.Count1(System.ReadOnlySpan{0},System.ReadOnlySpan{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.Count1(System.ReadOnlySpan{0},0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.IndexOfAny1(System.ReadOnlySpan{0},System.Buffers.SearchValues{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.IndexOfAny1(System.Span{0},System.Buffers.SearchValues{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.IndexOfAnyExcept1(System.Span{0},System.Buffers.SearchValues{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.IndexOfAnyExcept1(System.ReadOnlySpan{0},System.Buffers.SearchValues{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.IndexOfAnyExceptInRange1(System.ReadOnlySpan{0},0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.IndexOfAnyExceptInRange1(System.Span{0},0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.IndexOfAnyInRange1(System.ReadOnlySpan{0},0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.IndexOfAnyInRange1(System.Span{0},0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.LastIndexOfAny1(System.Span{0},System.Buffers.SearchValues{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.LastIndexOfAny1(System.ReadOnlySpan{0},System.Buffers.SearchValues{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.LastIndexOfAnyExcept1(System.Span{0},System.Buffers.SearchValues{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.LastIndexOfAnyExcept1(System.ReadOnlySpan{0},System.Buffers.SearchValues{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.LastIndexOfAnyExceptInRange1(System.ReadOnlySpan{0},0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.LastIndexOfAnyExceptInRange1(System.Span{0},0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.LastIndexOfAnyInRange1(System.Span{0},0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.LastIndexOfAnyInRange1(System.ReadOnlySpan{0},0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | NA | [M:System.MemoryExtensions.Replace1(System.Span{0},0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | NA | [M:System.MemoryExtensions.Replace1(System.ReadOnlySpan{0},System.Span{0},0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | NA | Missing | [M:System.MemoryExtensions.Split(System.ReadOnlySpan{System.Char},System.Span{System.Range},System.ReadOnlySpan{System.Char},System.StringSplitOptions)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | NA | Missing | [M:System.MemoryExtensions.Split(System.ReadOnlySpan{System.Char},System.Span{System.Range},System.Char,System.StringSplitOptions)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | NA | Missing | [M:System.MemoryExtensions.SplitAny(System.ReadOnlySpan{System.Char},System.Span{System.Range},System.ReadOnlySpan{System.Char},System.StringSplitOptions)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | NA | Missing | [M:System.MemoryExtensions.SplitAny(System.ReadOnlySpan{System.Char},System.Span{System.Range},System.ReadOnlySpan{System.String},System.StringSplitOptions)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | NA | Missing | [M:System.MemoryExtensions.TryWrite(System.Span{System.Char},System.IFormatProvider,System.Text.CompositeFormat,System.Int32@,System.ReadOnlySpan{System.Object})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | NA | Missing | [M:System.MemoryExtensions.TryWrite(System.Span{System.Char},System.IFormatProvider,System.Text.CompositeFormat,System.Int32@,System.Object[])](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.TryWrite3(System.Span{System.Char},System.IFormatProvider,System.Text.CompositeFormat,System.Int32@,0,1,2)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.TryWrite2(System.Span{System.Char},System.IFormatProvider,System.Text.CompositeFormat,System.Int32@,0,1)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.TryWrite1(System.Span{System.Char},System.IFormatProvider,System.Text.CompositeFormat,System.Int32@,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | NA | NA | Missing | [M:System.OperatingSystem.IsWasi](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/OperatingSystem.xml) | | Missing | Missing | Missing | Missing | [M:System.Random.GetItems1(0[],System.Int32)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Random.xml) | | Missing | Missing | Missing | Missing | [M:System.Random.GetItems1(System.ReadOnlySpan{0},System.Int32)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Random.xml) | | Missing | Missing | Missing | NA | [M:System.Random.GetItems1(System.ReadOnlySpan{0},System.Span{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Random.xml) | | Missing | Missing | Missing | NA | [M:System.Random.Shuffle1(System.Span{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Random.xml) | | Missing | Missing | Missing | NA | [M:System.Random.Shuffle1(0[])](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Random.xml) | | Missing | Missing | NA | Missing | [M:System.SByte.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/SByte.xml) | | Missing | Missing | NA | Missing | [M:System.Single.Lerp(System.Single,System.Single,System.Single)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Single.xml) | | Missing | Missing | NA | Missing | [M:System.Single.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Single.xml) | | Missing | Missing | NA | Missing | [M:System.String.Format(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan{System.Object})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/String.xml) | | Missing | Missing | NA | Missing | [M:System.String.Format(System.IFormatProvider,System.Text.CompositeFormat,System.Object[])](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/String.xml) | | Missing | Missing | Missing | Missing | [M:System.String.Format3(System.IFormatProvider,System.Text.CompositeFormat,0,1,2)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/String.xml) | | Missing | Missing | Missing | Missing | [M:System.String.Format2(System.IFormatProvider,System.Text.CompositeFormat,0,1)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/String.xml) | | Missing | Missing | Missing | Missing | [M:System.String.Format1(System.IFormatProvider,System.Text.CompositeFormat,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/String.xml) | | Missing | Missing | NA | Missing | [M:System.String.System#IParsable#Parse(System.String,System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/String.xml) | | Missing | Missing | NA | Missing | [M:System.String.System#IParsable#TryParse(System.String,System.IFormatProvider,System.String@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/String.xml) | | Missing | Missing | NA | Missing | [M:System.String.System#ISpanParsable#Parse(System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/String.xml) | | Missing | Missing | NA | Missing | [M:System.String.System#ISpanParsable#TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.String@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/String.xml) | | Missing | Missing | NA | NA | [M:System.TimeOnly.Deconstruct(System.Int32@,System.Int32@,System.Int32@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeOnly.xml) | | Missing | Missing | NA | NA | [M:System.TimeOnly.Deconstruct(System.Int32@,System.Int32@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeOnly.xml) | | Missing | Missing | NA | NA | [M:System.TimeOnly.Deconstruct(System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeOnly.xml) | | Missing | Missing | NA | NA | [M:System.TimeOnly.Deconstruct(System.Int32@,System.Int32@,System.Int32@,System.Int32@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeOnly.xml) | | Missing | Missing | NA | Missing | [M:System.TimeOnly.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeOnly.xml) | | Missing | NA | NA | NA | [M:System.TimeProvider.#ctor](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeProvider.xml) | | Missing | Missing | NA | Missing | [M:System.TimeProvider.CreateTimer(System.Threading.TimerCallback,System.Object,System.TimeSpan,System.TimeSpan)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeProvider.xml) | | Missing | Missing | NA | Missing | [M:System.TimeProvider.GetElapsedTime(System.Int64)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeProvider.xml) | | Missing | Missing | NA | Missing | [M:System.TimeProvider.GetElapsedTime(System.Int64,System.Int64)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeProvider.xml) | | Missing | NA | NA | Missing | [M:System.TimeProvider.GetLocalNow](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeProvider.xml) | | Missing | NA | NA | Missing | [M:System.TimeProvider.GetTimestamp](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeProvider.xml) | | Missing | NA | NA | Missing | [M:System.TimeProvider.GetUtcNow](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeProvider.xml) | | Missing | NA | NA | NA | [P:System.TimeProvider.LocalTimeZone](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeProvider.xml) | | Missing | NA | NA | NA | [P:System.TimeProvider.System](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeProvider.xml) | | Missing | NA | NA | NA | [T:System.TimeProvider](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeProvider.xml) | | Missing | NA | NA | NA | [P:System.TimeProvider.TimestampFrequency](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeProvider.xml) | | Missing | Missing | NA | Missing | [M:System.TimeSpan.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeSpan.xml) | | Missing | NA | NA | Missing | [M:System.Type.GetFunctionPointerCallingConventions](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Type.xml) | | Missing | NA | NA | Missing | [M:System.Type.GetFunctionPointerParameterTypes](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Type.xml) | | Missing | NA | NA | Missing | [M:System.Type.GetFunctionPointerReturnType](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Type.xml) | | Missing | NA | NA | Missing | [M:System.Type.GetOptionalCustomModifiers](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Type.xml) | | Missing | NA | NA | Missing | [M:System.Type.GetRequiredCustomModifiers](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Type.xml) | | Missing | NA | NA | NA | [P:System.Type.IsFunctionPointer](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Type.xml) | | Missing | NA | NA | NA | [P:System.Type.IsUnmanagedFunctionPointer](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Type.xml) | | Missing | Missing | NA | Missing | [M:System.UInt128.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt128.xml) | | Missing | Missing | NA | Missing | [M:System.UInt16.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt16.xml) | | Missing | Missing | NA | Missing | [M:System.UInt32.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt32.xml) | | Missing | Missing | NA | Missing | [M:System.UInt64.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt64.xml) | | Missing | Missing | NA | Missing | [M:System.UIntPtr.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UIntPtr.xml) | | Missing | Missing | NA | Missing | [M:System.Version.System#IUtf8SpanFormattable#TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Version.xml) | | Missing | Missing | NA | Missing | [M:System.Version.TryFormat(System.Span{System.Byte},System.Int32@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Version.xml) | | Missing | Missing | NA | Missing | [M:System.Version.TryFormat(System.Span{System.Byte},System.Int32,System.Int32@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Version.xml) |
ghost commented 1 year ago

Tagging subscribers to this area: @dotnet/area-system-runtime See info in area-owners.md if you want to be subscribed.

Issue Details
Below is the list of APIs that still show up as undocumented in dotnet-api-docs and were introduced in .NET 8.0. Full porting instructions can be found in the [main issue](https://github.com/dotnet/runtime/issues/88561). This task needs to be finished before the RC2 snap (September 18th). | Summary | Parameters | TypeParameters | ReturnValue | API | |----------|------------|----------------|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | Missing | Missing | NA | NA | [M:System.ArgumentException.ThrowIfNullOrWhiteSpace(System.String,System.String)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ArgumentException.xml) | | Missing | Missing | Missing | NA | [M:System.ArgumentOutOfRangeException.ThrowIfEqual1(0,0,System.String)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ArgumentOutOfRangeException.xml) | | Missing | Missing | Missing | NA | [M:System.ArgumentOutOfRangeException.ThrowIfGreaterThan1(0,0,System.String)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ArgumentOutOfRangeException.xml) | | Missing | Missing | Missing | NA | [M:System.ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual1(0,0,System.String)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ArgumentOutOfRangeException.xml) | | Missing | Missing | Missing | NA | [M:System.ArgumentOutOfRangeException.ThrowIfLessThan1(0,0,System.String)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ArgumentOutOfRangeException.xml) | | Missing | Missing | Missing | NA | [M:System.ArgumentOutOfRangeException.ThrowIfLessThanOrEqual1(0,0,System.String)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ArgumentOutOfRangeException.xml) | | Missing | Missing | Missing | NA | [M:System.ArgumentOutOfRangeException.ThrowIfNegative1(0,System.String)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ArgumentOutOfRangeException.xml) | | Missing | Missing | Missing | NA | [M:System.ArgumentOutOfRangeException.ThrowIfNegativeOrZero1(0,System.String)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ArgumentOutOfRangeException.xml) | | Missing | Missing | Missing | NA | [M:System.ArgumentOutOfRangeException.ThrowIfNotEqual1(0,0,System.String)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ArgumentOutOfRangeException.xml) | | Missing | Missing | Missing | NA | [M:System.ArgumentOutOfRangeException.ThrowIfZero1(0,System.String)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ArgumentOutOfRangeException.xml) | | Missing | Missing | NA | Missing | [M:System.Boolean.System#IParsable#Parse(System.String,System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Boolean.xml) | | Missing | Missing | NA | Missing | [M:System.Boolean.System#IParsable#TryParse(System.String,System.IFormatProvider,System.Boolean@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Boolean.xml) | | Missing | Missing | NA | Missing | [M:System.Boolean.System#ISpanParsable#Parse(System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Boolean.xml) | | Missing | Missing | NA | Missing | [M:System.Boolean.System#ISpanParsable#TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Boolean@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Boolean.xml) | | Missing | Missing | NA | Missing | [M:System.Byte.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Byte.xml) | | Missing | Missing | NA | Missing | [M:System.Char.System#IUtf8SpanFormattable#TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Char.xml) | | Missing | NA | NA | NA | [F:System.ConsoleKey.None](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ConsoleKey.xml) | | Missing | NA | NA | NA | [F:System.ConsoleModifiers.None](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ConsoleModifiers.xml) | | Missing | Missing | NA | NA | [M:System.DateOnly.Deconstruct(System.Int32@,System.Int32@,System.Int32@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/DateOnly.xml) | | Missing | Missing | NA | Missing | [M:System.DateOnly.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/DateOnly.xml) | | Missing | Missing | NA | NA | [M:System.DateTime.#ctor(System.DateOnly,System.TimeOnly)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/DateTime.xml) | | Missing | Missing | NA | NA | [M:System.DateTime.#ctor(System.DateOnly,System.TimeOnly,System.DateTimeKind)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/DateTime.xml) | | Missing | Missing | NA | NA | [M:System.DateTime.Deconstruct(System.DateOnly@,System.TimeOnly@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/DateTime.xml) | | Missing | Missing | NA | NA | [M:System.DateTime.Deconstruct(System.Int32@,System.Int32@,System.Int32@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/DateTime.xml) | | Missing | Missing | NA | Missing | [M:System.DateTime.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/DateTime.xml) | | Missing | Missing | NA | NA | [M:System.DateTimeOffset.#ctor(System.DateOnly,System.TimeOnly,System.TimeSpan)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/DateTimeOffset.xml) | | Missing | Missing | NA | NA | [M:System.DateTimeOffset.Deconstruct(System.DateOnly@,System.TimeOnly@,System.TimeSpan@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/DateTimeOffset.xml) | | Missing | NA | NA | NA | [P:System.DateTimeOffset.TotalOffsetMinutes](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/DateTimeOffset.xml) | | Missing | Missing | NA | Missing | [M:System.DateTimeOffset.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/DateTimeOffset.xml) | | Missing | Missing | NA | Missing | [M:System.Decimal.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Decimal.xml) | | Missing | Missing | NA | Missing | [M:System.Double.Lerp(System.Double,System.Double,System.Double)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Double.xml) | | Missing | Missing | NA | Missing | [M:System.Double.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Double.xml) | | Missing | Missing | NA | Missing | [M:System.Enum.System#ISpanFormattable#TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Enum.xml) | | Missing | Missing | Missing | Missing | [M:System.Enum.TryFormat1(0,System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Enum.xml) | | Missing | NA | NA | NA | [P:System.Environment.IsPrivilegedProcess](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Environment.xml) | | Missing | NA | NA | NA | [M:System.GC.RefreshMemoryLimit](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/GC.xml) | | Missing | Missing | NA | NA | [M:System.GC.RegisterNoGCRegionCallback(System.Int64,System.Action)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/GC.xml) | | Missing | Missing | NA | Missing | [M:System.Guid.System#IUtf8SpanFormattable#TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Guid.xml) | | Missing | Missing | NA | Missing | [M:System.Guid.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Guid.xml) | | Missing | Missing | NA | Missing | [M:System.Half.Lerp(System.Half,System.Half,System.Half)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Half.xml) | | Missing | Missing | NA | Missing | [M:System.Half.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Half.xml) | | Missing | Missing | NA | Missing | [M:System.Int128.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int128.xml) | | Missing | Missing | NA | Missing | [M:System.Int16.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int16.xml) | | Missing | Missing | NA | Missing | [M:System.Int32.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int32.xml) | | Missing | Missing | NA | Missing | [M:System.Int64.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int64.xml) | | Missing | Missing | NA | Missing | [M:System.IntPtr.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/IntPtr.xml) | | Missing | NA | NA | NA | [T:System.IUtf8SpanFormattable](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/IUtf8SpanFormattable.xml) | | Missing | Missing | NA | Missing | [M:System.IUtf8SpanFormattable.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/IUtf8SpanFormattable.xml) | | Missing | Missing | NA | Missing | [M:System.MemoryExtensions.AsSpan(System.String,System.Index)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | NA | Missing | [M:System.MemoryExtensions.AsSpan(System.String,System.Range)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.Count1(System.Span{0},0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.Count1(System.Span{0},System.ReadOnlySpan{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.Count1(System.ReadOnlySpan{0},System.ReadOnlySpan{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.Count1(System.ReadOnlySpan{0},0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.IndexOfAny1(System.ReadOnlySpan{0},System.Buffers.SearchValues{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.IndexOfAny1(System.Span{0},System.Buffers.SearchValues{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.IndexOfAnyExcept1(System.Span{0},System.Buffers.SearchValues{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.IndexOfAnyExcept1(System.ReadOnlySpan{0},System.Buffers.SearchValues{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.IndexOfAnyExceptInRange1(System.ReadOnlySpan{0},0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.IndexOfAnyExceptInRange1(System.Span{0},0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.IndexOfAnyInRange1(System.ReadOnlySpan{0},0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.IndexOfAnyInRange1(System.Span{0},0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.LastIndexOfAny1(System.Span{0},System.Buffers.SearchValues{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.LastIndexOfAny1(System.ReadOnlySpan{0},System.Buffers.SearchValues{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.LastIndexOfAnyExcept1(System.Span{0},System.Buffers.SearchValues{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.LastIndexOfAnyExcept1(System.ReadOnlySpan{0},System.Buffers.SearchValues{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.LastIndexOfAnyExceptInRange1(System.ReadOnlySpan{0},0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.LastIndexOfAnyExceptInRange1(System.Span{0},0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.LastIndexOfAnyInRange1(System.Span{0},0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.LastIndexOfAnyInRange1(System.ReadOnlySpan{0},0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | NA | [M:System.MemoryExtensions.Replace1(System.Span{0},0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | NA | [M:System.MemoryExtensions.Replace1(System.ReadOnlySpan{0},System.Span{0},0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | NA | Missing | [M:System.MemoryExtensions.Split(System.ReadOnlySpan{System.Char},System.Span{System.Range},System.ReadOnlySpan{System.Char},System.StringSplitOptions)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | NA | Missing | [M:System.MemoryExtensions.Split(System.ReadOnlySpan{System.Char},System.Span{System.Range},System.Char,System.StringSplitOptions)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | NA | Missing | [M:System.MemoryExtensions.SplitAny(System.ReadOnlySpan{System.Char},System.Span{System.Range},System.ReadOnlySpan{System.Char},System.StringSplitOptions)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | NA | Missing | [M:System.MemoryExtensions.SplitAny(System.ReadOnlySpan{System.Char},System.Span{System.Range},System.ReadOnlySpan{System.String},System.StringSplitOptions)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | NA | Missing | [M:System.MemoryExtensions.TryWrite(System.Span{System.Char},System.IFormatProvider,System.Text.CompositeFormat,System.Int32@,System.ReadOnlySpan{System.Object})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | NA | Missing | [M:System.MemoryExtensions.TryWrite(System.Span{System.Char},System.IFormatProvider,System.Text.CompositeFormat,System.Int32@,System.Object[])](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.TryWrite3(System.Span{System.Char},System.IFormatProvider,System.Text.CompositeFormat,System.Int32@,0,1,2)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.TryWrite2(System.Span{System.Char},System.IFormatProvider,System.Text.CompositeFormat,System.Int32@,0,1)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | Missing | Missing | Missing | [M:System.MemoryExtensions.TryWrite1(System.Span{System.Char},System.IFormatProvider,System.Text.CompositeFormat,System.Int32@,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | | Missing | NA | NA | Missing | [M:System.OperatingSystem.IsWasi](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/OperatingSystem.xml) | | Missing | Missing | Missing | Missing | [M:System.Random.GetItems1(0[],System.Int32)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Random.xml) | | Missing | Missing | Missing | Missing | [M:System.Random.GetItems1(System.ReadOnlySpan{0},System.Int32)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Random.xml) | | Missing | Missing | Missing | NA | [M:System.Random.GetItems1(System.ReadOnlySpan{0},System.Span{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Random.xml) | | Missing | Missing | Missing | NA | [M:System.Random.Shuffle1(System.Span{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Random.xml) | | Missing | Missing | Missing | NA | [M:System.Random.Shuffle1(0[])](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Random.xml) | | Missing | Missing | NA | Missing | [M:System.SByte.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/SByte.xml) | | Missing | Missing | NA | Missing | [M:System.Single.Lerp(System.Single,System.Single,System.Single)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Single.xml) | | Missing | Missing | NA | Missing | [M:System.Single.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Single.xml) | | Missing | Missing | NA | Missing | [M:System.String.Format(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan{System.Object})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/String.xml) | | Missing | Missing | NA | Missing | [M:System.String.Format(System.IFormatProvider,System.Text.CompositeFormat,System.Object[])](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/String.xml) | | Missing | Missing | Missing | Missing | [M:System.String.Format3(System.IFormatProvider,System.Text.CompositeFormat,0,1,2)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/String.xml) | | Missing | Missing | Missing | Missing | [M:System.String.Format2(System.IFormatProvider,System.Text.CompositeFormat,0,1)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/String.xml) | | Missing | Missing | Missing | Missing | [M:System.String.Format1(System.IFormatProvider,System.Text.CompositeFormat,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/String.xml) | | Missing | Missing | NA | Missing | [M:System.String.System#IParsable#Parse(System.String,System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/String.xml) | | Missing | Missing | NA | Missing | [M:System.String.System#IParsable#TryParse(System.String,System.IFormatProvider,System.String@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/String.xml) | | Missing | Missing | NA | Missing | [M:System.String.System#ISpanParsable#Parse(System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/String.xml) | | Missing | Missing | NA | Missing | [M:System.String.System#ISpanParsable#TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.String@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/String.xml) | | Missing | Missing | NA | NA | [M:System.TimeOnly.Deconstruct(System.Int32@,System.Int32@,System.Int32@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeOnly.xml) | | Missing | Missing | NA | NA | [M:System.TimeOnly.Deconstruct(System.Int32@,System.Int32@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeOnly.xml) | | Missing | Missing | NA | NA | [M:System.TimeOnly.Deconstruct(System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeOnly.xml) | | Missing | Missing | NA | NA | [M:System.TimeOnly.Deconstruct(System.Int32@,System.Int32@,System.Int32@,System.Int32@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeOnly.xml) | | Missing | Missing | NA | Missing | [M:System.TimeOnly.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeOnly.xml) | | Missing | NA | NA | NA | [M:System.TimeProvider.#ctor](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeProvider.xml) | | Missing | Missing | NA | Missing | [M:System.TimeProvider.CreateTimer(System.Threading.TimerCallback,System.Object,System.TimeSpan,System.TimeSpan)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeProvider.xml) | | Missing | Missing | NA | Missing | [M:System.TimeProvider.GetElapsedTime(System.Int64)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeProvider.xml) | | Missing | Missing | NA | Missing | [M:System.TimeProvider.GetElapsedTime(System.Int64,System.Int64)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeProvider.xml) | | Missing | NA | NA | Missing | [M:System.TimeProvider.GetLocalNow](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeProvider.xml) | | Missing | NA | NA | Missing | [M:System.TimeProvider.GetTimestamp](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeProvider.xml) | | Missing | NA | NA | Missing | [M:System.TimeProvider.GetUtcNow](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeProvider.xml) | | Missing | NA | NA | NA | [P:System.TimeProvider.LocalTimeZone](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeProvider.xml) | | Missing | NA | NA | NA | [P:System.TimeProvider.System](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeProvider.xml) | | Missing | NA | NA | NA | [T:System.TimeProvider](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeProvider.xml) | | Missing | NA | NA | NA | [P:System.TimeProvider.TimestampFrequency](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeProvider.xml) | | Missing | Missing | NA | Missing | [M:System.TimeSpan.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeSpan.xml) | | Missing | NA | NA | Missing | [M:System.Type.GetFunctionPointerCallingConventions](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Type.xml) | | Missing | NA | NA | Missing | [M:System.Type.GetFunctionPointerParameterTypes](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Type.xml) | | Missing | NA | NA | Missing | [M:System.Type.GetFunctionPointerReturnType](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Type.xml) | | Missing | NA | NA | Missing | [M:System.Type.GetOptionalCustomModifiers](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Type.xml) | | Missing | NA | NA | Missing | [M:System.Type.GetRequiredCustomModifiers](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Type.xml) | | Missing | NA | NA | NA | [P:System.Type.IsFunctionPointer](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Type.xml) | | Missing | NA | NA | NA | [P:System.Type.IsUnmanagedFunctionPointer](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Type.xml) | | Missing | Missing | NA | Missing | [M:System.UInt128.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt128.xml) | | Missing | Missing | NA | Missing | [M:System.UInt16.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt16.xml) | | Missing | Missing | NA | Missing | [M:System.UInt32.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt32.xml) | | Missing | Missing | NA | Missing | [M:System.UInt64.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt64.xml) | | Missing | Missing | NA | Missing | [M:System.UIntPtr.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UIntPtr.xml) | | Missing | Missing | NA | Missing | [M:System.Version.System#IUtf8SpanFormattable#TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Version.xml) | | Missing | Missing | NA | Missing | [M:System.Version.TryFormat(System.Span{System.Byte},System.Int32@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Version.xml) | | Missing | Missing | NA | Missing | [M:System.Version.TryFormat(System.Span{System.Byte},System.Int32,System.Int32@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Version.xml) |
Author: carlossanlop
Assignees: -
Labels: `documentation`, `area-System.Runtime`, `blocking-release`
Milestone: 8.0.0
carlossanlop commented 1 year ago

Updated list as of 2023/08/16:

| API | Summary | Parameters | TypeParameters | ReturnValue | |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|------------|----------------|-------------| | [M:System.ArgumentOutOfRangeException.ThrowIfEqual1(0,0,System.String)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ArgumentOutOfRangeException.xml) | Present | Present | Missing | NA | | [M:System.ArgumentOutOfRangeException.ThrowIfGreaterThan1(0,0,System.String)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ArgumentOutOfRangeException.xml) | Present | Present | Missing | NA | | [M:System.ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual1(0,0,System.String)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ArgumentOutOfRangeException.xml) | Present | Present | Missing | NA | | [M:System.ArgumentOutOfRangeException.ThrowIfLessThan1(0,0,System.String)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ArgumentOutOfRangeException.xml) | Present | Present | Missing | NA | | [M:System.ArgumentOutOfRangeException.ThrowIfLessThanOrEqual1(0,0,System.String)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ArgumentOutOfRangeException.xml) | Present | Present | Missing | NA | | [M:System.ArgumentOutOfRangeException.ThrowIfNegative1(0,System.String)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ArgumentOutOfRangeException.xml) | Present | Present | Missing | NA | | [M:System.ArgumentOutOfRangeException.ThrowIfNegativeOrZero1(0,System.String)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ArgumentOutOfRangeException.xml) | Present | Present | Missing | NA | | [M:System.ArgumentOutOfRangeException.ThrowIfNotEqual1(0,0,System.String)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ArgumentOutOfRangeException.xml) | Present | Present | Missing | NA | | [M:System.ArgumentOutOfRangeException.ThrowIfZero1(0,System.String)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ArgumentOutOfRangeException.xml) | Present | Present | Missing | NA | | [P:System.BinaryData.IsEmpty](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/BinaryData.xml) | Missing | NA | NA | NA | | [P:System.BinaryData.Length](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/BinaryData.xml) | Missing | NA | NA | NA | | [M:System.Boolean.System#IParsable#TryParse(System.String,System.IFormatProvider,System.Boolean@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Boolean.xml) | Missing | Missing | NA | Missing | | [M:System.Boolean.System#ISpanParsable#TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Boolean@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Boolean.xml) | Missing | Missing | NA | Missing | | [M:System.Byte.Parse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Byte.xml) | Missing | Missing | NA | Missing | | [M:System.Byte.System#Numerics#IBinaryInteger#TryReadBigEndian(System.ReadOnlySpan{System.Byte},System.Boolean,System.Byte@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Byte.xml) | Missing | Missing | NA | Missing | | [M:System.Byte.System#Numerics#IBinaryInteger#TryReadLittleEndian(System.ReadOnlySpan{System.Byte},System.Boolean,System.Byte@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Byte.xml) | Missing | Missing | NA | Missing | | [M:System.Byte.System#Numerics#INumberBase#TryConvertFromChecked1(0,System.Byte@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Byte.xml) | Missing | Missing | Missing | Missing | | [M:System.Byte.System#Numerics#INumberBase#TryConvertFromSaturating1(0,System.Byte@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Byte.xml) | Missing | Missing | Missing | Missing | | [M:System.Byte.System#Numerics#INumberBase#TryConvertFromTruncating1(0,System.Byte@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Byte.xml) | Missing | Missing | Missing | Missing | | [M:System.Byte.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.Byte@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Byte.xml) | Missing | Missing | NA | Missing | | [M:System.Char.System#IParsable#TryParse(System.String,System.IFormatProvider,System.Char@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Char.xml) | Missing | Missing | NA | Missing | | [M:System.Char.System#ISpanParsable#TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Char@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Char.xml) | Missing | Missing | NA | Missing | | [M:System.Char.System#Numerics#IBinaryInteger#TryReadBigEndian(System.ReadOnlySpan{System.Byte},System.Boolean,System.Char@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Char.xml) | Missing | Missing | NA | Missing | | [M:System.Char.System#Numerics#IBinaryInteger#TryReadLittleEndian(System.ReadOnlySpan{System.Byte},System.Boolean,System.Char@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Char.xml) | Missing | Missing | NA | Missing | | [M:System.Char.System#Numerics#INumberBase#TryConvertFromChecked1(0,System.Char@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Char.xml) | Missing | Missing | Missing | Missing | | [M:System.Char.System#Numerics#INumberBase#TryConvertFromSaturating1(0,System.Char@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Char.xml) | Missing | Missing | Missing | Missing | | [M:System.Char.System#Numerics#INumberBase#TryConvertFromTruncating1(0,System.Char@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Char.xml) | Missing | Missing | Missing | Missing | | [M:System.Char.System#Numerics#INumberBase#TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Char@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Char.xml) | Missing | Missing | NA | Missing | | [M:System.Char.System#Numerics#INumberBase#TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Char@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Char.xml) | Missing | Missing | NA | Missing | | [F:System.ConsoleKey.None](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ConsoleKey.xml) | Missing | NA | NA | NA | | [F:System.ConsoleModifiers.None](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/ConsoleModifiers.xml) | Missing | NA | NA | NA | | [M:System.DateTimeOffset.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/DateTimeOffset.xml) | Present | Missing | NA | Present | | [M:System.Decimal.Parse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Decimal.xml) | Missing | Missing | NA | Missing | | [M:System.Decimal.System#Numerics#INumberBase#TryConvertFromChecked1(0,System.Decimal@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Decimal.xml) | Missing | Missing | Missing | Missing | | [M:System.Decimal.System#Numerics#INumberBase#TryConvertFromSaturating1(0,System.Decimal@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Decimal.xml) | Missing | Missing | Missing | Missing | | [M:System.Decimal.System#Numerics#INumberBase#TryConvertFromTruncating1(0,System.Decimal@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Decimal.xml) | Missing | Missing | Missing | Missing | | [M:System.Decimal.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.Decimal@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Decimal.xml) | Missing | Missing | NA | Missing | | [M:System.Double.DegreesToRadians(System.Double)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Double.xml) | Missing | Missing | NA | Missing | | [M:System.Double.Parse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Double.xml) | Missing | Missing | NA | Missing | | [M:System.Double.RadiansToDegrees(System.Double)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Double.xml) | Missing | Missing | NA | Missing | | [M:System.Double.System#Numerics#INumberBase#TryConvertFromChecked1(0,System.Double@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Double.xml) | Missing | Missing | Missing | Missing | | [M:System.Double.System#Numerics#INumberBase#TryConvertFromSaturating1(0,System.Double@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Double.xml) | Missing | Missing | Missing | Missing | | [M:System.Double.System#Numerics#INumberBase#TryConvertFromTruncating1(0,System.Double@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Double.xml) | Missing | Missing | Missing | Missing | | [M:System.Double.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.Double@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Double.xml) | Missing | Missing | NA | Missing | | [M:System.Enum.TryFormat1(0,System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Enum.xml) | Present | Missing | Missing | Present | | [M:System.Guid.#ctor(System.ReadOnlySpan{System.Byte},System.Boolean)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Guid.xml) | Missing | Missing | NA | NA | | [M:System.Guid.ToByteArray(System.Boolean)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Guid.xml) | Missing | Missing | NA | Missing | | [M:System.Guid.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Guid.xml) | Missing | Missing | NA | Missing | | [M:System.Guid.TryWriteBytes(System.Span{System.Byte},System.Boolean,System.Int32@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Guid.xml) | Missing | Missing | NA | Missing | | [M:System.Half.DegreesToRadians(System.Half)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Half.xml) | Missing | Missing | NA | Missing | | [M:System.Half.op_CheckedExplicit(System.Half)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Half.xml) | Missing | Missing | NA | Missing | | [M:System.Half.Parse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Half.xml) | Missing | Missing | NA | Missing | | [M:System.Half.RadiansToDegrees(System.Half)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Half.xml) | Missing | Missing | NA | Missing | | [M:System.Half.System#Numerics#INumberBase#TryConvertFromChecked1(0,System.Half@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Half.xml) | Missing | Missing | Missing | Missing | | [M:System.Half.System#Numerics#INumberBase#TryConvertFromSaturating1(0,System.Half@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Half.xml) | Missing | Missing | Missing | Missing | | [M:System.Half.System#Numerics#INumberBase#TryConvertFromTruncating1(0,System.Half@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Half.xml) | Missing | Missing | Missing | Missing | | [M:System.Half.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.Half@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Half.xml) | Missing | Missing | NA | Missing | | [M:System.Int128.op_CheckedExplicit(System.Single)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int128.xml) | Missing | Missing | NA | Missing | | [M:System.Int128.op_CheckedExplicit(System.Double)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int128.xml) | Missing | Missing | NA | Missing | | [M:System.Int128.op_CheckedExplicit(System.Int128)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int128.xml) | Missing | Missing | NA | Missing | | [M:System.Int128.Parse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int128.xml) | Missing | Missing | NA | Missing | | [M:System.Int128.System#Numerics#IBinaryInteger#TryReadBigEndian(System.ReadOnlySpan{System.Byte},System.Boolean,System.Int128@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int128.xml) | Missing | Missing | NA | Missing | | [M:System.Int128.System#Numerics#IBinaryInteger#TryReadLittleEndian(System.ReadOnlySpan{System.Byte},System.Boolean,System.Int128@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int128.xml) | Missing | Missing | NA | Missing | | [M:System.Int128.System#Numerics#INumberBase#TryConvertFromChecked1(0,System.Int128@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int128.xml) | Missing | Missing | Missing | Missing | | [M:System.Int128.System#Numerics#INumberBase#TryConvertFromSaturating1(0,System.Int128@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int128.xml) | Missing | Missing | Missing | Missing | | [M:System.Int128.System#Numerics#INumberBase#TryConvertFromTruncating1(0,System.Int128@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int128.xml) | Missing | Missing | Missing | Missing | | [M:System.Int128.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.Int128@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int128.xml) | Missing | Missing | NA | Missing | | [M:System.Int16.Parse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int16.xml) | Missing | Missing | NA | Missing | | [M:System.Int16.System#Numerics#IBinaryInteger#TryReadBigEndian(System.ReadOnlySpan{System.Byte},System.Boolean,System.Int16@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int16.xml) | Missing | Missing | NA | Missing | | [M:System.Int16.System#Numerics#IBinaryInteger#TryReadLittleEndian(System.ReadOnlySpan{System.Byte},System.Boolean,System.Int16@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int16.xml) | Missing | Missing | NA | Missing | | [M:System.Int16.System#Numerics#INumberBase#TryConvertFromChecked1(0,System.Int16@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int16.xml) | Missing | Missing | Missing | Missing | | [M:System.Int16.System#Numerics#INumberBase#TryConvertFromSaturating1(0,System.Int16@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int16.xml) | Missing | Missing | Missing | Missing | | [M:System.Int16.System#Numerics#INumberBase#TryConvertFromTruncating1(0,System.Int16@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int16.xml) | Missing | Missing | Missing | Missing | | [M:System.Int16.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.Int16@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int16.xml) | Missing | Missing | NA | Missing | | [M:System.Int32.Parse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int32.xml) | Missing | Missing | NA | Missing | | [M:System.Int32.System#Numerics#IBinaryInteger#TryReadBigEndian(System.ReadOnlySpan{System.Byte},System.Boolean,System.Int32@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int32.xml) | Missing | Missing | NA | Missing | | [M:System.Int32.System#Numerics#IBinaryInteger#TryReadLittleEndian(System.ReadOnlySpan{System.Byte},System.Boolean,System.Int32@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int32.xml) | Missing | Missing | NA | Missing | | [M:System.Int32.System#Numerics#INumberBase#TryConvertFromChecked1(0,System.Int32@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int32.xml) | Missing | Missing | Missing | Missing | | [M:System.Int32.System#Numerics#INumberBase#TryConvertFromSaturating1(0,System.Int32@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int32.xml) | Missing | Missing | Missing | Missing | | [M:System.Int32.System#Numerics#INumberBase#TryConvertFromTruncating1(0,System.Int32@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int32.xml) | Missing | Missing | Missing | Missing | | [M:System.Int32.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.Int32@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int32.xml) | Missing | Missing | NA | Missing | | [M:System.Int64.Parse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int64.xml) | Missing | Missing | NA | Missing | | [M:System.Int64.System#Numerics#IBinaryInteger#TryReadBigEndian(System.ReadOnlySpan{System.Byte},System.Boolean,System.Int64@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int64.xml) | Missing | Missing | NA | Missing | | [M:System.Int64.System#Numerics#IBinaryInteger#TryReadLittleEndian(System.ReadOnlySpan{System.Byte},System.Boolean,System.Int64@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int64.xml) | Missing | Missing | NA | Missing | | [M:System.Int64.System#Numerics#INumberBase#TryConvertFromChecked1(0,System.Int64@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int64.xml) | Missing | Missing | Missing | Missing | | [M:System.Int64.System#Numerics#INumberBase#TryConvertFromSaturating1(0,System.Int64@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int64.xml) | Missing | Missing | Missing | Missing | | [M:System.Int64.System#Numerics#INumberBase#TryConvertFromTruncating1(0,System.Int64@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int64.xml) | Missing | Missing | Missing | Missing | | [M:System.Int64.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.Int64@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Int64.xml) | Missing | Missing | NA | Missing | | [M:System.IntPtr.Parse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/IntPtr.xml) | Missing | Missing | NA | Missing | | [M:System.IntPtr.System#Numerics#IBinaryInteger#TryReadBigEndian(System.ReadOnlySpan{System.Byte},System.Boolean,System.IntPtr@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/IntPtr.xml) | Missing | Missing | NA | Missing | | [M:System.IntPtr.System#Numerics#IBinaryInteger#TryReadLittleEndian(System.ReadOnlySpan{System.Byte},System.Boolean,System.IntPtr@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/IntPtr.xml) | Missing | Missing | NA | Missing | | [M:System.IntPtr.System#Numerics#INumberBase#TryConvertFromChecked1(0,System.IntPtr@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/IntPtr.xml) | Missing | Missing | Missing | Missing | | [M:System.IntPtr.System#Numerics#INumberBase#TryConvertFromSaturating1(0,System.IntPtr@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/IntPtr.xml) | Missing | Missing | Missing | Missing | | [M:System.IntPtr.System#Numerics#INumberBase#TryConvertFromTruncating1(0,System.IntPtr@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/IntPtr.xml) | Missing | Missing | Missing | Missing | | [M:System.IntPtr.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.IntPtr@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/IntPtr.xml) | Missing | Missing | NA | Missing | | [M:System.MemoryExtensions.AsSpan(System.String,System.Index)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | Present | Present | NA | Missing | | [M:System.MemoryExtensions.AsSpan(System.String,System.Range)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | Present | Present | NA | Missing | | [M:System.MemoryExtensions.ContainsAny1(System.ReadOnlySpan{0},System.ReadOnlySpan{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | Present | Present | Missing | Missing | | [M:System.MemoryExtensions.ContainsAny1(System.Span{0},System.Buffers.SearchValues{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | Present | Present | Missing | Missing | | [M:System.MemoryExtensions.ContainsAny1(System.Span{0},System.ReadOnlySpan{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | Present | Present | Missing | Missing | | [M:System.MemoryExtensions.ContainsAny1(System.ReadOnlySpan{0},0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | Present | Present | Missing | Missing | | [M:System.MemoryExtensions.ContainsAny1(System.Span{0},0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | Present | Present | Missing | Missing | | [M:System.MemoryExtensions.ContainsAny1(System.ReadOnlySpan{0},0,0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | Present | Present | Missing | Missing | | [M:System.MemoryExtensions.ContainsAny1(System.Span{0},0,0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | Present | Present | Missing | Missing | | [M:System.MemoryExtensions.ContainsAny1(System.ReadOnlySpan{0},System.Buffers.SearchValues{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | Present | Present | Missing | Missing | | [M:System.MemoryExtensions.ContainsAnyExcept1(System.ReadOnlySpan{0},System.Buffers.SearchValues{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | Present | Present | Missing | Present | | [M:System.MemoryExtensions.ContainsAnyExcept1(System.Span{0},0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | Present | Present | Missing | Present | | [M:System.MemoryExtensions.ContainsAnyExcept1(System.ReadOnlySpan{0},0,0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | Present | Present | Missing | Present | | [M:System.MemoryExtensions.ContainsAnyExcept1(System.Span{0},0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | Present | Present | Missing | Present | | [M:System.MemoryExtensions.ContainsAnyExcept1(System.ReadOnlySpan{0},0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | Present | Present | Missing | Present | | [M:System.MemoryExtensions.ContainsAnyExcept1(System.ReadOnlySpan{0},0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | Present | Present | Missing | Present | | [M:System.MemoryExtensions.ContainsAnyExcept1(System.Span{0},System.Buffers.SearchValues{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | Present | Present | Missing | Present | | [M:System.MemoryExtensions.ContainsAnyExcept1(System.Span{0},System.ReadOnlySpan{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | Present | Present | Missing | Present | | [M:System.MemoryExtensions.ContainsAnyExcept1(System.ReadOnlySpan{0},System.ReadOnlySpan{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | Present | Present | Missing | Present | | [M:System.MemoryExtensions.ContainsAnyExcept1(System.Span{0},0,0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | Present | Present | Missing | Present | | [M:System.MemoryExtensions.ContainsAnyExceptInRange1(System.ReadOnlySpan{0},0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | Present | Present | Missing | Present | | [M:System.MemoryExtensions.ContainsAnyExceptInRange1(System.Span{0},0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | Present | Present | Missing | Present | | [M:System.MemoryExtensions.ContainsAnyInRange1(System.ReadOnlySpan{0},0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | Present | Present | Missing | Missing | | [M:System.MemoryExtensions.ContainsAnyInRange1(System.Span{0},0,0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | Present | Present | Missing | Missing | | [M:System.MemoryExtensions.IndexOfAny1(System.ReadOnlySpan{0},System.Buffers.SearchValues{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | Present | Present | Missing | Present | | [M:System.MemoryExtensions.IndexOfAny1(System.Span{0},System.Buffers.SearchValues{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | Present | Present | Missing | Present | | [M:System.MemoryExtensions.LastIndexOfAny1(System.ReadOnlySpan{0},System.Buffers.SearchValues{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | Present | Present | Missing | Present | | [M:System.MemoryExtensions.LastIndexOfAny1(System.Span{0},System.Buffers.SearchValues{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/MemoryExtensions.xml) | Present | Present | Missing | Present | | [M:System.OperatingSystem.IsWasi](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/OperatingSystem.xml) | Present | NA | NA | Missing | | [M:System.SByte.Parse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/SByte.xml) | Missing | Missing | NA | Missing | | [M:System.SByte.System#Numerics#IBinaryInteger#TryReadBigEndian(System.ReadOnlySpan{System.Byte},System.Boolean,System.SByte@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/SByte.xml) | Missing | Missing | NA | Missing | | [M:System.SByte.System#Numerics#IBinaryInteger#TryReadLittleEndian(System.ReadOnlySpan{System.Byte},System.Boolean,System.SByte@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/SByte.xml) | Missing | Missing | NA | Missing | | [M:System.SByte.System#Numerics#INumberBase#TryConvertFromChecked1(0,System.SByte@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/SByte.xml) | Missing | Missing | Missing | Missing | | [M:System.SByte.System#Numerics#INumberBase#TryConvertFromSaturating1(0,System.SByte@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/SByte.xml) | Missing | Missing | Missing | Missing | | [M:System.SByte.System#Numerics#INumberBase#TryConvertFromTruncating1(0,System.SByte@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/SByte.xml) | Missing | Missing | Missing | Missing | | [M:System.SByte.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.SByte@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/SByte.xml) | Missing | Missing | NA | Missing | | [M:System.Single.DegreesToRadians(System.Single)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Single.xml) | Missing | Missing | NA | Missing | | [M:System.Single.Parse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Single.xml) | Missing | Missing | NA | Missing | | [M:System.Single.RadiansToDegrees(System.Single)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Single.xml) | Missing | Missing | NA | Missing | | [M:System.Single.System#Numerics#INumberBase#TryConvertFromChecked1(0,System.Single@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Single.xml) | Missing | Missing | Missing | Missing | | [M:System.Single.System#Numerics#INumberBase#TryConvertFromSaturating1(0,System.Single@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Single.xml) | Missing | Missing | Missing | Missing | | [M:System.Single.System#Numerics#INumberBase#TryConvertFromTruncating1(0,System.Single@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Single.xml) | Missing | Missing | Missing | Missing | | [M:System.Single.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.Single@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Single.xml) | Missing | Missing | NA | Missing | | [M:System.String.System#IParsable#TryParse(System.String,System.IFormatProvider,System.String@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/String.xml) | Missing | Missing | NA | Missing | | [M:System.String.System#ISpanParsable#TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.String@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/String.xml) | Missing | Missing | NA | Missing | | [M:System.TimeProvider.GetLocalNow](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeProvider.xml) | Present | NA | NA | Missing | | [M:System.TimeProvider.GetUtcNow](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeProvider.xml) | Present | NA | NA | Missing | | [M:System.TimeSpan.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/TimeSpan.xml) | Present | Missing | NA | Present | | [M:System.Type.GetFunctionPointerCallingConventions](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Type.xml) | Missing | NA | NA | Missing | | [M:System.Type.GetFunctionPointerParameterTypes](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Type.xml) | Missing | NA | NA | Missing | | [M:System.Type.GetFunctionPointerReturnType](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Type.xml) | Missing | NA | NA | Missing | | [M:System.Type.GetOptionalCustomModifiers](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Type.xml) | Missing | NA | NA | Missing | | [M:System.Type.GetRequiredCustomModifiers](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Type.xml) | Missing | NA | NA | Missing | | [P:System.Type.IsFunctionPointer](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Type.xml) | Missing | NA | NA | NA | | [P:System.Type.IsUnmanagedFunctionPointer](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Type.xml) | Missing | NA | NA | NA | | [M:System.UInt128.op_CheckedExplicit(System.Int32)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt128.xml) | Missing | Missing | NA | Missing | | [M:System.UInt128.op_CheckedExplicit(System.Double)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt128.xml) | Missing | Missing | NA | Missing | | [M:System.UInt128.op_CheckedExplicit(System.Int16)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt128.xml) | Missing | Missing | NA | Missing | | [M:System.UInt128.op_CheckedExplicit(System.IntPtr)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt128.xml) | Missing | Missing | NA | Missing | | [M:System.UInt128.op_CheckedExplicit(System.SByte)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt128.xml) | Missing | Missing | NA | Missing | | [M:System.UInt128.op_CheckedExplicit(System.Int64)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt128.xml) | Missing | Missing | NA | Missing | | [M:System.UInt128.op_CheckedExplicit(System.UInt128)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt128.xml) | Missing | Missing | NA | Missing | | [M:System.UInt128.op_CheckedExplicit(System.Single)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt128.xml) | Missing | Missing | NA | Missing | | [M:System.UInt128.Parse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt128.xml) | Missing | Missing | NA | Missing | | [M:System.UInt128.System#Numerics#IBinaryInteger#TryReadBigEndian(System.ReadOnlySpan{System.Byte},System.Boolean,System.UInt128@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt128.xml) | Missing | Missing | NA | Missing | | [M:System.UInt128.System#Numerics#IBinaryInteger#TryReadLittleEndian(System.ReadOnlySpan{System.Byte},System.Boolean,System.UInt128@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt128.xml) | Missing | Missing | NA | Missing | | [M:System.UInt128.System#Numerics#INumberBase#TryConvertFromChecked1(0,System.UInt128@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt128.xml) | Missing | Missing | Missing | Missing | | [M:System.UInt128.System#Numerics#INumberBase#TryConvertFromSaturating1(0,System.UInt128@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt128.xml) | Missing | Missing | Missing | Missing | | [M:System.UInt128.System#Numerics#INumberBase#TryConvertFromTruncating1(0,System.UInt128@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt128.xml) | Missing | Missing | Missing | Missing | | [M:System.UInt128.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt128@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt128.xml) | Missing | Missing | NA | Missing | | [M:System.UInt16.Parse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt16.xml) | Missing | Missing | NA | Missing | | [M:System.UInt16.System#Numerics#IBinaryInteger#TryReadBigEndian(System.ReadOnlySpan{System.Byte},System.Boolean,System.UInt16@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt16.xml) | Missing | Missing | NA | Missing | | [M:System.UInt16.System#Numerics#IBinaryInteger#TryReadLittleEndian(System.ReadOnlySpan{System.Byte},System.Boolean,System.UInt16@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt16.xml) | Missing | Missing | NA | Missing | | [M:System.UInt16.System#Numerics#INumberBase#TryConvertFromChecked1(0,System.UInt16@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt16.xml) | Missing | Missing | Missing | Missing | | [M:System.UInt16.System#Numerics#INumberBase#TryConvertFromSaturating1(0,System.UInt16@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt16.xml) | Missing | Missing | Missing | Missing | | [M:System.UInt16.System#Numerics#INumberBase#TryConvertFromTruncating1(0,System.UInt16@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt16.xml) | Missing | Missing | Missing | Missing | | [M:System.UInt16.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt16@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt16.xml) | Missing | Missing | NA | Missing | | [M:System.UInt32.Parse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt32.xml) | Missing | Missing | NA | Missing | | [M:System.UInt32.System#Numerics#IBinaryInteger#TryReadBigEndian(System.ReadOnlySpan{System.Byte},System.Boolean,System.UInt32@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt32.xml) | Missing | Missing | NA | Missing | | [M:System.UInt32.System#Numerics#IBinaryInteger#TryReadLittleEndian(System.ReadOnlySpan{System.Byte},System.Boolean,System.UInt32@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt32.xml) | Missing | Missing | NA | Missing | | [M:System.UInt32.System#Numerics#INumberBase#TryConvertFromChecked1(0,System.UInt32@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt32.xml) | Missing | Missing | Missing | Missing | | [M:System.UInt32.System#Numerics#INumberBase#TryConvertFromSaturating1(0,System.UInt32@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt32.xml) | Missing | Missing | Missing | Missing | | [M:System.UInt32.System#Numerics#INumberBase#TryConvertFromTruncating1(0,System.UInt32@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt32.xml) | Missing | Missing | Missing | Missing | | [M:System.UInt32.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt32.xml) | Missing | Missing | NA | Missing | | [M:System.UInt64.Parse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt64.xml) | Missing | Missing | NA | Missing | | [M:System.UInt64.System#Numerics#IBinaryInteger#TryReadBigEndian(System.ReadOnlySpan{System.Byte},System.Boolean,System.UInt64@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt64.xml) | Missing | Missing | NA | Missing | | [M:System.UInt64.System#Numerics#IBinaryInteger#TryReadLittleEndian(System.ReadOnlySpan{System.Byte},System.Boolean,System.UInt64@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt64.xml) | Missing | Missing | NA | Missing | | [M:System.UInt64.System#Numerics#INumberBase#TryConvertFromChecked1(0,System.UInt64@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt64.xml) | Missing | Missing | Missing | Missing | | [M:System.UInt64.System#Numerics#INumberBase#TryConvertFromSaturating1(0,System.UInt64@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt64.xml) | Missing | Missing | Missing | Missing | | [M:System.UInt64.System#Numerics#INumberBase#TryConvertFromTruncating1(0,System.UInt64@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt64.xml) | Missing | Missing | Missing | Missing | | [M:System.UInt64.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt64@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UInt64.xml) | Missing | Missing | NA | Missing | | [M:System.UIntPtr.Parse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UIntPtr.xml) | Missing | Missing | NA | Missing | | [M:System.UIntPtr.System#Numerics#IBinaryInteger#TryReadBigEndian(System.ReadOnlySpan{System.Byte},System.Boolean,System.UIntPtr@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UIntPtr.xml) | Missing | Missing | NA | Missing | | [M:System.UIntPtr.System#Numerics#IBinaryInteger#TryReadLittleEndian(System.ReadOnlySpan{System.Byte},System.Boolean,System.UIntPtr@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UIntPtr.xml) | Missing | Missing | NA | Missing | | [M:System.UIntPtr.System#Numerics#INumberBase#TryConvertFromChecked1(0,System.UIntPtr@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UIntPtr.xml) | Missing | Missing | Missing | Missing | | [M:System.UIntPtr.System#Numerics#INumberBase#TryConvertFromSaturating1(0,System.UIntPtr@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UIntPtr.xml) | Missing | Missing | Missing | Missing | | [M:System.UIntPtr.System#Numerics#INumberBase#TryConvertFromTruncating1(0,System.UIntPtr@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UIntPtr.xml) | Missing | Missing | Missing | Missing | | [M:System.UIntPtr.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.UIntPtr@)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/UIntPtr.xml) | Missing | Missing | NA | Missing | | [T:System.Runtime.AsyncCompletionResult](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/AsyncCompletionResult.xml) | Missing | NA | NA | NA | | [F:System.Runtime.AsyncCompletionResult.Completed](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/AsyncCompletionResult.xml) | Missing | NA | NA | NA | | [F:System.Runtime.AsyncCompletionResult.Queued](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/AsyncCompletionResult.xml) | Missing | NA | NA | NA | | [T:System.Runtime.DefaultTaskSchedulerAwaiter](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/DefaultTaskSchedulerAwaiter.xml) | Missing | NA | NA | NA | | [M:System.Runtime.DefaultTaskSchedulerAwaiter.GetAwaiter](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/DefaultTaskSchedulerAwaiter.xml) | Missing | NA | NA | Missing | | [M:System.Runtime.DefaultTaskSchedulerAwaiter.GetResult](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/DefaultTaskSchedulerAwaiter.xml) | Missing | NA | NA | NA | | [P:System.Runtime.DefaultTaskSchedulerAwaiter.IsCompleted](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/DefaultTaskSchedulerAwaiter.xml) | Missing | NA | NA | NA | | [F:System.Runtime.DefaultTaskSchedulerAwaiter.Singleton](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/DefaultTaskSchedulerAwaiter.xml) | Missing | NA | NA | NA | | [M:System.Runtime.OutWrapper1.#ctor](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/OutWrapper1.xml) | Missing | NA | NA | NA | | [M:System.Runtime.OutWrapper1.op_Implicit(System.Runtime.OutWrapper{0})~0](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/OutWrapper1.xml) | Missing | Missing | NA | Missing | | [T:System.Runtime.OutWrapper1](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/OutWrapper1.xml) | Missing | NA | Missing | NA | | [P:System.Runtime.OutWrapper1.Value](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/OutWrapper1.xml) | Missing | NA | NA | NA | | [M:System.Runtime.TaskHelpers.AsyncWait1(System.Threading.Tasks.Task)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/TaskHelpers.xml) | Missing | Missing | Missing | Missing | | [M:System.Runtime.TaskHelpers.AwaitWithTimeout(System.Threading.Tasks.Task,System.TimeSpan)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/TaskHelpers.xml) | Missing | Missing | NA | Missing | | [M:System.Runtime.TaskHelpers.CallActionAsync1(System.Action{0},0)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/TaskHelpers.xml) | Missing | Missing | Missing | Missing | | [M:System.Runtime.TaskHelpers.CloseHelperAsync(System.ServiceModel.ICommunicationObject,System.TimeSpan)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/TaskHelpers.xml) | Missing | Missing | NA | Missing | | [M:System.Runtime.TaskHelpers.CompletedTask](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/TaskHelpers.xml) | Missing | NA | NA | Missing | | [M:System.Runtime.TaskHelpers.EnsureDefaultTaskScheduler](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/TaskHelpers.xml) | Missing | NA | NA | Missing | | [M:System.Runtime.TaskHelpers.FromAsync3(System.Func{0,System.AsyncCallback,System.Object,System.IAsyncResult},System.Runtime.TaskHelpers.EndWithOutDelegate{2,1},0,System.Object)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/TaskHelpers.xml) | Missing | Missing | Missing | Missing | | [F:System.Runtime.TaskHelpers.OnAsyncCompletionCallback](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/TaskHelpers.xml) | Missing | NA | NA | NA | | [M:System.Runtime.TaskHelpers.OpenHelperAsync(System.ServiceModel.ICommunicationObject,System.TimeSpan)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/TaskHelpers.xml) | Missing | Missing | NA | Missing | | [M:System.Runtime.TaskHelpers.RunTaskContinuationsOnOurThreads](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/TaskHelpers.xml) | Missing | NA | NA | Missing | | [T:System.Runtime.TaskHelpers](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/TaskHelpers.xml) | Missing | NA | NA | NA | | [M:System.Runtime.TaskHelpers.ToApm(System.Threading.Tasks.Task,System.AsyncCallback,System.Object)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/TaskHelpers.xml) | Missing | Missing | NA | Missing | | [M:System.Runtime.TaskHelpers.ToApm1(System.Threading.Tasks.Task{0},System.AsyncCallback,System.Object)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/TaskHelpers.xml) | Missing | Missing | Missing | Missing | | [M:System.Runtime.TaskHelpers.ToApmEnd(System.IAsyncResult)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/TaskHelpers.xml) | Missing | Missing | NA | NA | | [M:System.Runtime.TaskHelpers.ToApmEnd1(System.IAsyncResult)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/TaskHelpers.xml) | Missing | Missing | Missing | Missing | | [M:System.Runtime.TaskHelpers.Wait(System.Threading.Tasks.Task,System.TimeSpan,System.Action{System.Exception,System.TimeSpan,System.String},System.String)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/TaskHelpers.xml) | Missing | Missing | NA | NA | | [M:System.Runtime.TaskHelpers.WaitForCompletion(System.Threading.Tasks.Task)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/TaskHelpers.xml) | Missing | Missing | NA | NA | | [M:System.Runtime.TaskHelpers.WaitForCompletion1(System.Threading.Tasks.Task{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/TaskHelpers.xml) | Missing | Missing | Missing | Missing | | [M:System.Runtime.TaskHelpers.WaitForCompletionNoSpin(System.Threading.Tasks.Task,System.TimeSpan)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/TaskHelpers.xml) | Missing | Missing | NA | Missing | | [M:System.Runtime.TaskHelpers.WaitForCompletionNoSpin(System.Threading.Tasks.Task)](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/TaskHelpers.xml) | Missing | Missing | NA | NA | | [M:System.Runtime.TaskHelpers.WaitForCompletionNoSpin1(System.Threading.Tasks.Task{0})](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/TaskHelpers.xml) | Missing | Missing | Missing | Missing | | [T:System.Runtime.TaskHelpers.EndWithOutDelegate2](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Runtime/TaskHelpers+EndWithOutDelegate2.xml) | Missing | Missing | Missing | Missing |
carlossanlop commented 1 year ago

Updated list as of 9/14:

API Summary Parameters TypeParameters ReturnValue
M:System.ArgumentOutOfRangeException.ThrowIfEqual1(0,0,System.String) Present Present Missing NA
M:System.ArgumentOutOfRangeException.ThrowIfGreaterThan1(0,0,System.String) Present Present Missing NA
M:System.ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual1(0,0,System.String) Present Present Missing NA
M:System.ArgumentOutOfRangeException.ThrowIfLessThan1(0,0,System.String) Present Present Missing NA
M:System.ArgumentOutOfRangeException.ThrowIfLessThanOrEqual1(0,0,System.String) Present Present Missing NA
M:System.ArgumentOutOfRangeException.ThrowIfNegative1(0,System.String) Present Present Missing NA
M:System.ArgumentOutOfRangeException.ThrowIfNegativeOrZero1(0,System.String) Present Present Missing NA
M:System.ArgumentOutOfRangeException.ThrowIfNotEqual1(0,0,System.String) Present Present Missing NA
M:System.ArgumentOutOfRangeException.ThrowIfZero1(0,System.String) Present Present Missing NA
M:System.BinaryData.#ctor(System.Byte[],System.String) Missing Missing NA NA
M:System.BinaryData.#ctor(System.ReadOnlyMemory{System.Byte},System.String) Missing Missing NA NA
M:System.BinaryData.#ctor(System.String,System.String) Missing Missing NA NA
M:System.BinaryData.FromBytes(System.ReadOnlyMemory{System.Byte},System.String) Missing Missing NA Missing
M:System.BinaryData.FromBytes(System.Byte[],System.String) Missing Missing NA Missing
M:System.BinaryData.FromStream(System.IO.Stream,System.String) Missing Missing NA Missing
M:System.BinaryData.FromStreamAsync(System.IO.Stream,System.String,System.Threading.CancellationToken) Missing Missing NA Missing
M:System.BinaryData.FromString(System.String,System.String) Missing Missing NA Missing
P:System.BinaryData.MediaType Missing NA NA NA
M:System.BinaryData.WithMediaType(System.String) Missing Missing NA Missing
M:System.Boolean.System#IParsable<System#Boolean>#TryParse(System.String,System.IFormatProvider,System.Boolean@) Missing Missing NA Missing
M:System.Boolean.System#ISpanParsable<System#Boolean>#TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Boolean@) Missing Missing NA Missing
F:System.ConsoleKey.None Missing NA NA NA
F:System.ConsoleModifiers.None Missing NA NA NA
M:System.DateTimeOffset.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider) Present Missing NA Present
M:System.Enum.TryFormat1(0,System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char}) Present Missing Missing Present
M:System.Guid.#ctor(System.ReadOnlySpan{System.Byte},System.Boolean) Missing Missing NA NA
M:System.Guid.ToByteArray(System.Boolean) Missing Missing NA Missing
M:System.Guid.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char}) Missing Missing NA Missing
M:System.Guid.TryWriteBytes(System.Span{System.Byte},System.Boolean,System.Int32@) Missing Missing NA Missing
M:System.MemoryExtensions.AsSpan(System.String,System.Index) Present Present NA Missing
M:System.MemoryExtensions.AsSpan(System.String,System.Range) Present Present NA Missing
M:System.MemoryExtensions.ContainsAny1(System.ReadOnlySpan{0},System.Buffers.SearchValues{0}) Present Present Missing Missing
M:System.MemoryExtensions.ContainsAny1(System.ReadOnlySpan{0},System.ReadOnlySpan{0}) Present Present Missing Missing
M:System.MemoryExtensions.ContainsAny1(System.Span{0},System.ReadOnlySpan{0}) Present Present Missing Missing
M:System.MemoryExtensions.ContainsAny1(System.ReadOnlySpan{0},0,0) Present Present Missing Missing
M:System.MemoryExtensions.ContainsAny1(System.Span{0},0,0) Present Present Missing Missing
M:System.MemoryExtensions.ContainsAny1(System.ReadOnlySpan{0},0,0,0) Present Present Missing Missing
M:System.MemoryExtensions.ContainsAny1(System.Span{0},0,0,0) Present Present Missing Missing
M:System.MemoryExtensions.ContainsAny1(System.Span{0},System.Buffers.SearchValues{0}) Present Present Missing Missing
M:System.MemoryExtensions.ContainsAnyExcept1(System.ReadOnlySpan{0},System.Buffers.SearchValues{0}) Present Present Missing Present
M:System.MemoryExtensions.ContainsAnyExcept1(System.Span{0},0,0,0) Present Present Missing Present
M:System.MemoryExtensions.ContainsAnyExcept1(System.ReadOnlySpan{0},0,0,0) Present Present Missing Present
M:System.MemoryExtensions.ContainsAnyExcept1(System.Span{0},0,0) Present Present Missing Present
M:System.MemoryExtensions.ContainsAnyExcept1(System.ReadOnlySpan{0},0,0) Present Present Missing Present
M:System.MemoryExtensions.ContainsAnyExcept1(System.Span{0},0) Present Present Missing Present
M:System.MemoryExtensions.ContainsAnyExcept1(System.ReadOnlySpan{0},0) Present Present Missing Present
M:System.MemoryExtensions.ContainsAnyExcept1(System.Span{0},System.Buffers.SearchValues{0}) Present Present Missing Present
M:System.MemoryExtensions.ContainsAnyExcept1(System.Span{0},System.ReadOnlySpan{0}) Present Present Missing Present
M:System.MemoryExtensions.ContainsAnyExcept1(System.ReadOnlySpan{0},System.ReadOnlySpan{0}) Present Present Missing Present
M:System.MemoryExtensions.ContainsAnyExceptInRange1(System.ReadOnlySpan{0},0,0) Present Present Missing Present
M:System.MemoryExtensions.ContainsAnyExceptInRange1(System.Span{0},0,0) Present Present Missing Present
M:System.MemoryExtensions.ContainsAnyInRange1(System.Span{0},0,0) Present Present Missing Missing
M:System.MemoryExtensions.ContainsAnyInRange1(System.ReadOnlySpan{0},0,0) Present Present Missing Missing
M:System.MemoryExtensions.IndexOfAny1(System.Span{0},System.Buffers.SearchValues{0}) Present Present Missing Present
M:System.MemoryExtensions.IndexOfAny1(System.ReadOnlySpan{0},System.Buffers.SearchValues{0}) Present Present Missing Present
M:System.MemoryExtensions.LastIndexOfAny1(System.ReadOnlySpan{0},System.Buffers.SearchValues{0}) Present Present Missing Present
M:System.MemoryExtensions.LastIndexOfAny1(System.Span{0},System.Buffers.SearchValues{0}) Present Present Missing Present
M:System.OperatingSystem.IsWasi Present NA NA Missing
M:System.String.System#IParsable<System#String>#TryParse(System.String,System.IFormatProvider,System.String@) Missing Missing NA Missing
M:System.String.System#ISpanParsable<System#String>#TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.String@) Missing Missing NA Missing
M:System.TimeProvider.GetLocalNow Present NA NA Missing
M:System.TimeProvider.GetUtcNow Present NA NA Missing
M:System.TimeSpan.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider) Present Missing NA Present
M:System.TimeZoneInfo.GetSystemTimeZones(System.Boolean) Present Present NA Missing
tannergooding commented 4 weeks ago

@carlossanlop is this one entirely replaced by https://github.com/dotnet/runtime/issues/105987 ?

carlossanlop commented 4 weeks ago

No. #105987 only shows APIs that are new in .NET 9.

This issue shows APIs that were new back in .NET 8. If they were not addressed back then, they are debt now.