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,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/tests/JIT/Methodical/Arrays/huge/huge_i4_il_r.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <RestorePackages>true</RestorePackages> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="huge_i4.il" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <RestorePackages>true</RestorePackages> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="huge_i4.il" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/mono/mono/arch/amd64/amd64-codegen.h
/* * amd64-codegen.h: Macros for generating amd64 code * * Authors: * Paolo Molaro (lupus@ximian.com) * Intel Corporation (ORP Project) * Sergey Chaban (serge@wildwestsoftware.com) * Dietmar Maurer (dietmar@ximian.com) * Patrik Torstensson * Zalman Stern * * Copyright (C) 2000 Intel Corporation....
/* * amd64-codegen.h: Macros for generating amd64 code * * Authors: * Paolo Molaro (lupus@ximian.com) * Intel Corporation (ORP Project) * Sergey Chaban (serge@wildwestsoftware.com) * Dietmar Maurer (dietmar@ximian.com) * Patrik Torstensson * Zalman Stern * * Copyright (C) 2000 Intel Corporation....
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/tests/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskStore.UInt32.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,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/coreclr/pal/tests/palsuite/c_runtime/sscanf_s/test10/test10.cpp
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /*============================================================================ ** ** Source: test10.c ** ** Purpose: Tests sscanf_s with wide characters ** ** **===================...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /*============================================================================ ** ** Source: test10.c ** ** Purpose: Tests sscanf_s with wide characters ** ** **===================...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/mono/wasm/runtime/types/emscripten.ts
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. export declare interface ManagedPointer { __brandManagedPointer: "ManagedPointer" } export declare interface NativePointer { __brandNativePointer: "NativePointer" } export ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. export declare interface ManagedPointer { __brandManagedPointer: "ManagedPointer" } export declare interface NativePointer { __brandNativePointer: "NativePointer" } export ...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Private.CoreLib/src/System/Text/DecoderExceptionFallback.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.Serialization; namespace System.Text { public sealed class DecoderExceptionFallback : Dec...
// 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.Serialization; namespace System.Text { public sealed class DecoderExceptionFallback : Dec...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/mono/mono/utils/mono-error.c
/** * \file * Error handling code * * Authors: * Rodrigo Kumpera (rkumpera@novell.com) * Copyright 2009 Novell, Inc (http://www.novell.com) * Licensed under the MIT license. See LICENSE file in the project root for full license information. */ #include <glib.h> #include <config.h> #include <mono/utils/mono-...
/** * \file * Error handling code * * Authors: * Rodrigo Kumpera (rkumpera@novell.com) * Copyright 2009 Novell, Inc (http://www.novell.com) * Licensed under the MIT license. See LICENSE file in the project root for full license information. */ #include <glib.h> #include <config.h> #include <mono/utils/mono-...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/tests/JIT/Regression/CLR-x86-JIT/V1-M10/b13466/b13466.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,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Security.Cryptography/tests/Sha384Tests.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; using System.Threading; using System.Threading.Tasks; using Xunit; namespace System.Security.Cryptography.Tests { public class Sha384Tests : HashAlgorithmTestDr...
// 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; using System.Threading; using System.Threading.Tasks; using Xunit; namespace System.Security.Cryptography.Tests { public class Sha384Tests : HashAlgorithmTestDr...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Private.Xml/tests/Xslt/TestFiles/TestData/XsltScenarios/EXslt/out/math-abs.xml
<out> <test1>22.9</test1> <test2>22.9</test2> <test3>NaN</test3> <test4>Infinity</test4> <test5>Infinity</test5> </out>
<out> <test1>22.9</test1> <test2>22.9</test2> <test3>NaN</test3> <test4>Infinity</test4> <test5>Infinity</test5> </out>
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/tests/Loader/classloader/generics/Variance/IL/Unbox005.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; public class Base {} public class Sub : Base {} public class GBase<T> {} public class GSubT<T> : GBase<T> {} public struct GTU<T,U> : IPlusT<T>, IMinusT<U>, IMinusT...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; public class Base {} public class Sub : Base {} public class GBase<T> {} public class GSubT<T> : GBase<T> {} public struct GTU<T,U> : IPlusT<T>, IMinusT<U>, IMinusT...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/tests/Loader/classloader/generics/Variance/IL/IsInst001.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="IsInst001.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="Lib.ilproj" />...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="IsInst001.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="Lib.ilproj" />...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Reflection.Metadata/tests/Metadata/Ecma335/Encoding/LabelHandleTests.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.Reflection.Metadata.Ecma335.Tests { public class LabelHandleTests { [Fact] public void Equality() { var a1 ...
// 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.Reflection.Metadata.Ecma335.Tests { public class LabelHandleTests { [Fact] public void Equality() { var a1 ...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Text.Json/gen/Resources/xlf/Strings.pt-BR.xlf
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="pt-BR"...
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="pt-BR"...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly/System.Runtime.Loader.Test.Assembly.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>$(NetCoreAppCurrent);netstandard2.0</TargetFrameworks> </PropertyGroup> <ItemGroup> <Compile Include="TestClass.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>$(NetCoreAppCurrent);netstandard2.0</TargetFrameworks> </PropertyGroup> <ItemGroup> <Compile Include="TestClass.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/tests/ilverify/ILVerificationTests.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputPath>$(BaseOutputPathWithConfig)ilverify\</OutputPath> <CLRTestPriority>1</CLRTestPriority> <!-- The test uses xunit directly and it fails to find the test assembly for some reason --> <UnloadabilityIncompatible>true</UnloadabilityIncompatible> ...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputPath>$(BaseOutputPathWithConfig)ilverify\</OutputPath> <CLRTestPriority>1</CLRTestPriority> <!-- The test uses xunit directly and it fails to find the test assembly for some reason --> <UnloadabilityIncompatible>true</UnloadabilityIncompatible> ...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Private.Xml/tests/Xslt/TestFiles/TestData/xsltc/baseline/dft12.xsl
<xsl:stylesheet version= '1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform' > <xsl:template match="/"> <xsl:for-each select="//foo"> <xsl:value-of select="."/> </xsl:for-each> </xsl:template> </xsl:stylesheet>
<xsl:stylesheet version= '1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform' > <xsl:template match="/"> <xsl:for-each select="//foo"> <xsl:value-of select="."/> </xsl:for-each> </xsl:template> </xsl:stylesheet>
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Private.Xml/tests/Xslt/TestFiles/TestData/XsltApiV2/xsltarg_multithreading1.xsl
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:myObj="urn:my-obj1"> <xsl:template match="/"> <result>Function1:<xsl:value-of select="myObj:Fn1()"/></result> </xsl:template> </xsl:stylesheet>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:myObj="urn:my-obj1"> <xsl:template match="/"> <result>Function1:<xsl:value-of select="myObj:Fn1()"/></result> </xsl:template> </xsl:stylesheet>
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/UnmanagedCallersOnlyAttribute.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.InteropServices { /// <summary> /// Any method marked with <see cref="System.Runtime.InteropServices.UnmanagedCallersOnlyAttribute" /> can be directl...
// 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.InteropServices { /// <summary> /// Any method marked with <see cref="System.Runtime.InteropServices.UnmanagedCallersOnlyAttribute" /> can be directl...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Linq.Expressions/src/System/Linq/Expressions/Interpreter/ControlFlowInstructions.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.Diagnostics.CodeAnalysis; using System.Dynamic.Utils; using System.Reflection; using System.Runtime.CompilerS...
// 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.Diagnostics.CodeAnalysis; using System.Dynamic.Utils; using System.Reflection; using System.Runtime.CompilerS...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/tests/JIT/IL_Conformance/Old/Conformance_Base/ldc_ckfinite_r4.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="ldc_ckfinite_r4.il" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="ldc_ckfinite_r4.il" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/tests/JIT/HardwareIntrinsics/X86/Sse41/Blend.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.Runtime.InteropServices; using System.Runtime.Intrinsics.X86; using System.Runtime.Intrinsics; namespace IntelHa...
// 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.Runtime.InteropServices; using System.Runtime.Intrinsics.X86; using System.Runtime.Intrinsics; namespace IntelHa...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/native/external/rapidjson/memorybuffer.h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obt...
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obt...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/tests/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ScalarFloat.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.Tasks; namespace Algorithms { // This class contains renderers that use scalar floats internal class ScalarFloatRenderer : FractalRen...
// 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.Tasks; namespace Algorithms { // This class contains renderers that use scalar floats internal class ScalarFloatRenderer : FractalRen...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/coreclr/hosts/corerun/dotenv.cpp
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #include "dotenv.hpp" #include <istream> #include <locale> #include <sstream> #include <algorithm> namespace { bool read_var_name(std::istream& file, std::string& var_name_out) ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #include "dotenv.hpp" #include <istream> #include <locale> #include <sstream> #include <algorithm> namespace { bool read_var_name(std::istream& file, std::string& var_name_out) ...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/mono/mono/tests/bug-81691.cs
using System; using System.IO; using System.Reflection; class Program { static int Main () { string assemblyFile = Path.Combine (AppDomain.CurrentDomain.BaseDirectory, "bug-81691-b.dll"); Assembly assembly = Assembly.LoadFile (assemblyFile); int i; int numExceptions = 0; for (i = 0; i < 100000; ++i) { ...
using System; using System.IO; using System.Reflection; class Program { static int Main () { string assemblyFile = Path.Combine (AppDomain.CurrentDomain.BaseDirectory, "bug-81691-b.dll"); Assembly assembly = Assembly.LoadFile (assemblyFile); int i; int numExceptions = 0; for (i = 0; i < 100000; ++i) { ...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/tests/JIT/Regression/JitBlue/DevDiv_471670/DevDiv_471670.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{} .assembly 'DevDiv_471670'{} .assembly extern xunit.core {} .class ILGEN_CLASS { .method static bool ILGEN_METHOD(float64, char, unsigned int32) { ...
// 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{} .assembly 'DevDiv_471670'{} .assembly extern xunit.core {} .class ILGEN_CLASS { .method static bool ILGEN_METHOD(float64, char, unsigned int32) { ...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Runtime.Caching/System.Runtime.Caching.sln
Microsoft Visual Studio Solution File, Format Version 12.00 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestUtilities", "..\Common\tests\TestUtilities\TestUtilities.csproj", "{4DD7C7A6-6F4C-497B-A836-20F2D4F66748}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Win32.SystemEvents", ...
Microsoft Visual Studio Solution File, Format Version 12.00 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestUtilities", "..\Common\tests\TestUtilities\TestUtilities.csproj", "{4DD7C7A6-6F4C-497B-A836-20F2D4F66748}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Win32.SystemEvents", ...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/Common/tests/System/Xml/XPath/CoreFunctionLibrary/BooleanFunctionsTests.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; using System; using System.Xml; using System.Xml.XPath; using XPathTests.Common; namespace XPathTests.FunctionalTests.CoreFunctionLibrary { /// <summary> /// Co...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Xunit; using System; using System.Xml; using System.Xml.XPath; using XPathTests.Common; namespace XPathTests.FunctionalTests.CoreFunctionLibrary { /// <summary> /// Co...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Security.Cryptography.Encoding/src/System.Security.Cryptography.Encoding.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> <IsPartialFacadeAssembly>true</IsPartialFacadeAssembly> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <Reference Include="System.Runtime" /> <Reference Include="System.Security....
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> <IsPartialFacadeAssembly>true</IsPartialFacadeAssembly> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <Reference Include="System.Runtime" /> <Reference Include="System.Security....
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.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.Configuration { public class IntegerValidator : ConfigurationValidatorBase { private readonly ValidationFlags _flags; private readonly int _m...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Configuration { public class IntegerValidator : ConfigurationValidatorBase { private readonly ValidationFlags _flags; private readonly int _m...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Data.DataSetExtensions/tests/Mono/EnumerableRowCollectionTest.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // EnumerableRowCollectionTest.cs // // Author: // Atsushi Enomoto <atsushi@ximian.com> // // Copyright (C) 2008 Novell, Inc. http://www.novell.com // // // Permission is hereb...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // EnumerableRowCollectionTest.cs // // Author: // Atsushi Enomoto <atsushi@ximian.com> // // Copyright (C) 2008 Novell, Inc. http://www.novell.com // // // Permission is hereb...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Net.HttpListener/tests/HttpListenerResponseTests.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.Linq; using System.Threading.Tasks; using Xunit; namespace System.Net.Tests { [SkipOnCoreClr("System.Net.Tests may timeout in stre...
// 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.Linq; using System.Threading.Tasks; using Xunit; namespace System.Net.Tests { [SkipOnCoreClr("System.Net.Tests may timeout in stre...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.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.Diagnostics; namespace System.Security.Cryptography.Pkcs { public sealed class SignerInfoEnumerator : IEnumerator { private re...
// 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.Diagnostics; namespace System.Security.Cryptography.Pkcs { public sealed class SignerInfoEnumerator : IEnumerator { private re...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Data.Common/src/System/Data/SQLTypes/SQLByte.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.Data.Common; using System.Runtime.InteropServices; using System.Xml; using System.Xml.Schema; using System.Xml.Serialization; using System.Diagnostics.CodeAnalysis; nam...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Data.Common; using System.Runtime.InteropServices; using System.Xml; using System.Xml.Schema; using System.Xml.Serialization; using System.Diagnostics.CodeAnalysis; nam...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ComTypes/IEnumFormatETC.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; namespace System.Runtime.InteropServices.ComTypes { /// <summary> /// The IEnumFORMATETC interface is used to enumerate an array of FORMATET...
// 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; namespace System.Runtime.InteropServices.ComTypes { /// <summary> /// The IEnumFORMATETC interface is used to enumerate an array of FORMATET...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetTimestamp.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; internal static partial class Interop { internal static partial class Sys { [GeneratedDllImport(Libraries.SystemNative, EntryPo...
// 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; internal static partial class Interop { internal static partial class Sys { [GeneratedDllImport(Libraries.SystemNative, EntryPo...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Runtime.Loader/tests/ContextualReflectionDependency/System.Runtime.Loader.Test.ContextualReflectionDependency.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> </PropertyGroup> <ItemGroup> <Compile Include="ContextualReflectionDependency.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> </PropertyGroup> <ItemGroup> <Compile Include="ContextualReflectionDependency.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/tests/JIT/IL_Conformance/Old/Conformance_Base/cgt_un_r8.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <RestorePackages>true</RestorePackages> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile...
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <RestorePackages>true</RestorePackages> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/tests/JIT/CodeGenBringUpTests/ModConst_d.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="ModConst.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="ModConst.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/tests/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i1.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 legacy library mscorlib {} .class public sub_ovf_i1 { .method public static int32 i1(int32,int32,int32) { .locals (class [mscorlib]System.OverflowException, i...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. .assembly extern legacy library mscorlib {} .class public sub_ovf_i1 { .method public static int32 i1(int32,int32,int32) { .locals (class [mscorlib]System.OverflowException, i...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/Common/src/System/CodeDom/CodeObject.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #nullable enable using System.Collections; using System.Collections.Specialized; #if CODEDOM namespace System.CodeDom #else namespace System.Runtime.Serialization #endif { #if CODE...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #nullable enable using System.Collections; using System.Collections.Specialized; #if CODEDOM namespace System.CodeDom #else namespace System.Runtime.Serialization #endif { #if CODE...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/tests/JIT/HardwareIntrinsics/General/Vector64/GreaterThanOrEqualAll.Byte.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,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/TypeLoading/General/Sentinels.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.CodeAnalysis; namespace System.Reflection.TypeLoading { // // These sentinel instances are used only for lazy-eval...
// 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.CodeAnalysis; namespace System.Reflection.TypeLoading { // // These sentinel instances are used only for lazy-eval...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Data.Common/src/System/Data/Common/DbProviderSpecificTypePropertyAttribute.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.Data.Common { [AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)] public sealed class DbProviderSpecificTypePropertyAttribut...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Data.Common { [AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)] public sealed class DbProviderSpecificTypePropertyAttribut...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Util/SmallSparseInitonlyArray.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.Composition.Hosting.Util { // Extremely performance-sensitive. // Always safe for reading, even under concurrent writes, // only one writer at a time all...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Composition.Hosting.Util { // Extremely performance-sensitive. // Always safe for reading, even under concurrent writes, // only one writer at a time all...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/coreclr/pal/src/libunwind/include/tdep-sh/libunwind_i.h
/* libunwind - a platform-independent unwind library Copyright (C) 2008 CodeSourcery Copyright (C) 2012 Tommi Rantala <tt.rantala@gmail.com> This file is part of libunwind. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Soft...
/* libunwind - a platform-independent unwind library Copyright (C) 2008 CodeSourcery Copyright (C) 2012 Tommi Rantala <tt.rantala@gmail.com> This file is part of libunwind. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Soft...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Text.Json/src/System/Text/Json/Writer/JsonWriterHelper.Date.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.Buffers.Text; using System.Diagnostics; using System.Runtime.CompilerServices; namespace System.Text.Json { internal static partial class Json...
// 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.Buffers.Text; using System.Diagnostics; using System.Runtime.CompilerServices; namespace System.Text.Json { internal static partial class Json...
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaValidity.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.Schema { public enum XmlSchemaValidity { NotKnown, Valid, Invalid, } }
// 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.Schema { public enum XmlSchemaValidity { NotKnown, Valid, Invalid, } }
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/tests/JIT/CodeGenBringUpTests/CnsLng1_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="CnsLng1.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="CnsLng1.cs" /> </ItemGroup> </Project>...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/tests/tracing/eventpipe/eventsvalidation/ExceptionThrown_V1.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.Tracing; using System.Collections.Generic; using Microsoft.Diagnostics.Tools.RuntimeClient; using Tracing.Tests.Common; namespace Tracing.Test...
// 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.Tracing; using System.Collections.Generic; using Tracing.Tests.Common; using Microsoft.Diagnostics.NETCore.Client; namespace Tracing.Tests.Exc...
1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/tests/tracing/eventpipe/eventsvalidation/ExceptionThrown_V1.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier> <OutputType>exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestPriority>1</CLRTestPriority> <UnloadabilityIncompatible>true</UnloadabilityIncompatible> <JitOpt...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier> <OutputType>exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestPriority>1</CLRTestPriority> <UnloadabilityIncompatible>true</UnloadabilityIncompatible> <JitOpt...
1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/tests/tracing/eventpipe/eventsvalidation/GCEvents.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.Tracing; using System.Collections.Generic; using Microsoft.Diagnostics.Tools.RuntimeClient; using Microsoft.Diagnostics.Tracing; using Tracing....
// 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.Tracing; using System.Collections.Generic; using Microsoft.Diagnostics.Tracing; using Tracing.Tests.Common; using Microsoft.Diagnostics.NETCore...
1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/tests/tracing/eventpipe/eventsvalidation/GCEvents.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier> <OutputType>exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestPriority>1</CLRTestPriority> <UnloadabilityIncompatible>true</UnloadabilityIncompatible> <JitOpt...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier> <OutputType>exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestPriority>1</CLRTestPriority> <UnloadabilityIncompatible>true</UnloadabilityIncompatible> <JitOpt...
1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/tests/tracing/eventpipe/eventsvalidation/GCFinalizers.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.Tracing; using System.Collections.Generic; using Microsoft.Diagnostics.Tools.RuntimeClient; using Microsoft.Diagnostics.Tracing; using Tracing....
// 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.Tracing; using System.Collections.Generic; using Microsoft.Diagnostics.NETCore.Client; using Microsoft.Diagnostics.Tracing; using Tracing.Tests...
1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/tests/tracing/eventpipe/eventsvalidation/GCFinalizers.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier> <OutputType>exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestPriority>1</CLRTestPriority> <UnloadabilityIncompatible>true</UnloadabilityIncompatible> <JitOpt...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier> <OutputType>exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestPriority>1</CLRTestPriority> <UnloadabilityIncompatible>true</UnloadabilityIncompatible> <JitOpt...
1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/libraries/System.Net.Http/tests/UnitTests/Headers/GenericHeaderParserTest/AuthenticationParserTest.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.Linq; using System.Net.Http.Headers; using System.Text; using Xunit; namespace System.Net.Http.Tests { 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; using System.Collections.Generic; using System.Linq; using System.Net.Http.Headers; using System.Text; using Xunit; namespace System.Net.Http.Tests { public class...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.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.CodeDom { public class CodePropertyReferenceExpression : CodeExpression { private string _propertyName; public CodePropertyReferenceExpressi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.CodeDom { public class CodePropertyReferenceExpression : CodeExpression { private string _propertyName; public CodePropertyReferenceExpressi...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/libraries/Common/src/Interop/Windows/Kernel32/Interop.PerformanceCounterOptions.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; internal static partial class Interop { internal static partial class Kernel32 { internal static partial class PerformanceCount...
// 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; internal static partial class Interop { internal static partial class Kernel32 { internal static partial class PerformanceCount...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/tests/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics018.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // <Area> Nullable - CastClass </Area> // <Title> Nullable type with castclass expr </Title> // <Description> // checking type of ByteE using cast expr // </Description> // <Rela...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // <Area> Nullable - CastClass </Area> // <Title> Nullable type with castclass expr </Title> // <Description> // checking type of ByteE using cast expr // </Description> // <Rela...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/tests/JIT/Methodical/divrem/div/i4div_cs_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="i4div.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="i4div.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/libraries/System.Data.Odbc/src/Common/System/Data/Common/AdapterUtil.Odbc.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; using System.IO; using System.Runtime.CompilerServices; using System.Runtime.ConstrainedExecution; using System.Runtime.Versioni...
// 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; using System.IO; using System.Runtime.CompilerServices; using System.Runtime.ConstrainedExecution; using System.Runtime.Versioni...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/TC_SchemaSet_Contains_ns.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; using Xunit.Abstractions; using System.Xml.Schema; namespace System.Xml.Tests { //[TestCase(Name = "TC_SchemaSet_Contains_ns", Desc = "")] public class TC_Schem...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Xunit; using Xunit.Abstractions; using System.Xml.Schema; namespace System.Xml.Tests { //[TestCase(Name = "TC_SchemaSet_Contains_ns", Desc = "")] public class TC_Schem...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/libraries/Common/src/System/Net/Http/aspnetcore/Http3/Helpers/VariableLengthIntegerHelper.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.Buffers.Binary; using System.Diagnostics; namespace System.Net.Http { /// <summary> /// Variable length integer encoding and decoding meth...
// 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.Buffers.Binary; using System.Diagnostics; namespace System.Net.Http { /// <summary> /// Variable length integer encoding and decoding meth...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/libraries/System.Private.CoreLib/src/System/EnvironmentVariableTarget.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 EnvironmentVariableTarget { Process = 0, User = 1, Machine = 2, } }
// 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 EnvironmentVariableTarget { Process = 0, User = 1, Machine = 2, } }
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/installer/tests/HostActivation.Tests/NativeHosting/HostContextResultExtensions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using FluentAssertions; namespace Microsoft.DotNet.CoreSetup.Test.HostActivation.NativeHosting { internal static class HostContextResultExtensions { public static An...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using FluentAssertions; namespace Microsoft.DotNet.CoreSetup.Test.HostActivation.NativeHosting { internal static class HostContextResultExtensions { public static An...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/tests/JIT/HardwareIntrinsics/X86/Sse41/TestZ.Byte.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,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/tests/JIT/jit64/hfa/main/testC/hfa_sd1C_r.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> </PropertyGroup> ...
<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> </PropertyGroup> ...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/coreclr/nativeaot/System.Private.CoreLib/src/Internal/Reflection/Augments/ReflectionAugments.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // Internal.Reflection.Augments // ------------------------------------------------- // Why does this exist?: // Also, IntrospectionServices.GetTypeInfo() and Assembly.Load() /...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // Internal.Reflection.Augments // ------------------------------------------------- // Why does this exist?: // Also, IntrospectionServices.GetTypeInfo() and Assembly.Load() /...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/libraries/Microsoft.Win32.SystemEvents/tests/SystemEvents.UserPreference.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.Runtime.InteropServices; using System.Threading; using Xunit; using static Interop; namespace Microsoft.Win32.SystemEven...
// 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.Runtime.InteropServices; using System.Threading; using Xunit; using static Interop; namespace Microsoft.Win32.SystemEven...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/tests/JIT/HardwareIntrinsics/General/Vector64_1/As.Int16.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,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/tests/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.Int64.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,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/libraries/System.Drawing.Common/tests/TrimmingTests/IconSave.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; using System.IO; /// <summary> /// Tests that Icon.Save works when the Icon is loaded from an IntPtr. /// This causes COM to be used to save the Icon. /// </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.Drawing; using System.IO; /// <summary> /// Tests that Icon.Save works when the Icon is loaded from an IntPtr. /// This causes COM to be used to save the Icon. /// </su...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/tests/JIT/Generics/Coverage/chaos56200037cs.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // /// <summary>Generic chaos types</summary> /// <remarks>CommandLine: ///<code>GenericChaos.exe /mtc:10 /mtcc:10 /mic:5 /ol:Cs /ol:Vb ///</code> ///Data: ///<code>Help: False /// M...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // /// <summary>Generic chaos types</summary> /// <remarks>CommandLine: ///<code>GenericChaos.exe /mtc:10 /mtcc:10 /mic:5 /ol:Cs /ol:Vb ///</code> ///Data: ///<code>Help: False /// M...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/libraries/System.Private.CoreLib/src/System/SpanHelpers.Char.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.Numerics; using System.Runtime.CompilerServices; using System.Runtime.Intrinsics; using System.Runtime.Intrinsics.Arm; using System.Runtime.Int...
// 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.Numerics; using System.Runtime.CompilerServices; using System.Runtime.Intrinsics; using System.Runtime.Intrinsics.Arm; using System.Runtime.Int...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/ReflectionEmitMemberAccessor.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #if NETFRAMEWORK || NETCOREAPP using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Reflection; using System.Reflection.Emi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #if NETFRAMEWORK || NETCOREAPP using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Reflection; using System.Reflection.Emi...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/libraries/System.Security.Cryptography/tests/StreamHelpers.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; using Test.Cryptography; namespace System.Security.Cryptography.Tests { internal class DataRepeatingStream : Stream { private int _remaining; ...
// 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; using Test.Cryptography; namespace System.Security.Cryptography.Tests { internal class DataRepeatingStream : Stream { private int _remaining; ...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/tests/GC/Scenarios/GCSimulator/GCSimulator_61.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <GCStressIncompatible>true</GCStressIncompatible> <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.0</CLRTestExecutionArguments> ...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <GCStressIncompatible>true</GCStressIncompatible> <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.0</CLRTestExecutionArguments> ...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/TypeForwardedFromAttribute.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.CompilerServices { [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Interface | AttributeTarge...
// 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.CompilerServices { [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Interface | AttributeTarge...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/tests/JIT/Methodical/MDArray/DataTypes/bool_cs_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="bool.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="bool.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/libraries/System.ComponentModel.Composition/src/Microsoft/Internal/ReflectionServices.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.ComponentModel.Composition; using System.Linq; using System.Reflection; using System.Diagnostics.CodeAnalysis; using Syst...
// 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.ComponentModel.Composition; using System.Linq; using System.Reflection; using System.Diagnostics.CodeAnalysis; using Syst...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/tests/Loader/classloader/generics/Constraints/Regressions/dev10_512868/dev10_512868.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. //Dev10 bug #512868: Invalid context used for generic types during constraint verification leads to BadImageFormatException using System; public class GenericNode { public Gen...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. //Dev10 bug #512868: Invalid context used for generic types during constraint verification leads to BadImageFormatException using System; public class GenericNode { public Gen...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/tests/JIT/HardwareIntrinsics/General/Vector64/Widen.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,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/tests/Loader/classloader/generics/Misc/TestWithManyParams.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // test large number of generic paramters //test large number of nested generic type isntantiations using System; public class Test_TestWithManyParams { public static int i = 0; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // test large number of generic paramters //test large number of nested generic type isntantiations using System; public class Test_TestWithManyParams { public static int i = 0; ...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/tests/JIT/HardwareIntrinsics/X86/Sse2/SqrtScalar_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="SqrtScalar.cs" /> <Compil...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> <PropertyGroup> <DebugType>Embedded</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="SqrtScalar.cs" /> <Compil...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/installer/tests/Assets/TestProjects/StandaloneApp3x/Program.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 StandaloneApp { public static class Program { public static void Main(string[] args) { Console.WriteLine("Hello World!");...
// 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 StandaloneApp { public static class Program { public static void Main(string[] args) { Console.WriteLine("Hello World!");...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/libraries/System.Reflection.Emit/tests/TypeBuilder/TypeBuilderIsGenericTypeDefinition.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.Reflection.Emit.Tests { public class TypeBuilderIsGenericTypeDefinition { [Fact] public void IsGenericTypeDefinition_GenericTyp...
// 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.Reflection.Emit.Tests { public class TypeBuilderIsGenericTypeDefinition { [Fact] public void IsGenericTypeDefinition_GenericTyp...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/libraries/System.Data.OleDb/src/OleDbException.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.ComponentModel; using System.Data.Common; using System.Diagnostics; using System.Globalization; using System.Runtime.Serialization; 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.ComponentModel; using System.Data.Common; using System.Diagnostics; using System.Globalization; using System.Runtime.Serialization; usi...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/tests/JIT/Directed/pinvoke/sin.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace JitTest { using System; using System.Text; using System.Runtime.InteropServices; internal class Test { [DllImport("msvcrt", EntryPoint = "sin",...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace JitTest { using System; using System.Text; using System.Runtime.InteropServices; internal class Test { [DllImport("msvcrt", EntryPoint = "sin",...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/tests/JIT/HardwareIntrinsics/Arm/Dp/DotProduct.Vector128.Int32.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,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.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.Permissions { #if NETCOREAPP [Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletio...
// 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.Permissions { #if NETCOREAPP [Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletio...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/tests/Loader/classloader/regressions/dev10_813331/Library2.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <OutputType>Library</OutputType> <CLRTestKind>BuildOnly</CLRTestKind> </PropertyGroup> <ItemGroup> <Compile Include="Library2.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <OutputType>Library</OutputType> <CLRTestKind>BuildOnly</CLRTestKind> </PropertyGroup> <ItemGroup> <Compile Include="Library2.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/libraries/Common/src/Interop/Windows/Advapi32/Interop.LSA_STRING.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.InteropServices; internal static partial class Interop { internal static partial class Advapi32 { [StructLayout(LayoutKind.Sequent...
// 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.InteropServices; internal static partial class Interop { internal static partial class Advapi32 { [StructLayout(LayoutKind.Sequent...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/libraries/System.Net.Mail/tests/Functional/MailAddressCollectionTest.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // MailAddressCollectionTest.cs - Unit Test Cases for System.Net.MailAddress.MailAddressCollection // // Authors: // John Luke (john.luke@gmail.com) // // (C) 2005 John Luke // ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // MailAddressCollectionTest.cs - Unit Test Cases for System.Net.MailAddress.MailAddressCollection // // Authors: // John Luke (john.luke@gmail.com) // // (C) 2005 John Luke // ...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/coreclr/pal/src/debug/debug.cpp
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /*++ Module Name: debug.c Abstract: Implementation of Win32 debugging API functions. Revision History: --*/ #include "pal/dbgmsg.h" SET_DEFAULT_DEBUG_CHANNEL(DEBU...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /*++ Module Name: debug.c Abstract: Implementation of Win32 debugging API functions. Revision History: --*/ #include "pal/dbgmsg.h" SET_DEFAULT_DEBUG_CHANNEL(DEBU...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/tests/JIT/HardwareIntrinsics/Arm/Shared/InsertScalarTest.template
// 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,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/libraries/System.Runtime.Extensions/tests/AssemblyResolveTestApp/ClassesSample.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace AssemblyResolveTestApp { public class PublicClassSample { public PublicClassSample() { } public PublicClassSample(int param) { } } class Pr...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace AssemblyResolveTestApp { public class PublicClassSample { public PublicClassSample() { } public PublicClassSample(int param) { } } class Pr...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/libraries/System.Linq.Parallel/tests/QueryOperators/GroupByTests.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.Linq.Parallel.Tests { public static class GroupByTests { private const int GroupFactor = 8; ...
// 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.Linq.Parallel.Tests { public static class GroupByTests { private const int GroupFactor = 8; ...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/native/external/brotli/tools/brotli.c
/* Copyright 2014 Google Inc. All Rights Reserved. Distributed under MIT license. See file LICENSE for detail or copy at https://opensource.org/licenses/MIT */ /* Command line interface for Brotli library. */ /* Mute strerror/strcpy warnings. */ #if !defined(_CRT_SECURE_NO_WARNINGS) #define _CRT_SECURE_NO_WARN...
/* Copyright 2014 Google Inc. All Rights Reserved. Distributed under MIT license. See file LICENSE for detail or copy at https://opensource.org/licenses/MIT */ /* Command line interface for Brotli library. */ /* Mute strerror/strcpy warnings. */ #if !defined(_CRT_SECURE_NO_WARNINGS) #define _CRT_SECURE_NO_WARN...
-1
dotnet/runtime
66,110
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client
Fixes https://github.com/dotnet/runtime/issues/66099
mdh1418
2022-03-02T21:21:59Z
2022-03-03T01:22:51Z
48b6648e2f8ac01b24f26fc563d831f408e14795
73471b51fb55198bc089f342cd75e077cc4762a8
[tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099
./src/libraries/System.Threading.Tasks.Parallel/src/Resources/Strings.resx
<root> <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> <xsd:element name="root" msdata:IsDataSet="true"> <xsd:complexType> <xsd:choice maxOccurs="unbo...
<root> <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> <xsd:element name="root" msdata:IsDataSet="true"> <xsd:complexType> <xsd:choice maxOccurs="unbo...
-1