Skip to content
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<PackageVersion>4.6.3</PackageVersion>
<AssemblyName>System.Memory</AssemblyName>
<StrongNameKeyId>Open</StrongNameKeyId>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<ProjectReference Include="../../system.buffers/4.6.1/System.Buffers.4.6.1.csproj" />
<ProjectReference Include="../../system.numerics.vectors/4.6.1/System.Numerics.Vectors.4.6.1.csproj" />
<ProjectReference Include="../../system.runtime.compilerservices.unsafe/6.1.2/System.Runtime.CompilerServices.Unsafe.6.1.2.csproj" />
</ItemGroup>

</Project>

Large diffs are not rendered by default.

Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>System.Memory</id>
<version>4.6.3</version>
<authors>Microsoft</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<projectUrl>https://github.com/dotnet/maintenance-packages</projectUrl>
<description>System.Memory</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<serviceable>true</serviceable>
<repository type="git" url="https://github.com/dotnet/maintenance-packages" commit="f62ca0009b038cab4725a720f386623a969d73ad" />
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="System.Buffers" version="4.6.1" exclude="Build,Analyzers" />
<dependency id="System.Numerics.Vectors" version="4.6.1" exclude="Build,Analyzers" />
<dependency id="System.Runtime.CompilerServices.Unsafe" version="6.1.2" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.1" />
</dependencies>
</metadata>
</package>
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
<PackageVersion>5.1.3</PackageVersion>
<AssemblyName>System.Net.WebSockets.WebSocketProtocol</AssemblyName>
<StrongNameKeyId>Open</StrongNameKeyId>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<ProjectReference Include="../../system.buffers/4.6.1/System.Buffers.4.6.1.csproj" />
<ProjectReference Include="../../system.memory/4.6.3/System.Memory.4.6.3.csproj" />
<ProjectReference Include="../../system.numerics.vectors/4.6.1/System.Numerics.Vectors.4.6.1.csproj" />
<ProjectReference Include="../../system.runtime.compilerservices.unsafe/6.1.2/System.Runtime.CompilerServices.Unsafe.6.1.2.csproj" />
<ProjectReference Include="../../system.threading.tasks.extensions/4.6.3/System.Threading.Tasks.Extensions.4.6.3.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
// ------------------------------------------------------------------------------
// Changes to this file must follow the http://aka.ms/api-review process.
// ------------------------------------------------------------------------------
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly: System.Runtime.Versioning.TargetFramework(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
[assembly: System.CLSCompliant(true)]
[assembly: System.Reflection.AssemblyDefaultAlias("System.Net.WebSockets.WebSocketProtocol")]
[assembly: System.Resources.NeutralResourcesLanguage("en-US")]
[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)]
[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")]
[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")]
[assembly: System.Reflection.AssemblyDescription("System.Net.WebSockets.WebSocketProtocol")]
[assembly: System.Reflection.AssemblyFileVersion("5.100.325.20307")]
[assembly: System.Reflection.AssemblyInformationalVersion("5.1.3+f62ca0009b038cab4725a720f386623a969d73ad")]
[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")]
[assembly: System.Reflection.AssemblyTitle("System.Net.WebSockets.WebSocketProtocol")]
[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/maintenance-packages")]
[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")]
[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")]
[assembly: System.Reflection.AssemblyVersionAttribute("5.1.3.0")]
[assembly: System.Runtime.CompilerServices.ReferenceAssembly]
[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)]
namespace System.Net.WebSockets
{
public static partial class WebSocketProtocol
{
public static WebSocket CreateFromStream(IO.Stream stream, bool isServer, string? subProtocol, TimeSpan keepAliveInterval) { throw null; }
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
// ------------------------------------------------------------------------------
// Changes to this file must follow the http://aka.ms/api-review process.
// ------------------------------------------------------------------------------
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")]
[assembly: System.CLSCompliant(true)]
[assembly: System.Reflection.AssemblyDefaultAlias("System.Net.WebSockets.WebSocketProtocol")]
[assembly: System.Resources.NeutralResourcesLanguage("en-US")]
[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)]
[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")]
[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")]
[assembly: System.Reflection.AssemblyDescription("System.Net.WebSockets.WebSocketProtocol")]
[assembly: System.Reflection.AssemblyFileVersion("5.100.325.20307")]
[assembly: System.Reflection.AssemblyInformationalVersion("5.1.3+f62ca0009b038cab4725a720f386623a969d73ad")]
[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")]
[assembly: System.Reflection.AssemblyTitle("System.Net.WebSockets.WebSocketProtocol")]
[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/maintenance-packages")]
[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")]
[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")]
[assembly: System.Reflection.AssemblyVersionAttribute("5.1.3.0")]
[assembly: System.Runtime.CompilerServices.ReferenceAssembly]
[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)]
namespace System.Net.WebSockets
{
public static partial class WebSocketProtocol
{
public static WebSocket CreateFromStream(IO.Stream stream, bool isServer, string? subProtocol, TimeSpan keepAliveInterval) { throw null; }
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>System.Net.WebSockets.WebSocketProtocol</id>
<version>5.1.3</version>
<authors>Microsoft</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<projectUrl>https://github.com/dotnet/maintenance-packages</projectUrl>
<description>System.Net.WebSockets.WebSocketProtocol</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<serviceable>true</serviceable>
<repository type="git" url="https://github.com/dotnet/maintenance-packages" commit="f62ca0009b038cab4725a720f386623a969d73ad" />
<dependencies>
<group targetFramework="net6.0" />
<group targetFramework=".NETStandard2.0">
<dependency id="System.Buffers" version="4.6.1" exclude="Build,Analyzers" />
<dependency id="System.Memory" version="4.6.3" exclude="Build,Analyzers" />
<dependency id="System.Numerics.Vectors" version="4.6.1" exclude="Build,Analyzers" />
<dependency id="System.Runtime.CompilerServices.Unsafe" version="6.1.2" exclude="Build,Analyzers" />
<dependency id="System.Threading.Tasks.Extensions" version="4.6.3" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
<PackageVersion>6.1.2</PackageVersion>
<AssemblyName>System.Runtime.CompilerServices.Unsafe</AssemblyName>
</PropertyGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
// ------------------------------------------------------------------------------
// Changes to this file must follow the http://aka.ms/api-review process.
// ------------------------------------------------------------------------------
[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET Framework")]
[assembly: System.CLSCompliant(false)]
[assembly: System.Reflection.AssemblyMetadata(".NETFrameworkAssembly", "")]
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.Default | System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
[assembly: System.Reflection.AssemblyDescription("System.Runtime.CompilerServices.Unsafe")]
[assembly: System.Reflection.AssemblyFileVersion("6.100.225.20307")]
[assembly: System.Reflection.AssemblyInformationalVersion("6.1.2")]
[assembly: System.Reflection.AssemblyTitle("System.Runtime.CompilerServices.Unsafe")]
[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")]
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")]
[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")]
[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")]
[assembly: System.Reflection.AssemblyVersionAttribute("6.0.0.0")]
[assembly: System.Runtime.CompilerServices.ReferenceAssembly]
[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)]
namespace System.Runtime.CompilerServices
{
public static partial class Unsafe
{
public static ref T Add<T>(ref T source, int elementOffset) { throw null; }

public static ref T Add<T>(ref T source, IntPtr elementOffset) { throw null; }

public static ref T Add<T>(ref T source, nuint elementOffset) { throw null; }

public static unsafe void* Add<T>(void* source, int elementOffset) { throw null; }

public static ref T AddByteOffset<T>(ref T source, IntPtr byteOffset) { throw null; }

public static ref T AddByteOffset<T>(ref T source, nuint byteOffset) { throw null; }

public static bool AreSame<T>(ref T left, ref T right) { throw null; }

public static T As<T>(object o)
where T : class { throw null; }

public static ref TTo As<TFrom, TTo>(ref TFrom source) { throw null; }

public static unsafe void* AsPointer<T>(ref T value) { throw null; }

public static ref T AsRef<T>(in T source) { throw null; }

public static unsafe ref T AsRef<T>(void* source) { throw null; }

public static IntPtr ByteOffset<T>(ref T origin, ref T target) { throw null; }

public static unsafe void Copy<T>(ref T destination, void* source) { }

public static unsafe void Copy<T>(void* destination, ref T source) { }

public static void CopyBlock(ref byte destination, ref byte source, uint byteCount) { }

public static unsafe void CopyBlock(void* destination, void* source, uint byteCount) { }

public static void CopyBlockUnaligned(ref byte destination, ref byte source, uint byteCount) { }

public static unsafe void CopyBlockUnaligned(void* destination, void* source, uint byteCount) { }

public static void InitBlock(ref byte startAddress, byte value, uint byteCount) { }

public static unsafe void InitBlock(void* startAddress, byte value, uint byteCount) { }

public static void InitBlockUnaligned(ref byte startAddress, byte value, uint byteCount) { }

public static unsafe void InitBlockUnaligned(void* startAddress, byte value, uint byteCount) { }

public static bool IsAddressGreaterThan<T>(ref T left, ref T right) { throw null; }

public static bool IsAddressLessThan<T>(ref T left, ref T right) { throw null; }

public static bool IsNullRef<T>(ref T source) { throw null; }

public static ref T NullRef<T>() { throw null; }

public static unsafe T Read<T>(void* source) { throw null; }

public static T ReadUnaligned<T>(ref byte source) { throw null; }

public static unsafe T ReadUnaligned<T>(void* source) { throw null; }

public static int SizeOf<T>() { throw null; }

public static void SkipInit<T>(out T value) { throw null; }

public static ref T Subtract<T>(ref T source, int elementOffset) { throw null; }

public static ref T Subtract<T>(ref T source, IntPtr elementOffset) { throw null; }

public static ref T Subtract<T>(ref T source, nuint elementOffset) { throw null; }

public static unsafe void* Subtract<T>(void* source, int elementOffset) { throw null; }

public static ref T SubtractByteOffset<T>(ref T source, IntPtr byteOffset) { throw null; }

public static ref T SubtractByteOffset<T>(ref T source, nuint byteOffset) { throw null; }

public static ref T Unbox<T>(object box)
where T : struct { throw null; }

public static unsafe void Write<T>(void* destination, T value) { }

public static void WriteUnaligned<T>(ref byte destination, T value) { }

public static unsafe void WriteUnaligned<T>(void* destination, T value) { }
}
}
Loading