Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI Update - .NET 8 GA core libraries #9457

Merged
merged 4 commits into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xml/FrameworksIndex/net-8.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29930,6 +29930,7 @@
<Member Id="M:System.Numerics.INumberBase`1.Parse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider)" />
<Member Id="M:System.Numerics.INumberBase`1.Parse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider)" />
<Member Id="M:System.Numerics.INumberBase`1.Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)" />
<Member Id="M:System.Numerics.INumberBase`1.System#IUtf8SpanFormattable#TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)" />
<Member Id="M:System.Numerics.INumberBase`1.System#IUtf8SpanParsable&lt;TSelf&gt;#Parse(System.ReadOnlySpan{System.Byte},System.IFormatProvider)" />
<Member Id="M:System.Numerics.INumberBase`1.System#IUtf8SpanParsable&lt;TSelf&gt;#TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,`0@)" />
<Member Id="M:System.Numerics.INumberBase`1.TryConvertFromChecked``1(``0,`0@)" />
Expand All @@ -29938,7 +29939,6 @@
<Member Id="M:System.Numerics.INumberBase`1.TryConvertToChecked``1(`0,``0@)" />
<Member Id="M:System.Numerics.INumberBase`1.TryConvertToSaturating``1(`0,``0@)" />
<Member Id="M:System.Numerics.INumberBase`1.TryConvertToTruncating``1(`0,``0@)" />
<Member Id="M:System.Numerics.INumberBase`1.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)" />
<Member Id="M:System.Numerics.INumberBase`1.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,`0@)" />
<Member Id="M:System.Numerics.INumberBase`1.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,`0@)" />
<Member Id="M:System.Numerics.INumberBase`1.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,`0@)" />
Expand Down
6 changes: 2 additions & 4 deletions xml/System.IO.Compression/BrotliStream.xml
Original file line number Diff line number Diff line change
Expand Up @@ -903,8 +903,7 @@
<Parameters />
<Docs>
<summary>
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>
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>
<returns>The unsigned byte cast to an <see cref="T:System.Int32" />, or -1 if at the end of the stream.</returns>
<remarks>To be added.</remarks>
<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" />.
Expand Down Expand Up @@ -1180,8 +1179,7 @@
<Docs>
<param name="value">The byte to write to the stream.</param>
<summary>
Writes a byte to the current position in the stream and advances the position within the stream by one byte.
</summary>
Writes a byte to the current position in the stream and advances the position within the stream by one byte.</summary>
<remarks>To be added.</remarks>
<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" />.
-or-
Expand Down
7 changes: 5 additions & 2 deletions xml/System.Numerics/BigInteger.xml

Large diffs are not rendered by default.

1,451 changes: 725 additions & 726 deletions xml/System.Numerics/Complex.xml

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions xml/System.Numerics/IBinaryFloatingPointIeee754`1.xml

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions xml/System.Numerics/IBinaryInteger`1.xml

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions xml/System.Numerics/IBinaryNumber`1.xml

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions xml/System.Numerics/IExponentialFunctions`1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<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" />
<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" />
<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" />
<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" />
<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" />
<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" />
<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" />
<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" />
<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" />
<AssemblyInfo>
<AssemblyName>System.Runtime</AssemblyName>
Expand Down Expand Up @@ -83,6 +83,9 @@
<Interface>
<InterfaceName>System.Numerics.IUnaryPlusOperators&lt;TSelf,TSelf&gt;</InterfaceName>
</Interface>
<Interface FrameworkAlternate="net-8.0">
<InterfaceName>System.IUtf8SpanFormattable</InterfaceName>
</Interface>
<Interface FrameworkAlternate="net-8.0">
<InterfaceName>System.IUtf8SpanParsable&lt;TSelf&gt;</InterfaceName>
</Interface>
Expand Down
Loading