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
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/mono/System.Private.CoreLib/src/System/Reflection/Emit/ModuleBuilder.Mono.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // Copyright (C) 2004 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated doc...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // Copyright (C) 2004 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated doc...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/mono/wasm/debugger/DebuggerTestSuite/appsettings.json
{ "Logging": { "LogLevel": { "Default": "Error", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information", "DebuggerTests.TestHarnessProxy": "Debug", "Microsoft.WebAssembly.Diagnostics.DevToolsProxy": "Information", "Inspector": "Debug", "InspectorClient": "Deb...
{ "Logging": { "LogLevel": { "Default": "Error", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information", "DebuggerTests.TestHarnessProxy": "Debug", "Microsoft.WebAssembly.Diagnostics.DevToolsProxy": "Information", "Inspector": "Debug", "InspectorClient": "Deb...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/OidCollection.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections; using Internal.Cryptography; namespace System.Security.Cryptography { public sealed class OidCollection : ICollection { private Oid[] _oids...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections; using Internal.Cryptography; namespace System.Security.Cryptography { public sealed class OidCollection : ICollection { private Oid[] _oids...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/tests/JIT/Methodical/Methodical_do.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <IsMergedTestRunnerAssembly>true</IsMergedTestRunnerAssembly> </PropertyGroup> <ItemGroup> <ProjectReference Include="*/**/*_do.??proj" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <IsMergedTestRunnerAssembly>true</IsMergedTestRunnerAssembly> </PropertyGroup> <ItemGroup> <ProjectReference Include="*/**/*_do.??proj" /> </ItemGroup> </Project>
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/tests/Loader/classloader/InterfaceFolding/Ambiguous.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="Ambiguous.il" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="Ambiguous.il" /> </ItemGroup> </Project>
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/libraries/System.Speech/src/Internal/SapiInterop/SpAudioStreamWrapper.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.Runtime.InteropServices; using System.Speech.AudioFormat; using System.Speech.Internal.Synthesis; namespace System.Speech.Internal.SapiInterop { in...
// 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.Runtime.InteropServices; using System.Speech.AudioFormat; using System.Speech.Internal.Synthesis; namespace System.Speech.Internal.SapiInterop { in...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/libraries/System.Runtime.Loader/tests/ApplyUpdate/System.Reflection.Metadata.ApplyUpdate.Test.ReflectionAddNewType/System.Reflection.Metadata.ApplyUpdate.Test.ReflectionAddNewType.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <RootNamespace>System.Runtime.Loader.Tests</RootNamespace> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> <TestRuntime>true</TestRuntime> <DeltaScript>deltascript.json</DeltaScript> </PropertyGroup> <ItemGroup> <Compile Include="Reflec...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <RootNamespace>System.Runtime.Loader.Tests</RootNamespace> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> <TestRuntime>true</TestRuntime> <DeltaScript>deltascript.json</DeltaScript> </PropertyGroup> <ItemGroup> <Compile Include="Reflec...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/libraries/Common/src/System/Net/ContextFlagsAdapterPal.PlatformNotSupported.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.Versioning; namespace System.Net { [UnsupportedOSPlatform("tvos")] internal static class ContextFlagsAdapterPal { internal sta...
// 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.Versioning; namespace System.Net { [UnsupportedOSPlatform("tvos")] internal static class ContextFlagsAdapterPal { internal sta...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/mono/mono/utils/mono-compiler.h
/** * \file */ #ifndef __UTILS_MONO_COMPILER_H__ #define __UTILS_MONO_COMPILER_H__ /* * This file includes macros used in the runtime to encapsulate different * compiler behaviours. */ #include <config.h> #if defined(HAVE_UNISTD_H) #include <unistd.h> #endif #include <mono/utils/mono-publib.h> #ifdef __GNUC__ ...
/** * \file */ #ifndef __UTILS_MONO_COMPILER_H__ #define __UTILS_MONO_COMPILER_H__ /* * This file includes macros used in the runtime to encapsulate different * compiler behaviours. */ #include <config.h> #if defined(HAVE_UNISTD_H) #include <unistd.h> #endif #include <mono/utils/mono-publib.h> #ifdef __GNUC__ ...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1468/Generated1468.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="Generated1468.il" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\TestFramework\TestFramework.csproj" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="Generated1468.il" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\TestFramework\TestFramework.csproj" /> </ItemGroup> </Project>
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/libraries/System.Private.Xml/tests/Xslt/TestFiles/TestData/XsltApiV2/showParam.xsl
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="xml" omit-xml-declaration="yes" /> <xsl:param name="myArg1" select="'No Value Specified'"/> <xsl:param name="myArg2" select="'No Value Specified'"/> <xsl:param name="myArg3" select="'No Value Specified'"/> <xsl:param na...
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="xml" omit-xml-declaration="yes" /> <xsl:param name="myArg1" select="'No Value Specified'"/> <xsl:param name="myArg2" select="'No Value Specified'"/> <xsl:param name="myArg3" select="'No Value Specified'"/> <xsl:param na...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/libraries/System.Collections/tests/Generic/LinkedList/LinkedList.Generic.Tests.AddBefore.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Xunit; namespace System.Collections.Tests { /// <summary> /// Contains tests that ensure the correctness of the LinkedList class. ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Xunit; namespace System.Collections.Tests { /// <summary> /// Contains tests that ensure the correctness of the LinkedList class. ...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/tests/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i4.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
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/libraries/System.Memory/tests/ReadOnlySpan/IndexOf.T.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Xunit; namespace System.SpanTests { public static partial class ReadOnlySpanTests { [Fact] public static void ZeroLengthIndexOf() { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Xunit; namespace System.SpanTests { public static partial class ReadOnlySpanTests { [Fact] public static void ZeroLengthIndexOf() { ...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/coreclr/nativeaot/Runtime/arm/CallDescrWorker.asm
;; Licensed to the .NET Foundation under one or more agreements. ;; The .NET Foundation licenses this file to you under the MIT license. #include "AsmMacros.h" TEXTAREA ;;----------------------------------------------------------------------------- ;; This helper routine enregisters the appropriate arguments...
;; Licensed to the .NET Foundation under one or more agreements. ;; The .NET Foundation licenses this file to you under the MIT license. #include "AsmMacros.h" TEXTAREA ;;----------------------------------------------------------------------------- ;; This helper routine enregisters the appropriate arguments...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest295/Generated295.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
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/tests/JIT/HardwareIntrinsics/General/Vector64/GreaterThanOrEqual.UInt32.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest256/Generated256.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="Generated256.il" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\TestFramework\TestFramework.csproj" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="Generated256.il" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\TestFramework\TestFramework.csproj" /> </ItemGroup> </Project>
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/libraries/System.Private.Xml/tests/Xslt/TestFiles/TestData/xsltc/baseline/dft4.txt
Microsoft (R) XSLT Compiler version 2.0.61009 for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727 Copyright (C) Microsoft Corporation 2007. All rights reserved. fatal error : Error saving assembly 'D:\OASys\Working\dft4.dll'. ---> Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
Microsoft (R) XSLT Compiler version 2.0.61009 for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727 Copyright (C) Microsoft Corporation 2007. All rights reserved. fatal error : Error saving assembly 'D:\OASys\Working\dft4.dll'. ---> Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/libraries/Common/src/Interop/Windows/Kernel32/Interop.DuplicateHandle_SafeWaitHandle.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Microsoft.Win32.SafeHandles; using System; using System.Runtime.InteropServices; internal static partial class Interop { internal static partial class Kernel32 { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Microsoft.Win32.SafeHandles; using System; using System.Runtime.InteropServices; internal static partial class Interop { internal static partial class Kernel32 { ...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1292/Generated1292.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="Generated1292.il" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\TestFramework\TestFramework.csproj" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="Generated1292.il" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\TestFramework\TestFramework.csproj" /> </ItemGroup> </Project>
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLower.Vector64.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
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/libraries/System.Console/tests/RedirectedStream.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using Microsoft.DotNet.RemoteExecutor; using Micr...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using Microsoft.DotNet.RemoteExecutor; using Micr...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27658/b27658.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).il" /> </I...
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).il" /> </I...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/ReverseElement16.Vector128.Int32.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.UInt16.Vector128.UInt16.7.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
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/EC/EccTestBase.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Security.Cryptography.Tests; using Test.Cryptography; using Xunit; namespace ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Security.Cryptography.Tests; using Test.Cryptography; using Xunit; namespace ...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.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.Hosting { /// <summary> /// Extension methods for <see cref="IHostEnvironment"/>. /// </summary> public static class Hos...
// 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.Hosting { /// <summary> /// Extension methods for <see cref="IHostEnvironment"/>. /// </summary> public static class Hos...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/tests/JIT/HardwareIntrinsics/X86/Ssse3/Abs.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
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/libraries/System.ComponentModel.TypeConverter/src/System/ComponentModel/Design/IDesignerHost.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 methods to adjust the configuration of and retrieve /// information about the services and behavior of...
// 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 methods to adjust the configuration of and retrieve /// information about the services and behavior of...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest454/Generated454.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
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/mono/mono/tests/verifier/make_type_constraint_test.sh
#! /bin/sh SED="sed" if [ `which gsed 2> /dev/null` ]; then SED="gsed" fi TEST_NAME=$1 TEST_VALIDITY=$2 TEST_INSTANTIATION=$3 TEST_CONSTRAINTS=$4 TEST_EXTRA_CODE=$5 TEST_NAME=${TEST_VALIDITY}_${TEST_NAME} TEST_FILE=${TEST_NAME}_generated.il echo $TEST_FILE $SED -e "s/VALIDITY/${TEST_VALIDITY}/g" -e "s/INSTANTIATIO...
#! /bin/sh SED="sed" if [ `which gsed 2> /dev/null` ]; then SED="gsed" fi TEST_NAME=$1 TEST_VALIDITY=$2 TEST_INSTANTIATION=$3 TEST_CONSTRAINTS=$4 TEST_EXTRA_CODE=$5 TEST_NAME=${TEST_VALIDITY}_${TEST_NAME} TEST_FILE=${TEST_NAME}_generated.il echo $TEST_FILE $SED -e "s/VALIDITY/${TEST_VALIDITY}/g" -e "s/INSTANTIATIO...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/libraries/System.Private.Xml.Linq/tests/XDocument.Common/ManagedNodeWriter.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.IO; using System.Text; namespace CoreXml.Test.XLinq { public class ManagedNodeWriter { public static boo...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.IO; using System.Text; namespace CoreXml.Test.XLinq { public class ManagedNodeWriter { public static boo...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorOpenFile.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="CctorOpenFile.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="CctorOpenFile.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetFileAttributes.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.Runtime.InteropServices; internal static partial class Interop { internal static partial class Kernel32 { /// <summary> /// WAR...
// 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.Runtime.InteropServices; internal static partial class Interop { internal static partial class Kernel32 { /// <summary> /// WAR...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/libraries/System.Private.Uri/tests/FunctionalTests/IdnCheckHostNameTest.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.Net; using System.Tests; using Xunit; namespace System.PrivateUri.Tests { public class IdnCheckHostNameTest { [Fact] public void IdnCheckHostNa...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Net; using System.Tests; using Xunit; namespace System.PrivateUri.Tests { public class IdnCheckHostNameTest { [Fact] public void IdnCheckHostNa...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/tests/JIT/Directed/zeroinit/init_uint32.il
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. .assembly extern mscorlib { } .assembly extern xunit.core {} .assembly extern System.Console { .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A ) .ver 4:0:0:0 } .assembly init_uint32 {...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. .assembly extern mscorlib { } .assembly extern xunit.core {} .assembly extern System.Console { .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A ) .ver 4:0:0:0 } .assembly init_uint32 {...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/tests/JIT/opt/perf/doublenegate/doublenegate.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <DebugType>None</DebugType> </PropertyGroup> <PropertyGroup> </PropertyGroup> <ItemGroup> <Compile Include="doublenegate.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <DebugType>None</DebugType> </PropertyGroup> <PropertyGroup> </PropertyGroup> <ItemGroup> <Compile Include="doublenegate.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/tests/JIT/Intrinsics/MathRoundDouble.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 MathRoundDoubleTest { class Program { public const int Pass = 100; public const int Fail = 0; public const double constan...
// 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 MathRoundDoubleTest { class Program { public const int Pass = 100; public const int Fail = 0; public const double constan...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/tests/JIT/Methodical/int64/misc/binop_d.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="binop.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="binop.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/coreclr/pal/tests/palsuite/c_runtime/vsprintf/test3/test3.cpp
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /*===================================================================== ** ** Source: test3.c ** ** Purpose: Test #3 for the vsprintf function. ** ** **=========================...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /*===================================================================== ** ** Source: test3.c ** ** Purpose: Test #3 for the vsprintf function. ** ** **=========================...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/tests/JIT/HardwareIntrinsics/General/Vector256/Add.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
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./docs/design/features/host-error-codes.md
# Hosting layer error and exit codes This document lists all the values returned as special exit codes when running `dotnet.exe` or `apphost` or returned by the hosting APIs (`hostfxr`, `hostpolicy` and `nethost`). Those exit codes are also specified in signed 32-bit form (what you would see if you run `echo %ERRORLEVE...
# Hosting layer error and exit codes This document lists all the values returned as special exit codes when running `dotnet.exe` or `apphost` or returned by the hosting APIs (`hostfxr`, `hostpolicy` and `nethost`). Those exit codes are also specified in signed 32-bit form (what you would see if you run `echo %ERRORLEVE...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/libraries/System.Net.Http.Json/ref/System.Net.Http.Json.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
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/tests/JIT/HardwareIntrinsics/X86/Sse42/Program.Sse42.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; namespace JIT.HardwareIntrinsics.X86 { public static partial class Program { static Program() { T...
// 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; namespace JIT.HardwareIntrinsics.X86 { public static partial class Program { static Program() { T...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/tests/Loader/classloader/generics/GenericMethods/method004.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="method004.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="method004.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/tests/JIT/HardwareIntrinsics/General/Vector128/ConvertToUInt64.Double.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/libraries/System.Runtime.Extensions/tests/System/Convert.ToHexString.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Xunit; using System.Text; using System.Collections.Generic; namespace System.Tests { public class ConvertToHexStringTests { [Fact] public static void ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Xunit; using System.Text; using System.Collections.Generic; namespace System.Tests { public class ConvertToHexStringTests { [Fact] public static void ...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector64.SByte.1.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/coreclr/tools/Common/Internal/Metadata/NativeFormat/MdBinaryReaderGen.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // NOTE: This is a generated file - do not manually edit! #pragma warning disable 649 using System; using System.IO; using System.Collections.Generic; using System.Reflection; usin...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // NOTE: This is a generated file - do not manually edit! #pragma warning disable 649 using System; using System.IO; using System.Collections.Generic; using System.Reflection; usin...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./eng/python.targets
<Project> <Target Name="FindPythonWindows" Condition="$([MSBuild]::IsOSPlatform(Windows)) and '$(PYTHON)' == ''" Returns="$(PYTHON)"> <PropertyGroup> <_PythonLocationScript>-c "import sys; sys.stdout.write(sys.executable)"</_PythonLocationScript> </PropertyGroup> <Exec Command="p...
<Project> <Target Name="FindPythonWindows" Condition="$([MSBuild]::IsOSPlatform(Windows)) and '$(PYTHON)' == ''" Returns="$(PYTHON)"> <PropertyGroup> <_PythonLocationScript>-c "import sys; sys.stdout.write(sys.executable)"</_PythonLocationScript> </PropertyGroup> <Exec Command="p...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/tests/JIT/SIMD/VectorExp.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; internal partial class VectorTest { private const int Pass = 100; private const int Fail = -1; private class VectorExpTest<T> wh...
// 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; internal partial class VectorTest { private const int Pass = 100; private const int Fail = -1; private class VectorExpTest<T> wh...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/mono/mono/tests/bug-8417.cs
#define USE_REDIRECT using System; using System.IO; using System.Text; using System.Collections.Generic; using System.Diagnostics; namespace Example { public static class EntryPoint { public static bool RunProcess (string filename, string arguments, out int exitCode, out string stdout, bool capture_stderr = false...
#define USE_REDIRECT using System; using System.IO; using System.Text; using System.Collections.Generic; using System.Diagnostics; namespace Example { public static class EntryPoint { public static bool RunProcess (string filename, string arguments, out int exitCode, out string stdout, bool capture_stderr = false...
-1
dotnet/runtime
65,966
Use SubtleCrypto API on browser DOM scenarios
Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support using the native implementation. Support for t...
layomia
2022-02-28T18:25:51Z
2022-05-24T22:19:32Z
c5f949efa20bcb555c453037fa954fcc403f9490
bfbb78354e536ac616f2f9dabf3db2b8fa8b9f64
Use SubtleCrypto API on browser DOM scenarios. Contributes to https://github.com/dotnet/runtime/issues/40074. For WASM, uses the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native implementation for the SHA1, SHA256, SHA384, SHA512 algorithms, and adds infrastructure to support...
./src/tests/JIT/Methodical/int64/superlong/superlong.il
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. .assembly extern mscorlib { } .assembly extern System.Console { .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A ) .ver 4:0:0:0 } .assembly 'superlong'// as "superlong" { } .asse...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. .assembly extern mscorlib { } .assembly extern System.Console { .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A ) .ver 4:0:0:0 } .assembly 'superlong'// as "superlong" { } .asse...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./eng/Subsets.props
<Project> <!-- This file defines the list of projects to build and divides them into subsets. In ordinary situations, you should perform a full build by running 'build.cmd' or './build.sh'. This ensures the projects are sequenced correctly so the outputs and test results are what you would expect. E...
<Project> <!-- This file defines the list of projects to build and divides them into subsets. In ordinary situations, you should perform a full build by running 'build.cmd' or './build.sh'. This ensures the projects are sequenced correctly so the outputs and test results are what you would expect. E...
1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./eng/liveBuilds.targets
<Project> <!-- Accept override paths for live artifacts. --> <PropertyGroup> <CoreCLRArtifactsPath Condition="'$(CoreCLROverridePath)' != ''">$([MSBuild]::NormalizeDirectory('$(CoreCLROverridePath)'))</CoreCLRArtifactsPath> <MonoArtifactsPath Condition="'$(MonoOverridePath)' != ''">$([MSBuild]::NormalizeDir...
<Project> <!-- Accept override paths for live artifacts. --> <PropertyGroup> <CoreCLRArtifactsPath Condition="'$(CoreCLROverridePath)' != ''">$([MSBuild]::NormalizeDirectory('$(CoreCLROverridePath)'))</CoreCLRArtifactsPath> <MonoArtifactsPath Condition="'$(MonoOverridePath)' != ''">$([MSBuild]::NormalizeDir...
1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./eng/testing/tests.singlefile.targets
<Project> <PropertyGroup> <OutputType>Exe</OutputType> <DefineConstants>$(DefineConstants);SINGLE_FILE_TEST_RUNNER</DefineConstants> <BundleDir>$([MSBuild]::NormalizeDirectory('$(OutDir)', 'publish'))</BundleDir> <RunScriptOutputPath>$([MSBuild]::NormalizePath('$(BundleDir)', '$(RunScriptOutputName)...
<Project> <PropertyGroup> <OutputType>Exe</OutputType> <DefineConstants>$(DefineConstants);SINGLE_FILE_TEST_RUNNER</DefineConstants> <BundleDir>$([MSBuild]::NormalizeDirectory('$(OutDir)', 'publish'))</BundleDir> <RunScriptOutputPath>$([MSBuild]::NormalizePath('$(BundleDir)', '$(RunScriptOutputName)...
1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/coreclr/tools/Common/TypeSystem/Ecma/SymbolReader/UnmanagedPdbSymbolReader.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #nullable enable using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Collections; using System.Diagnostics; using System.Runtime.Inter...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #nullable enable using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Collections; using System.Diagnostics; using System.Runtime.Inter...
1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/coreclr/tools/aot/ILCompiler/ILCompiler.props
<Project> <PropertyGroup> <AssemblyName>ilc</AssemblyName> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <OutputType>Exe</OutputType> <TargetFramework>$(NetCoreAppToolCurrent)</TargetFramework> <NoWarn>8002,NU1701</NoWarn> <Platforms>x64;x86</Platforms> <PlatformTarget>AnyCPU</PlatformTarge...
<Project> <PropertyGroup> <AssemblyName>ilc</AssemblyName> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <OutputType>Exe</OutputType> <TargetFramework>$(NetCoreAppToolCurrent)</TargetFramework> <NoWarn>8002,NU1701</NoWarn> <Platforms>x64;x86</Platforms> <PlatformTarget>AnyCPU</PlatformTarge...
1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/coreclr/tools/aot/crossgen2/crossgen2.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputPath>$(RuntimeBinDir)/crossgen2</OutputPath> <!-- The default value for macOS is false --> <UseAppHost>true</UseAppHost> <AppHostRuntimeIdentifier>$(Crossgen2PackageRID)</AppHostRuntimeIdentifier> </PropertyGroup> <Import Project="crossgen2....
<Project> <Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" /> <PropertyGroup> <OutputPath>$(RuntimeBinDir)crossgen2</OutputPath> <!-- Can't use NativeAOT in source build yet https://github.com/dotnet/runtime/issues/66859 and we don't want to ship using NativeAOT on MacOS --> <NativeAotSupp...
1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/coreclr/tools/aot/crossgen2/crossgen2.props
<Project> <PropertyGroup> <AssemblyName>crossgen2</AssemblyName> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <OutputType>Exe</OutputType> <TargetFramework>$(NetCoreAppToolCurrent)</TargetFramework> <NoWarn>8002,NU1701</NoWarn> <Platforms>x64;x86;arm64;arm</Platforms> <PlatformTarget>AnyCPU...
<Project> <PropertyGroup> <AssemblyName>crossgen2</AssemblyName> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <OutputType>Exe</OutputType> <TargetFramework>$(NetCoreAppToolCurrent)</TargetFramework> <NoWarn>8002,NU1701</NoWarn> <Platforms>x64;x86;arm64;arm</Platforms> <PlatformTarget>AnyCPU...
1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Crossgen2.sfxproj
<Project> <Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" /> <Import Project="Sdk.props" Sdk="Microsoft.DotNet.SharedFramework.Sdk" /> <PropertyGroup> <SkipBuild Condition="'$(RuntimeFlavor)' == 'Mono'">true</SkipBuild> <PlatformPackageType>RuntimePack</PlatformPackageType> <SharedFrameworkName>$...
<Project> <Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" /> <Import Project="Sdk.props" Sdk="Microsoft.DotNet.SharedFramework.Sdk" /> <PropertyGroup> <!-- Crossgen is not used for Mono, and does not currently create freebsd packages --> <SkipBuild Condition="'$(RuntimeFlavor)' == 'Mono' or '$(Runtim...
1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/Generics/Parameters/instance_equalnull_class01.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 struct ValX0 { } public struct ValY0 { } public struct ValX1<T> { } public struct ValY1<T> { } public struct ValX2<T, U> { } public struct ValY2<T, U> { } pu...
// 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 struct ValX0 { } public struct ValY0 { } public struct ValX1<T> { } public struct ValY1<T> { } public struct ValX2<T, U> { } public struct ValY2<T, U> { } pu...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsManifestNegative.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Reflection; using System.Globalization; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; #if USE_MDT_EVENTSOURCE us...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Reflection; using System.Globalization; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; #if USE_MDT_EVENTSOURCE us...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/CustomImplementations.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.Xml.Schema; namespace System.Xml.Tests { internal class ObservedNameTable : NameTable { public bool IsAddCalled = fals...
// 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.Xml.Schema; namespace System.Xml.Tests { internal class ObservedNameTable : NameTable { public bool IsAddCalled = fals...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/Dataflow/ReferenceSource/ReflectionPatternContext.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 Mono.Cecil; using Mono.Cecil.Cil; namespace Mono.Linker.Dataflow { /// <summary> /// Helper struct to pass around context informatio...
// 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 Mono.Cecil; using Mono.Cecil.Cil; namespace Mono.Linker.Dataflow { /// <summary> /// Helper struct to pass around context informatio...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.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
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CreateService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Microsoft.Win32.SafeHandles; using System; using System.Runtime.InteropServices; internal static partial class Interop { internal static partial class Advapi32 { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Microsoft.Win32.SafeHandles; using System; using System.Runtime.InteropServices; internal static partial class Interop { internal static partial class Advapi32 { ...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/HardwareIntrinsics/X86/Sse2/Sse2_ro.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> <PropertyGroup> <DebugType>Embedded</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="Add.Double.cs" /> <Compil...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> <PropertyGroup> <DebugType>Embedded</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="Add.Double.cs" /> <Compil...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/HardwareIntrinsics/General/Vector64/CreateScalarUnsafe.Int32.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/System.Configuration.ConfigurationManager/tests/Mono/CommaDelimitedStringCollectionConverterTest.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // System.Configuration.CommaDelimitedStringCollectionConverterTest.cs - Unit tests // for System.Configuration.CommaDelimitedStringCollectionConverter. // // Author: // Chris Tos...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // System.Configuration.CommaDelimitedStringCollectionConverterTest.cs - Unit tests // for System.Configuration.CommaDelimitedStringCollectionConverter. // // Author: // Chris Tos...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/Common/src/SkipLocalsInit.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // Used to indicate to the compiler that the .locals init flag should not be set in method headers. [module: System.Runtime.CompilerServices.SkipLocalsInit]
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // Used to indicate to the compiler that the .locals init flag should not be set in method headers. [module: System.Runtime.CompilerServices.SkipLocalsInit]
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/HardwareIntrinsics/General/Vector256/CreateVector.SByte.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
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/CodeGenBringUpTests/LeftShift_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="LeftShift.cs" /> </ItemGroup> </Pro...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="LeftShift.cs" /> </ItemGroup> </Pro...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/System.Net.Sockets/src/System/Net/Sockets/SelectMode.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.Sockets { // Specifies the mode for polling the status of a socket. public enum SelectMode { // Poll the read status of a socket. Sel...
// 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.Sockets { // Specifies the mode for polling the status of a socket. public enum SelectMode { // Poll the read status of a socket. Sel...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/CodeGenBringUpTests/Array1_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="Array1.cs" /> </ItemGroup> </Projec...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="Array1.cs" /> </ItemGroup> </Projec...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/CodeGenBringUpTests/LocallocCnstB5001_ro.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compil...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compil...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/CodeGenBringUpTests/Lt1_r.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="Lt1.cs" /> </ItemGroup> </Project>...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="Lt1.cs" /> </ItemGroup> </Project>...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/coreclr/tools/runincontext/runincontext.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>$(NetCoreAppToolCurrent)</TargetFramework> <RuntimeFrameworkVersion>$(MicrosoftNETCoreAppRuntimewinx64Version)</RuntimeFrameworkVersion> <UseAppHost>false</UseAppHost> <CLRTestKind>BuildOnly</CLRTestKin...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>$(NetCoreAppToolCurrent)</TargetFramework> <RuntimeFrameworkVersion>$(MicrosoftNETCoreAppRuntimewinx64Version)</RuntimeFrameworkVersion> <UseAppHost>false</UseAppHost> <CLRTestKind>BuildOnly</CLRTestKin...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/Loader/classloader/generics/Variance/IL/Unbox006.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; public class Base {} public class Sub : Base {} public class GBase<T> {} public class GSubT<T> : GBase<T> {} public struct GTU<T,U> : IPlusT<T>, IMinusT<U>, IPlusTM...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; public class Base {} public class Sub : Base {} public class GBase<T> {} public class GSubT<T> : GBase<T> {} public struct GTU<T,U> : IPlusT<T>, IMinusT<U>, IPlusTM...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/mono/mono/tests/process2.cs
using System; using System.Diagnostics; using System.Threading; class Modules { static void Run() { Process proc = new Process(); bool ret; proc.StartInfo.FileName="wibble-redir"; proc.StartInfo.Arguments="arg1 arg2\targ3 \"arg4a arg4b\""; proc.StartInfo.UseShellExecute=false; proc.StartInfo.RedirectS...
using System; using System.Diagnostics; using System.Threading; class Modules { static void Run() { Process proc = new Process(); bool ret; proc.StartInfo.FileName="wibble-redir"; proc.StartInfo.Arguments="arg1 arg2\targ3 \"arg4a arg4b\""; proc.StartInfo.UseShellExecute=false; proc.StartInfo.RedirectS...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeService.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.DependencyInjection.Specification.Fakes { public interface IFakeService { } }
// 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.DependencyInjection.Specification.Fakes { public interface IFakeService { } }
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector64.SByte.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
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/mono/mono/tests/jit-int.cs
using System; public class TestJit { public static int test_short () { int max = 32767; int min = -32768; int t1 = 0xffeedd; short s1 = (short)t1; int t2 = s1; if ((uint)t2 != 0xffffeedd) return 1; Console.WriteLine (t2.ToString ("X")); if (Int16.Parse((min).ToString()) != -32768) ret...
using System; public class TestJit { public static int test_short () { int max = 32767; int min = -32768; int t1 = 0xffeedd; short s1 = (short)t1; int t2 = s1; if ((uint)t2 != 0xffffeedd) return 1; Console.WriteLine (t2.ToString ("X")); if (Int16.Parse((min).ToString()) != -32768) ret...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/System.Threading.Tasks.Parallel/tests/ParallelFor.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Xunit; namespace System.Threading.Tasks.Tests { public static class ParallelForUnitTests { [Theory] [InlineData(API.For64, StartIndexBase.Int32, 0, Wit...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Xunit; namespace System.Threading.Tasks.Tests { public static class ParallelForUnitTests { [Theory] [InlineData(API.For64, StartIndexBase.Int32, 0, Wit...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/Intrinsics/MathFloorSingle.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 MathFloorSingleTest { class Program { public const int Pass = 100; public const int Fail = 0; public const float constant...
// 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 MathFloorSingleTest { class Program { public const int Pass = 100; public const int Fail = 0; public const float constant...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalSquareRootEstimateScalar.Vector64.Double.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/System.Private.Xml/tests/XmlReaderLib/TCMoveToFirstAttribute.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using OLEDB.Test.ModuleCore; namespace System.Xml.Tests { public partial class TCMoveToFirstAttribute : TCXMLReaderBaseGeneral { // Type is System.Xml.Tests.TCMoveTo...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using OLEDB.Test.ModuleCore; namespace System.Xml.Tests { public partial class TCMoveToFirstAttribute : TCXMLReaderBaseGeneral { // Type is System.Xml.Tests.TCMoveTo...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.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
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/System.Memory/tests/Span/AsSpan.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Xunit; namespace System.SpanTests { public static partial class SpanTests { [Fact] public static void IntArrayAsSpan() { int[] a = ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Xunit; namespace System.SpanTests { public static partial class SpanTests { [Fact] public static void IntArrayAsSpan() { int[] a = ...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.TryGetProperty.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; namespace System.Text.Json { public sealed partial class JsonDocument { internal bool TryGetNamedPropertyValue(int in...
// 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; namespace System.Text.Json { public sealed partial class JsonDocument { internal bool TryGetNamedPropertyValue(int in...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/Methodical/eh/rethrow/samerethrowtwice.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // 119019 // execute the same throw in handler (int f1, f2) twice (accomplished by calling f1 twice) using System; namespace hello { class Class1 { private static ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // 119019 // execute the same throw in handler (int f1, f2) twice (accomplished by calling f1 twice) using System; namespace hello { class Class1 { private static ...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/System.Data.Common/src/System/Data/Common/Int32Storage.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.Xml; using System.Collections; using System.Diagnostics.CodeAnalysis; namespace System.Data.Common { internal sealed class Int32Storage : DataStorage { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Xml; using System.Collections; using System.Diagnostics.CodeAnalysis; namespace System.Data.Common { internal sealed class Int32Storage : DataStorage { ...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/System.Runtime/Directory.Build.props
<Project> <Import Project="..\Directory.Build.props" /> <PropertyGroup> <StrongNameKeyId>Microsoft</StrongNameKeyId> </PropertyGroup> </Project>
<Project> <Import Project="..\Directory.Build.props" /> <PropertyGroup> <StrongNameKeyId>Microsoft</StrongNameKeyId> </PropertyGroup> </Project>
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/Common/src/System/Security/Cryptography/SecKeyPair.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Security.Cryptography.Apple; namespace System.Security.Cryptography { internal sealed class SecKeyPair : IDisposable { internal SafeSecKeyRefHandle 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.Security.Cryptography.Apple; namespace System.Security.Cryptography { internal sealed class SecKeyPair : IDisposable { internal SafeSecKeyRefHandle Publ...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/TypeLoading/Types/RoPointerType.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Diagnostics; namespace System.Reflection.TypeLoading { /// <summary> /// All RoTypes that return true for IsPointer. /// <...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Diagnostics; namespace System.Reflection.TypeLoading { /// <summary> /// All RoTypes that return true for IsPointer. /// <...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractBySelectedScalar.Vector64.Single.Vector128.Single.3.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanGetLower.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
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/Methodical/divrem/rem/u8rem_cs_d.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="u8rem.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="u8rem.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/mono/wasm/debugger/tests/ApplyUpdateReferencedAssembly/MethodBody1.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; //keep the same line number for class in the original file and the updates ones namespace ApplyUpdateReferencedAssembly { public class Met...
// 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; //keep the same line number for class in the original file and the updates ones namespace ApplyUpdateReferencedAssembly { public class Met...
-1