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,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/mono/mono/tests/verifier/make_type_visibility_test.sh
#! /bin/sh SED="sed" if [ `which gsed 2> /dev/null` ]; then SED="gsed" fi TEST_NAME=$1 TEST_VALIDITY=$2 TEST_OP=$3 TEST_INIT=$4 TEST_EXTRA_LOC=$5 if [ -n "$TEST_EXTRA_LOC" ]; then EXTRA_LOC=", $TEST_EXTRA_LOC V_1" fi TEST_NAME=${TEST_VALIDITY}_${TEST_NAME} TEST_FILE=${TEST_NAME}_generated.il echo $TEST_FILE TEST...
#! /bin/sh SED="sed" if [ `which gsed 2> /dev/null` ]; then SED="gsed" fi TEST_NAME=$1 TEST_VALIDITY=$2 TEST_OP=$3 TEST_INIT=$4 TEST_EXTRA_LOC=$5 if [ -n "$TEST_EXTRA_LOC" ]; then EXTRA_LOC=", $TEST_EXTRA_LOC V_1" fi TEST_NAME=${TEST_VALIDITY}_${TEST_NAME} TEST_FILE=${TEST_NAME}_generated.il echo $TEST_FILE TEST...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./docs/design/coreclr/botr/images/virtualstubdispatch-fig4.png
PNG  IHDRZ3N pHYs  ~ -IDATx/lWׇ#TU؛Rb)0 aL Š*,,E/ 4dٰp姜ܙ;wfyޝsϽdtA@tA@\^ؿ&6XՎpPA+<y;k/ߕ+Cׯ_*.L@mlGDޞ;V}cgsAtA:8Nc{7':C`PU*룃ïEAtG|`BO=um0:зd6cۂB_WjhL&խ^4u yҠJq)+zEVFt[ k`՞8ӧOqˠAjPy,...
PNG  IHDRZ3N pHYs  ~ -IDATx/lWׇ#TU؛Rb)0 aL Š*,,E/ 4dٰp姜ܙ;wfyޝsϽdtA@tA@\^ؿ&6XՎpPA+<y;k/ߕ+Cׯ_*.L@mlGDޞ;V}cgsAtA:8Nc{7':C`PU*룃ïEAtG|`BO=um0:зd6cۂB_WjhL&խ^4u yҠJq)+zEVFt[ k`՞8ӧOqˠAjPy,...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i4_i2.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 } // //=================================...
// 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 } // //=================================...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./docs/design/features/localization-options.md
# Localization: .NET Core host and runtime The .NET Core host and runtime contain messages that can be displayed to both end-users and developers. Currently, all such messages are displayed in English. Other managed components built on top of .NET Runtime (e.g. SDK, WinForms, WPF) have already been localized, so a pr...
# Localization: .NET Core host and runtime The .NET Core host and runtime contain messages that can be displayed to both end-users and developers. Currently, all such messages are displayed in English. Other managed components built on top of .NET Runtime (e.g. SDK, WinForms, WPF) have already been localized, so a pr...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/mono/mono/tests/dbnull-missing.cs
using System; using System.Reflection; using System.Runtime.InteropServices; class X { static int Main () { ParameterInfo [] pi = typeof (X).GetMethod ("TakesInt").GetParameters (); Console.WriteLine ("{0} and {1}", pi [0].DefaultValue.GetType (), pi [1].DefaultValue.Ge...
using System; using System.Reflection; using System.Runtime.InteropServices; class X { static int Main () { ParameterInfo [] pi = typeof (X).GetMethod ("TakesInt").GetParameters (); Console.WriteLine ("{0} and {1}", pi [0].DefaultValue.GetType (), pi [1].DefaultValue.Ge...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/libraries/System.IO.Pipes/src/Microsoft/Win32/SafeHandles/SafePipeHandle.Unix.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; using System.Net.Sockets; using System.Reflection; using System.Runtime.InteropServices; using System.Security; using System.Threading; names...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; using System.Net.Sockets; using System.Reflection; using System.Runtime.InteropServices; using System.Security; using System.Threading; names...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/JIT/Directed/PREFIX/volatile/1/ldobj.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <RestorePackages>true</RestorePackages> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile...
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <RestorePackages>true</RestorePackages> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/libraries/System.Formats.Asn1/tests/Writer/WriteEnumerated.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.Formats.Asn1.Tests.Reader; using System.Security.Cryptography.X509Certificates; using Test.Cryptography; using Xunit; namespace System.Formats.Asn1.Tests.Writer { p...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Formats.Asn1.Tests.Reader; using System.Security.Cryptography.X509Certificates; using Test.Cryptography; using Xunit; namespace System.Formats.Asn1.Tests.Writer { p...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/baseservices/threading/threadstatic/threadstatic07.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="threadstatic07.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="threadstatic07.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/JIT/HardwareIntrinsics/General/Vector64/OnesComplement.Single.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/libraries/System.Private.Xml/tests/Xslt/TestFiles/TestData/xsltc/baseline/cnt1.txt
<?xml version="1.0" encoding="utf-8"?>Hello, world!
<?xml version="1.0" encoding="utf-8"?>Hello, world!
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/libraries/System.ComponentModel.TypeConverter/src/System/ComponentModel/Design/ComponentChangedEventArgs.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.ComponentModel.Design { /// <summary> /// Provides data for the <see cref='System.ComponentModel.Design.IComponentChangeService.ComponentChanged'/> event. ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.ComponentModel.Design { /// <summary> /// Provides data for the <see cref='System.ComponentModel.Design.IComponentChangeService.ComponentChanged'/> event. ...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/JIT/Generics/Parameters/static_passing_class01.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="static_passing_class01.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="static_passing_class01.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/RSAWrapper.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.IO; namespace System.Security.Cryptography { internal sealed class RSAWrapper : RSA { private readonly RSA _wrapped; ...
// 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.IO; namespace System.Security.Cryptography { internal sealed class RSAWrapper : RSA { private readonly RSA _wrapped; ...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/coreclr/System.Private.CoreLib/src/System/Diagnostics/Eventing/NativeRuntimeEventSource.PortableThreadPool.NativeSinks.CoreCLR.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.Diagnostics.Tracing; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namespace System.Diagnostics.Tracing { // ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Threading; using System.Diagnostics.Tracing; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namespace System.Diagnostics.Tracing { // ...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/mono/mono/mini/mini-arm64-gsharedvt.h
/** * \file */ #ifndef __MINI_ARM64_GSHAREDVT_H__ #define __MINI_ARM64_GSHAREDVT_H__ /* Argument marshallings for calls between gsharedvt and normal code */ typedef enum { GSHAREDVT_ARG_NONE = 0, GSHAREDVT_ARG_BYVAL_TO_BYREF = 1, GSHAREDVT_ARG_BYVAL_TO_BYREF_HFAR4 = 2, GSHAREDVT_ARG_BYREF_TO_BYVAL = 3, GSHARED...
/** * \file */ #ifndef __MINI_ARM64_GSHAREDVT_H__ #define __MINI_ARM64_GSHAREDVT_H__ /* Argument marshallings for calls between gsharedvt and normal code */ typedef enum { GSHAREDVT_ARG_NONE = 0, GSHAREDVT_ARG_BYVAL_TO_BYREF = 1, GSHAREDVT_ARG_BYVAL_TO_BYREF_HFAR4 = 2, GSHAREDVT_ARG_BYREF_TO_BYVAL = 3, GSHARED...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/Loader/classloader/MethodImpl/self_override1.reflect.xml
<linker> <assembly fullname="self_override1"> <type fullname="*" required="true" /> </assembly> </linker>
<linker> <assembly fullname="self_override1"> <type fullname="*" required="true" /> </assembly> </linker>
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1300/Generated1300.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,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/libraries/System.Private.Xml/tests/Xslt/TestFiles/TestData/xsltc/baseline/pft17.xsl
<xsl:stylesheet version= '1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform' > <xsl:template match="/"> <xsl:for-each select="//foo"> <xsl:value-of select="."/> </xsl:for-each> </xsl:template> </xsl:stylesheet>
<xsl:stylesheet version= '1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform' > <xsl:template match="/"> <xsl:for-each select="//foo"> <xsl:value-of select="."/> </xsl:for-each> </xsl:template> </xsl:stylesheet>
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null041.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="castclass-null041.cs" /> <Compile Include="..\structdef.cs" /> ...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="castclass-null041.cs" /> <Compile Include="..\structdef.cs" /> ...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/JIT/CodeGenBringUpTests/DblRoots_ro.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="DblRoots.cs" /> </ItemGroup> </Proj...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="DblRoots.cs" /> </ItemGroup> </Proj...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/libraries/Common/src/Microsoft/Win32/SafeHandles/SafeBioHandle.Unix.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.Security; using System.Runtime.InteropServices; using System.Diagnostics; namespace Microsoft.Win32.SafeHandles { internal sealed class SafeBioHandle ...
// 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.Security; using System.Runtime.InteropServices; using System.Diagnostics; namespace Microsoft.Win32.SafeHandles { internal sealed class SafeBioHandle ...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/libraries/System.Net.Security/tests/FunctionalTests/NegotiateStreamConformanceTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.IO; using System.IO.Tests; using System.Threading.Tasks; using Xunit; namespace System.Net.Security.Tests { [PlatformSpecific(TestPlatforms.Windows)] // NegotiateSt...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.IO; using System.IO.Tests; using System.Threading.Tasks; using Xunit; namespace System.Net.Security.Tests { [PlatformSpecific(TestPlatforms.Windows)] // NegotiateSt...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/coreclr/tools/r2rtest/Commands/CompileSerpCommand.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Text; namespace R2RTest { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Text; namespace R2RTest { ...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/baseservices/threading/regressions/13662/13662-simple.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <!-- Under heavy load, some of the TimerCallback functions don't complete before the test exits, preventing unload --> <UnloadabilityIncompatible>true</UnloadabilityIncompatible> <CLRTestPriority>1</CLRTestPriority> </Pro...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <!-- Under heavy load, some of the TimerCallback functions don't complete before the test exits, preventing unload --> <UnloadabilityIncompatible>true</UnloadabilityIncompatible> <CLRTestPriority>1</CLRTestPriority> </Pro...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface14.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="MultipleInterface14.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="MultipleInterface14.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/TryCatch.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; public class TryCatch{ public static int Main(String [] args) { int retVal = 100; int i = 0; String m_str = ""; String str = "Done";...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; public class TryCatch{ public static int Main(String [] args) { int retVal = 100; int i = 0; String m_str = ""; String str = "Done";...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/mono/wasm/runtime/roots.ts
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. import cwraps from "./cwraps"; import { Module } from "./imports"; import { VoidPtr, ManagedPointer, NativePointer } from "./types/emscripten"; const maxScratchRoots = 8192; let _sc...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. import cwraps from "./cwraps"; import { Module } from "./imports"; import { VoidPtr, ManagedPointer, NativePointer } from "./types/emscripten"; const maxScratchRoots = 8192; let _sc...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest506/Generated506.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="Generated506.il" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\TestFramework\TestFramework.csproj" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="Generated506.il" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\TestFramework\TestFramework.csproj" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/native/public/mono/utils/details/mono-error-types.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // #ifndef _MONO_ERROR_TYPES_H #define _MONO_ERROR_TYPES_H #include <mono/utils/details/mono-publib-types.h> enum { /* The supplied strings were dup'd by means of calling mono_err...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // #ifndef _MONO_ERROR_TYPES_H #define _MONO_ERROR_TYPES_H #include <mono/utils/details/mono-publib-types.h> enum { /* The supplied strings were dup'd by means of calling mono_err...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/JIT/Methodical/Arrays/huge/huge_objref_il_r.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <RestorePackages>true</RestorePackages> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="huge_objref.il" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <RestorePackages>true</RestorePackages> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="huge_objref.il" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/libraries/Common/src/System/Net/CookieFields.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Net { internal static class CookieFields { internal const string CommentAttributeName = "Comment"; internal const string CommentUrlAttributeN...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Net { internal static class CookieFields { internal const string CommentAttributeName = "Comment"; internal const string CommentUrlAttributeN...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/libraries/System.Private.Xml/tests/XmlSchema/TestFiles/TestData/XmlSchemaValidatorAPI/PartialValidation.xsd
<?xml version="1.0" encoding="utf-8" ?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="PartialElement" type="xs:int"/> <xs:element name="PartialElement2" type="xs:string" /> <xs:complexType name="PartialType" /> <xs:complexType name="PartialType2"> <xs:sequence> <xs:element na...
<?xml version="1.0" encoding="utf-8" ?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="PartialElement" type="xs:int"/> <xs:element name="PartialElement2" type="xs:string" /> <xs:complexType name="PartialType" /> <xs:complexType name="PartialType2"> <xs:sequence> <xs:element na...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/JIT/SIMD/VectorRelOp_r.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize /> </PropertyGroup> <ItemGroup> <Compile Include="VectorRelOp.cs" /> <Compile Include="VectorUtil.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize /> </PropertyGroup> <ItemGroup> <Compile Include="VectorRelOp.cs" /> <Compile Include="VectorUtil.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.UInt64.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,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/libraries/System.ObjectModel/ref/System.ObjectModel.Forwards.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. [assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ObjectModel.ReadOnlyDictionary<,>))]
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. [assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ObjectModel.ReadOnlyDictionary<,>))]
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30125/b30125.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 'b30125' {} .assembly extern x...
// 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 'b30125' {} .assembly extern x...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/libraries/System.Linq.Parallel/src/System/Linq/Parallel/Utils/HashLookup.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // HashLookup.cs // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // HashLookup.cs // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/libraries/System.ComponentModel.Composition/tests/System/ComponentModel/Composition/ReflectionModel/ReflectionParameterImportDefinitionTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.ComponentModel.Composition.Factories; using System.ComponentModel.Composition.Primitives; using System.Linq; using System.Reflection; 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.ComponentModel.Composition.Factories; using System.ComponentModel.Composition.Primitives; using System.Linq; using System.Reflection; u...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/libraries/Microsoft.Extensions.FileProviders.Physical/tests/TestClock.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 Microsoft.Extensions.FileProviders.Physical.Internal { public class TestClock : IClock { public DateTime UtcNow { get; private set; } = DateT...
// 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 Microsoft.Extensions.FileProviders.Physical.Internal { public class TestClock : IClock { public DateTime UtcNow { get; private set; } = DateT...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.Unix.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // System.Drawing.PrintDocument.cs // // Authors: // Dennis Hayes (dennish@Raytek.com) // Herve Poussineau (hpoussineau@fr.st) // Andreas Nahr (ClassDevelopment@A-SoftTech.c...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // System.Drawing.PrintDocument.cs // // Authors: // Dennis Hayes (dennish@Raytek.com) // Herve Poussineau (hpoussineau@fr.st) // Andreas Nahr (ClassDevelopment@A-SoftTech.c...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/Loader/classloader/StaticVirtualMethods/NegativeTestCases/MethodFlags.il
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. .assembly extern System.Console {} .assembly extern xunit.core {} .assembly extern mscorlib {} .assembly extern System.Runtime {} .assembly extern TypeHierarchyCommonCs {} .assembly ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. .assembly extern System.Console {} .assembly extern xunit.core {} .assembly extern mscorlib {} .assembly extern System.Runtime {} .assembly extern TypeHierarchyCommonCs {} .assembly ...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/mono/wasm/debugger/DebuggerTestSuite/BreakpointTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading.Tasks; using Microsoft.WebAssembly.Diagnostics; using Newtonsoft.Json.Linq; using System.IO; using Xunit; using Xunit.Sdk; namespace DebuggerTes...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading.Tasks; using Microsoft.WebAssembly.Diagnostics; using Newtonsoft.Json.Linq; using System.IO; using Xunit; using Xunit.Sdk; namespace DebuggerTes...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/JIT/Methodical/eh/regress/asurt/122239/outermostFinally.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="outermostFinally.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\..\..\..\common\eh...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="outermostFinally.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\..\..\..\common\eh...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/readytorun/coreroot_determinism/Program.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; internal class Program { publ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; internal class Program { publ...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationSource.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.Extensions.Configuration.Xml { /// <summary> /// Represents a XML file as an <see cref="IConfigurationSource"/>. /// </summary> public class XmlSt...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.Extensions.Configuration.Xml { /// <summary> /// Represents a XML file as an <see cref="IConfigurationSource"/>. /// </summary> public class XmlSt...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./eng/common/generate-locproject.ps1
Param( [Parameter(Mandatory=$true)][string] $SourcesDirectory, # Directory where source files live; if using a Localize directory it should live in here [string] $LanguageSet = 'VS_Main_Languages', # Language set to be used in the LocProject.json [switch] $UseCheckedInLocProjectJson, ...
Param( [Parameter(Mandatory=$true)][string] $SourcesDirectory, # Directory where source files live; if using a Localize directory it should live in here [string] $LanguageSet = 'VS_Main_Languages', # Language set to be used in the LocProject.json [switch] $UseCheckedInLocProjectJson, ...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/coreclr/vm/ilinstrumentation.cpp
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // =========================================================================== // File: ILInstrumentation.cpp // // ===================================================================...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // =========================================================================== // File: ILInstrumentation.cpp // // ===================================================================...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./.git/info/exclude
# git ls-files --others --exclude-from=.git/info/exclude # Lines that start with '#' are comments. # For a project mostly in C, the following would be a good set of # exclude patterns (uncomment them if you want to use them): # *.[oa] # *~
# git ls-files --others --exclude-from=.git/info/exclude # Lines that start with '#' are comments. # For a project mostly in C, the following would be a good set of # exclude patterns (uncomment them if you want to use them): # *.[oa] # *~
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/native/external/zlib-intel/gzguts.h
/* gzguts.h -- zlib internal header definitions for gz* operations * Copyright (C) 2004, 2005, 2010, 2011, 2012, 2013, 2016 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #ifdef _LARGEFILE64_SOURCE # ifndef _LARGEFILE_SOURCE # define _LARGEFILE_SOURCE 1 # endif # ifdef ...
/* gzguts.h -- zlib internal header definitions for gz* operations * Copyright (C) 2004, 2005, 2010, 2011, 2012, 2013, 2016 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #ifdef _LARGEFILE64_SOURCE # ifndef _LARGEFILE_SOURCE # define _LARGEFILE_SOURCE 1 # endif # ifdef ...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/JIT/Methodical/ELEMENT_TYPE_IU/i_array_merge_Target_32BIT_il_d.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <RestorePackages>true</RestorePackages> <!-- There is a 32 and 64 version of this test to allow it to be compiled for all targets --> <CLRTestTargetUnsupported Condition="'$(TargetBits)' != '32'">true</CLRTestTargetUnsup...
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <RestorePackages>true</RestorePackages> <!-- There is a 32 and 64 version of this test to allow it to be compiled for all targets --> <CLRTestTargetUnsupported Condition="'$(TargetBits)' != '32'">true</CLRTestTargetUnsup...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/coreclr/inc/posterror.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. //***************************************************************************** // UtilCode.h // // Utility functions implemented in UtilCode.lib. // //******************************...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. //***************************************************************************** // UtilCode.h // // Utility functions implemented in UtilCode.lib. // //******************************...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/libraries/System.IO.Pipelines/ref/System.IO.Pipelines.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>$(NetCoreAppCurrent);$(NetCoreAppMinimum);netstandard2.0;$(NetFrameworkMinimum)</TargetFrameworks> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <Compile Include="System.IO.Pipelines.cs" /> </ItemGroup> <ItemGroup Condi...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>$(NetCoreAppCurrent);$(NetCoreAppMinimum);netstandard2.0;$(NetFrameworkMinimum)</TargetFrameworks> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <Compile Include="System.IO.Pipelines.cs" /> </ItemGroup> <ItemGroup Condi...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u8.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 } // //=================================...
// 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 } // //=================================...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/GC/Scenarios/GCSimulator/GCSimulator_420.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <GCStressIncompatible>true</GCStressIncompatible> <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 8000 -lt 4 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments> ...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <GCStressIncompatible>true</GCStressIncompatible> <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 8000 -lt 4 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments> ...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/coreclr/pal/src/misc/fmtmessage.cpp
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /*++ Module Name: fmtmessage.c Abstract: Implementation of FormatMessage function. Revision History: --*/ #include "pal/palinternal.h" #include "pal/dbgmsg.h" #inc...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /*++ Module Name: fmtmessage.c Abstract: Implementation of FormatMessage function. Revision History: --*/ #include "pal/palinternal.h" #include "pal/dbgmsg.h" #inc...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/libraries/System.Runtime.InteropServices/gen/DllImportGenerator/GeneratorDiagnostics.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.Syntax; using System; using System.Collections.Generic; using System.Diagnostics; namespace Microsoft.Interop { ...
// 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.Syntax; using System; using System.Collections.Generic; using System.Diagnostics; namespace Microsoft.Interop { ...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/JIT/Regression/Dev11/Dev11_468598/Test_HndIndex_10_Reordered.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="Test_HndIndex_10_Reordered.il" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="Test_HndIndex_10_Reordered.il" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/JIT/Directed/Convert/value_numbering_checked_casts_of_constants_double.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 partial class ValueNumberingCheckedCastsOfConstants { private static void TestCastingDoubleToSByte() { Co...
// 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 partial class ValueNumberingCheckedCastsOfConstants { private static void TestCastingDoubleToSByte() { Co...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/Loader/classloader/generics/GenericMethods/method001c.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="method001c.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="method001c.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/Loader/classloader/RefFields/Validate.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.IO; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using InvalidCSharp; using Xunit; class Validate { [StructLayout(Lay...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.IO; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using InvalidCSharp; using Xunit; class Validate { [StructLayout(Lay...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/JIT/Methodical/int64/unsigned/ldsfld_mulovf_il_r.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="ldsfld_mulovf.il" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="ldsfld_mulovf.il" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/libraries/Microsoft.Extensions.Logging.Abstractions/tests/Microsoft.Extensions.Logging.Generators.Tests/TestClasses/MessageTestExtensions.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 SYSLIB0027 namespace Microsoft.Extensions.Logging.Generators.Tests.TestClasses { internal static partial class MessageTestExtensions { [Logge...
// 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 SYSLIB0027 namespace Microsoft.Extensions.Logging.Generators.Tests.TestClasses { internal static partial class MessageTestExtensions { [Logge...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./eng/pipelines/coreclr/nativeaot-post-build-steps.yml
parameters: buildConfig: '' archType: '' osGroup: '' osSubgroup: '' platform: '' pgoType: '' runtimeVariant: '' uploadTests: false testFilter: tree nativeaot runSingleFileTests: true steps: # Can't run arm/arm64 tests on x64 build machines - ${{ if and(ne(parameters.archType, 'arm'), ne(parameters....
parameters: buildConfig: '' archType: '' osGroup: '' osSubgroup: '' platform: '' pgoType: '' runtimeVariant: '' uploadTests: false testFilter: tree nativeaot runSingleFileTests: true steps: # Can't run arm/arm64 tests on x64 build machines - ${{ if and(ne(parameters.archType, 'arm'), ne(parameters....
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/JIT/Methodical/eh/nested/cascadedcatchret/cascadedexcept_il_d.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="cascadedexcept.il" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\..\..\common\eh_comm...
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="cascadedexcept.il" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\..\..\common\eh_comm...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanGetElementNegativeOne.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,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/JIT/opt/OSR/mainlooptry3.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // Tricky case for OSR with patchpoint in try region. // // If we need to OSR at inner loop head, then both try // regions need trimming, but they can't trim down to the // same bloc...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // Tricky case for OSR with patchpoint in try region. // // If we need to OSR at inner loop head, then both try // regions need trimming, but they can't trim down to the // same bloc...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/coreclr/inc/releaseholder.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // This class acts a smart pointer which calls the Release method on any object // you place in it when the ReleaseHolder class falls out of scope. You may use it // just like you w...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // This class acts a smart pointer which calls the Release method on any object // you place in it when the ReleaseHolder class falls out of scope. You may use it // just like you w...
-1
dotnet/runtime
66,084
Add support for static virtual methods
Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca...
MichalStrehovsky
2022-03-02T14:32:50Z
2022-03-03T07:30:19Z
7b83da5eb2bb247e400d2b8f66bea79c41332db8
8dcfacbdec618924f36a95688173a7c1c101592f
Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests. Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ...
./src/tests/JIT/HardwareIntrinsics/X86/Sse1/UnpackLow_r.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> <PropertyGroup> <DebugType>Embedded</DebugType> <Optimize /> </PropertyGroup> <ItemGroup> <Compile Include="UnpackLow.cs" /> </ItemGroup> </Project>...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> <PropertyGroup> <DebugType>Embedded</DebugType> <Optimize /> </PropertyGroup> <ItemGroup> <Compile Include="UnpackLow.cs" /> </ItemGroup> </Project>...
-1
dotnet/runtime
66,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./eng/ApiCompatExcludeAttributes.txt
T:System.CLSCompliantAttribute T:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute T:System.Diagnostics.DebuggerGuidedStepThroughAttribute T:System.Runtime.CompilerServices.EagerStaticClassConstructionAttribute
T:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute T:System.Diagnostics.DebuggerGuidedStepThroughAttribute T:System.Runtime.CompilerServices.EagerStaticClassConstructionAttribute
1
dotnet/runtime
66,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./src/libraries/System.Runtime.InteropServices/ref/System.Runtime.InteropServices.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // ------------------------------------------------------------------------------ // Changes to this file must follow the https://aka.ms/api-review process. // -----------------------...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // ------------------------------------------------------------------------------ // Changes to this file must follow the https://aka.ms/api-review process. // -----------------------...
1
dotnet/runtime
66,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./src/libraries/apicompat/ApiCompatBaselineExcludedAttributes.txt
// These attributes shouldn't be checked against baseline reference assemblies T:System.ComponentModel.EditorBrowsableAttribute T:System.ObsoleteAttribute
// These attributes shouldn't be checked against baseline reference assemblies T:System.CLSCompliantAttribute T:System.ComponentModel.EditorBrowsableAttribute T:System.ObsoleteAttribute
1
dotnet/runtime
66,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./src/coreclr/System.Private.CoreLib/src/System/Diagnostics/StackFrame.CoreCLR.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.Text; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namespace System.Diagnostics { public partial class Stac...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Text; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namespace System.Diagnostics { public partial class Stac...
-1
dotnet/runtime
66,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./src/tests/JIT/HardwareIntrinsics/General/Vector64/BitwiseOr.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,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./src/libraries/System.Private.Xml/src/System/Xml/Dom/XmlDocument.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.IO; using System.Text; using System.Xml.Schema; using System.Xml.XPat...
// 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.IO; using System.Text; using System.Xml.Schema; using System.Xml.XPat...
-1
dotnet/runtime
66,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/HtmlEncoder.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.Text.Unicode; namespace System.Text.Encodings.Web { /// <summary> /// Represents a type used to do HTML encoding. /// </summary> public abstract class H...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Text.Unicode; namespace System.Text.Encodings.Web { /// <summary> /// Represents a type used to do HTML encoding. /// </summary> public abstract class H...
-1
dotnet/runtime
66,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./src/tests/JIT/Performance/CodeQuality/SIMD/RayTracer/Vector.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // using System; using System.Numerics; using System.Runtime.CompilerServices; internal struct Vector { private Vector3 _simdVector; public float X { get { return _simdVecto...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // using System; using System.Numerics; using System.Runtime.CompilerServices; internal struct Vector { private Vector3 _simdVector; public float X { get { return _simdVecto...
-1
dotnet/runtime
66,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./src/libraries/System.Private.Xml/src/System/Xml/Xsl/ISourceLineInfo.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Xml.Xsl { internal interface ISourceLineInfo { string? Uri { get; } bool IsNoSource { get; } Location Start { get; } Location...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Xml.Xsl { internal interface ISourceLineInfo { string? Uri { get; } bool IsNoSource { get; } Location Start { get; } Location...
-1
dotnet/runtime
66,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./src/libraries/System.Reflection.Context/src/System/Reflection/Context/Projection/ProjectingExceptionHandlingClause.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.Reflection.Context.Delegation; namespace System.Reflection.Context.Projection { // Recursively 'projects' any assemblies, modules, types a...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Diagnostics; using System.Reflection.Context.Delegation; namespace System.Reflection.Context.Projection { // Recursively 'projects' any assemblies, modules, types a...
-1
dotnet/runtime
66,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./src/libraries/System.Linq.Expressions/tests/Unary/MakeUnaryTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Reflection; using Xunit; namespace System.Linq.Expressions.Tests { public class MakeUnaryTests { public static readonl...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Reflection; using Xunit; namespace System.Linq.Expressions.Tests { public class MakeUnaryTests { public static readonl...
-1
dotnet/runtime
66,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./src/coreclr/nativeaot/System.Private.Reflection.Core/src/System/Reflection/Runtime/BindingFlagSupport/NameFilter.NativeFormat.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Globalization; using Internal.Metadata.NativeFormat; namespace System.Reflection.Runtime.BindingFlagSupport { internal abstract partial class NameFilter { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Globalization; using Internal.Metadata.NativeFormat; namespace System.Reflection.Runtime.BindingFlagSupport { internal abstract partial class NameFilter { ...
-1
dotnet/runtime
66,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./src/tests/Loader/classloader/generics/Instantiation/Nesting/NestedGenericTypesMix.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // this test loads a type with deeply nested generic structs and classes (up to level 500) using System; public class Test_NestedGenericTypesMix { public static int Main() { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // this test loads a type with deeply nested generic structs and classes (up to level 500) using System; public class Test_NestedGenericTypesMix { public static int Main() { ...
-1
dotnet/runtime
66,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./src/tests/JIT/HardwareIntrinsics/X86/Sse41/RoundToZeroScalar.Single.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
66,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./src/libraries/System.Private.CoreLib/src/System/Environment.SpecialFolderOption.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System { public static partial class Environment { public enum SpecialFolderOption { None = 0, Create = SpecialFolderOptionV...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System { public static partial class Environment { public enum SpecialFolderOption { None = 0, Create = SpecialFolderOptionV...
-1
dotnet/runtime
66,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndAdd.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,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./src/libraries/System.Runtime/tests/System/CharTests.GenericMath.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 Xunit; namespace System.Tests { [RequiresPreviewFeaturesAttribute] public class CharTests_GenericMath { [Fact] pub...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.Versioning; using Xunit; namespace System.Tests { [RequiresPreviewFeaturesAttribute] public class CharTests_GenericMath { [Fact] pub...
-1
dotnet/runtime
66,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./src/libraries/System.Private.CoreLib/src/System/Globalization/Normalization.Icu.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Buffers; using System.Diagnostics; using System.Runtime.InteropServices; using System.Text; namespace System.Globalization { internal static partial class Normaliza...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Buffers; using System.Diagnostics; using System.Runtime.InteropServices; using System.Text; namespace System.Globalization { internal static partial class Normaliza...
-1
dotnet/runtime
66,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./src/mono/mono/tests/abort-cctor-2.cs
using System; using System.Threading; public class Critical { static Critical () { Program.mre1.Set (); Program.mre2.WaitOne (); try { throw new Exception (); } catch (Exception) { Console.WriteLine ("Catched exception in cctor"); Program.catched_exception = true; } } } public class Program { ...
using System; using System.Threading; public class Critical { static Critical () { Program.mre1.Set (); Program.mre2.WaitOne (); try { throw new Exception (); } catch (Exception) { Console.WriteLine ("Catched exception in cctor"); Program.catched_exception = true; } } } public class Program { ...
-1
dotnet/runtime
66,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./src/tests/Loader/classloader/DefaultInterfaceMethods/regressions/github58394.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; namespace GenericDimValuetypeBug { class Program { static int Main() { if (RunOne() != 17) ...
// 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; namespace GenericDimValuetypeBug { class Program { static int Main() { if (RunOne() != 17) ...
-1
dotnet/runtime
66,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./src/mono/mono/tests/reflection-prop.cs
using System.Reflection; using System; namespace Test { public class T { public static int Main(string[] args) { string name = "System.String"; if (args.Length > 0) name = args [0]; Type t = Type.GetType (name); PropertyInfo[] ms = t.GetProperties(); foreach (PropertyInfo m in ms) { if (m.Ca...
using System.Reflection; using System; namespace Test { public class T { public static int Main(string[] args) { string name = "System.String"; if (args.Length > 0) name = args [0]; Type t = Type.GetType (name); PropertyInfo[] ms = t.GetProperties(); foreach (PropertyInfo m in ms) { if (m.Ca...
-1
dotnet/runtime
66,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector64.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,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./src/libraries/System.Linq.Expressions/src/System/Linq/Expressions/ListInitExpression.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Dynamic.Utils; using System.Refl...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Dynamic.Utils; using System.Refl...
-1
dotnet/runtime
66,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./src/tests/Interop/PInvoke/SizeParamIndex/ReversePInvoke/PassingByRef/ReversePInvokePassingByRefNative.cpp
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // ReversePInvokePassingByRefNative.cpp : Defines the entry point for the DLL application. #include <xplatform.h> #include <limits.h> #include "platformdefines.h" #include "helper.h"...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // ReversePInvokePassingByRefNative.cpp : Defines the entry point for the DLL application. #include <xplatform.h> #include <limits.h> #include "platformdefines.h" #include "helper.h"...
-1
dotnet/runtime
66,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ComTypes/FORMATETC.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.ComponentModel; namespace System.Runtime.InteropServices.ComTypes { [EditorBrowsable(EditorBrowsableState.Never)] public struct FORMATETC { [Marshal...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.ComponentModel; namespace System.Runtime.InteropServices.ComTypes { [EditorBrowsable(EditorBrowsableState.Never)] public struct FORMATETC { [Marshal...
-1
dotnet/runtime
66,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./src/tests/baseservices/exceptions/unittests/EHPatternTests.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="EHPatternTests.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="EHPatternTests.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./src/mono/mono/tests/verifier/make_prefix_test.sh
#! /bin/sh SED="sed" if [ `which gsed 2> /dev/null` ]; then SED="gsed" fi TEST_NAME=$1 TEST_VALIDITY=$2 TEST_OP=$3 TEST_LOAD_OP=$4 TEST_TYPE=$5 TEST_FILE=`echo ${TEST_VALIDITY}_${TEST_NAME} | $SED -e 's/ /_/g' -e 's/\./_/g' -e 's/&/mp/g' -e 's/\[/_/g' -e 's/\]/_/g'`_generated.il echo $TEST_FILE $SED -e "s/TYPE/${T...
#! /bin/sh SED="sed" if [ `which gsed 2> /dev/null` ]; then SED="gsed" fi TEST_NAME=$1 TEST_VALIDITY=$2 TEST_OP=$3 TEST_LOAD_OP=$4 TEST_TYPE=$5 TEST_FILE=`echo ${TEST_VALIDITY}_${TEST_NAME} | $SED -e 's/ /_/g' -e 's/\./_/g' -e 's/&/mp/g' -e 's/\[/_/g' -e 's/\]/_/g'`_generated.il echo $TEST_FILE $SED -e "s/TYPE/${T...
-1
dotnet/runtime
66,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./src/coreclr/debug/di/classfactory.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. //***************************************************************************** // ClassFactory.h // // // Class factories are used by the pluming in COM to activate new objects. // ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. //***************************************************************************** // ClassFactory.h // // // Class factories are used by the pluming in COM to activate new objects. // ...
-1
dotnet/runtime
66,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./src/tests/baseservices/exceptions/generics/try-filter02.il
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // Microsoft (R) .NET Framework IL Disassembler. Version 1.2.2211.0 // Copyright (C) Microsoft Corporation 1998-2002. All rights reserved. // Metadata version: v1.1.2211 .assem...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // Microsoft (R) .NET Framework IL Disassembler. Version 1.2.2211.0 // Copyright (C) Microsoft Corporation 1998-2002. All rights reserved. // Metadata version: v1.1.2211 .assem...
-1
dotnet/runtime
66,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./src/libraries/System.ComponentModel.TypeConverter/src/System/ComponentModel/Design/IDesignerEventService.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.ComponentModel.Design { /// <summary> /// Provides global event notifications and the ability to create designers. /// </summary> public interface ID...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.ComponentModel.Design { /// <summary> /// Provides global event notifications and the ability to create designers. /// </summary> public interface ID...
-1
dotnet/runtime
66,075
Keep CLSCompliantAttribute in sync for src <-> ref
Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during baseline api compat validation, which is performed in Ap...
ViktorHofer
2022-03-02T11:40:14Z
2022-03-02T15:17:47Z
58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c
b61687b07672071fb31d1511d1c28d5eac616e6a
Keep CLSCompliantAttribute in sync for src <-> ref. Contributes to https://github.com/dotnet/runtime/issues/58163 Until two years ago, ApiCompat validated the CLSCompliantAttribute but that check was then disabled with a675e1c2c4f46b98ecac1253223649d8f36d5da7. Re-enable it and only disable the check during basel...
./src/libraries/System.Speech/src/Internal/GrammarBuilding/GrammarBuilderRuleRef.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Speech.Internal.SrgsParser; namespace System.Speech.Internal.GrammarBuilding { internal sealed class GrammarBuilderRuleRef : GrammarBuilderBase { #regi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Speech.Internal.SrgsParser; namespace System.Speech.Internal.GrammarBuilding { internal sealed class GrammarBuilderRuleRef : GrammarBuilderBase { #regi...
-1