repo_name stringclasses 6
values | pr_number int64 512 78.9k | pr_title stringlengths 3 144 | pr_description stringlengths 0 30.3k | author stringlengths 2 21 | date_created timestamp[ns, tz=UTC] | date_merged timestamp[ns, tz=UTC] | previous_commit stringlengths 40 40 | pr_commit stringlengths 40 40 | query stringlengths 17 30.4k | filepath stringlengths 9 210 | before_content stringlengths 0 112M | after_content stringlengths 0 112M | label int64 -1 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dotnet/runtime | 66,022 | Add Android 32 to RID graph | Supports Android 12L, which will be stable most likely by summer or earlier. | steveisok | 2022-03-01T19:37:08Z | 2022-03-11T21:09:58Z | a883caa0803778084167b978281c34db8e753246 | 36a435cf12309f5119c2f5ce103af7fa28150d72 | Add Android 32 to RID graph. Supports Android 12L, which will be stable most likely by summer or earlier. | ./src/tests/JIT/jit64/valuetypes/nullable/castclass/enum/castclass-enum002.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="castclass-enum002.cs" />
<Compile Include="..\structdef.cs" />
... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="castclass-enum002.cs" />
<Compile Include="..\structdef.cs" />
... | -1 |
dotnet/runtime | 66,022 | Add Android 32 to RID graph | Supports Android 12L, which will be stable most likely by summer or earlier. | steveisok | 2022-03-01T19:37:08Z | 2022-03-11T21:09:58Z | a883caa0803778084167b978281c34db8e753246 | 36a435cf12309f5119c2f5ce103af7fa28150d72 | Add Android 32 to RID graph. Supports Android 12L, which will be stable most likely by summer or earlier. | ./src/tests/JIT/Regression/JitBlue/GitHub_17329/GitHub_17329.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.CompilerServices;
// Having an UnsafeValueTypeAttribute on a struct causes incoming arguments to be
// spilled into shadow copies and the struct ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.CompilerServices;
// Having an UnsafeValueTypeAttribute on a struct causes incoming arguments to be
// spilled into shadow copies and the struct ... | -1 |
dotnet/runtime | 66,022 | Add Android 32 to RID graph | Supports Android 12L, which will be stable most likely by summer or earlier. | steveisok | 2022-03-01T19:37:08Z | 2022-03-11T21:09:58Z | a883caa0803778084167b978281c34db8e753246 | 36a435cf12309f5119c2f5ce103af7fa28150d72 | Add Android 32 to RID graph. Supports Android 12L, which will be stable most likely by summer or earlier. | ./src/installer/tests/Directory.Build.props | <Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.props, $(MSBuildThisFileDirectory)..))" />
<PropertyGroup>
<TestDir>$(InstallerProjectRoot)tests\</TestDir>
<TestAssetsDir>$(TestDir)Assets\</TestAssetsDir>
<TestStabilizedLegacyPackagesDir>$(ArtifactsObjDir)TestStabilizedPackag... | <Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.props, $(MSBuildThisFileDirectory)..))" />
<PropertyGroup>
<TestDir>$(InstallerProjectRoot)tests\</TestDir>
<TestAssetsDir>$(TestDir)Assets\</TestAssetsDir>
<TestStabilizedLegacyPackagesDir>$(ArtifactsObjDir)TestStabilizedPackag... | -1 |
dotnet/runtime | 66,022 | Add Android 32 to RID graph | Supports Android 12L, which will be stable most likely by summer or earlier. | steveisok | 2022-03-01T19:37:08Z | 2022-03-11T21:09:58Z | a883caa0803778084167b978281c34db8e753246 | 36a435cf12309f5119c2f5ce103af7fa28150d72 | Add Android 32 to RID graph. Supports Android 12L, which will be stable most likely by summer or earlier. | ./docs/design/coreclr/botr/stackwalking.md | Stackwalking in the CLR
===
Author: Rudi Martin ([@Rudi-Martin](https://github.com/Rudi-Martin)) - 2008
The CLR makes heavy use of a technique known as stack walking (or stack crawling). This involves iterating the sequence of call frames for a particular thread, from the most recent (the thread's current function) b... | Stackwalking in the CLR
===
Author: Rudi Martin ([@Rudi-Martin](https://github.com/Rudi-Martin)) - 2008
The CLR makes heavy use of a technique known as stack walking (or stack crawling). This involves iterating the sequence of call frames for a particular thread, from the most recent (the thread's current function) b... | -1 |
dotnet/runtime | 66,022 | Add Android 32 to RID graph | Supports Android 12L, which will be stable most likely by summer or earlier. | steveisok | 2022-03-01T19:37:08Z | 2022-03-11T21:09:58Z | a883caa0803778084167b978281c34db8e753246 | 36a435cf12309f5119c2f5ce103af7fa28150d72 | Add Android 32 to RID graph. Supports Android 12L, which will be stable most likely by summer or earlier. | ./src/libraries/System.Text.Encodings.Web/src/Polyfills/System.Text.Rune.netstandard20.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Buffers;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Text.Encodings.Web;
using System.Diagnostics... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Buffers;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Text.Encodings.Web;
using System.Diagnostics... | -1 |
dotnet/runtime | 66,022 | Add Android 32 to RID graph | Supports Android 12L, which will be stable most likely by summer or earlier. | steveisok | 2022-03-01T19:37:08Z | 2022-03-11T21:09:58Z | a883caa0803778084167b978281c34db8e753246 | 36a435cf12309f5119c2f5ce103af7fa28150d72 | Add Android 32 to RID graph. Supports Android 12L, which will be stable most likely by summer or earlier. | ./src/libraries/System.Private.Xml/src/System/Xml/Xsl/XsltOld/CompiledAction.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Xml.Xsl.XsltOld
{
using System;
using System.Diagnostics;
using System.Xml;
using System.Xml.XPath;
internal abstract class CompiledAction : Act... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Xml.Xsl.XsltOld
{
using System;
using System.Diagnostics;
using System.Xml;
using System.Xml.XPath;
internal abstract class CompiledAction : Act... | -1 |
dotnet/runtime | 66,022 | Add Android 32 to RID graph | Supports Android 12L, which will be stable most likely by summer or earlier. | steveisok | 2022-03-01T19:37:08Z | 2022-03-11T21:09:58Z | a883caa0803778084167b978281c34db8e753246 | 36a435cf12309f5119c2f5ce103af7fa28150d72 | Add Android 32 to RID graph. Supports Android 12L, which will be stable most likely by summer or earlier. | ./src/libraries/System.Private.Xml/tests/XmlSchema/TestFiles/TestData/nmtokens_restriction_single_default_value.xsd | <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:attribute name="testatr" default="a">
<xs:simpleType>
<xs:restriction base="xs:NMTOKENS">
<xs:enumeration value="a"/>
<xs:enumeration value="b"/>
<xs:enumeration value="c"/>
<x... | <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:attribute name="testatr" default="a">
<xs:simpleType>
<xs:restriction base="xs:NMTOKENS">
<xs:enumeration value="a"/>
<xs:enumeration value="b"/>
<xs:enumeration value="c"/>
<x... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/libraries/System.Net.Quic/src/Resources/Strings.resx | <?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated wit... | <?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated wit... | 1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/libraries/System.Net.Quic/src/System.Net.Quic.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TargetFrameworks>$(NetCoreAppCurrent)-windows;$(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-FreeBSD;$(NetCoreAppCurrent)</TargetFrameworks>
<Nullable>enable</Nullable>
</PropertyGrou... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TargetFrameworks>$(NetCoreAppCurrent)-windows;$(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-FreeBSD;$(NetCoreAppCurrent)</TargetFrameworks>
<Nullable>enable</Nullable>
</PropertyGro... | 1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/libraries/System.Net.Quic/src/System/Net/Quic/Implementations/MsQuic/Internal/MsQuicApi.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics.CodeAnalysis;
using System.Runtime.InteropServices;
using static System.Net.Quic.Implementations.MsQuic.Internal.MsQuicNativeMethods;
namespace System.Net.Q... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics.CodeAnalysis;
using System.Runtime.InteropServices;
#if TARGET_WINDOWS
using Microsoft.Win32;
#endif
using static System.Net.Quic.Implementations.MsQuic.In... | 1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/libraries/System.Net.Quic/src/System/Net/Quic/Implementations/MsQuic/Interop/SafeMsQuicConfigurationHandle.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Buffers;
using System.Collections.Generic;
using System.Diagnostics;
using System.Net.Security;
using System.Reflection;
using System.Runtime.InteropServices;
using Sys... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Buffers;
using System.Collections.Generic;
using System.Diagnostics;
using System.Net.Security;
using System.Reflection;
using System.Runtime.InteropServices;
using Sys... | 1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/libraries/System.Drawing.Common/src/System/Drawing/Pen.Windows.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Drawing.Drawing2D;
using System.Runtime.InteropServices;
using Gdip = System.Drawing.SafeNativeMethods.Gdip;
namespace System.Drawing
{
public partial class Pen
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Drawing.Drawing2D;
using System.Runtime.InteropServices;
using Gdip = System.Drawing.SafeNativeMethods.Gdip;
namespace System.Drawing
{
public partial class Pen
... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/tests/BuildWasmApps/Wasm.Build.Tests/ProcessExtensions.cs | // Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Runtime.InteropServices;
using System.Thr... | // Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Runtime.InteropServices;
using System.Thr... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/libraries/System.Private.CoreLib/src/System/StringComparison.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System
{
public enum StringComparison
{
CurrentCulture = 0,
CurrentCultureIgnoreCase = 1,
InvariantCulture = 2,
InvariantCultureIgno... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System
{
public enum StringComparison
{
CurrentCulture = 0,
CurrentCultureIgnoreCase = 1,
InvariantCulture = 2,
InvariantCultureIgno... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/tests/JIT/Methodical/MDArray/DataTypes/bool_cs_r.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
<Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="bool.cs" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
<Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="bool.cs" />
</ItemGroup>
</Project>
| -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Value/ByteConverter.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Text.Json.Serialization.Converters
{
internal sealed class ByteConverter : JsonConverter<byte>
{
public ByteConverter()
{
IsInter... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Text.Json.Serialization.Converters
{
internal sealed class ByteConverter : JsonConverter<byte>
{
public ByteConverter()
{
IsInter... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/tests/JIT/HardwareIntrinsics/X86/Avx2/Avx2_r.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- It takes a long time to complete (on a non-AVX machine) -->
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<!-- https://github.com/dotnet/runtime/issues/1239... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- It takes a long time to complete (on a non-AVX machine) -->
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<!-- https://github.com/dotnet/runtime/issues/1239... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/tests/GC/Scenarios/FinalNStruct/nstructresur.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="nstructresur.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="strmap.csproj" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="nstructresur.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="strmap.csproj" />
</ItemGroup>
</Project>
| -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Int32.1.Vector128.Int32.3.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/coreclr/tools/Common/TypeSystem/RuntimeDetermined/FunctionPointerType.RuntimeDetermined.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using Debug = System.Diagnostics.Debug;
namespace Internal.TypeSystem
{
partial class FunctionPointerType
{
public override bool IsRuntimeDeterminedSubtype
{... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using Debug = System.Diagnostics.Debug;
namespace Internal.TypeSystem
{
partial class FunctionPointerType
{
public override bool IsRuntimeDeterminedSubtype
{... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/libraries/System.Composition.Hosting/src/System.Composition.Hosting.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>$(NetCoreAppCurrent);$(NetCoreAppMinimum);netstandard2.0;$(NetFrameworkMinimum)</TargetFrameworks>
<IsTrimmable>false</IsTrimmable>
<IsPackable>true</IsPackable>
<StrongNameKeyId>Microsoft</StrongNameKeyId>
<PackageDescription>Pro... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>$(NetCoreAppCurrent);$(NetCoreAppMinimum);netstandard2.0;$(NetFrameworkMinimum)</TargetFrameworks>
<IsTrimmable>false</IsTrimmable>
<IsPackable>true</IsPackable>
<StrongNameKeyId>Microsoft</StrongNameKeyId>
<PackageDescription>Pro... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/tests/JIT/Methodical/VT/etc/knight_do.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="knight.cs" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="knight.cs" />
</ItemGroup>
</Project>
| -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/libraries/System.Private.CoreLib/src/System/Collections/IEqualityComparer.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Collections
{
// An IEqualityComparer is a mechanism to consume custom performant comparison infrastructure
// that can be consumed by some of the common col... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Collections
{
// An IEqualityComparer is a mechanism to consume custom performant comparison infrastructure
// that can be consumed by some of the common col... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/tests/Interop/NativeLibrary/API/NativeLibraryTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Runtime.InteropServices;
using Xunit;
using static TestHelpers;
public class NativeLibr... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Runtime.InteropServices;
using Xunit;
using static TestHelpers;
public class NativeLibr... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/libraries/System.CodeDom/tests/System/CodeDom/CodeEventReferenceExpressionTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using Xunit;
namespace System.CodeDom.Tests
{
public class CodeEventReferenceExpressionTests : CodeObjectTestBase<CodeEventReferenceExpression>... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using Xunit;
namespace System.CodeDom.Tests
{
public class CodeEventReferenceExpressionTests : CodeObjectTestBase<CodeEventReferenceExpression>... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31748/b31748.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>
</Project>
| -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtendedByScalar.Vector128.Double.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/libraries/System.Private.Xml/tests/Readers/WrappedReader/WrappedReaderTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using OLEDB.Test.ModuleCore;
using Xunit;
namespace System.Xml.Tests
{
public partial class WrappedReaderTest : CGenericTestModule
{
[Theory]
[XmlTests(nameo... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using OLEDB.Test.ModuleCore;
using Xunit;
namespace System.Xml.Tests
{
public partial class WrappedReaderTest : CGenericTestModule
{
[Theory]
[XmlTests(nameo... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/tests/GC/Scenarios/GCSimulator/GCSimulator_362.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/libraries/System.Private.CoreLib/src/System/Runtime/ConstrainedExecution/Consistency.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Runtime.ConstrainedExecution
{
[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Runtime.ConstrainedExecution
{
[Obsolete(Obsoletions.ConstrainedExecutionRegionMessage, DiagnosticId = Obsoletions.ConstrainedExecutionRegionDiagId, UrlFormat = ... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/tests/JIT/HardwareIntrinsics/X86/Sse2/Divide.Double.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammar.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Globalization;
using System.Speech.Internal;
using System.Speech.Internal.SrgsParser;
using Syste... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Globalization;
using System.Speech.Internal;
using System.Speech.Internal.SrgsParser;
using Syste... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/tests/nativeaot/SmokeTests/DynamicGenerics/Logger.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
namespace CoreFXTestLibrary
{
public class Logger
{
public static void LogInformation(string message, params object[] args)
{
if (a... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
namespace CoreFXTestLibrary
{
public class Logger
{
public static void LogInformation(string message, params object[] args)
{
if (a... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/libraries/System.Text.Encodings.Web/tests/InboxEncoderCommonTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Buffers;
using System.Linq;
using System.Runtime.InteropServices;
using Xunit;
namespace System.Text.Encodings.Web.Tests
{
public class HtmlEncoderDefaultCommonTest... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Buffers;
using System.Linq;
using System.Runtime.InteropServices;
using Xunit;
namespace System.Text.Encodings.Web.Tests
{
public class HtmlEncoderDefaultCommonTest... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/libraries/System.Linq.Parallel/src/System/Linq/Parallel/Scheduling/SpoolingTask.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
//
// SpoolingTask.cs
//
// =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
//
// SpoolingTask.cs
//
// =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/libraries/System.Net.WebSockets/src/System/Net/WebSockets/WebSocketReceiveResult.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics;
namespace System.Net.WebSockets
{
public class WebSocketReceiveResult
{
public WebSocketReceiveResult(int count, WebSocketMessageType messa... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics;
namespace System.Net.WebSockets
{
public class WebSocketReceiveResult
{
public WebSocketReceiveResult(int count, WebSocketMessageType messa... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/libraries/Common/src/System/Security/Cryptography/Asn1/DigestInfoAsn.xml | <?xml version="1.0" encoding="utf-8" ?>
<asn:Sequence
xmlns:asn="http://schemas.dot.net/asnxml/201808/"
name="DigestInfoAsn"
namespace="System.Security.Cryptography.Asn1">
<!--
https://tools.ietf.org/html/rfc2313#section-10.1.2
DigestInfo ::= SEQUENCE {
digestAlgorithm DigestAlgorithmIdentifie... | <?xml version="1.0" encoding="utf-8" ?>
<asn:Sequence
xmlns:asn="http://schemas.dot.net/asnxml/201808/"
name="DigestInfoAsn"
namespace="System.Security.Cryptography.Asn1">
<!--
https://tools.ietf.org/html/rfc2313#section-10.1.2
DigestInfo ::= SEQUENCE {
digestAlgorithm DigestAlgorithmIdentifie... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/libraries/System.Data.OleDb/src/OleDbConnection.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.ComponentModel;
using System.Data.Common;
using System.Data.ProviderBase;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
us... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.ComponentModel;
using System.Data.Common;
using System.Data.ProviderBase;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
us... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./docs/design/features/StringDeduplication.md | # String Deduplication
## **Problem Space**
Duplicated strings have been frequently observed in managed heaps. In some user scenarios they can take up most of the heap. Folks have been doing their own string deduplication. One of our first party customers did their own deduplication and were able to reduce the heap s... | # String Deduplication
## **Problem Space**
Duplicated strings have been frequently observed in managed heaps. In some user scenarios they can take up most of the heap. Folks have been doing their own string deduplication. One of our first party customers did their own deduplication and were able to reduce the heap s... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/libraries/Microsoft.Extensions.Configuration.UserSecrets/ref/Microsoft.Extensions.Configuration.UserSecrets.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// ------------------------------------------------------------------------------
// Changes to this file must follow the https://aka.ms/api-review process.
// -----------------------... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// ------------------------------------------------------------------------------
// Changes to this file must follow the https://aka.ms/api-review process.
// -----------------------... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/UniversalCryptoDecryptor.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Diagnostics;
using System.Security.Cryptography;
using Internal.Cryptography;
namespace System.Security.Cryptography
{
//
// A cross-platform ICry... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Diagnostics;
using System.Security.Cryptography;
using Internal.Cryptography;
namespace System.Security.Cryptography
{
//
// A cross-platform ICry... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/tests/JIT/HardwareIntrinsics/General/Vector256/Add.UInt16.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/tests/JIT/Methodical/MDArray/basics/structarr_basics_cs_do.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="structarr.cs" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="structarr.cs" />
</ItemGroup>
</Project>
| -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerProvider.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Threading;
namespace Microsoft.Extensions.Logging.EventSource
{
/// <summary>
/// The provider for the <see cref="EventSourceLogger"/>.
/// </... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Threading;
namespace Microsoft.Extensions.Logging.EventSource
{
/// <summary>
/// The provider for the <see cref="EventSourceLogger"/>.
/// </... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/libraries/System.Security.Permissions/src/CompatibilitySuppressions.xml | <?xml version="1.0" encoding="utf-8"?>
<Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Suppression>
<DiagnosticId>CP0002</DiagnosticId>
<Target>M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.CopyTo(System.Array,Syst... | <?xml version="1.0" encoding="utf-8"?>
<Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Suppression>
<DiagnosticId>CP0002</DiagnosticId>
<Target>M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.CopyTo(System.Array,Syst... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/libraries/System.Text.Json/tests/System.Text.Json.SourceGeneration.Tests/Serialization/PropertyNameTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.Text.Json.Serialization;
using System.Text.Json.Serialization.Tests;
namespace System.Text.Json.SourceGeneration.Tests
{
public s... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.Text.Json.Serialization;
using System.Text.Json.Serialization.Tests;
namespace System.Text.Json.SourceGeneration.Tests
{
public s... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/tests/profiler/eventpipe/eventpipe_readevents.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
<!-- This test provides no interesting scenarios for GCStress -->
<GCStressInc... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<OutputType>exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
<!-- This test provides no interesting scenarios for GCStress -->
<GCStressInc... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest242/Generated242.il | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
.assembly extern mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 }
.assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) }
//TYPES IN ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
.assembly extern mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 }
.assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) }
//TYPES IN ... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/tests/JIT/CodeGenBringUpTests/FPFillArray_d.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="FPFillArray.cs" />
</ItemGroup>
</Pro... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="FPFillArray.cs" />
</ItemGroup>
</Pro... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/libraries/System.Memory/tests/ReadOnlySpan/SequenceCompareTo.bool.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using Xunit;
namespace System.SpanTests
{
public static partial class ReadOnlySpanTests
{
[Fact]
public static void ZeroLengthSequenceCompareTo_Bool()
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using Xunit;
namespace System.SpanTests
{
public static partial class ReadOnlySpanTests
{
[Fact]
public static void ZeroLengthSequenceCompareTo_Bool()
... | -1 |
dotnet/runtime | 66,019 | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows | fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | hwoodiwiss | 2022-03-01T19:11:55Z | 2022-03-29T16:19:44Z | d2d22812bf403b145d7eae1729754104d2c5d90f | 0eccdba3ad269ac09dceb9d53d9ed63e19d5134a | Improve `QuicImplementationProviders.MsQuic.IsSupported` for TLS1.3 On Windows. fixes #55237
Adds a registry check to detect whether TLS1.3 Has been disabled in the registry on windows.
Adds this check to MsQuic.IsSupported | ./src/libraries/System.Private.CoreLib/src/System/Numerics/Plane.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Runtime.CompilerServices;
namespace System.Numerics
{
/// <summary>Represents a plane in three-di... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Runtime.CompilerServices;
namespace System.Numerics
{
/// <summary>Represents a plane in three-di... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Compile Include="System\Collections\HashtableExtensions.cs" />
<Compile Include="Syste... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Compile Include="System\Collections\HashtableExtensions.cs" />
<Compile Include="Syste... | 1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/Symbolic/RegexNodeConverter.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.Runtime.InteropServices;
using System.Text.RegularExpr... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.Runtime.InteropServices;
using System.Text.RegularExpr... | 1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/Symbolic/SymbolicRegexMatcher.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;... | 1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/Symbolic/SymbolicRegexRunnerFactory.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics;
using System.Globalization;
namespace System.Text.RegularExpressions.Symbolic
{
/// <summary><see cref="RegexRunnerFactory"/> for symbolic regexes.</su... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics;
using System.Globalization;
namespace System.Text.RegularExpressions.Symbolic
{
/// <summary><see cref="RegexRunnerFactory"/> for symbolic regexes.</su... | 1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/Symbolic/SymbolicRegexSampler.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#if DEBUG
using System.Collections.Generic;
using System.Diagnostics;
namespace System.Text.RegularExpressions.Symbolic
{
internal sealed class SymbolicRegexSampler<S> where S ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#if DEBUG
using System.Collections.Generic;
using System.Diagnostics;
namespace System.Text.RegularExpressions.Symbolic
{
internal sealed class SymbolicRegexSampler<S> where S ... | 1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/tests/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null012.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.InteropServices;
using System;
internal class NullableTest
{
private static bool BoxUnboxToNQGen<T>(T o)
{
return ((ValueType)(object)o) == nul... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.InteropServices;
using System;
internal class NullableTest
{
private static bool BoxUnboxToNQGen<T>(T o)
{
return ((ValueType)(object)o) == nul... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/System.Reflection.Metadata/src/System/Reflection/Metadata/Signatures/MethodSignature.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Immutable;
using System.Reflection.Metadata;
namespace System.Reflection.Metadata
{
/// <summary>
/// Represents a method (definition, reference, or... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Immutable;
using System.Reflection.Metadata;
namespace System.Reflection.Metadata
{
/// <summary>
/// Represents a method (definition, reference, or... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/System.IO.Pipelines/ref/System.IO.Pipelines.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// ------------------------------------------------------------------------------
// Changes to this file must follow the https://aka.ms/api-review process.
// -----------------------... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// ------------------------------------------------------------------------------
// Changes to this file must follow the https://aka.ms/api-review process.
// -----------------------... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/System.Runtime/tests/System.Runtime.Tests.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<FeatureGenericMath>false</FeatureGenericMath>
<NoWarn>$(NoWarn),1718,SYSLIB0013</NoWarn>
<TestRuntime>true</TestRuntime>
<IncludeRemoteExecutor>true</IncludeRemoteExecutor>
<TargetFrameworks>$(NetCor... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<FeatureGenericMath>false</FeatureGenericMath>
<NoWarn>$(NoWarn),1718,SYSLIB0013</NoWarn>
<TestRuntime>true</TestRuntime>
<IncludeRemoteExecutor>true</IncludeRemoteExecutor>
<TargetFrameworks>$(NetCor... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/tests/GC/Stress/Tests/MulDimJagAry.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CLRTestKind>BuildOnly</CLRTestKind>
</PropertyGroup>
<ItemGroup>
<Compile Include="MulDimJagAry.cs" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CLRTestKind>BuildOnly</CLRTestKind>
</PropertyGroup>
<ItemGroup>
<Compile Include="MulDimJagAry.cs" />
</ItemGroup>
</Project>
| -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamAlpnTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net.Sockets;
using System.Net.Test.Common;
using System.Security.Authentication;
using System.Secur... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net.Sockets;
using System.Net.Test.Common;
using System.Security.Authentication;
using System.Secur... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/tests/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46170/b46170.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>
</Project>
| -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/tests/nativeaot/SmokeTests/PInvoke/PInvoke.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- Correctness of interop for abstract delegates cannot be guaranteed after native compilation -->
<NoWarn>$(NoWarn);IL3055</NoWarn>
<!-- Look for MULTIMODULE_BUILD #defin... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- Correctness of interop for abstract delegates cannot be guaranteed after native compilation -->
<NoWarn>$(NoWarn);IL3055</NoWarn>
<!-- Look for MULTIMODULE_BUILD #defin... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.Int16.1.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/System.IO.IsolatedStorage/src/System/IO/IsolatedStorage/Helper.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.IO.IsolatedStorage
{
internal static partial class Helper
{
private const string IsolatedStorageDirectoryName = "IsolatedStorage";
private s... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.IO.IsolatedStorage
{
internal static partial class Helper
{
private const string IsolatedStorageDirectoryName = "IsolatedStorage";
private s... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector128.Single.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.Cookies.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Net.Test.Common;
using System.Threading.Tasks;
using Microsoft.DotNet.XUnitExtensions;
usi... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Net.Test.Common;
using System.Threading.Tasks;
using Microsoft.DotNet.XUnitExtensions;
usi... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/tests/JIT/HardwareIntrinsics/Arm/Rdm.Arm64/Rdm.Arm64_ro.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<DebugType>Embedded</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="MultiplyRoundedDoublingAndAdd... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<DebugType>Embedded</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="MultiplyRoundedDoublingAndAdd... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/tests/JIT/jit64/gc/misc/test3.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="test3.cs" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="test3.cs" />
</ItemGroup>
</Project>
| -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/tests/JIT/Regression/CLR-x86-JIT/V1-M10/b09246/b09246.cs | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
public class MyClass
{
//extern modifier
public static int Main()
{
bool b = true;
int exitcode = 0;
b &= false;
... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
public class MyClass
{
//extern modifier
public static int Main()
{
bool b = true;
int exitcode = 0;
b &= false;
... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.UnitTests/System/Runtime/InteropServices/Marshal/ReleaseTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.InteropServices.Tests.Common;
using Xunit;
namespace System.Runtime.InteropServices.Tests
{
public class ReleaseTests
{
[Fact]
[SkipOnMo... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.InteropServices.Tests.Common;
using Xunit;
namespace System.Runtime.InteropServices.Tests
{
public class ReleaseTests
{
[Fact]
[SkipOnMo... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/System.Security.Cryptography.X509Certificates/tests/RSAOther.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.IO;
namespace System.Security.Cryptography.X509Certificates.Tests
{
internal class RSAOther : RSA
{
private readonly RSA _impl;
internal RSAOth... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.IO;
namespace System.Security.Cryptography.X509Certificates.Tests
{
internal class RSAOther : RSA
{
private readonly RSA _impl;
internal RSAOth... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/AesCng.Windows.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
// This file is one of a group of files (AesCng.cs, TripleDESCng.cs) that are almost identical except
// for the algorithm name. If you make a change to this file, there's a good ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
// This file is one of a group of files (AesCng.cs, TripleDESCng.cs) that are almost identical except
// for the algorithm name. If you make a change to this file, there's a good ... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.IO;
using System.Reflection;
using Microsoft.Extensions.Configuration.UserSecrets;
using Microsoft.Extensions.FileProviders;
namespace Microsoft.Extension... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.IO;
using System.Reflection;
using Microsoft.Extensions.Configuration.UserSecrets;
using Microsoft.Extensions.FileProviders;
namespace Microsoft.Extension... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/tests/JIT/Methodical/Boxing/functional/sin.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
namespace SinCalc
{
internal class SinCalc
{
protected struct CalcCtx
{
private double _powX,_sumOfTerms;
private obj... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
namespace SinCalc
{
internal class SinCalc
{
protected struct CalcCtx
{
private double _powX,_sumOfTerms;
private obj... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/System.Runtime.Serialization.Xml/tests/SerializationTestTypes/SampleIObjectRef.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.Serialization;
namespace SerializationTestTypes
{
[DataContract(IsReference = false)]
[KnownType(typeof(PublicDC))]
public class DCExp... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.Serialization;
namespace SerializationTestTypes
{
[DataContract(IsReference = false)]
[KnownType(typeof(PublicDC))]
public class DCExp... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/System.IO.Compression/src/System/IO/Compression/GZipStream.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Threading;
using System.Threading.Tasks;
namespace System.IO.Compression
{
public class... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Threading;
using System.Threading.Tasks;
namespace System.IO.Compression
{
public class... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/System.ObjectModel/tests/System/ComponentModel/TypeDescriptionProviderAttributeTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using Xunit;
namespace System.ComponentModel.Tests
{
public class TypeDescriptionProviderAttributeTests
{
[Theory]
[InlineData("")]
[InlineData("type... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using Xunit;
namespace System.ComponentModel.Tests
{
public class TypeDescriptionProviderAttributeTests
{
[Theory]
[InlineData("")]
[InlineData("type... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/System.Private.CoreLib/src/System/Runtime/MemoryFailPoint.Unix.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Runtime
{
public sealed partial class MemoryFailPoint
{
private static ulong GetTopOfMemory()
{
// These values are optimistic as... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Runtime
{
public sealed partial class MemoryFailPoint
{
private static ulong GetTopOfMemory()
{
// These values are optimistic as... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/System.ComponentModel.Annotations/src/System/ComponentModel/DataAnnotations/Schema/ForeignKeyAttribute.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Globalization;
namespace System.ComponentModel.DataAnnotations.Schema
{
/// <summary>
/// Denotes a property used as a foreign key in a relationship.
//... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Globalization;
namespace System.ComponentModel.DataAnnotations.Schema
{
/// <summary>
/// Denotes a property used as a foreign key in a relationship.
//... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/tests/JIT/Methodical/eh/basics/throwoutside_do.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="throwoutside.cs" />
</ItemGroup... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="throwoutside.cs" />
</ItemGroup... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/RuntimeBinder.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Dynamic;
using System.Linq.Expressions;
using Microsoft.... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Dynamic;
using System.Linq.Expressions;
using Microsoft.... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/System.Data.Common/tests/System/Data/MissingPrimaryKeyExceptionTest.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// Copyright (c) 2004 Mainsoft Co.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// Copyright (c) 2004 Mainsoft Co.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/X509Certificates/Asn1/ReasonFlagsAsn.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Security.Cryptography.X509Certificates.Asn1
{
// https://tools.ietf.org/html/rfc5280#section-4.2.1.13
//
// ReasonFlags ::= BIT STRING {
// unuse... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Security.Cryptography.X509Certificates.Asn1
{
// https://tools.ietf.org/html/rfc5280#section-4.2.1.13
//
// ReasonFlags ::= BIT STRING {
// unuse... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/tests/JIT/Regression/JitBlue/Runtime_53549/Runtime_53549.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.CompilerServices;
using System.Threading;
interface I
{
public Decimal F();
}
class Runtime_53549 : I
{
Decimal z;
public Decimal F(... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.CompilerServices;
using System.Threading;
interface I
{
public Decimal F();
}
class Runtime_53549 : I
{
Decimal z;
public Decimal F(... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/tests/JIT/Regression/CLR-x86-EJIT/v1-m10/b02353/b02353.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>PdbOnly</DebugType>
<NoStandardLib>Tr... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>PdbOnly</DebugType>
<NoStandardLib>Tr... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/tests/JIT/Performance/CodeQuality/Benchstones/MDBenchI/MDXposMatrix/MDXposMatrix.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<PropertyGroup>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>
<PropertyGroup>
<ProjectAsse... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<PropertyGroup>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>
<PropertyGroup>
<ProjectAsse... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/DelegateCreationInfo.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using Internal.IL;
using Internal.TypeSystem;
using Internal.Text;
using ILCompiler.DependencyAnalysis;
using Debug = System.Diagnostics.Debug;
namespace ILCompiler
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using Internal.IL;
using Internal.TypeSystem;
using Internal.Text;
using ILCompiler.DependencyAnalysis;
using Debug = System.Diagnostics.Debug;
namespace ILCompiler
... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/tests/JIT/HardwareIntrinsics/General/Vector128_1/As.Double.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/coreclr/tools/Common/TypeSystem/Common/MethodDesc.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using Internal.NativeFormat;
namespace Internal.TypeSystem
{
[Flags]
public enum MethodSignatu... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using Internal.NativeFormat;
namespace Internal.TypeSystem
{
[Flags]
public enum MethodSignatu... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlDocumentType.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics;
using System.Xml.Schema;
namespace System.Xml
{
// Contains information associated with the document type declaration.
public class XmlDocumentType... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics;
using System.Xml.Schema;
namespace System.Xml
{
// Contains information associated with the document type declaration.
public class XmlDocumentType... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/ComInterop/ComInvokeAction.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Dynamic;
using System.Linq.Expressions;
using System... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Dynamic;
using System.Linq.Expressions;
using System... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.UInt32.3.Vector64.UInt32.1.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/System.Private.DataContractSerialization/src/System/Runtime/Serialization/CollectionDataContract.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics;
namespace System.Runtime.Serialization
{
using System;
using System.Collections;
using System.Collections.Generic;
using System.Reflection;... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics;
namespace System.Runtime.Serialization
{
using System;
using System.Collections;
using System.Collections.Generic;
using System.Reflection;... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56154/b56154.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>
</Project>
| -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/System.Security.Cryptography.Pkcs/tests/Pkcs12/ShroudedKeyBagTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using Test.Cryptography;
using Xunit;
namespace System.Security.Cryptography.Pkcs.Tests.Pkcs12
{
public static class ShroudedKeyBagTests
{
private static readonly Pb... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using Test.Cryptography;
using Xunit;
namespace System.Security.Cryptography.Pkcs.Tests.Pkcs12
{
public static class ShroudedKeyBagTests
{
private static readonly Pb... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/Common/tests/System/Reflection/MockParameterInfo.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
namespace System.Reflection
{
internal abstract class MockParameterInfo : ParameterInfo
{
public override ParameterAttributes Attri... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
namespace System.Reflection
{
internal abstract class MockParameterInfo : ParameterInfo
{
public override ParameterAttributes Attri... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.UnitTests/System/Runtime/InteropServices/Marshal/ReadWrite/Int64Tests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Reflection;
using System.Reflection.Emit;
using Xunit;
#pragma warning disable CS0618 // Type or member is obsolete
namespace System.Runtime.InteropServices.Tests
{
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Reflection;
using System.Reflection.Emit;
using Xunit;
#pragma warning disable CS0618 // Type or member is obsolete
namespace System.Runtime.InteropServices.Tests
{
... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/System.Diagnostics.Tools/System.Diagnostics.Tools.sln | Microsoft Visual Studio Solution File, Format Version 12.00
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Private.CoreLib", "..\..\coreclr\System.Private.CoreLib\System.Private.CoreLib.csproj", "{4E534B56-D245-41B7-B4D0-F8AB7BCC8877}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestUt... | Microsoft Visual Studio Solution File, Format Version 12.00
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Private.CoreLib", "..\..\coreclr\System.Private.CoreLib\System.Private.CoreLib.csproj", "{4E534B56-D245-41B7-B4D0-F8AB7BCC8877}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestUt... | -1 |