Skip to content

Commit f6c0cfc

Browse files
authored
CI Update - .NET 8 GA core libraries (dotnet#9457)
1 parent 00fbcc1 commit f6c0cfc

40 files changed

+12274
-12242
lines changed

xml/FrameworksIndex/net-8.0.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29930,6 +29930,7 @@
2993029930
<Member Id="M:System.Numerics.INumberBase`1.Parse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider)" />
2993129931
<Member Id="M:System.Numerics.INumberBase`1.Parse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider)" />
2993229932
<Member Id="M:System.Numerics.INumberBase`1.Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)" />
29933+
<Member Id="M:System.Numerics.INumberBase`1.System#IUtf8SpanFormattable#TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)" />
2993329934
<Member Id="M:System.Numerics.INumberBase`1.System#IUtf8SpanParsable&lt;TSelf&gt;#Parse(System.ReadOnlySpan{System.Byte},System.IFormatProvider)" />
2993429935
<Member Id="M:System.Numerics.INumberBase`1.System#IUtf8SpanParsable&lt;TSelf&gt;#TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,`0@)" />
2993529936
<Member Id="M:System.Numerics.INumberBase`1.TryConvertFromChecked``1(``0,`0@)" />
@@ -29938,7 +29939,6 @@
2993829939
<Member Id="M:System.Numerics.INumberBase`1.TryConvertToChecked``1(`0,``0@)" />
2993929940
<Member Id="M:System.Numerics.INumberBase`1.TryConvertToSaturating``1(`0,``0@)" />
2994029941
<Member Id="M:System.Numerics.INumberBase`1.TryConvertToTruncating``1(`0,``0@)" />
29941-
<Member Id="M:System.Numerics.INumberBase`1.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)" />
2994229942
<Member Id="M:System.Numerics.INumberBase`1.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,`0@)" />
2994329943
<Member Id="M:System.Numerics.INumberBase`1.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,`0@)" />
2994429944
<Member Id="M:System.Numerics.INumberBase`1.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,`0@)" />

xml/System.IO.Compression/BrotliStream.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -903,8 +903,7 @@
903903
<Parameters />
904904
<Docs>
905905
<summary>
906-
Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream.
907-
</summary>
906+
Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream.</summary>
908907
<returns>The unsigned byte cast to an <see cref="T:System.Int32" />, or -1 if at the end of the stream.</returns>
909908
<remarks>To be added.</remarks>
910909
<exception cref="T:System.InvalidOperationException">Cannot perform read operations on a <see cref="T:System.IO.Compression.BrotliStream" /> constructed with <see cref="F:System.IO.Compression.CompressionMode.Compress" />.
@@ -1180,8 +1179,7 @@
11801179
<Docs>
11811180
<param name="value">The byte to write to the stream.</param>
11821181
<summary>
1183-
Writes a byte to the current position in the stream and advances the position within the stream by one byte.
1184-
</summary>
1182+
Writes a byte to the current position in the stream and advances the position within the stream by one byte.</summary>
11851183
<remarks>To be added.</remarks>
11861184
<exception cref="T:System.InvalidOperationException">Cannot perform write operations on a <see cref="T:System.IO.Compression.BrotliStream" /> constructed with <see cref="F:System.IO.Compression.CompressionMode.Decompress" />.
11871185
-or-

xml/System.Numerics/BigInteger.xml

Lines changed: 5 additions & 2 deletions
Large diffs are not rendered by default.

xml/System.Numerics/Complex.xml

Lines changed: 725 additions & 726 deletions
Large diffs are not rendered by default.

xml/System.Numerics/IBinaryFloatingPointIeee754`1.xml

Lines changed: 5 additions & 2 deletions
Large diffs are not rendered by default.

xml/System.Numerics/IBinaryInteger`1.xml

Lines changed: 5 additions & 2 deletions
Large diffs are not rendered by default.

xml/System.Numerics/IBinaryNumber`1.xml

Lines changed: 5 additions & 2 deletions
Large diffs are not rendered by default.

xml/System.Numerics/IExponentialFunctions`1.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<TypeSignature Language="F#" Value="type IExponentialFunctions&lt;'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt; = interface&#xA; interface IFloatingPointConstants&lt;'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface INumberBase&lt;'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IEquatable&lt;'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IFormattable&#xA; interface IParsable&lt;'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface ISpanFormattable&#xA; interface ISpanParsable&lt;'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IAdditionOperators&lt;'Self, 'Self, 'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IAdditiveIdentity&lt;'Self, 'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IDecrementOperators&lt;'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IDivisionOperators&lt;'Self, 'Self, 'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IEqualityOperators&lt;'Self, 'Self, bool (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IIncrementOperators&lt;'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IMultiplicativeIdentity&lt;'Self, 'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IMultiplyOperators&lt;'Self, 'Self, 'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface ISubtractionOperators&lt;'Self, 'Self, 'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IUnaryNegationOperators&lt;'Self, 'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IUnaryPlusOperators&lt;'Self, 'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;" FrameworkAlternate="net-7.0" />
77
<TypeSignature Language="C++ CLI" Value="generic &lt;typename TSelf&gt;&#xA; where TSelf : IExponentialFunctions&lt;TSelf&gt;public interface class IExponentialFunctions : IEquatable&lt;TSelf&gt;, IParsable&lt;TSelf&gt;, ISpanParsable&lt;TSelf&gt;, System::Numerics::IAdditionOperators&lt;TSelf, TSelf, TSelf&gt;, System::Numerics::IAdditiveIdentity&lt;TSelf, TSelf&gt;, System::Numerics::IDecrementOperators&lt;TSelf&gt;, System::Numerics::IDivisionOperators&lt;TSelf, TSelf, TSelf&gt;, System::Numerics::IEqualityOperators&lt;TSelf, TSelf, bool&gt;, System::Numerics::IFloatingPointConstants&lt;TSelf&gt;, System::Numerics::IIncrementOperators&lt;TSelf&gt;, System::Numerics::IMultiplicativeIdentity&lt;TSelf, TSelf&gt;, System::Numerics::IMultiplyOperators&lt;TSelf, TSelf, TSelf&gt;, System::Numerics::INumberBase&lt;TSelf&gt;, System::Numerics::ISubtractionOperators&lt;TSelf, TSelf, TSelf&gt;, System::Numerics::IUnaryNegationOperators&lt;TSelf, TSelf&gt;, System::Numerics::IUnaryPlusOperators&lt;TSelf, TSelf&gt;" FrameworkAlternate="net-7.0" />
88
<TypeSignature Language="C#" Value="public interface IExponentialFunctions&lt;TSelf&gt; : IEquatable&lt;TSelf&gt;, IParsable&lt;TSelf&gt;, ISpanParsable&lt;TSelf&gt;, IUtf8SpanParsable&lt;TSelf&gt;, System.Numerics.IAdditionOperators&lt;TSelf,TSelf,TSelf&gt;, System.Numerics.IAdditiveIdentity&lt;TSelf,TSelf&gt;, System.Numerics.IDecrementOperators&lt;TSelf&gt;, System.Numerics.IDivisionOperators&lt;TSelf,TSelf,TSelf&gt;, System.Numerics.IEqualityOperators&lt;TSelf,TSelf,bool&gt;, System.Numerics.IFloatingPointConstants&lt;TSelf&gt;, System.Numerics.IIncrementOperators&lt;TSelf&gt;, System.Numerics.IMultiplicativeIdentity&lt;TSelf,TSelf&gt;, System.Numerics.IMultiplyOperators&lt;TSelf,TSelf,TSelf&gt;, System.Numerics.INumberBase&lt;TSelf&gt;, System.Numerics.ISubtractionOperators&lt;TSelf,TSelf,TSelf&gt;, System.Numerics.IUnaryNegationOperators&lt;TSelf,TSelf&gt;, System.Numerics.IUnaryPlusOperators&lt;TSelf,TSelf&gt; where TSelf : IExponentialFunctions&lt;TSelf&gt;" FrameworkAlternate="net-8.0" />
9-
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract beforefieldinit IExponentialFunctions`1&lt;(class System.Numerics.IExponentialFunctions`1&lt;!TSelf&gt;) TSelf&gt; implements class System.IEquatable`1&lt;!TSelf&gt;, class System.IFormattable, class System.IParsable`1&lt;!TSelf&gt;, class System.ISpanFormattable, class System.ISpanParsable`1&lt;!TSelf&gt;, class System.IUtf8SpanParsable`1&lt;!TSelf&gt;, class System.Numerics.IAdditionOperators`3&lt;!TSelf, !TSelf, !TSelf&gt;, class System.Numerics.IAdditiveIdentity`2&lt;!TSelf, !TSelf&gt;, class System.Numerics.IDecrementOperators`1&lt;!TSelf&gt;, class System.Numerics.IDivisionOperators`3&lt;!TSelf, !TSelf, !TSelf&gt;, class System.Numerics.IEqualityOperators`3&lt;!TSelf, !TSelf, bool&gt;, class System.Numerics.IFloatingPointConstants`1&lt;!TSelf&gt;, class System.Numerics.IIncrementOperators`1&lt;!TSelf&gt;, class System.Numerics.IMultiplicativeIdentity`2&lt;!TSelf, !TSelf&gt;, class System.Numerics.IMultiplyOperators`3&lt;!TSelf, !TSelf, !TSelf&gt;, class System.Numerics.INumberBase`1&lt;!TSelf&gt;, class System.Numerics.ISubtractionOperators`3&lt;!TSelf, !TSelf, !TSelf&gt;, class System.Numerics.IUnaryNegationOperators`2&lt;!TSelf, !TSelf&gt;, class System.Numerics.IUnaryPlusOperators`2&lt;!TSelf, !TSelf&gt;" FrameworkAlternate="net-8.0" />
9+
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract beforefieldinit IExponentialFunctions`1&lt;(class System.Numerics.IExponentialFunctions`1&lt;!TSelf&gt;) TSelf&gt; implements class System.IEquatable`1&lt;!TSelf&gt;, class System.IFormattable, class System.IParsable`1&lt;!TSelf&gt;, class System.ISpanFormattable, class System.ISpanParsable`1&lt;!TSelf&gt;, class System.IUtf8SpanFormattable, class System.IUtf8SpanParsable`1&lt;!TSelf&gt;, class System.Numerics.IAdditionOperators`3&lt;!TSelf, !TSelf, !TSelf&gt;, class System.Numerics.IAdditiveIdentity`2&lt;!TSelf, !TSelf&gt;, class System.Numerics.IDecrementOperators`1&lt;!TSelf&gt;, class System.Numerics.IDivisionOperators`3&lt;!TSelf, !TSelf, !TSelf&gt;, class System.Numerics.IEqualityOperators`3&lt;!TSelf, !TSelf, bool&gt;, class System.Numerics.IFloatingPointConstants`1&lt;!TSelf&gt;, class System.Numerics.IIncrementOperators`1&lt;!TSelf&gt;, class System.Numerics.IMultiplicativeIdentity`2&lt;!TSelf, !TSelf&gt;, class System.Numerics.IMultiplyOperators`3&lt;!TSelf, !TSelf, !TSelf&gt;, class System.Numerics.INumberBase`1&lt;!TSelf&gt;, class System.Numerics.ISubtractionOperators`3&lt;!TSelf, !TSelf, !TSelf&gt;, class System.Numerics.IUnaryNegationOperators`2&lt;!TSelf, !TSelf&gt;, class System.Numerics.IUnaryPlusOperators`2&lt;!TSelf, !TSelf&gt;" FrameworkAlternate="net-8.0" />
1010
<TypeSignature Language="VB.NET" Value="Public Interface IExponentialFunctions(Of TSelf)&#xA;Implements IAdditionOperators(Of TSelf, TSelf, TSelf), IAdditiveIdentity(Of TSelf, TSelf), IDecrementOperators(Of TSelf), IDivisionOperators(Of TSelf, TSelf, TSelf), IEqualityOperators(Of TSelf, TSelf, Boolean), IEquatable(Of TSelf), IFloatingPointConstants(Of TSelf), IIncrementOperators(Of TSelf), IMultiplicativeIdentity(Of TSelf, TSelf), IMultiplyOperators(Of TSelf, TSelf, TSelf), INumberBase(Of TSelf), IParsable(Of TSelf), ISpanParsable(Of TSelf), ISubtractionOperators(Of TSelf, TSelf, TSelf), IUnaryNegationOperators(Of TSelf, TSelf), IUnaryPlusOperators(Of TSelf, TSelf), IUtf8SpanParsable(Of TSelf)" FrameworkAlternate="net-8.0" />
11-
<TypeSignature Language="F#" Value="type IExponentialFunctions&lt;'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt; = interface&#xA; interface IFloatingPointConstants&lt;'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface INumberBase&lt;'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IEquatable&lt;'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IFormattable&#xA; interface IParsable&lt;'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface ISpanFormattable&#xA; interface ISpanParsable&lt;'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IAdditionOperators&lt;'Self, 'Self, 'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IAdditiveIdentity&lt;'Self, 'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IDecrementOperators&lt;'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IDivisionOperators&lt;'Self, 'Self, 'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IEqualityOperators&lt;'Self, 'Self, bool (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IIncrementOperators&lt;'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IMultiplicativeIdentity&lt;'Self, 'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IMultiplyOperators&lt;'Self, 'Self, 'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface ISubtractionOperators&lt;'Self, 'Self, 'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IUnaryNegationOperators&lt;'Self, 'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IUnaryPlusOperators&lt;'Self, 'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IUtf8SpanParsable&lt;'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;" FrameworkAlternate="net-8.0" />
11+
<TypeSignature Language="F#" Value="type IExponentialFunctions&lt;'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt; = interface&#xA; interface IFloatingPointConstants&lt;'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface INumberBase&lt;'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IEquatable&lt;'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IFormattable&#xA; interface IParsable&lt;'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface ISpanFormattable&#xA; interface ISpanParsable&lt;'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IAdditionOperators&lt;'Self, 'Self, 'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IAdditiveIdentity&lt;'Self, 'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IDecrementOperators&lt;'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IDivisionOperators&lt;'Self, 'Self, 'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IEqualityOperators&lt;'Self, 'Self, bool (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IIncrementOperators&lt;'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IMultiplicativeIdentity&lt;'Self, 'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IMultiplyOperators&lt;'Self, 'Self, 'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface ISubtractionOperators&lt;'Self, 'Self, 'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IUnaryNegationOperators&lt;'Self, 'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IUnaryPlusOperators&lt;'Self, 'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt; and 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;&#xA; interface IUtf8SpanFormattable&#xA; interface IUtf8SpanParsable&lt;'Self (requires 'Self :&gt; IExponentialFunctions&lt;'Self&gt;)&gt;" FrameworkAlternate="net-8.0" />
1212
<TypeSignature Language="C++ CLI" Value="generic &lt;typename TSelf&gt;&#xA; where TSelf : IExponentialFunctions&lt;TSelf&gt;public interface class IExponentialFunctions : IEquatable&lt;TSelf&gt;, IParsable&lt;TSelf&gt;, ISpanParsable&lt;TSelf&gt;, IUtf8SpanParsable&lt;TSelf&gt;, System::Numerics::IAdditionOperators&lt;TSelf, TSelf, TSelf&gt;, System::Numerics::IAdditiveIdentity&lt;TSelf, TSelf&gt;, System::Numerics::IDecrementOperators&lt;TSelf&gt;, System::Numerics::IDivisionOperators&lt;TSelf, TSelf, TSelf&gt;, System::Numerics::IEqualityOperators&lt;TSelf, TSelf, bool&gt;, System::Numerics::IFloatingPointConstants&lt;TSelf&gt;, System::Numerics::IIncrementOperators&lt;TSelf&gt;, System::Numerics::IMultiplicativeIdentity&lt;TSelf, TSelf&gt;, System::Numerics::IMultiplyOperators&lt;TSelf, TSelf, TSelf&gt;, System::Numerics::INumberBase&lt;TSelf&gt;, System::Numerics::ISubtractionOperators&lt;TSelf, TSelf, TSelf&gt;, System::Numerics::IUnaryNegationOperators&lt;TSelf, TSelf&gt;, System::Numerics::IUnaryPlusOperators&lt;TSelf, TSelf&gt;" FrameworkAlternate="net-8.0" />
1313
<AssemblyInfo>
1414
<AssemblyName>System.Runtime</AssemblyName>
@@ -83,6 +83,9 @@
8383
<Interface>
8484
<InterfaceName>System.Numerics.IUnaryPlusOperators&lt;TSelf,TSelf&gt;</InterfaceName>
8585
</Interface>
86+
<Interface FrameworkAlternate="net-8.0">
87+
<InterfaceName>System.IUtf8SpanFormattable</InterfaceName>
88+
</Interface>
8689
<Interface FrameworkAlternate="net-8.0">
8790
<InterfaceName>System.IUtf8SpanParsable&lt;TSelf&gt;</InterfaceName>
8891
</Interface>

0 commit comments

Comments
 (0)