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,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/tests/JIT/Directed/cmov/Double_Or_Op.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
#pragma warning disable
using System;
class testout1
{
static double static_field_double;
static bool sfb_false;
static bool sfb_true;
double mfd;
bool mfb_fa... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
#pragma warning disable
using System;
class testout1
{
static double static_field_double;
static bool sfb_false;
static bool sfb_true;
double mfd;
bool mfb_fa... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/mono/mono/tests/ackermann.cs | // $Id$
// http://www.bagley.org/~doug/shootout/
public class ackermann {
public static int Main(string[] args) {
int NUM = 8;
if (args.Length > 0)
NUM = System.Int32.Parse (args [0]);
//return Ack(3, NUM) != 2045? 1: 0;
System.Console.WriteLine("Ack(3," + NUM + "): " + Ack(3, NUM));
return 0;
}
p... | // $Id$
// http://www.bagley.org/~doug/shootout/
public class ackermann {
public static int Main(string[] args) {
int NUM = 8;
if (args.Length > 0)
NUM = System.Int32.Parse (args [0]);
//return Ack(3, NUM) != 2045? 1: 0;
System.Console.WriteLine("Ack(3," + NUM + "): " + Ack(3, NUM));
return 0;
}
p... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/libraries/System.Composition.Runtime/tests/System/Composition/ExportTests.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.Composition;
using Xunit;
namespace System.Compostition.Runtime.Tests
{
public class ExportTests
{
[Fact]
public void Ctor_Value_Action()
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Composition;
using Xunit;
namespace System.Compostition.Runtime.Tests
{
public class ExportTests
{
[Fact]
public void Ctor_Value_Action()
... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetTimestamp.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.InteropServices;
internal static partial class Interop
{
internal static partial class Sys
{
[GeneratedDllImport(Libraries.SystemNative, EntryPo... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.InteropServices;
internal static partial class Interop
{
internal static partial class Sys
{
[GeneratedDllImport(Libraries.SystemNative, EntryPo... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/tests/Loader/classloader/regressions/dev10_724989/dev10_724989.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;
//==================== Cases of nested classes ====================//
class Outer1
{
protected int field;
public class Inner
{
public int Metho... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
//==================== Cases of nested classes ====================//
class Outer1
{
protected int field;
public class Inner
{
public int Metho... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b13178/b13178.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>
</Project>
| -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/tests/JIT/Methodical/cctor/misc/assemname_cs_r.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>None</DebugType>
<Optimize />
</Pro... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>None</DebugType>
<Optimize />
</Pro... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/tests/GC/Performance/Tests/ServerSpin.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;
using System.Threading;
public class Node
{
public Node Left, Right;
private GCHandle gch;
public static Random rand ... | // 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;
using System.Threading;
public class Node
{
public Node Left, Right;
private GCHandle gch;
public static Random rand ... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/libraries/Microsoft.Extensions.Hosting.Systemd/Directory.Build.props | <Project>
<Import Project="..\Directory.Build.props" />
<PropertyGroup>
<PackageTags>hosting</PackageTags>
<IncludePlatformAttributes>true</IncludePlatformAttributes>
</PropertyGroup>
</Project>
| <Project>
<Import Project="..\Directory.Build.props" />
<PropertyGroup>
<PackageTags>hosting</PackageTags>
<IncludePlatformAttributes>true</IncludePlatformAttributes>
</PropertyGroup>
</Project>
| -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/LocalAppContextSwitches.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.CompilerServices;
namespace System
{
internal static partial class LocalAppContextSwitches
{
private static int s_binaryFormatterEnabled;
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.CompilerServices;
namespace System
{
internal static partial class LocalAppContextSwitches
{
private static int s_binaryFormatterEnabled;
... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/coreclr/pal/src/libunwind/src/hppa/Lresume.c | #define UNW_LOCAL_ONLY
#include <libunwind.h>
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
#include "Gresume.c"
#endif
| #define UNW_LOCAL_ONLY
#include <libunwind.h>
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
#include "Gresume.c"
#endif
| -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigConfigurationFactory.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.InteropServices;
namespace System.Configuration.Internal
{
public interface IInternalConfigConfigurationFactory
{
Configuration Create(Type type... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.InteropServices;
namespace System.Configuration.Internal
{
public interface IInternalConfigConfigurationFactory
{
Configuration Create(Type type... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/tests/JIT/jit64/opt/cse/mixedexpr1_d_loop_try.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>Full</DebugType>
<Optimize>False</Opt... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>Full</DebugType>
<Optimize>False</Opt... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/libraries/Common/src/System/Security/Cryptography/Asn1/Pkcs7/ContentInfoAsn.xml | <?xml version="1.0" encoding="utf-8" ?>
<asn:Sequence
xmlns:asn="http://schemas.dot.net/asnxml/201808/"
name="ContentInfoAsn"
namespace="System.Security.Cryptography.Asn1.Pkcs7">
<!--
https://tools.ietf.org/html/rfc5652#section-3
ContentInfo ::= SEQUENCE {
contentType ContentType,
cont... | <?xml version="1.0" encoding="utf-8" ?>
<asn:Sequence
xmlns:asn="http://schemas.dot.net/asnxml/201808/"
name="ContentInfoAsn"
namespace="System.Security.Cryptography.Asn1.Pkcs7">
<!--
https://tools.ietf.org/html/rfc5652#section-3
ContentInfo ::= SEQUENCE {
contentType ContentType,
cont... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/tests/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics042.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// <Area> Nullable - CastClass </Area>
// <Title> Nullable type with castclass expr </Title>
// <Description>
// checking type of ImplementAllInterface<int> using cast expr
// </D... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// <Area> Nullable - CastClass </Area>
// <Title> Nullable type with castclass expr </Title>
// <Description>
// checking type of ImplementAllInterface<int> using cast expr
// </D... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/tests/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar.UInt64_ro.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<DebugType>Embedded</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="MoveScalar.UInt64.cs" />
... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<DebugType>Embedded</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="MoveScalar.UInt64.cs" />
... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/tests/JIT/jit64/opt/cg/il/ldftn_dbg.ilproj | <Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="ldftn.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="ldftn.il" />
</ItemGroup>
</Project>
| -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/libraries/System.Data.Common/src/System/Data/DataError.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
namespace System.Data
{
/// <summary>
/// Represents an custom error that can be associated with a <see cref... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
namespace System.Data
{
/// <summary>
/// Represents an custom error that can be associated with a <see cref... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest777/Generated777.ilproj | <Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Generated777.il" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TestFramework\TestFramework.csproj" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Generated777.il" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TestFramework\TestFramework.csproj" />
</ItemGroup>
</Project>
| -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/tests/JIT/HardwareIntrinsics/General/Vector64_1/op_Inequality.Int32.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/mono/mono/metadata/w32file-win32.c | /**
* \file
* Windows File IO internal calls.
*
* Copyright 2016 Microsoft
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
#include <config.h>
#include <glib.h>
#include <winsock2.h>
#include <windows.h>
#include <mono/utils/w32subset.h>
#include "icall-dec... | /**
* \file
* Windows File IO internal calls.
*
* Copyright 2016 Microsoft
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
#include <config.h>
#include <glib.h>
#include <winsock2.h>
#include <windows.h>
#include <mono/utils/w32subset.h>
#include "icall-dec... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/coreclr/pal/src/libunwind/include/libunwind-sh.h | /* libunwind - a platform-independent unwind library
Copyright (C) 2008 CodeSourcery
Copyright (C) 2012 Tommi Rantala <tt.rantala@gmail.com>
This file is part of libunwind.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Soft... | /* libunwind - a platform-independent unwind library
Copyright (C) 2008 CodeSourcery
Copyright (C) 2012 Tommi Rantala <tt.rantala@gmail.com>
This file is part of libunwind.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Soft... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/tests/JIT/Methodical/Invoke/25params/25param1a_cs_do.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="25param1a.cs" />
</ItemGroup>
</Projec... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="25param1a.cs" />
</ItemGroup>
</Projec... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/libraries/System.Threading.Channels/tests/System.Threading.Channels.Tests.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>$(NetCoreAppCurrent);$(NetFrameworkMinimum)</TargetFrameworks>
<DebuggerSupport Condition="'$(DebuggerSupport)' == '' and '$(TargetOS)' == 'Browser'">true</DebuggerSupport>
</PropertyGroup>
<ItemGroup>
<Compile Include="BoundedChannel... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>$(NetCoreAppCurrent);$(NetFrameworkMinimum)</TargetFrameworks>
<DebuggerSupport Condition="'$(DebuggerSupport)' == '' and '$(TargetOS)' == 'Browser'">true</DebuggerSupport>
</PropertyGroup>
<ItemGroup>
<Compile Include="BoundedChannel... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/TypeLoading/Modules/Ecma/EcmaModule.MetadataTables.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.Metadata;
using System.Reflection.Metadata.Ecma335;
using System.Threading;
namespace System.Reflection.TypeLoading.Ecma
{
/// <summary>
/// Base cla... | // 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.Metadata;
using System.Reflection.Metadata.Ecma335;
using System.Threading;
namespace System.Reflection.TypeLoading.Ecma
{
/// <summary>
/// Base cla... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/mono/mono/tests/verifier/unverifiable_stack_2_ret.il | // invalid CIL which breaks the ECMA-335 rules.
// This CIL should fail verification by a conforming CLI verifier.
.assembly '_generated'
{
.hash algorithm 0x00008004
.ver 0:0:0:0
}
.class Class extends [mscorlib]System.Object
{
.field public int32 fld
}
.method public static int32 Foo(int32 x) cil managed... | // invalid CIL which breaks the ECMA-335 rules.
// This CIL should fail verification by a conforming CLI verifier.
.assembly '_generated'
{
.hash algorithm 0x00008004
.ver 0:0:0:0
}
.class Class extends [mscorlib]System.Object
{
.field public int32 fld
}
.method public static int32 Foo(int32 x) cil managed... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/libraries/Common/src/Interop/Windows/BCrypt/Interop.BCryptHashData.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;
using Microsoft.Win32.SafeHandles;
internal static partial class Interop
{
internal static partial class BCrypt
{
... | // 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;
using Microsoft.Win32.SafeHandles;
internal static partial class Interop
{
internal static partial class BCrypt
{
... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/tests/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140118/b140118.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 'b140118' {}
.assembly extern ... | // 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 'b140118' {}
.assembly extern ... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1142/Generated1142.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,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/coreclr/vm/virtualcallstub.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
// File: VirtualCallStub.h
//
//
// See code:VirtualCallStubManager for details
//
// ============================================================================
#ifndef _VIRT... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
// File: VirtualCallStub.h
//
//
// See code:VirtualCallStubManager for details
//
// ============================================================================
#ifndef _VIRT... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./eng/pipelines/libraries/helix-queues-setup.yml | parameters:
jobTemplate: ''
variables: []
osGroup: ''
osSubgroup: ''
archType: ''
container: ''
pool: ''
platform: ''
runtimeFlavorDisplayName: ''
shouldContinueOnError: false
dependOnEvaluatePaths: false
jobParameters: {}
jobs:
- template: ${{ parameters.jobTemplate }}
parameters:
variab... | parameters:
jobTemplate: ''
variables: []
osGroup: ''
osSubgroup: ''
archType: ''
container: ''
pool: ''
platform: ''
runtimeFlavorDisplayName: ''
shouldContinueOnError: false
dependOnEvaluatePaths: false
jobParameters: {}
jobs:
- template: ${{ parameters.jobTemplate }}
parameters:
variab... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.InteropServices;
using System.Collections;
using System.Collections.Specialized;
using System.DirectoryServices.Interop;
using System.ComponentModel;
using INTP... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.InteropServices;
using System.Collections;
using System.Collections.Specialized;
using System.DirectoryServices.Interop;
using System.ComponentModel;
using INTP... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/tests/JIT/Directed/nullabletypes/isinst2_ro.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="isinst2.cs" />
<Compile Include="Des... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="isinst2.cs" />
<Compile Include="Des... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Utf8JsonReader.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Buffers;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Text.Json.Serialization;
using System.Text.Json.Serialization.Metadata;
namespace... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Buffers;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Text.Json.Serialization;
using System.Text.Json.Serialization.Metadata;
namespace... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/tests/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained3_gm.ilproj | <Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<Compile Include="constrained3_gm.il" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<Compile Include="constrained3_gm.il" />
</ItemGroup>
</Project>
| -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/tests/JIT/Directed/StructABI/FieldListByteNodeTypeMismatchX86.cs | using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
public unsafe class FieldListByteNodeTypeMismatchX86
{
private static readonly byte* _addr = (byte*)Marshal.AllocHGlobal(20);
private static int _result = 100;
public static int Main()
{
int sum = 0;
Problem(&... | using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
public unsafe class FieldListByteNodeTypeMismatchX86
{
private static readonly byte* _addr = (byte*)Marshal.AllocHGlobal(20);
private static int _result = 100;
public static int Main()
{
int sum = 0;
Problem(&... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/coreclr/vm/arm64/excepcpu.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
//
#ifndef __excepcpu_h__
#define __excepcpu_h__
#define THROW_CONTROL_FOR_THREAD_FUNCTION RedirectForThreadAbort
EXTERN_C void RedirectForThreadAbort();
#define STATUS_CLR_... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
//
#ifndef __excepcpu_h__
#define __excepcpu_h__
#define THROW_CONTROL_FOR_THREAD_FUNCTION RedirectForThreadAbort
EXTERN_C void RedirectForThreadAbort();
#define STATUS_CLR_... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1381/Generated1381.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,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived10.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
namespace VirtFunc
{
public class CDerived10
{
public override int GetHashCode() { return 10; }
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
namespace VirtFunc
{
public class CDerived10
{
public override int GetHashCode() { return 10; }
}
}
| -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/DSA/DSAKeyFileTests.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.Security.Cryptography.Encryption.RC2.Tests;
using System.Text;
using Test.Cryptography;
using Xunit;
namespace System.Security.Cryptography.Dsa.Tests
{
[SkipOnPlatf... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Security.Cryptography.Encryption.RC2.Tests;
using System.Text;
using Test.Cryptography;
using Xunit;
namespace System.Security.Cryptography.Dsa.Tests
{
[SkipOnPlatf... | -1 |
dotnet/runtime | 66,130 | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296 | This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fi... | dotnet-bot | 2022-03-03T06:45:13Z | 2022-03-06T13:47:20Z | be629f49a350d526de2c65981294734cee420b90 | 6fce82cb7b111ba9a2547b70b4592cea98ae314e | Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline... | ./src/tests/JIT/HardwareIntrinsics/Arm/Shared/_UnaryOpScalarTestTemplate.template | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/libraries/System.Text.RegularExpressions/gen/RegexGenerator.Emitter.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Buffers.Binary;
using System.CodeDom.Compiler;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Buffers.Binary;
using System.CodeDom.Compiler;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
... | 1 |
dotnet/runtime | 66,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/RegexLWCGCompiler.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.Reflection;
using System.Reflection.Emit;
namespace System.Text.RegularExpressions
{
internal sealed class RegexLWCGCompiler : RegexCompiler... | // 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.Reflection;
using System.Reflection.Emit;
namespace System.Text.RegularExpressions
{
internal sealed class RegexLWCGCompiler : RegexCompiler... | 1 |
dotnet/runtime | 66,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/RegexNode.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Threading;
namespace System.Text.RegularE... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Threading;
namespace System.Text.RegularE... | 1 |
dotnet/runtime | 66,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/tests/JIT/jit64/opt/lim/lim_002.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;
/*********************************************
Notes on tests:
test_01:
Testing several assignments to see that they maintain order when hoisted.
test_02:
Like 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;
/*********************************************
Notes on tests:
test_01:
Testing several assignments to see that they maintain order when hoisted.
test_02:
Like test... | -1 |
dotnet/runtime | 66,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/libraries/System.Linq.Expressions/src/System/Linq/Expressions/IDynamicExpression.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.Linq.Expressions
{
/// <summary>
/// Interface implemented by expression nodes that represent a dynamically bound operation.
/// </summary>
public in... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Linq.Expressions
{
/// <summary>
/// Interface implemented by expression nodes that represent a dynamically bound operation.
/// </summary>
public in... | -1 |
dotnet/runtime | 66,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/libraries/System.Private.DataContractSerialization/src/System/Runtime/Serialization/Json/ReflectionJsonFormatReader.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;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Reflection;... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Reflection;... | -1 |
dotnet/runtime | 66,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/coreclr/tools/Common/Compiler/DependencyAnalysis/ISortableNode.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace ILCompiler.DependencyAnalysis
{
public interface ISortableNode
{
#if !SUPPORT_JIT
/// <summary>
/// Gets an identifier that is the same for all inst... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace ILCompiler.DependencyAnalysis
{
public interface ISortableNode
{
#if !SUPPORT_JIT
/// <summary>
/// Gets an identifier that is the same for all inst... | -1 |
dotnet/runtime | 66,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/libraries/System.Security.Cryptography/tests/DefaultDSAProvider.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Security.Cryptography.Dsa.Tests
{
public class DefaultDSAProvider : IDSAProvider
{
public DSA Create()
{
return DSA.Create();
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Security.Cryptography.Dsa.Tests
{
public class DefaultDSAProvider : IDSAProvider
{
public DSA Create()
{
return DSA.Create();
... | -1 |
dotnet/runtime | 66,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/tests/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/ObjectPool.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
using System.Collections.Generic;
using System.Diagnostics;
namespace System.Collections.Concurrent
{
/// <summary>Provides a thread-safe object pool.</summary>
/// <type... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
using System.Collections.Generic;
using System.Diagnostics;
namespace System.Collections.Concurrent
{
/// <summary>Provides a thread-safe object pool.</summary>
/// <type... | -1 |
dotnet/runtime | 66,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/tests/JIT/HardwareIntrinsics/General/Vector256/Dot.Int16.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.MutationInput.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
namespace System.Collections.Immutable
{
/// <content>
/// Contains the inner <see cref="ImmutableHashSet{T}.MutationInput"/> class.
//... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
namespace System.Collections.Immutable
{
/// <content>
/// Contains the inner <see cref="ImmutableHashSet{T}.MutationInput"/> class.
//... | -1 |
dotnet/runtime | 66,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.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.Specialized;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Xml... | // 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.Specialized;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Xml... | -1 |
dotnet/runtime | 66,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/libraries/System.Globalization.Calendars/tests/KoreanCalendar/KoreanCalendarToFourDigitYear.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using Xunit;
namespace System.Globalization.Tests
{
public class KoreanCalendarToFourDigitYear
{
private static readonly RandomData... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using Xunit;
namespace System.Globalization.Tests
{
public class KoreanCalendarToFourDigitYear
{
private static readonly RandomData... | -1 |
dotnet/runtime | 66,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.UInt64.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,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector64.Int16.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetBytesAvailable.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
internal static partial class Interop
{
internal static partial class Sys
{
[GeneratedDllImport(Libraries.SystemN... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
internal static partial class Interop
{
internal static partial class Sys
{
[GeneratedDllImport(Libraries.SystemN... | -1 |
dotnet/runtime | 66,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/libraries/Microsoft.Extensions.Logging.Console/tests/Microsoft.Extensions.Logging.Console.Tests/ConsoleLoggerTest.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.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using Microsoft.Extensions.Configuration... | // 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.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using Microsoft.Extensions.Configuration... | -1 |
dotnet/runtime | 66,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/tests/JIT/HardwareIntrinsics/General/NotSupported/Vector256Int16AsGeneric_Boolean.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,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/mono/mono/tests/namedmutex-destroy-race.cs |
/* test for https://bugzilla.xamarin.com/show_bug.cgi?id=41914 */
using System;
using System.Threading;
namespace Crasher
{
class Program
{
public static void Main (string[] args)
{
Thread[] threads = new Thread[100];
DateTime start = DateTime.Now;
for (int i = 0; i < threads.Length; ++i) {
thre... |
/* test for https://bugzilla.xamarin.com/show_bug.cgi?id=41914 */
using System;
using System.Threading;
namespace Crasher
{
class Program
{
public static void Main (string[] args)
{
Thread[] threads = new Thread[100];
DateTime start = DateTime.Now;
for (int i = 0; i < threads.Length; ++i) {
thre... | -1 |
dotnet/runtime | 66,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/tests/JIT/HardwareIntrinsics/General/Vector128/LessThanOrEqualAny.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,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/libraries/System.Globalization.Calendars/tests/GregorianCalendar/GregorianCalendarGetDaysInYear.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using Xunit;
using static System.Globalization.Tests.GregorianCalendarTestUtilities;
namespace System.Globalization.Tests
{
public class Grego... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using Xunit;
using static System.Globalization.Tests.GregorianCalendarTestUtilities;
namespace System.Globalization.Tests
{
public class Grego... | -1 |
dotnet/runtime | 66,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/coreclr/nativeaot/Runtime/arm64/AsmOffsetsCpu.h | // 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 used by AsmOffsets.h to validate that our
// assembly-code offsets always match their C++ counterparts.
//
// NOTE: the offsets MUST be in hex notation WITHOUT the... | // 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 used by AsmOffsets.h to validate that our
// assembly-code offsets always match their C++ counterparts.
//
// NOTE: the offsets MUST be in hex notation WITHOUT the... | -1 |
dotnet/runtime | 66,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/mono/mono/sgen/sgen-thread-pool.c | /**
* \file
* Threadpool for all concurrent GC work.
*
* Copyright (C) 2015 Xamarin Inc
*
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
#include "config.h"
#ifdef HAVE_SGEN_GC
#include "mono/sgen/sgen-gc.h"
#include "mono/sgen/sgen-thread-pool.h"
#inclu... | /**
* \file
* Threadpool for all concurrent GC work.
*
* Copyright (C) 2015 Xamarin Inc
*
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
#include "config.h"
#ifdef HAVE_SGEN_GC
#include "mono/sgen/sgen-gc.h"
#include "mono/sgen/sgen-thread-pool.h"
#inclu... | -1 |
dotnet/runtime | 66,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/tests/JIT/Methodical/explicit/misc/explicit4_do.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="explicit4.cs" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="explicit4.cs" />
</ItemGroup>
</Project>
| -1 |
dotnet/runtime | 66,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/tests/JIT/Regression/CLR-x86-JIT/V1.2-M02/b118260/b118260.ilproj | <Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).il" />
</I... | <Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).il" />
</I... | -1 |
dotnet/runtime | 66,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/libraries/System.ServiceModel.Syndication/tests/TestFeeds/AtomFeeds/content-src-relative-ref.xml | <!--
Description: content with a src attribute that is a relative IRI reference produce no error
Expect: !Error
-->
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Example Feed</title>
<link href="http://contoso.com/"/>
<updated>2003-12-13T18:30:02Z</updated>
<author>
<name>Author Name</name>
<... | <!--
Description: content with a src attribute that is a relative IRI reference produce no error
Expect: !Error
-->
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Example Feed</title>
<link href="http://contoso.com/"/>
<updated>2003-12-13T18:30:02Z</updated>
<author>
<name>Author Name</name>
<... | -1 |
dotnet/runtime | 66,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/tests/JIT/CodeGenBringUpTests/DblCall1_d.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="DblCall1.cs" />
</ItemGroup>
</Projec... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="DblCall1.cs" />
</ItemGroup>
</Projec... | -1 |
dotnet/runtime | 66,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./docs/design/features/code-versioning-ideal-tree.png | PNG
IHDR Y l<) sRGB gAMA a pHYs od 8IDATx^-,}aHTAUT+XYEeаZY"R@@A
4d0 e}ٝݝ?s]R=9S qhH?|8{.|_w{w `.hB@B%QhHH]
i@D] !v($].vK .v D@.hB@B%QhHH]
i@D] !v($].vK .v D@.hB@B%QhHH]
i@D] !v($].vK .v D@.hB@B%QhHH]
... | PNG
IHDR Y l<) sRGB gAMA a pHYs od 8IDATx^-,}aHTAUT+XYEeаZY"R@@A
4d0 e}ٝݝ?s]R=9S qhH?|8{.|_w{w `.hB@B%QhHH]
i@D] !v($].vK .v D@.hB@B%QhHH]
i@D] !v($].vK .v D@.hB@B%QhHH]
i@D] !v($].vK .v D@.hB@B%QhHH]
... | -1 |
dotnet/runtime | 66,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate.Vector128.Int32.Vector128.Int32.3.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/libraries/System.Private.Xml/src/System/Xml/Schema/SchemaNamespacemanager.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Xml.Schema
{
using System;
using System.Diagnostics;
using System.Collections;
using System.Collections.Generic;
internal sealed class SchemaNam... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Xml.Schema
{
using System;
using System.Diagnostics;
using System.Collections;
using System.Collections.Generic;
internal sealed class SchemaNam... | -1 |
dotnet/runtime | 66,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/libraries/System.Private.Xml/tests/Readers/ReaderSettings/TCFilterSettings.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using OLEDB.Test.ModuleCore;
namespace System.Xml.Tests
{
public partial class TCFilterSettings : TCXMLReaderBaseGeneral
{
// Type is System.Xml.Tests.TCFilterSettin... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using OLEDB.Test.ModuleCore;
namespace System.Xml.Tests
{
public partial class TCFilterSettings : TCXMLReaderBaseGeneral
{
// Type is System.Xml.Tests.TCFilterSettin... | -1 |
dotnet/runtime | 66,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/DSAOpenSsl.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.Versioning;
using Microsoft.Win32.SafeHandles;
namespace System.Security.Cryptography
{
public sealed partial class DSAOpenSsl : DSA
{
[Unsuppor... | // 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.Versioning;
using Microsoft.Win32.SafeHandles;
namespace System.Security.Cryptography
{
public sealed partial class DSAOpenSsl : DSA
{
[Unsuppor... | -1 |
dotnet/runtime | 66,114 | Add a comment in source-generated regexes explaining why they cannot have optimized code. | Salvaged from my work on #66047. | teo-tsirpanis | 2022-03-02T22:28:02Z | 2022-03-03T16:26:18Z | b410984a6287b722b7bd215441504fe78ecb2ca0 | 7db092a6ed68a5fbf47962c45bb0c1bb965d02c6 | Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047. | ./src/tests/JIT/Methodical/MDArray/GaussJordan/classarr.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//Solving AX=B and the inverse of A with Gauss-Jordan algorithm
using System;
using Xunit;
public class MatrixCls
{
public double[,] arr;
public MatrixCls(int n, int m)
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//Solving AX=B and the inverse of A with Gauss-Jordan algorithm
using System;
using Xunit;
public class MatrixCls
{
public double[,] arr;
public MatrixCls(int n, int m)
... | -1 |
dotnet/runtime | 66,111 | Update RegexGenerator to require LangVersion > 10 | We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | stephentoub | 2022-03-02T21:41:16Z | 2022-03-03T04:10:47Z | 83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71 | c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e | Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | ./src/libraries/System.Text.RegularExpressions/gen/RegexGenerator.Parser.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.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.DotnetRuntime.Extensions;
using System;
u... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.DotnetRuntime.Extensions;
using System;
u... | 1 |
dotnet/runtime | 66,111 | Update RegexGenerator to require LangVersion > 10 | We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | stephentoub | 2022-03-02T21:41:16Z | 2022-03-03T04:10:47Z | 83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71 | c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e | Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | ./src/libraries/System.Text.RegularExpressions/gen/Resources/Strings.resx | <?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
as... | <?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
as... | 1 |
dotnet/runtime | 66,111 | Update RegexGenerator to require LangVersion > 10 | We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | stephentoub | 2022-03-02T21:41:16Z | 2022-03-03T04:10:47Z | 83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71 | c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e | Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | ./src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.cs.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="cs" or... | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="cs" or... | 1 |
dotnet/runtime | 66,111 | Update RegexGenerator to require LangVersion > 10 | We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | stephentoub | 2022-03-02T21:41:16Z | 2022-03-03T04:10:47Z | 83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71 | c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e | Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | ./src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.de.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="de" or... | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="de" or... | 1 |
dotnet/runtime | 66,111 | Update RegexGenerator to require LangVersion > 10 | We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | stephentoub | 2022-03-02T21:41:16Z | 2022-03-03T04:10:47Z | 83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71 | c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e | Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | ./src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.es.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="es" or... | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="es" or... | 1 |
dotnet/runtime | 66,111 | Update RegexGenerator to require LangVersion > 10 | We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | stephentoub | 2022-03-02T21:41:16Z | 2022-03-03T04:10:47Z | 83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71 | c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e | Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | ./src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.fr.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="fr" or... | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="fr" or... | 1 |
dotnet/runtime | 66,111 | Update RegexGenerator to require LangVersion > 10 | We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | stephentoub | 2022-03-02T21:41:16Z | 2022-03-03T04:10:47Z | 83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71 | c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e | Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | ./src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.it.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="it" or... | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="it" or... | 1 |
dotnet/runtime | 66,111 | Update RegexGenerator to require LangVersion > 10 | We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | stephentoub | 2022-03-02T21:41:16Z | 2022-03-03T04:10:47Z | 83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71 | c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e | Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | ./src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.ja.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ja" or... | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ja" or... | 1 |
dotnet/runtime | 66,111 | Update RegexGenerator to require LangVersion > 10 | We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | stephentoub | 2022-03-02T21:41:16Z | 2022-03-03T04:10:47Z | 83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71 | c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e | Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | ./src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.ko.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ko" or... | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ko" or... | 1 |
dotnet/runtime | 66,111 | Update RegexGenerator to require LangVersion > 10 | We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | stephentoub | 2022-03-02T21:41:16Z | 2022-03-03T04:10:47Z | 83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71 | c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e | Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | ./src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.pl.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pl" or... | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pl" or... | 1 |
dotnet/runtime | 66,111 | Update RegexGenerator to require LangVersion > 10 | We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | stephentoub | 2022-03-02T21:41:16Z | 2022-03-03T04:10:47Z | 83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71 | c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e | Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | ./src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.pt-BR.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pt-BR"... | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pt-BR"... | 1 |
dotnet/runtime | 66,111 | Update RegexGenerator to require LangVersion > 10 | We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | stephentoub | 2022-03-02T21:41:16Z | 2022-03-03T04:10:47Z | 83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71 | c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e | Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | ./src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.ru.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ru" or... | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ru" or... | 1 |
dotnet/runtime | 66,111 | Update RegexGenerator to require LangVersion > 10 | We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | stephentoub | 2022-03-02T21:41:16Z | 2022-03-03T04:10:47Z | 83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71 | c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e | Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | ./src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.tr.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="tr" or... | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="tr" or... | 1 |
dotnet/runtime | 66,111 | Update RegexGenerator to require LangVersion > 10 | We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | stephentoub | 2022-03-02T21:41:16Z | 2022-03-03T04:10:47Z | 83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71 | c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e | Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | ./src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.zh-Hans.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Han... | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Han... | 1 |
dotnet/runtime | 66,111 | Update RegexGenerator to require LangVersion > 10 | We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | stephentoub | 2022-03-02T21:41:16Z | 2022-03-03T04:10:47Z | 83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71 | c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e | Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | ./src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.zh-Hant.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Han... | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Han... | 1 |
dotnet/runtime | 66,111 | Update RegexGenerator to require LangVersion > 10 | We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | stephentoub | 2022-03-02T21:41:16Z | 2022-03-03T04:10:47Z | 83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71 | c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e | Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | ./src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/RegexGeneratorParserTests.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.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using System.Collections.Generic;
using System.Globalization;
using System.Threading.Tasks;
using Xunit;
namespace... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using System.Collections.Generic;
using System.Globalization;
using System.Threading.Tasks;
using Xunit;
namespace... | 1 |
dotnet/runtime | 66,111 | Update RegexGenerator to require LangVersion > 10 | We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | stephentoub | 2022-03-02T21:41:16Z | 2022-03-03T04:10:47Z | 83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71 | c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e | Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | ./src/libraries/System.Memory/tests/Span/AsSpan.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using Xunit;
namespace System.SpanTests
{
public static partial class SpanTests
{
[Fact]
public static void IntArrayAsSpan()
{
int[] a = ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using Xunit;
namespace System.SpanTests
{
public static partial class SpanTests
{
[Fact]
public static void IntArrayAsSpan()
{
int[] a = ... | -1 |
dotnet/runtime | 66,111 | Update RegexGenerator to require LangVersion > 10 | We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | stephentoub | 2022-03-02T21:41:16Z | 2022-03-03T04:10:47Z | 83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71 | c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e | Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | ./src/tests/JIT/HardwareIntrinsics/General/Vector128/GreaterThanOrEqual.Byte.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,111 | Update RegexGenerator to require LangVersion > 10 | We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | stephentoub | 2022-03-02T21:41:16Z | 2022-03-03T04:10:47Z | 83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71 | c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e | Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | ./src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Sse3.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.CompilerServices;
namespace System.Runtime.Intrinsics.X86
{
/// <summary>
/// This class provides access to Intel SSE3 hardware instructions via intrins... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.CompilerServices;
namespace System.Runtime.Intrinsics.X86
{
/// <summary>
/// This class provides access to Intel SSE3 hardware instructions via intrins... | -1 |
dotnet/runtime | 66,111 | Update RegexGenerator to require LangVersion > 10 | We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | stephentoub | 2022-03-02T21:41:16Z | 2022-03-03T04:10:47Z | 83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71 | c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e | Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | ./src/libraries/System.Private.Xml/tests/XmlReaderLib/LineNumber.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using OLEDB.Test.ModuleCore;
using System.IO;
using XmlCoreTest.Common;
namespace System.Xml.Tests
{
[InheritRequired()]
public abstract partial class TCLinePos : TCXMLReade... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using OLEDB.Test.ModuleCore;
using System.IO;
using XmlCoreTest.Common;
namespace System.Xml.Tests
{
[InheritRequired()]
public abstract partial class TCLinePos : TCXMLReade... | -1 |
dotnet/runtime | 66,111 | Update RegexGenerator to require LangVersion > 10 | We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | stephentoub | 2022-03-02T21:41:16Z | 2022-03-03T04:10:47Z | 83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71 | c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e | Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | ./src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamNetworkStreamTest.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.Net.Sockets;
using System.Net.Test.Common;
using System.Security.Authentication;
using System.Security.Cryptography;
u... | // 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.Net.Sockets;
using System.Net.Test.Common;
using System.Security.Authentication;
using System.Security.Cryptography;
u... | -1 |
dotnet/runtime | 66,111 | Update RegexGenerator to require LangVersion > 10 | We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | stephentoub | 2022-03-02T21:41:16Z | 2022-03-03T04:10:47Z | 83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71 | c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e | Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | ./src/libraries/System.Net.HttpListener/src/System/Net/Managed/WebSockets/HttpWebSocket.Managed.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.Tasks;
namespace System.Net.WebSockets
{
internal static partial class HttpWebSocket
{
private const string SupportedVersion = "13";
... | // 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.Tasks;
namespace System.Net.WebSockets
{
internal static partial class HttpWebSocket
{
private const string SupportedVersion = "13";
... | -1 |
dotnet/runtime | 66,111 | Update RegexGenerator to require LangVersion > 10 | We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | stephentoub | 2022-03-02T21:41:16Z | 2022-03-03T04:10:47Z | 83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71 | c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e | Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | ./src/mono/mono/tests/async-exc-compilation.cs | //
// Test handling of async exceptions received during JIT compilation
//
using System;
using System.Runtime.Remoting;
using System.Runtime.Remoting.Proxies;
using System.Runtime.Remoting.Messaging;
using System.Reflection;
using System.Threading;
class MainClass
{
static int Main (string[] args) {
Thread t = new ... | //
// Test handling of async exceptions received during JIT compilation
//
using System;
using System.Runtime.Remoting;
using System.Runtime.Remoting.Proxies;
using System.Runtime.Remoting.Messaging;
using System.Reflection;
using System.Threading;
class MainClass
{
static int Main (string[] args) {
Thread t = new ... | -1 |
dotnet/runtime | 66,111 | Update RegexGenerator to require LangVersion > 10 | We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | stephentoub | 2022-03-02T21:41:16Z | 2022-03-03T04:10:47Z | 83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71 | c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e | Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | ./src/tests/JIT/CodeGenBringUpTests/Array1.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;
public class BringUpTest_Array1
{
const int Pass = 100;
const int Fail = -1;
[MethodImplAttribute(MethodImplOpti... | // 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;
public class BringUpTest_Array1
{
const int Pass = 100;
const int Fail = -1;
[MethodImplAttribute(MethodImplOpti... | -1 |
dotnet/runtime | 66,111 | Update RegexGenerator to require LangVersion > 10 | We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | stephentoub | 2022-03-02T21:41:16Z | 2022-03-03T04:10:47Z | 83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71 | c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e | Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | ./src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetFileInformationByHandle.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.Win32.SafeHandles;
using System;
using System.Runtime.InteropServices;
internal static partial class Interop
{
internal static partial class Kernel32
{
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using Microsoft.Win32.SafeHandles;
using System;
using System.Runtime.InteropServices;
internal static partial class Interop
{
internal static partial class Kernel32
{
... | -1 |
dotnet/runtime | 66,111 | Update RegexGenerator to require LangVersion > 10 | We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | stephentoub | 2022-03-02T21:41:16Z | 2022-03-03T04:10:47Z | 83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71 | c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e | Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired. | ./src/libraries/System.Runtime/tests/System/Reflection/CustomAttribute_Named_Typed_ArgumentTests.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.Reflection;
using Xunit;
namespace System.Reflection.Tests
{
public static class CustomAttribute_Named_Typed_ArgumentTests
{
[Fact]
... | // 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.Reflection;
using Xunit;
namespace System.Reflection.Tests
{
public static class CustomAttribute_Named_Typed_ArgumentTests
{
[Fact]
... | -1 |