-
Notifications
You must be signed in to change notification settings - Fork 5k
Open
Labels
Description
URL(s)
core/release-notes/10.0/api-diff/Microsoft.NETCore.App/10.0.0_System.Net.WebSockets.md
Lines 27 to 29 in 6a389d2
| + public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory<byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); | |
| + public override bool CanRead { get; } | |
| + public override bool CanSeek { get; } |
core/release-notes/10.0/api-diff/Microsoft.NETCore.App/10.0.0_System.Runtime.Intrinsics.md
Lines 1226 to 1231 in 6a389d2
| + public static System.Numerics.Vector<ulong> XorRotateRight(System.Numerics.Vector<ulong> left, System.Numerics.Vector<ulong> right, byte count); | |
| + public new static bool IsSupported { get; } | |
| + public abstract new class Arm64 : System.Runtime.Intrinsics.Arm.Sve.Arm64 | |
| + { | |
| + public new static bool IsSupported { get; } | |
| + } |
Reactions are currently unavailable