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,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/tests/JIT/Regression/JitBlue/GitHub_21625/GitHub_21625.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.Intrinsics; using System.Runtime.Intrinsics.X86; namespace GitHub_21625 { public class 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.Runtime.CompilerServices; using System.Runtime.Intrinsics; using System.Runtime.Intrinsics.X86; namespace GitHub_21625 { public class test { ...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/libraries/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/CSharpInvokeConstructorBinder.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Dynamic; using System.Numerics.Hashing; using Microsoft.CSharp.RuntimeBinder.Seman...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Dynamic; using System.Numerics.Hashing; using Microsoft.CSharp.RuntimeBinder.Seman...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/libraries/System.Reflection.Metadata/tests/PortableExecutable/PEBuilderTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Collections.Immutable; using System.IO; using System.Linq; using System.Reflection.Metadata; using System.Reflection.Metadata.Ecma335; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Collections.Immutable; using System.IO; using System.Linq; using System.Reflection.Metadata; using System.Reflection.Metadata.Ecma335; ...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/tests/JIT/Regression/JitBlue/Runtime_31615/Runtime_31615.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.Numerics; using System.Runtime.CompilerServices; // Tests for the contiguous assignments from SIMD to memory // optimization in morph struct V2 { pub...
// 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.Numerics; using System.Runtime.CompilerServices; // Tests for the contiguous assignments from SIMD to memory // optimization in morph struct V2 { pub...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector128.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,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/tests/GC/Stress/Tests/LeakGenThrd.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.Threading; using System; using System.IO; // Licensed under the MIT license. See LICENSE file in the project root for full license information. // namespace LGen { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Threading; using System; using System.IO; // Licensed under the MIT license. See LICENSE file in the project root for full license information. // namespace LGen { ...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Serialization/ContinuationTests.NullToken.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.IO; using System.Threading.Tasks; using Xunit; namespace System.Text.Json.Serialization.Tests { public static partial class Conti...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.IO; using System.Threading.Tasks; using Xunit; namespace System.Text.Json.Serialization.Tests { public static partial class Conti...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/installer/tests/HostActivation.Tests/FrameworkResolution/IncludedFrameworksSettings.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Microsoft.DotNet.Cli.Build; using Microsoft.DotNet.Cli.Build.Framework; using Xunit; namespace Microsoft.DotNet.CoreSetup.Test.HostActivation.FrameworkResolution { public ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Microsoft.DotNet.Cli.Build; using Microsoft.DotNet.Cli.Build.Framework; using Xunit; namespace Microsoft.DotNet.CoreSetup.Test.HostActivation.FrameworkResolution { public ...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/tests/JIT/HardwareIntrinsics/General/Vector64_1/op_BitwiseAnd.Int64.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,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/tests/JIT/HardwareIntrinsics/X86/AvxVnni/MultiplyWideningAndAdd.Int16.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; using System.Runtime.Intrinsics.X86; using System.Text.Reg...
// 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; using System.Runtime.Intrinsics.X86; using System.Text.Reg...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/tests/GC/Scenarios/GCSimulator/GCSimulator_389.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <GCStressIncompatible>true</GCStressIncompatible> <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments> ...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <GCStressIncompatible>true</GCStressIncompatible> <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments> ...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector64.SByte.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,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.UnitTests/System/Runtime/InteropServices/UnknownWrapperTests.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.Runtime.InteropServices.Tests { public class UnknownWrapperTests { [Theory] [InlineData(null)] [InlineData(1)] ...
// 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.Runtime.InteropServices.Tests { public class UnknownWrapperTests { [Theory] [InlineData(null)] [InlineData(1)] ...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/tests/JIT/SIMD/Ctors_ro.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="Ctors.cs" /> <Compile Include="VectorUtil.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="Ctors.cs" /> <Compile Include="VectorUtil.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/tests/JIT/Methodical/explicit/coverage/seq_short_1_r.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <CLRTestPriority>1</CLRTestPriority> <AllowUnsafeBlocks>True</AllowUnsafeBlocks> <DebugType>None</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="seq_short_1.cs" /> <Compile Include="body_short.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <CLRTestPriority>1</CLRTestPriority> <AllowUnsafeBlocks>True</AllowUnsafeBlocks> <DebugType>None</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="seq_short_1.cs" /> <Compile Include="body_short.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/BerConverter.Windows.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections; using System.Diagnostics; using System.Runtime.InteropServices; namespace System.DirectoryServices.Protocols { public static partial class BerConverter...
// 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; using System.Runtime.InteropServices; namespace System.DirectoryServices.Protocols { public static partial class BerConverter...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/tests/JIT/opt/Devirtualization/EqualityComparer_GitHub_10050.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; class EqualityComparer_GitHub_10050 { // Would like to see just one call to Default per call to Hoist public static int Hoist...
// 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; class EqualityComparer_GitHub_10050 { // Would like to see just one call to Default per call to Hoist public static int Hoist...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/tests/JIT/CodeGenBringUpTests/JTrue1_ro.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="JTrue1.cs" /> </ItemGroup> </Projec...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="JTrue1.cs" /> </ItemGroup> </Projec...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/tests/JIT/Regression/JitBlue/GitHub_19361/GitHub_19361.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // The test exposed a bug in CORINFO_HELP_ASSIGN_BYREF GC kill set on Unix x64. // that caused segfault. using System; using System.Collections.Generic; using System.Linq; using Sys...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // The test exposed a bug in CORINFO_HELP_ASSIGN_BYREF GC kill set on Unix x64. // that caused segfault. using System; using System.Collections.Generic; using System.Linq; using Sys...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/libraries/System.Net.NetworkInformation/src/System/Net/NetworkInformation/PrefixOrigin.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.Net.NetworkInformation { /// <summary> /// Specifies how an IP address network prefix was located. /// </summary> public enum PrefixOrigin { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Net.NetworkInformation { /// <summary> /// Specifies how an IP address network prefix was located. /// </summary> public enum PrefixOrigin { ...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/tests/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99969/b99969.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <!-- Issue https://github.com/dotnet/runtime/issues/50381 --> <GCStressIncompatible Condition="'$(TargetArchitecture)' == 'arm64' and '$(TargetOS)' == 'OSX'">true</GCStressIncompatible> </PropertyGroup> <PropertyGroup> ...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <!-- Issue https://github.com/dotnet/runtime/issues/50381 --> <GCStressIncompatible Condition="'$(TargetArchitecture)' == 'arm64' and '$(TargetOS)' == 'OSX'">true</GCStressIncompatible> </PropertyGroup> <PropertyGroup> ...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/coreclr/tools/aot/ILCompiler.Diagnostics/ILCompilerComWrappers.cs
using System; using System.Collections; using System.Diagnostics; using System.Runtime.InteropServices; namespace Microsoft.DiaSymReader { internal unsafe sealed class ILCompilerComWrappers : ComWrappers { protected override unsafe ComInterfaceEntry* ComputeVtables(object obj, CreateComInterfaceFlags ...
using System; using System.Collections; using System.Diagnostics; using System.Runtime.InteropServices; namespace Microsoft.DiaSymReader { internal unsafe sealed class ILCompilerComWrappers : ComWrappers { protected override unsafe ComInterfaceEntry* ComputeVtables(object obj, CreateComInterfaceFlags ...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.UnitTests/System/Runtime/InteropServices/Marshal/GetTypedObjectForIUnknownTests.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.Reflection; using System.Reflection.Emit; using System.Runtime.InteropServices.Tests.Common; using Xunit; namespace 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.Collections.Generic; using System.Reflection; using System.Reflection.Emit; using System.Runtime.InteropServices.Tests.Common; using Xunit; namespace System.Runtime.Int...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/tests/JIT/Directed/StructABI/StructWithOverlappingFields.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="StructWithOverlappingFields.cs" /> ...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="StructWithOverlappingFields.cs" /> ...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/coreclr/tools/aot/ILCompiler.DependencyAnalysisFramework/NoLogStrategy.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.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ILCompiler.DependencyAnalysisFramework...
// 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.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ILCompiler.DependencyAnalysisFramework...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/coreclr/pal/tests/palsuite/c_runtime/fprintf/test4/test4.cpp
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /*============================================================================ ** ** Source: test4.c (fprintf) ** ** Purpose: Tests the pointer specifier (%p). ** ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /*============================================================================ ** ** Source: test4.c (fprintf) ** ** Purpose: Tests the pointer specifier (%p). ** ...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/libraries/System.Text.Json/src/System/Text/Json/JsonCommentHandling.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Text.Json { /// <summary> /// This enum defines the various ways the <see cref="Utf8JsonReader"/> can deal with comments. /// </summary> public enum ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Text.Json { /// <summary> /// This enum defines the various ways the <see cref="Utf8JsonReader"/> can deal with comments. /// </summary> public enum ...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/libraries/System.Speech/src/Internal/SrgsCompiler/SemanticTag.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.Speech.Internal.SrgsParser; namespace System.Speech.Internal.SrgsCompiler { internal sealed class SemanticTag : ParseElement, ISemanticTag { #region Con...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Speech.Internal.SrgsParser; namespace System.Speech.Internal.SrgsCompiler { internal sealed class SemanticTag : ParseElement, ISemanticTag { #region Con...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/tests/Loader/classloader/regressions/451034/LoadType.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="LoadType.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="Type.ilproj" />...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="LoadType.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="Type.ilproj" />...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReadStack.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Text.Json.Serialization; using System.Text.J...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Text.Json.Serialization; using System.Text.J...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/tests/GC/Scenarios/GCSimulator/GCSimulator_322.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <GCStressIncompatible>true</GCStressIncompatible> <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments> ...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <GCStressIncompatible>true</GCStressIncompatible> <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments> ...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/libraries/System.ComponentModel.Composition.Registration/tests/System/ComponentModel/Composition/Registration/RegistrationBuilderExportFuncTests.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.Composition.Hosting; using Xunit; namespace System.ComponentModel.Composition.Registration.Tests { public class RegistrationBuilderExportFuncUnitTest...
// 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.Composition.Hosting; using Xunit; namespace System.ComponentModel.Composition.Registration.Tests { public class RegistrationBuilderExportFuncUnitTest...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./.git/hooks/pre-receive.sample
#!/bin/sh # # An example hook script to make use of push options. # The example simply echoes all push options that start with 'echoback=' # and rejects all pushes when the "reject" push option is used. # # To enable this hook, rename this file to "pre-receive". if test -n "$GIT_PUSH_OPTION_COUNT" then i=0 while tes...
#!/bin/sh # # An example hook script to make use of push options. # The example simply echoes all push options that start with 'echoback=' # and rejects all pushes when the "reject" push option is used. # # To enable this hook, rename this file to "pre-receive". if test -n "$GIT_PUSH_OPTION_COUNT" then i=0 while tes...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/tests/JIT/Regression/JitBlue/Runtime_57061/Runtime_57061_3.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/tests/JIT/opt/OSR/integersumloop.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; using System.Runtime.CompilerServices; class IntegerSumLoop { [MethodImpl(MethodImplOptions.NoInlining)] public static int F(int from...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; using System.Runtime.CompilerServices; class IntegerSumLoop { [MethodImpl(MethodImplOptions.NoInlining)] public static int F(int from...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/tests/JIT/jit64/gc/misc/vbil.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="vbil.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="vbil.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./eng/pipelines/coreclr/libraries-gcstress-extra.yml
trigger: none # This pipeline currently has too many failures to be enabled by schedule. # schedules: # - cron: "0 10 * * 0" # displayName: Sun at 2:00 AM (UTC-8:00) # branches: # include: # - main # always: true jobs: # # Build CoreCLR checked and libraries Release # - template: /eng/pipelines/common/...
trigger: none # This pipeline currently has too many failures to be enabled by schedule. # schedules: # - cron: "0 10 * * 0" # displayName: Sun at 2:00 AM (UTC-8:00) # branches: # include: # - main # always: true jobs: # # Build CoreCLR checked and libraries Release # - template: /eng/pipelines/common/...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/libraries/System.Private.CoreLib/src/System/IO/Strategies/FileStreamHelpers.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.Serialization; using Microsoft.Win32.SafeHandles; namespace System.IO.Strategies { internal static partial class FileStreamHelpers { /// <summar...
// 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.Serialization; using Microsoft.Win32.SafeHandles; namespace System.IO.Strategies { internal static partial class FileStreamHelpers { /// <summar...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/coreclr/nativeaot/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyLoadContext.CoreRT.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Reflection; using System.Runtime.InteropServices; using Internal.Reflection.Augments; // This type is just stubbed out to be harmonious with CoreCLR namespace System.R...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Reflection; using System.Runtime.InteropServices; using Internal.Reflection.Augments; // This type is just stubbed out to be harmonious with CoreCLR namespace System.R...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest901/Generated901.il
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. .assembly extern mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } //TYPES IN ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. .assembly extern mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } //TYPES IN ...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/tests/JIT/Directed/array-il/complex3.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 System.Console { .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A ) .ver 4:0:0:0 } .assembly extern xunit.core {} .assembly extern legacy library mscorlib {} .assembl...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. .assembly extern System.Console { .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A ) .ver 4:0:0:0 } .assembly extern xunit.core {} .assembly extern legacy library mscorlib {} .assembl...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/tests/JIT/HardwareIntrinsics/X86/Avx2/AddSaturate_r.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> <PropertyGroup> <DebugType>Embedded</DebugType> <Optimize /> </PropertyGroup> <ItemGroup> <Compile Include="AddSaturate.cs" /> </ItemGroup> </Projec...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> <PropertyGroup> <DebugType>Embedded</DebugType> <Optimize /> </PropertyGroup> <ItemGroup> <Compile Include="AddSaturate.cs" /> </ItemGroup> </Projec...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/tests/JIT/IL_Conformance/Old/Base/ceq.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 {} .assembly 'ceq'{} .class public _ceq { .field public static int32 i4 .field public static int64 i8 .field public static float32 r...
// 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 {} .assembly 'ceq'{} .class public _ceq { .field public static int32 i4 .field public static int64 i8 .field public static float32 r...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/tests/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b33183/b33183.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // /* csc /o+ InlineRecursion.cs Expected: Caught DivideByZeroException: System.DivideByZeroException: Attempted to divide by zero. at MainApp.Foo() ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // /* csc /o+ InlineRecursion.cs Expected: Caught DivideByZeroException: System.DivideByZeroException: Attempted to divide by zero. at MainApp.Foo() ...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/tests/JIT/HardwareIntrinsics/X86/Avx1/CompareLessThanOrEqual.Single.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CompilerGlobalScopeAttribute.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 { // Attribute used to communicate to the VS7 debugger that a class should be treated as if it has global scope. [AttributeUsage(At...
// 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 { // Attribute used to communicate to the VS7 debugger that a class should be treated as if it has global scope. [AttributeUsage(At...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/tests/JIT/Regression/JitBlue/DevDiv_544983/DevDiv_544983.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).il" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).il" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/libraries/Microsoft.Extensions.Primitives/src/ChangeToken.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; using System.Threading; namespace Microsoft.Extensions.Primitives { /// <summary> /// Propagates notifications that a change has occu...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; using System.Threading; namespace Microsoft.Extensions.Primitives { /// <summary> /// Propagates notifications that a change has occu...
-1
dotnet/runtime
66,142
Use RegexGenerator in System.Private.Xml
Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
stephentoub
2022-03-03T14:28:29Z
2022-03-04T11:33:07Z
4a9d77052206d01ab5a62f16fb44f2f2a168babf
9053aa1e66ab7c1af7a14e649fb0bf0b0c501cde
Use RegexGenerator in System.Private.Xml. Closes https://github.com/dotnet/runtime/issues/62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).
./src/tests/JIT/Directed/PREFIX/PrimitiveVT/callconv2_cs_r.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType /> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="callc...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType /> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="callc...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./.github/fabricbot/Makefile
generate: node scripts/updateAreaPodConfigs.js .DEFAULT_GOAL := generate
generate: node updateAreaPodConfigs.js .DEFAULT_GOAL := generate
1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./.github/fabricbot/README.md
# FabricBot scripts Contains scripts used for generating FabricBot automation for the area pod issue/PR project boards. Scripts require nodejs to run: ```bash $ node scripts/updateAreaPodConfigs.js ``` or if your system has `make` ```bash $ make ``` Running the script will generate JSON configuration files under t...
# FabricBot scripts Contains scripts used for generating FabricBot automation for the area pod issue/PR project boards. Scripts require nodejs to run: ```bash $ node updateAreaPodConfigs.js ``` or if your system has `make` ```bash $ make ``` Running the script will generate JSON configuration files under the `gene...
1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./.github/fabricbot/generated/areapods-dotnet-api-docs.json
[ { "taskType": "trigger", "capabilityId": "IssueResponder", "subCapability": "IssuesOnlyResponder", "version": "1.0", "config": { "conditions": { "operator": "and", "operands": [ { "operator": "or", "operands": [ { ...
[ { "taskType": "trigger", "capabilityId": "IssueResponder", "subCapability": "IssuesOnlyResponder", "version": "1.0", "config": { "conditions": { "operator": "and", "operands": [ { "operator": "or", "operands": [ { ...
1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./.github/fabricbot/generated/areapods-machinelearning.json
[ { "taskType": "trigger", "capabilityId": "IssueResponder", "subCapability": "IssuesOnlyResponder", "version": "1.0", "config": { "conditions": { "operator": "and", "operands": [ { "operator": "or", "operands": [ { ...
[ { "taskType": "trigger", "capabilityId": "IssueResponder", "subCapability": "IssuesOnlyResponder", "version": "1.0", "config": { "conditions": { "operator": "and", "operands": [ { "operator": "or", "operands": [ { ...
1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./.github/fabricbot/generated/areapods-runtime.json
[ { "taskType": "trigger", "capabilityId": "IssueResponder", "subCapability": "IssuesOnlyResponder", "version": "1.0", "config": { "conditions": { "operator": "and", "operands": [ { "operator": "or", "operands": [ { ...
[ { "taskType": "trigger", "capabilityId": "IssueResponder", "subCapability": "IssuesOnlyResponder", "version": "1.0", "config": { "conditions": { "operator": "and", "operands": [ { "operator": "or", "operands": [ { ...
1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./src/libraries/System.Runtime.Loader/tests/ApplyUpdate/System.Reflection.Metadata.ApplyUpdate.Test.AddStaticLambda/deltascript.json
{ "changes": [ {"document": "AddStaticLambda.cs", "update": "AddStaticLambda_v1.cs"}, ] }
{ "changes": [ {"document": "AddStaticLambda.cs", "update": "AddStaticLambda_v1.cs"}, ] }
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./src/mono/System.Private.CoreLib/README.md
# System.Private.CoreLib for Mono Runtime This folder contains the Mono runtime-specific portion of System.Private.CoreLib.dll. See [/src/libraries/System.Private.CoreLib/src/](/src/libraries/System.Private.CoreLib/src/README.md) for more details.
# System.Private.CoreLib for Mono Runtime This folder contains the Mono runtime-specific portion of System.Private.CoreLib.dll. See [/src/libraries/System.Private.CoreLib/src/](/src/libraries/System.Private.CoreLib/src/README.md) for more details.
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./docs/design/features/hosting-layer-apis.md
# Hosting layer APIs Functionality for advanced hosting scenarios is exposed on the `hostfxr` and `hostpolicy` libraries through C-style APIs. The `char_t` strings in the below API descriptions are defined based on the platform: * Windows - UTF-16 (2-byte `wchar_t`) * Note that `wchar_t` is defined as a [native...
# Hosting layer APIs Functionality for advanced hosting scenarios is exposed on the `hostfxr` and `hostpolicy` libraries through C-style APIs. The `char_t` strings in the below API descriptions are defined based on the platform: * Windows - UTF-16 (2-byte `wchar_t`) * Note that `wchar_t` is defined as a [native...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./docs/design/coreclr/jit/Optimization of Heap Access in Value Numbering.md
# Optimization of Heap Access in Value Numbering CLR Jit Team, Jan 2013 **Note:** this is a document written a number of years ago outlining a plan for Jit development. There is no guarantee that what is described here has been implemented, or was implemented as described. ## Introduction The heap memory modeling cu...
# Optimization of Heap Access in Value Numbering CLR Jit Team, Jan 2013 **Note:** this is a document written a number of years ago outlining a plan for Jit development. There is no guarantee that what is described here has been implemented, or was implemented as described. ## Introduction The heap memory modeling cu...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./docs/coding-guidelines/breaking-change-rules.md
Breaking Change Rules ===================== * [Behavioral Changes](#behavioral-changes) * [Property, Field, Parameter and Return Values](#property-field-parameter-and-return-values) * [Exceptions](#exceptions) * [Platform Support](#platform-support) * [Code](#code) * [Source and Binary Compatibility Chang...
Breaking Change Rules ===================== * [Behavioral Changes](#behavioral-changes) * [Property, Field, Parameter and Return Values](#property-field-parameter-and-return-values) * [Exceptions](#exceptions) * [Platform Support](#platform-support) * [Code](#code) * [Source and Binary Compatibility Chang...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./docs/workflow/testing/libraries/testing-wasm.md
# Testing Libraries on WebAssembly ## Prerequisites ### Using JavaScript engines In order to be able to run tests, the following JavaScript engines should be installed: - V8 - JavaScriptCore - SpiderMonkey They can be installed as a part of [jsvu](https://github.com/GoogleChromeLabs/jsvu). Please make sure that a ...
# Testing Libraries on WebAssembly ## Prerequisites ### Using JavaScript engines In order to be able to run tests, the following JavaScript engines should be installed: - V8 - JavaScriptCore - SpiderMonkey They can be installed as a part of [jsvu](https://github.com/GoogleChromeLabs/jsvu). Please make sure that a ...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./src/mono/sample/wasm/browser-nextjs/README.md
## Sample for React component in the NextJs app. Shows how to create react component and re-use runtime instance, when the component is instantiated multiple times. ``` dotnet build /p:TargetOS=Browser /p:TargetArchitecture=wasm /p:Configuration=Debug /t:RunSample ```
## Sample for React component in the NextJs app. Shows how to create react component and re-use runtime instance, when the component is instantiated multiple times. ``` dotnet build /p:TargetOS=Browser /p:TargetArchitecture=wasm /p:Configuration=Debug /t:RunSample ```
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./docs/workflow/building/libraries/README.md
# Build ## Quick Start Here is one example of a daily workflow for a developer working mainly on the libraries, in this case using Windows: ```cmd :: From root: git clean -xdf git pull upstream main & git push origin main :: Build Debug libraries on top of Release runtime: build.cmd clr+libs -rc Release :: Performin...
# Build ## Quick Start Here is one example of a daily workflow for a developer working mainly on the libraries, in this case using Windows: ```cmd :: From root: git clean -xdf git pull upstream main & git push origin main :: Build Debug libraries on top of Release runtime: build.cmd clr+libs -rc Release :: Performin...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./src/libraries/Microsoft.VisualBasic.Core/README.md
# Microsoft.VisualBasic.Core library We are not accepting feature contributions to Microsoft.VisualBasic.Core. The library is effectively archived. The library and supporting language features are mature and no longer evolving, and the risk of code change likely exceeds the benefit. We will consider changes that addr...
# Microsoft.VisualBasic.Core library We are not accepting feature contributions to Microsoft.VisualBasic.Core. The library is effectively archived. The library and supporting language features are mature and no longer evolving, and the risk of code change likely exceeds the benefit. We will consider changes that addr...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./docs/design/coreclr/jit/first-class-structs.md
First Class Structs =================== Objectives ---------- Primary Objectives - Avoid forcing structs to the stack if they are only assigned to/from, or passed to/returned from a call or intrinsic - Including SIMD types as well as other pointer-sized-or-less struct types - Enable enregistration of structs that ...
First Class Structs =================== Objectives ---------- Primary Objectives - Avoid forcing structs to the stack if they are only assigned to/from, or passed to/returned from a call or intrinsic - Including SIMD types as well as other pointer-sized-or-less struct types - Enable enregistration of structs that ...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./docs/design/coreclr/jit/JitOptimizerPlanningGuide.md
JIT Optimizer Planning Guide ============================ The goal of this document is to capture some thinking about the process used to prioritize and validate optimizer investments. The overriding goal of such investments is to help ensure that the dotnet platform satisfies developers' performance needs. Benchma...
JIT Optimizer Planning Guide ============================ The goal of this document is to capture some thinking about the process used to prioritize and validate optimizer investments. The overriding goal of such investments is to help ensure that the dotnet platform satisfies developers' performance needs. Benchma...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./docs/coding-guidelines/breaking-changes.md
# Breaking Changes We take compatibility in .NET Framework and .NET Core extremely seriously. We use the [breaking change process](../project/breaking-change-process.md) to manage and consider potential breaking changes. Although .NET Core can be deployed app local, we are engineering it such that portable libraries ...
# Breaking Changes We take compatibility in .NET Framework and .NET Core extremely seriously. We use the [breaking change process](../project/breaking-change-process.md) to manage and consider potential breaking changes. Although .NET Core can be deployed app local, we are engineering it such that portable libraries ...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./docs/project/profiling-api-status.md
# Status of CoreCLR Profiler APIs Below is a table of the version of CoreCLR that profiler support and testing was completed. Profiling may work prior to these versions, but there may be bugs and missing features. | | Windows | Linux | OSX | | ----- | ------- | ----- | --- | | x64 | 2.1 | 2.1 | 3.1 | | ...
# Status of CoreCLR Profiler APIs Below is a table of the version of CoreCLR that profiler support and testing was completed. Profiling may work prior to these versions, but there may be bugs and missing features. | | Windows | Linux | OSX | | ----- | ------- | ----- | --- | | x64 | 2.1 | 2.1 | 3.1 | | ...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./docs/workflow/testing/mono/testing.md
# Running test suites using Mono Before running tests, [build Mono](../../building/mono/README.md) using the desired configuration. ## Runtime Tests ### Desktop Mono: To build the runtime tests for Mono JIT or interpreter: 1. Build test host (corerun) - From the `$(REPO_ROOT)`: ``` ./build.sh clr.hosts -c <release...
# Running test suites using Mono Before running tests, [build Mono](../../building/mono/README.md) using the desired configuration. ## Runtime Tests ### Desktop Mono: To build the runtime tests for Mono JIT or interpreter: 1. Build test host (corerun) - From the `$(REPO_ROOT)`: ``` ./build.sh clr.hosts -c <release...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./src/mono/nuget/Microsoft.NET.Workload.Mono.Toolchain.Manifest/localize/WorkloadManifest.ru.json
{ "workloads/wasm-tools/description": "Средства сборки WebAssembly .NET" }
{ "workloads/wasm-tools/description": "Средства сборки WebAssembly .NET" }
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./docs/workflow/building/coreclr/linux-instructions.md
Build CoreCLR on Linux ====================== This guide will walk you through building CoreCLR on Linux. First, set up your environment to build using the instructions [here](../../requirements/linux-requirements.md). Choose one of the following options for building. [Build using Docker](#Build-using-Docker) [Bui...
Build CoreCLR on Linux ====================== This guide will walk you through building CoreCLR on Linux. First, set up your environment to build using the instructions [here](../../requirements/linux-requirements.md). Choose one of the following options for building. [Build using Docker](#Build-using-Docker) [Bui...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./docs/design/features/standalone-gc-loading.md
# Standalone GC Loader Design Author: Sean Gillespie (@swgillespie) - 2017 This document aims to provide a specification for how a standalone GC is to be loaded and what is to happen in the case of version mismatches. ## Definitions Before diving in to the specification, it's useful to precisely define some terms t...
# Standalone GC Loader Design Author: Sean Gillespie (@swgillespie) - 2017 This document aims to provide a specification for how a standalone GC is to be loaded and what is to happen in the case of version mismatches. ## Definitions Before diving in to the specification, it's useful to precisely define some terms t...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./src/mono/sample/wasm/browser-webpack/README.md
## Sample for packaging dotnet.js via WebPack ``` dotnet build /p:TargetOS=Browser /p:TargetArchitecture=wasm /p:Configuration=Debug /t:RunSample ```
## Sample for packaging dotnet.js via WebPack ``` dotnet build /p:TargetOS=Browser /p:TargetArchitecture=wasm /p:Configuration=Debug /t:RunSample ```
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./docs/design/coreclr/jit/ryujit-tutorial.md
# RyuJIT Tutorial ## .NET Dynamic Code Execution ### .NET Runtime - An implementation of the Common Language Infrastructure [ECMA 335] - Supports multiple languages, including C#, F# and VB - RyuJIT is the "next generation" just in time compiler for .NET - Sources are at https://github.com/dotnet/runtime/tree/main/...
# RyuJIT Tutorial ## .NET Dynamic Code Execution ### .NET Runtime - An implementation of the Common Language Infrastructure [ECMA 335] - Supports multiple languages, including C#, F# and VB - RyuJIT is the "next generation" just in time compiler for .NET - Sources are at https://github.com/dotnet/runtime/tree/main/...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./src/installer/pkg/README.md
THIRD-PARTY-NOTICES.TXT in this directory contains TPNs from all repos that contribute to installer packages that install files under dotnet directory. This file is included in .NET Host installer package and installed to dotnet directory. It should be updated, manually or automatically to include new TPNs for each re...
THIRD-PARTY-NOTICES.TXT in this directory contains TPNs from all repos that contribute to installer packages that install files under dotnet directory. This file is included in .NET Host installer package and installed to dotnet directory. It should be updated, manually or automatically to include new TPNs for each re...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./.github/workflows/markdownlint-problem-matcher.json
{ "problemMatcher": [ { "owner": "markdownlint", "pattern": [ { "regexp": "^([^:]*):(\\d+):?(\\d+)?\\s([\\w-\\/]*)\\s(.*)$", "file": 1, "line": 2, "column": 3, "code": ...
{ "problemMatcher": [ { "owner": "markdownlint", "pattern": [ { "regexp": "^([^:]*):(\\d+):?(\\d+)?\\s([\\w-\\/]*)\\s(.*)$", "file": 1, "line": 2, "column": 3, "code": ...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./src/mono/nuget/Microsoft.NET.Workload.Mono.Toolchain.Manifest/localize/WorkloadManifest.zh-Hant.json
{ "workloads/wasm-tools/description": ".NET WebAssembly 組建工具" }
{ "workloads/wasm-tools/description": ".NET WebAssembly 組建工具" }
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./src/mono/mono/tests/metadata-verifier/resources-tests.md
resources-master-directory { #This assembly has a regular resource and a linked resource #LAMEIMPL MS doesn't validate those. assembly assembly-with-resource.exe #the resource directory table is 16 bytes long invalid offset pe-optional-header + 116 set-uint 0 invalid offset pe-optional-header + 116 set-uint 15 ...
resources-master-directory { #This assembly has a regular resource and a linked resource #LAMEIMPL MS doesn't validate those. assembly assembly-with-resource.exe #the resource directory table is 16 bytes long invalid offset pe-optional-header + 116 set-uint 0 invalid offset pe-optional-header + 116 set-uint 15 ...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./docs/design/coreclr/jit/arm64-jit-frame-layout.md
# ARM64 JIT frame layout NOTE: This document was written before the code was written, and hasn't been verified to match existing code. It refers to some documents that might not be open source. This document describes the frame layout constraints and options for the ARM64 JIT compiler. These frame layouts were taken...
# ARM64 JIT frame layout NOTE: This document was written before the code was written, and hasn't been verified to match existing code. It refers to some documents that might not be open source. This document describes the frame layout constraints and options for the ARM64 JIT compiler. These frame layouts were taken...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./docs/design/coreclr/profiling/davbr-blog-archive/Tail call JIT conditions.md
*This blog post originally appeared on David Broman's blog on 6/20/2007* _Here are the full details I received from Grant Richins and Fei Chen when I asked how the JIT decides whether to employ the tail call optimization. Note that these statements apply to the JITs as they were when Grant and Fei looked through the...
*This blog post originally appeared on David Broman's blog on 6/20/2007* _Here are the full details I received from Grant Richins and Fei Chen when I asked how the JIT decides whether to employ the tail call optimization. Note that these statements apply to the JITs as they were when Grant and Fei looked through the...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./src/libraries/Common/tests/System/Net/Prerequisites/RemoteLoopServer/appsettings.json
{ "Logging": { "LogLevel": { "Default": "Warning" } }, "AllowedHosts": "*" }
{ "Logging": { "LogLevel": { "Default": "Warning" } }, "AllowedHosts": "*" }
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./src/tests/profiler/native/README.md
# Profiler.dll This directory builds Profilers\Profiler.dll, which contains various implementations of ICorProfilerCallback used in our tests. It is used by ProfilerTestRunner.cs in ../common. ### Goals 1) Easy to run/debug a profiler test manually simply by executing the managed test binary + setting minimal env va...
# Profiler.dll This directory builds Profilers\Profiler.dll, which contains various implementations of ICorProfilerCallback used in our tests. It is used by ProfilerTestRunner.cs in ../common. ### Goals 1) Easy to run/debug a profiler test manually simply by executing the managed test binary + setting minimal env va...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./src/libraries/Microsoft.Extensions.Logging.Abstractions/tests/Microsoft.Extensions.Logging.Generators.Tests/TestClasses/README.md
The source files in this directory serve two purposes: 1. They are used to trigger the source generator during compilation of the test suite itself. The resulting generated code is then tested by LoggerMessageGeneratedCodeTests.cs. This ensures the generated code works reliably. 2.They are loaded as a file from `Logg...
The source files in this directory serve two purposes: 1. They are used to trigger the source generator during compilation of the test suite itself. The resulting generated code is then tested by LoggerMessageGeneratedCodeTests.cs. This ensures the generated code works reliably. 2.They are loaded as a file from `Logg...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./docs/design/mono/wasm-aot.md
# WebAssembly AOT code generation ## Basic operation The LLVM backend of the Mono JIT is used to generate an llvm .bc file for each assembly, then the .bc files are compiled to webassembly using emscripten, then the resulting wasm files are linked into the final app. The 'bitcode'/'llvmonly' variant of the LLVM backe...
# WebAssembly AOT code generation ## Basic operation The LLVM backend of the Mono JIT is used to generate an llvm .bc file for each assembly, then the .bc files are compiled to webassembly using emscripten, then the resulting wasm files are linked into the final app. The 'bitcode'/'llvmonly' variant of the LLVM backe...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./src/libraries/System.Text.Encodings.Web/tools/updating-encodings.md
### Introduction This folder contains tools which allow updating the Unicode data within the __System.Text.Encodings.Web__ package. These data files come from the Unicode Consortium's web site (see https://www.unicode.org/Public/UCD/latest/) and are used to generate the `UnicodeRanges` class and the internal "defined ...
### Introduction This folder contains tools which allow updating the Unicode data within the __System.Text.Encodings.Web__ package. These data files come from the Unicode Consortium's web site (see https://www.unicode.org/Public/UCD/latest/) and are used to generate the `UnicodeRanges` class and the internal "defined ...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/StateMachineAttribute.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.Method, Inherited = false, AllowMultiple = false)] public class StateMachineAttribute : Attribute...
// 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.Method, Inherited = false, AllowMultiple = false)] public class StateMachineAttribute : Attribute...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./src/tests/JIT/Methodical/explicit/coverage/expl_long_1_r.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <CLRTestPriority>1</CLRTestPriority> <AllowUnsafeBlocks>True</AllowUnsafeBlocks> <DebugType>None</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="expl_long_1.cs" /> <Compile Include="body_long.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <CLRTestPriority>1</CLRTestPriority> <AllowUnsafeBlocks>True</AllowUnsafeBlocks> <DebugType>None</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="expl_long_1.cs" /> <Compile Include="body_long.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./src/coreclr/jit/jithashtable.cpp
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #include "jitpch.h" #if defined(_MSC_VER) #pragma hdrstop #endif // defined(_MSC_VER) // Table of primes and their magic-number-divide constant. // For more info see the book "Hack...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #include "jitpch.h" #if defined(_MSC_VER) #pragma hdrstop #endif // defined(_MSC_VER) // Table of primes and their magic-number-divide constant. // For more info see the book "Hack...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./src/tests/Loader/classloader/regressions/405223/vsw405223.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="vsw405223.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="vsw405223.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./eng/testing/scenarios/WasmDebuggerTestsJobsList.txt
DebuggerTests.ArrayTests DebuggerTests.AssignmentTests DebuggerTests.AsyncTests DebuggerTests.BadHarnessInitTests DebuggerTests.BreakpointTests DebuggerTests.CallFunctionOnTests DebuggerTests.CustomViewTests DebuggerTests.DateTimeTests DebuggerTests.DelegateTests DebuggerTests.EvaluateOnCallFrameTests DebuggerTests.Exc...
DebuggerTests.ArrayTests DebuggerTests.AssignmentTests DebuggerTests.AsyncTests DebuggerTests.BadHarnessInitTests DebuggerTests.BreakpointTests DebuggerTests.CallFunctionOnTests DebuggerTests.CustomViewTests DebuggerTests.DateTimeTests DebuggerTests.DelegateTests DebuggerTests.EvaluateOnCallFrameTests DebuggerTests.Exc...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./src/tests/JIT/HardwareIntrinsics/General/Vector256/Dot.Double.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./src/tests/Regressions/coreclr/GitHub_54719/test54719.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 IA { } public class IB { } public abstract class Base { public abstract IA Key { get; } public abstract IB Value { get; } } public sealed class D...
// 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 IA { } public class IB { } public abstract class Base { public abstract IA Key { get; } public abstract IB Value { get; } } public sealed class D...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.Extensions.Logging { /// <summary> /// Defines logging severity levels. /// </summary> public enum LogLevel { /// <summary> //...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.Extensions.Logging { /// <summary> /// Defines logging severity levels. /// </summary> public enum LogLevel { /// <summary> //...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./src/tests/GC/Scenarios/ServerModel/request.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; namespace ServerSimulator { /// <summary> /// This class models a typical server request /// </summary> internal ...
// 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; namespace ServerSimulator { /// <summary> /// This class models a typical server request /// </summary> internal ...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./src/libraries/Common/src/Interop/OSX/Interop.libproc.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; using System.Diagnostics; using System.Runtime.InteropServices; #pragma warning disable CA1823 // analyz...
// 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; using System.Diagnostics; using System.Runtime.InteropServices; #pragma warning disable CA1823 // analyz...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./src/libraries/System.ServiceModel.Syndication/tests/TestFeeds/AtomFeeds/link-same-rel-type-different-hreflang.xml
<!-- Description: entry with two atom:link elements with a rel attribute value of alternate that has the same type but differing hreflang attribute values Expect: !Error --> <feed xmlns="http://www.w3.org/2005/Atom"> <title>Example Feed</title> <link href="http://contoso.com/"/> <updated>2003-12-13T18:30...
<!-- Description: entry with two atom:link elements with a rel attribute value of alternate that has the same type but differing hreflang attribute values Expect: !Error --> <feed xmlns="http://www.w3.org/2005/Atom"> <title>Example Feed</title> <link href="http://contoso.com/"/> <updated>2003-12-13T18:30...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14294/b14294.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 {} .assembly extern System.Console { .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A ) .ver 4:0:0:0 } .assembly b14294 { } .class ILGEN_622380...
// 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 {} .assembly extern System.Console { .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A ) .ver 4:0:0:0 } .assembly b14294 { } .class ILGEN_622380...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest696/Generated696.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="Generated696.il" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\TestFramework\TestFramework.csproj" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="Generated696.il" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\TestFramework\TestFramework.csproj" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <TargetFrameworks>$(NetCoreAppCurrent);$(NetCoreAppMinimum);netstandard2.0;$(NetFrameworkMinimum)</TargetFrameworks> <Nullable>enable</Nullable> <!-- Suppress `string.Contains(char)` offers better performance...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <TargetFrameworks>$(NetCoreAppCurrent);$(NetCoreAppMinimum);netstandard2.0;$(NetFrameworkMinimum)</TargetFrameworks> <Nullable>enable</Nullable> <!-- Suppress `string.Contains(char)` offers better performance...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./src/tests/JIT/SIMD/Vector3.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 Point = System.Numerics.Vector3; namespace VectorTests { class Program { const float EPS = Single.Epsilon * 5; ...
// 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 Point = System.Numerics.Vector3; namespace VectorTests { class Program { const float EPS = Single.Epsilon * 5; ...
-1
dotnet/runtime
66,137
Address feedback on fabricbot config for area pods
This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for all columns (unless it's already in _Triaged_/_Done_) ...
jeffhandley
2022-03-03T11:33:41Z
2022-03-05T05:05:02Z
eb57c1276add1ec7e35897bfdbbebb648839dee3
65bdc907651a48a11ee721d514769c3998a075f4
Address feedback on fabricbot config for area pods. This addresses feedback collected from our first round of monthly area pod syncs with leads. 1. When an issue or PR is moved to a different area pod, it will move to the _Triaged_/_Done_ column instead of getting removed from the board - This will occur for al...
./src/tests/JIT/Methodical/refany/stress2_il_d.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="stress2.il" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="stress2.il" /> </ItemGroup> </Project>
-1