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,983
Update p/invoke source generator errors to use SYSLIB prefix
Use the established `SYSLIB` prefix convention, since the p/invoke source generator will be part of libraries.
elinor-fung
2022-03-01T01:37:49Z
2022-03-01T22:24:04Z
2a00ad862b4d43521297ab4f1d4946fd1e718b90
a7a4ed959365851d0f9f38f5dfb9b2fe7ef04a93
Update p/invoke source generator errors to use SYSLIB prefix. Use the established `SYSLIB` prefix convention, since the p/invoke source generator will be part of libraries.
./src/tests/Interop/DisabledRuntimeMarshalling/AutoLayout.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; using Xunit; using static DisabledRuntimeMarshallingNative; namespace DisabledRuntimeMarshalling; public unsafe class PInvokes_A...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; using Xunit; using static DisabledRuntimeMarshallingNative; namespace DisabledRuntimeMarshalling; public unsafe class PInvokes_A...
-1
dotnet/runtime
65,983
Update p/invoke source generator errors to use SYSLIB prefix
Use the established `SYSLIB` prefix convention, since the p/invoke source generator will be part of libraries.
elinor-fung
2022-03-01T01:37:49Z
2022-03-01T22:24:04Z
2a00ad862b4d43521297ab4f1d4946fd1e718b90
a7a4ed959365851d0f9f38f5dfb9b2fe7ef04a93
Update p/invoke source generator errors to use SYSLIB prefix. Use the established `SYSLIB` prefix convention, since the p/invoke source generator will be part of libraries.
./src/tests/JIT/Methodical/xxobj/sizeof/sizeof32_Target_64Bit_and_arm_il_d.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <RestorePackages>true</RestorePackages> <CLRTestPriority>1</CLRTestPriority> <!-- There is a 32 and 64 version of this test to allow it to be compiled for all targets --> <CLRTestTargetUnsupported Condition="'$(Targe...
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <RestorePackages>true</RestorePackages> <CLRTestPriority>1</CLRTestPriority> <!-- There is a 32 and 64 version of this test to allow it to be compiled for all targets --> <CLRTestTargetUnsupported Condition="'$(Targe...
-1
dotnet/runtime
65,983
Update p/invoke source generator errors to use SYSLIB prefix
Use the established `SYSLIB` prefix convention, since the p/invoke source generator will be part of libraries.
elinor-fung
2022-03-01T01:37:49Z
2022-03-01T22:24:04Z
2a00ad862b4d43521297ab4f1d4946fd1e718b90
a7a4ed959365851d0f9f38f5dfb9b2fe7ef04a93
Update p/invoke source generator errors to use SYSLIB prefix. Use the established `SYSLIB` prefix convention, since the p/invoke source generator will be part of libraries.
./src/tests/Loader/classloader/generics/Instantiation/Negative/abstract01.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <ItemGroup> <Compile Include="abstract01.il" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <ItemGroup> <Compile Include="abstract01.il" /> </ItemGroup> </Project>
-1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./eng/pipelines/libraries/enterprise/linux.yml
# Disable pipeline for ordinary pushes to the branches trigger: none # To reduce load on the pipeline, enable it only for PRs that affect critical networking code pr: branches: include: - main - release/*.* paths: # If you are changing these and start including eng/common, adjust the Maestro subs...
# Disable pipeline for ordinary pushes to the branches trigger: none # To reduce load on the pipeline, enable it only for PRs that affect critical networking code pr: branches: include: - main - release/*.* paths: # If you are changing these and start including eng/common, adjust the Maestro subs...
1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./src/libraries/Common/tests/System/Net/EnterpriseTests/setup/docker-compose.yml
version: "3.7" services: kdc: build: context: ./ dockerfile: ./kdc/Dockerfile image: kdc:latest container_name: kdc hostname: kdc domainname: linux.contoso.com dns_search: linux.contoso.com volumes: - shared-volume:/SHARED networks: - network1 apacheweb: ...
version: "3.7" services: kdc: build: context: ./ dockerfile: ./kdc/Dockerfile image: kdc:latest container_name: kdc hostname: kdc domainname: linux.contoso.com dns_search: linux.contoso.com volumes: - shared-volume:/SHARED networks: - network1 apacheweb: ...
1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./src/libraries/Common/tests/System/Net/EnterpriseTests/setup/linuxclient/test-webserver.sh
#!/usr/bin/env bash kdestroy echo password | kinit user1 curl --verbose --negotiate -u: http://apacheweb.linux.contoso.com kdestroy
#!/usr/bin/env bash kdestroy echo password | kinit user1 curl --verbose --negotiate -u: http://apacheweb.linux.contoso.com kdestroy nslookup github.com
1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./eng/pipelines/libraries/build-job.yml
parameters: buildConfig: '' osGroup: '' osSubgroup: '' archType: '' targetRid: '' crossBuild: false crossrootfsDir: '' framework: 'net7.0' isOfficialBuild: false isOfficialAllConfigurations: false runtimeVariant: '' platform: '' # When set to a non-empty value (Debug / Release), it determines...
parameters: buildConfig: '' osGroup: '' osSubgroup: '' archType: '' targetRid: '' crossBuild: false crossrootfsDir: '' framework: 'net7.0' isOfficialBuild: false isOfficialAllConfigurations: false runtimeVariant: '' platform: '' # When set to a non-empty value (Debug / Release), it determines...
-1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./eng/common/native/install-cmake.sh
#!/usr/bin/env bash source="${BASH_SOURCE[0]}" scriptroot="$( cd -P "$( dirname "$source" )" && pwd )" . $scriptroot/common-library.sh base_uri= install_path= version= clean=false force=false download_retries=5 retry_wait_time_seconds=30 while (($# > 0)); do lowerI="$(echo $1 | tr "[:upper:]" "[:lower:]")" case...
#!/usr/bin/env bash source="${BASH_SOURCE[0]}" scriptroot="$( cd -P "$( dirname "$source" )" && pwd )" . $scriptroot/common-library.sh base_uri= install_path= version= clean=false force=false download_retries=5 retry_wait_time_seconds=30 while (($# > 0)); do lowerI="$(echo $1 | tr "[:upper:]" "[:lower:]")" case...
-1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./src/tests/Common/scripts/arm32_ci_test.sh
#!/usr/bin/env bash set -x function usage { echo 'ARM Test Script' echo '$ ./tests/scripts/arm32_ci_test.sh' echo ' --abi=arm' echo ' --buildConfig=Release' echo 'Required Arguments:' echo ' --abi=<abi> : arm (default) or armel' echo ' --buildConfig=<conf...
#!/usr/bin/env bash set -x function usage { echo 'ARM Test Script' echo '$ ./tests/scripts/arm32_ci_test.sh' echo ' --abi=arm' echo ' --buildConfig=Release' echo 'Required Arguments:' echo ' --abi=<abi> : arm (default) or armel' echo ' --buildConfig=<conf...
-1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./src/mono/mono/tests/verifier/make_unbox_any_test.sh
#! /bin/sh SED="sed" if [ `which gsed 2> /dev/null` ]; then SED="gsed" fi TEST_NAME=$1 TEST_VALIDITY=$2 TEST_TYPE1=$3 TEST_TYPE2=$4 TEST_POST_OP=$5 TEST_INIT=$6 TEST_FILE=`echo ${TEST_VALIDITY}_${TEST_NAME} | $SED -e 's/ /_/g' -e 's/\./_/g' -e 's/&/mp/g' -e 's/\[/_/g' -e 's/\]/_/g'`_generated.il echo $TEST_FILE $SE...
#! /bin/sh SED="sed" if [ `which gsed 2> /dev/null` ]; then SED="gsed" fi TEST_NAME=$1 TEST_VALIDITY=$2 TEST_TYPE1=$3 TEST_TYPE2=$4 TEST_POST_OP=$5 TEST_INIT=$6 TEST_FILE=`echo ${TEST_VALIDITY}_${TEST_NAME} | $SED -e 's/ /_/g' -e 's/\./_/g' -e 's/&/mp/g' -e 's/\[/_/g' -e 's/\]/_/g'`_generated.il echo $TEST_FILE $SE...
-1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./eng/common/templates/job/publish-build-assets.yml
parameters: configuration: 'Debug' # Optional: condition for the job to run condition: '' # Optional: 'true' if future jobs should run even if this job fails continueOnError: false # Optional: dependencies of the job dependsOn: '' # Optional: Include PublishBuildArtifacts task enablePublishBuildAr...
parameters: configuration: 'Debug' # Optional: condition for the job to run condition: '' # Optional: 'true' if future jobs should run even if this job fails continueOnError: false # Optional: dependencies of the job dependsOn: '' # Optional: Include PublishBuildArtifacts task enablePublishBuildAr...
-1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./src/native/external/brotli/fuzz/test_fuzzer.sh
#!/usr/bin/env bash set -e export CC=${CC:-cc} BROTLI="$( cd "$( dirname "${BASH_SOURCE[0]}" )/../.." && pwd )" SRC=$BROTLI/c cd $BROTLI rm -rf bin mkdir bin cd bin cmake $BROTLI -DCMAKE_C_COMPILER="$CC" \ -DBUILD_TESTING=OFF -DENABLE_SANITIZER=address make -j$(nproc) brotlidec-static ${CC} -o run_decode_fuzz...
#!/usr/bin/env bash set -e export CC=${CC:-cc} BROTLI="$( cd "$( dirname "${BASH_SOURCE[0]}" )/../.." && pwd )" SRC=$BROTLI/c cd $BROTLI rm -rf bin mkdir bin cd bin cmake $BROTLI -DCMAKE_C_COMPILER="$CC" \ -DBUILD_TESTING=OFF -DENABLE_SANITIZER=address make -j$(nproc) brotlidec-static ${CC} -o run_decode_fuzz...
-1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./eng/pipelines/libraries/stress/ssl.yml
trigger: none pr: branches: include: - "*" schedules: - cron: "0 13 * * *" # 1PM UTC => 5 AM PST displayName: SslStress nightly run branches: include: - main - release/6.0 variables: - template: ../variables.yml - name: dockerfilesFolder value: $(Build.SourcesDirectory)/eng/docker ...
trigger: none pr: branches: include: - "*" schedules: - cron: "0 13 * * *" # 1PM UTC => 5 AM PST displayName: SslStress nightly run branches: include: - main - release/6.0 variables: - template: ../variables.yml - name: dockerfilesFolder value: $(Build.SourcesDirectory)/eng/docker ...
-1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./eng/native/generateexportedsymbols.sh
#!/usr/bin/env bash saved=("$@") while test $# -gt 0; do case "$1" in --help|-h) printf "Usage:\ngenerateexportedsymbols.sh <filename>\n" exit 1;; esac shift done set -- "${saved[@]}" while read -r line; do # Skip empty lines and comment lines starting with semicolon if [[ "$line" =~ ^\;...
#!/usr/bin/env bash saved=("$@") while test $# -gt 0; do case "$1" in --help|-h) printf "Usage:\ngenerateexportedsymbols.sh <filename>\n" exit 1;; esac shift done set -- "${saved[@]}" while read -r line; do # Skip empty lines and comment lines starting with semicolon if [[ "$line" =~ ^\;...
-1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./eng/pipelines/common/templates/runtimes/send-to-helix-step.yml
parameters: displayName: '' condition: true archType: '' osGroup: '' osSubgroup: '' buildConfig: '' creator: '' publishTestResults: '' helixAccessToken: '' helixBuild: '' helixSource: '' helixQueues: '' helixType: '' scenarios: '' timeoutPerTestCollectionInMinutes: '' timeoutPerTestInMin...
parameters: displayName: '' condition: true archType: '' osGroup: '' osSubgroup: '' buildConfig: '' creator: '' publishTestResults: '' helixAccessToken: '' helixBuild: '' helixSource: '' helixQueues: '' helixType: '' scenarios: '' timeoutPerTestCollectionInMinutes: '' timeoutPerTestInMin...
-1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./eng/native/generateversionscript.sh
#!/usr/bin/env bash saved=("$@") while test $# -gt 0; do case "$1" in --help|-h) printf "Usage:\ngenerateversionscript.sh <filename> <prefix>\n" exit 1;; esac shift done set -- "${saved[@]}" prefix="$2" printf "V1.0 {\n global:\n" while read -r line; do # Skip empty lines and comment ...
#!/usr/bin/env bash saved=("$@") while test $# -gt 0; do case "$1" in --help|-h) printf "Usage:\ngenerateversionscript.sh <filename> <prefix>\n" exit 1;; esac shift done set -- "${saved[@]}" prefix="$2" printf "V1.0 {\n global:\n" while read -r line; do # Skip empty lines and comment ...
-1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./eng/pipelines/coreclr/superpmi-asmdiffs.yml
# This pipeline only runs on GitHub PRs, not on merges. trigger: none # Only run on changes to the JIT directory. Don't run if the JIT-EE GUID has changed, # since there won't be any SuperPMI collections with the new GUID until the collection # pipeline completes after this PR is merged. pr: branches: include: ...
# This pipeline only runs on GitHub PRs, not on merges. trigger: none # Only run on changes to the JIT directory. Don't run if the JIT-EE GUID has changed, # since there won't be any SuperPMI collections with the new GUID until the collection # pipeline completes after this PR is merged. pr: branches: include: ...
-1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./src/libraries/Common/tests/System/Net/EnterpriseTests/setup/kdc/setup-kdc.sh
#!/usr/bin/env bash set -e # Kerbose Logging mkdir -pv /var/log/kerberos/ touch /var/log/kerberos/krb5.log touch /var/log/kerberos/kadmin.log touch /var/log/kerberos/krb5lib.log # Create Kerberos database kdb5_util create -r LINUX.CONTOSO.COM -P PLACEHOLDERadmin. -s # Start KDC service krb5kdc # Add users kadmin.l...
#!/usr/bin/env bash set -e # Kerbose Logging mkdir -pv /var/log/kerberos/ touch /var/log/kerberos/krb5.log touch /var/log/kerberos/kadmin.log touch /var/log/kerberos/krb5lib.log # Create Kerberos database kdb5_util create -r LINUX.CONTOSO.COM -P PLACEHOLDERadmin. -s # Start KDC service krb5kdc # Add users kadmin.l...
-1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./src/libraries/Common/src/System/Net/Http/aspnetcore/CopyToRuntime.sh
#!/usr/bin/env bash if [[ -n "$1" ]]; then remote_repo="$1" else remote_repo="$RUNTIME_REPO" fi if [[ -z "$remote_repo" ]]; then echo The 'RUNTIME_REPO' environment variable or command line parameter is not set, aborting. exit 1 fi cd "$(dirname "$0")" || exit 1 echo "RUNTIME_REPO: $remote_repo" rs...
#!/usr/bin/env bash if [[ -n "$1" ]]; then remote_repo="$1" else remote_repo="$RUNTIME_REPO" fi if [[ -z "$remote_repo" ]]; then echo The 'RUNTIME_REPO' environment variable or command line parameter is not set, aborting. exit 1 fi cd "$(dirname "$0")" || exit 1 echo "RUNTIME_REPO: $remote_repo" rs...
-1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./eng/pipelines/coreclr/release-tests.yml
trigger: none schedules: - cron: "0 6 * * *" displayName: Daily at 10:00 PM (UTC-8:00) branches: include: - main always: true jobs: # # Release CoreCLR and Library builds # - template: /eng/pipelines/common/platform-matrix.yml parameters: jobTemplate: /eng/pipelines/common/build-coreclr-and-libra...
trigger: none schedules: - cron: "0 6 * * *" displayName: Daily at 10:00 PM (UTC-8:00) branches: include: - main always: true jobs: # # Release CoreCLR and Library builds # - template: /eng/pipelines/common/platform-matrix.yml parameters: jobTemplate: /eng/pipelines/common/build-coreclr-and-libra...
-1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./src/mono/mono/tests/verifier/make_generic_argument_constraints_test.sh
#! /bin/sh SED="sed" if [ `which gsed 2> /dev/null` ]; then SED="gsed" fi TEST_NAME=$1 TEST_VALIDITY=$2 TEST_SRC=$3 TEST_DEST=$4 TEST_INST_TYPE=$5 INST_TYPE="DefaultArgument"; if [ -n "$TEST_INST_TYPE" ]; then INST_TYPE="$TEST_INST_TYPE"; fi TEST_NAME=${TEST_VALIDITY}_${TEST_NAME} TEST_FILE=${TEST_NAME}_generated...
#! /bin/sh SED="sed" if [ `which gsed 2> /dev/null` ]; then SED="gsed" fi TEST_NAME=$1 TEST_VALIDITY=$2 TEST_SRC=$3 TEST_DEST=$4 TEST_INST_TYPE=$5 INST_TYPE="DefaultArgument"; if [ -n "$TEST_INST_TYPE" ]; then INST_TYPE="$TEST_INST_TYPE"; fi TEST_NAME=${TEST_VALIDITY}_${TEST_NAME} TEST_FILE=${TEST_NAME}_generated...
-1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./src/mono/mono/tests/verifier/make_il_overflow_test.sh
#! /bin/sh SED="sed" if [ `which gsed 2> /dev/null` ]; then SED="gsed" fi TEST_NAME=$1 TEST_VALIDITY=$2 TEST_BYTE_0=$3 TEST_BYTE_1=$4 TEST_BYTE_2=$5 TEST_BYTE_3=$6 TEST_BYTE_4=$7 if [ -n "$TEST_BYTE_1" ]; then EMIT_BYTE_1=".emitbyte $TEST_BYTE_1"; fi if [ -n "$TEST_BYTE_2" ]; then EMIT_BYTE_2=".emitbyte $TEST_B...
#! /bin/sh SED="sed" if [ `which gsed 2> /dev/null` ]; then SED="gsed" fi TEST_NAME=$1 TEST_VALIDITY=$2 TEST_BYTE_0=$3 TEST_BYTE_1=$4 TEST_BYTE_2=$5 TEST_BYTE_3=$6 TEST_BYTE_4=$7 if [ -n "$TEST_BYTE_1" ]; then EMIT_BYTE_1=".emitbyte $TEST_BYTE_1"; fi if [ -n "$TEST_BYTE_2" ]; then EMIT_BYTE_2=".emitbyte $TEST_B...
-1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./eng/pipelines/coreclr/crossgen2.yml
trigger: none schedules: - cron: "0 6 * * *" displayName: Mon through Sun at 10:00 PM (UTC-8:00) branches: include: - main always: true jobs: - template: /eng/pipelines/common/platform-matrix.yml parameters: jobTemplate: /eng/pipelines/common/build-coreclr-and-libraries-job.yml buildConfig: c...
trigger: none schedules: - cron: "0 6 * * *" displayName: Mon through Sun at 10:00 PM (UTC-8:00) branches: include: - main always: true jobs: - template: /eng/pipelines/common/platform-matrix.yml parameters: jobTemplate: /eng/pipelines/common/build-coreclr-and-libraries-job.yml buildConfig: c...
-1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./src/mono/mono/arch/arm/vfpops.sh
#!/bin/sh DYADIC="ADD SUB MUL NMUL DIV" MONADIC="CPY ABS NEG SQRT CMP CMPE CMPZ CMPEZ CVT UITO SITO TOUI TOSI TOUIZ TOSIZ" # $1: opcode list # $2: template gen() { for i in $1; do sed "s/<Op>/$i/g" $2.th done } echo -e "/* Macros for VFP ops, auto-generated from template */\n" echo -e "\n/* dyadic */\n" gen "$D...
#!/bin/sh DYADIC="ADD SUB MUL NMUL DIV" MONADIC="CPY ABS NEG SQRT CMP CMPE CMPZ CMPEZ CVT UITO SITO TOUI TOSI TOUIZ TOSIZ" # $1: opcode list # $2: template gen() { for i in $1; do sed "s/<Op>/$i/g" $2.th done } echo -e "/* Macros for VFP ops, auto-generated from template */\n" echo -e "\n/* dyadic */\n" gen "$D...
-1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./src/mono/mono/tests/verifier/valid_iface_constant_with_parent_implementing_it.il
.assembly extern mscorlib { .ver 2:0:0:0 .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4.. } .assembly 'repro' { .hash algorithm 0x00008004 .ver 0:0:0:0 } .module repro.exe .class interface public auto ansi abstract INameable {} .class public auto ansi abstract Base implements INameable {} .class publ...
.assembly extern mscorlib { .ver 2:0:0:0 .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4.. } .assembly 'repro' { .hash algorithm 0x00008004 .ver 0:0:0:0 } .module repro.exe .class interface public auto ansi abstract INameable {} .class public auto ansi abstract Base implements INameable {} .class publ...
-1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./src/libraries/System.Linq/src/System/Linq/DefaultIfEmpty.SpeedOpt.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections; using System.Collections.Generic; namespace System.Linq { public static partial class Enumerable { private sealed partial class DefaultIfEm...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections; using System.Collections.Generic; namespace System.Linq { public static partial class Enumerable { private sealed partial class DefaultIfEm...
-1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./src/tests/JIT/Directed/nullabletypes/boxunboxenum_d.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="boxunboxenum.cs" /> <Compile Include="Desktop\StructDefinitions.cs" /> </I...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="boxunboxenum.cs" /> <Compile Include="Desktop\StructDefinitions.cs" /> </I...
-1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./src/tests/JIT/HardwareIntrinsics/X86/Sse2/Average.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,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./src/native/libs/System.Security.Cryptography.Native.Android/pal_hmac.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #pragma once #include "pal_jni.h" PALEXPORT jobject CryptoNative_HmacCreate(uint8_t* key, int32_t keyLen, intptr_t md); PALEXPORT int32_t CryptoNative_HmacReset(jobject ctx); PALEX...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #pragma once #include "pal_jni.h" PALEXPORT jobject CryptoNative_HmacCreate(uint8_t* key, int32_t keyLen, intptr_t md); PALEXPORT int32_t CryptoNative_HmacReset(jobject ctx); PALEX...
-1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./src/libraries/Microsoft.Extensions.Logging.Console/tests/Microsoft.Extensions.Logging.Console.Tests/ConsoleLoggerExtensionsTests.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.Encodings.Web; using System.Text.Json; using Microsoft.Extensions.Logging.Abstractions; 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.Collections.Generic; using System.IO; using System.Text.Encodings.Web; using System.Text.Json; using Microsoft.Extensions.Logging.Abstractions; using Micr...
-1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./src/tests/JIT/IL_Conformance/Old/Conformance_Base/ceq_i.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <RestorePackages>true</RestorePackages> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile...
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <RestorePackages>true</RestorePackages> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile...
-1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./src/libraries/System.IO.FileSystem/tests/RandomAccess/ReadScatterAsync.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.Linq; using System.Security.Cryptography; using System.Threading; using System.Threading.Tasks; using Microsoft.Win32.SafeHandles; using Xunit; namespace System.IO.Test...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Linq; using System.Security.Cryptography; using System.Threading; using System.Threading.Tasks; using Microsoft.Win32.SafeHandles; using Xunit; namespace System.IO.Test...
-1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusFlags.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.Drawing.Imaging { /** * EMF+ Flags */ internal enum EmfPlusFlags { Display = 0x00000001, NonDualGdi = 0x00000002 } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Drawing.Imaging { /** * EMF+ Flags */ internal enum EmfPlusFlags { Display = 0x00000001, NonDualGdi = 0x00000002 } }
-1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./src/coreclr/tools/dotnet-pgo/R2RSignatureTypeProvider.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.Immutable; using System.Diagnostics; using System.Linq; using System.Reflection.Metadata; using ILCompiler.Reflection.ReadyToRun; using Interna...
// 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.Immutable; using System.Diagnostics; using System.Linq; using System.Reflection.Metadata; using ILCompiler.Reflection.ReadyToRun; using Interna...
-1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./src/tests/JIT/HardwareIntrinsics/General/Vector256/BitwiseAnd.Single.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
65,981
attempt to fix up EnterpriseTests
contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public server.
wfurt
2022-03-01T01:09:41Z
2022-03-03T22:16:04Z
35c518b61bb5220d28ecca6812f2f1443140d61e
9174037cc6b58de847c9c88b7dcceef2b4fda440
attempt to fix up EnterpriseTests. contributes to https://github.com/dotnet/core-eng/issues/15594. It seems like te container cannot resolve outside addresses, There may be cleaner ways how to fix this But as stop-gap, tis seems to work e.g. there is already test script so if the lookup fails it would add public ser...
./src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59478/b59478.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,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/libraries/System.Runtime.Loader/tests/ApplyUpdateTest.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.CompilerServices; using Xunit; namespace System.Reflection.Metadata { /// /// The general setup for ApplyUpdate tests is: /// /// Each test Foo ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.CompilerServices; using Xunit; namespace System.Reflection.Metadata { /// /// The general setup for ApplyUpdate tests is: /// /// Each test Foo ...
1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/libraries/System.Runtime.Loader/tests/ApplyUpdateUtil.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using Xunit; using Microsoft.DotNet.RemoteExecutor; namespace System.Reflection.Metadata { public cl...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using Xunit; using Microsoft.DotNet.RemoteExecutor; namespace System.Reflection.Metadata { public cl...
1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Tests.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <RootNamespace>System.Runtime.Loader.Tests</RootNamespace> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> <TestRuntime>true</TestRuntime> <IncludeRemoteExecutor>true</IncludeRemoteExecutor> <!-- Some tests rely on no deps.json file being p...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <RootNamespace>System.Runtime.Loader.Tests</RootNamespace> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> <TestRuntime>true</TestRuntime> <IncludeRemoteExecutor>true</IncludeRemoteExecutor> <!-- Some tests rely on no deps.json file being p...
1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/mono/mono/component/hot_reload.c
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // #include <config.h> #include <glib.h> #include <config.h> #include "mono/utils/mono-compiler.h" #include "mono/component/hot_reload-internals.h" #include <glib.h> #include "mon...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // #include <config.h> #include <glib.h> #include <config.h> #include "mono/utils/mono-compiler.h" #include "mono/component/hot_reload-internals.h" #include <glib.h> #include "mon...
1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/mono/mono/metadata/metadata.c
/** * \file * Routines for accessing the metadata * * Authors: * Miguel de Icaza (miguel@ximian.com) * Paolo Molaro (lupus@ximian.com) * * Copyright 2001-2003 Ximian, Inc (http://www.ximian.com) * Copyright 2004-2009 Novell, Inc (http://www.novell.com) * Licensed under the MIT license. See LICENSE file in...
/** * \file * Routines for accessing the metadata * * Authors: * Miguel de Icaza (miguel@ximian.com) * Paolo Molaro (lupus@ximian.com) * * Copyright 2001-2003 Ximian, Inc (http://www.ximian.com) * Copyright 2004-2009 Novell, Inc (http://www.novell.com) * Licensed under the MIT license. See LICENSE file in...
1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/mono/mono/metadata/mono-debug.c
/** * \file * * Author: * Mono Project (http://www.mono-project.com) * * Copyright 2001-2003 Ximian, Inc (http://www.ximian.com) * Copyright 2004-2009 Novell, Inc (http://www.novell.com) * Copyright 2011 Xamarin Inc (http://www.xamarin.com) * Licensed under the MIT license. See LICENSE file in the project root...
/** * \file * * Author: * Mono Project (http://www.mono-project.com) * * Copyright 2001-2003 Ximian, Inc (http://www.ximian.com) * Copyright 2004-2009 Novell, Inc (http://www.novell.com) * Copyright 2011 Xamarin Inc (http://www.xamarin.com) * Licensed under the MIT license. See LICENSE file in the project root...
1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/libraries/System.Runtime.Numerics/tests/BigInteger/IsZero.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.Numerics.Tests { public class IsZeroTest { private static int s_seed = 0; [Fact] public static void RunIsZeroTests() ...
// 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.Numerics.Tests { public class IsZeroTest { private static int s_seed = 0; [Fact] public static void RunIsZeroTests() ...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/tests/JIT/HardwareIntrinsics/X86/Sse3/HorizontalAdd.Single.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/tests/baseservices/threading/generics/threadstart/thread18.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading; interface IGen { void Target<U>(); } class Gen : IGen { public virtual void Target<U>() { //dummy line to avoid warnings Test_thread18...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading; interface IGen { void Target<U>(); } class Gen : IGen { public virtual void Target<U>() { //dummy line to avoid warnings Test_thread18...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/tests/Interop/NativeLibrary/NativeLibraryToLoad/NativeLibraryToLoad.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.IO; using System.Reflection; using System.Runtime.InteropServices; public class NativeLibraryToLoad { public const string Name = "NativeLibrary"; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.IO; using System.Reflection; using System.Runtime.InteropServices; public class NativeLibraryToLoad { public const string Name = "NativeLibrary"; ...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/libraries/System.Reflection.Metadata/src/System/Reflection/Internal/Utilities/ObjectPool`1.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Threading; namespace System.Reflection.Internal { /// <summary> /// Generic implementation of object pooling pattern with predefined pool size limit. The main ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Threading; namespace System.Reflection.Internal { /// <summary> /// Generic implementation of object pooling pattern with predefined pool size limit. The main ...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/tests/JIT/Performance/CodeQuality/Benchstones/MDBenchI/MDAddArray2/MDAddArray2.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).cs" /> </ItemGroup> <PropertyGroup> <ProjectAsse...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).cs" /> </ItemGroup> <PropertyGroup> <ProjectAsse...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/tests/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass02.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>{} public struct ...
// 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>{} public struct ...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/libraries/System.Data.Common/src/System/Data/ITableMapping.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Data { public interface ITableMapping { IColumnMappingCollection ColumnMappings { get; } string DataSetTable { get; set; } string Sou...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Data { public interface ITableMapping { IColumnMappingCollection ColumnMappings { get; } string DataSetTable { get; set; } string Sou...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/libraries/Common/src/System/Net/ContextFlagsPal.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 System.Net { [Flags] internal enum ContextFlagsPal { None = 0, Delegate = 0x00000001, MutualAuth = 0x00000002, Re...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; namespace System.Net { [Flags] internal enum ContextFlagsPal { None = 0, Delegate = 0x00000001, MutualAuth = 0x00000002, Re...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/tests/JIT/HardwareIntrinsics/X86/General/VectorArgs_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="VectorArgs.cs" /> </ItemGro...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> <PropertyGroup> <DebugType>Embedded</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="VectorArgs.cs" /> </ItemGro...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/libraries/System.DirectoryServices/tests/System/DirectoryServices/ActiveDirectorySecurityTests.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.DirectoryServices.Tests { public class ActiveDirectorySecurityTests { [Fact] public void Ctor_Default() { v...
// 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.DirectoryServices.Tests { public class ActiveDirectorySecurityTests { [Fact] public void Ctor_Default() { v...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/libraries/System.ComponentModel.TypeConverter/src/System/Timers/TimersDescriptionAttribute.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.ComponentModel; using System.Diagnostics; namespace System.Timers { /// <summary> /// DescriptionAttribute marks a property, event, or extender with a /// d...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.ComponentModel; using System.Diagnostics; namespace System.Timers { /// <summary> /// DescriptionAttribute marks a property, event, or extender with a /// d...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/libraries/System.Configuration.ConfigurationManager/tests/System/Configuration/CustomHostTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Reflection; using System.Runtime.InteropServices; using Microsoft.DotNet.RemoteExecutor; using Xunit; namespace System.Configuration.Tests { /// <summary> /// 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.Reflection; using System.Runtime.InteropServices; using Microsoft.DotNet.RemoteExecutor; using Xunit; namespace System.Configuration.Tests { /// <summary> /// T...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <IsPartialFacadeAssembly>true</IsPartialFacadeAssembly> <Nullable>enable</Nullable> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> </PropertyGroup> <ItemGroup> <Compile Include="System\Reflection\TypeExtensions.cs" /> </ItemGroup> <Ite...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <IsPartialFacadeAssembly>true</IsPartialFacadeAssembly> <Nullable>enable</Nullable> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> </PropertyGroup> <ItemGroup> <Compile Include="System\Reflection\TypeExtensions.cs" /> </ItemGroup> <Ite...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/tests/JIT/jit64/opt/rngchk/JaggedArray.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.CompilerServices; namespace SimpleArray_01 { public delegate void RngTest(); internal class Class1 { private static int Main()...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.CompilerServices; namespace SimpleArray_01 { public delegate void RngTest(); internal class Class1 { private static int Main()...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector64.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,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/tests/JIT/Directed/coverage/oldtests/lclfldsub.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. //Testing simple math on local vars and fields - sub #pragma warning disable 0414 using System; internal class lclfldsub { //user-defined class that overloads operator - pub...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. //Testing simple math on local vars and fields - sub #pragma warning disable 0414 using System; internal class lclfldsub { //user-defined class that overloads operator - pub...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.CodeDom { public class CodeCastExpression : CodeExpression { private CodeTypeReference _targetType; public CodeCastExpression() { } ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.CodeDom { public class CodeCastExpression : CodeExpression { private CodeTypeReference _targetType; public CodeCastExpression() { } ...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/libraries/Common/src/Interop/Windows/OleAut32/Interop.SysFreeString.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; internal static partial class Interop { internal static partial class OleAut32 { [GeneratedDllImport(Libraries.Ol...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; internal static partial class Interop { internal static partial class OleAut32 { [GeneratedDllImport(Libraries.Ol...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/libraries/System.Net.WebSockets.Client/src/System/Net/WebSockets/ClientWebSocket.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.Threading; using System.Threading.Tasks; namespace System.Net.WebSockets { public sealed partial class ClientWebSocket : WebSocket { ...
// 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.Threading; using System.Threading.Tasks; namespace System.Net.WebSockets { public sealed partial class ClientWebSocket : WebSocket { ...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/libraries/System.Reflection.Emit/tests/Utilities.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.Linq; using Xunit; namespace System.Reflection.Emit.Tests { public class EmptyNonGenericClass { } public class EmptyGenericClass<T> { } public sealed 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.Linq; using Xunit; namespace System.Reflection.Emit.Tests { public class EmptyNonGenericClass { } public class EmptyGenericClass<T> { } public sealed class ...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/tests/JIT/CodeGenBringUpTests/FPSub_do.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="FPSub.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="FPSub.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/libraries/System.Net.HttpListener/tests/TrimmingTests/CookieExtensionsTest.Clone.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.Threading.Tasks; namespace CookieExtensionsTest { /// <summary> /// Tests that the System.Net.CookieExtensions.Clone() /// method works as...
// 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.Threading.Tasks; namespace CookieExtensionsTest { /// <summary> /// Tests that the System.Net.CookieExtensions.Clone() /// method works as...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/tests/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b369916/b369916.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // //((((((s.e*((s.a+(s.b*s.c))-(s.c*s.d)))-((s.f+(s.e*s.f))-(s.g*s.h)))+(s.e+((s.a+(s.b*s.c))-(s.c*s.d))))-(s.g+((s.f+(s.e*s.f))-(s.g*s.h))))+((s.a+((s.h+(s.f+s.g))-(s.p*s.q)))*(((s...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // //((((((s.e*((s.a+(s.b*s.c))-(s.c*s.d)))-((s.f+(s.e*s.f))-(s.g*s.h)))+(s.e+((s.a+(s.b*s.c))-(s.c*s.d))))-(s.g+((s.f+(s.e*s.f))-(s.g*s.h))))+((s.a+((s.h+(s.f+s.g))-(s.p*s.q)))*(((s...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/libraries/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.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.Drawing.Text { /// <summary> /// Specifies the type of display for hotkey prefixes for text. /// </summary> public enum HotkeyPrefix { //...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Drawing.Text { /// <summary> /// Specifies the type of display for hotkey prefixes for text. /// </summary> public enum HotkeyPrefix { //...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/libraries/System.Data.Common/src/System/Data/PrimaryKeyTypeConverter.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; namespace System.Data { internal sealed class PrimaryKeyTypeConverter : Reference...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; namespace System.Data { internal sealed class PrimaryKeyTypeConverter : Reference...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/tests/JIT/jit64/hfa/main/testB/hfa_nd0B_r.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType /> </PropertyGroup> <ItemGroup> <Compile Include="hfa_testB.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\dll\...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType /> </PropertyGroup> <ItemGroup> <Compile Include="hfa_testB.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\dll\...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/libraries/Microsoft.Extensions.Hosting/tests/FunctionalTests/IntegrationTesting/src/Common/RuntimeArchitecture.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.Hosting.IntegrationTesting { public enum RuntimeArchitecture { x64, x86 } }
// 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.Hosting.IntegrationTesting { public enum RuntimeArchitecture { x64, x86 } }
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/tests/JIT/HardwareIntrinsics/General/Vector256/LessThan.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,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/tests/JIT/jit64/hfa/main/testC/hfa_nf2C_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="hfa_testC.cs" /> </ItemGroup> <Item...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>full</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="hfa_testC.cs" /> </ItemGroup> <Item...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/tests/baseservices/exceptions/regressions/V1/SEH/VJ/UnmanagedToManaged.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; public class UnmanagedToManaged { ///** @dll.import("Unmanaged.dll")*/ [System.Runtime.InteropServices.DllImport("unm...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; public class UnmanagedToManaged { ///** @dll.import("Unmanaged.dll")*/ [System.Runtime.InteropServices.DllImport("unm...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/tests/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null045.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // <Area> Nullable - CastClass </Area> // <Title> Nullable type with castclass expr </Title> // <Description> // checking type of MixedAllStruct using cast expr // </Description> ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // <Area> Nullable - CastClass </Area> // <Title> Nullable type with castclass expr </Title> // <Description> // checking type of MixedAllStruct using cast expr // </Description> ...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProvider.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.Configuration.Provider; using System.Xml; namespace System.Configuration { public abstract class ProtectedConfigurationProvider : ProviderBase { public ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Configuration.Provider; using System.Xml; namespace System.Configuration { public abstract class ProtectedConfigurationProvider : ProviderBase { public ...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingUpper.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,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/libraries/Common/src/Interop/Windows/Advapi32/Interop.IsValidSid.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; internal static partial class Interop { internal static partial class Advapi32 { [GeneratedDllImport(Libraries.Ad...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; internal static partial class Interop { internal static partial class Advapi32 { [GeneratedDllImport(Libraries.Ad...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/libraries/Microsoft.CSharp/tests/Microsoft.CSharp.Tests.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <TargetFrameworks>$(NetCoreAppCurrent);net48</TargetFrameworks> <!-- We wish to test operations that would result in "Operator '-' cannot be applied to operands of type 'ushort' and 'EnumArithmeticTests....
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <TargetFrameworks>$(NetCoreAppCurrent);net48</TargetFrameworks> <!-- We wish to test operations that would result in "Operator '-' cannot be applied to operands of type 'ushort' and 'EnumArithmeticTests....
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/coreclr/tools/Common/TypeSystem/Interop/IL/PInvokeDelegateWrapper.Mangling.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Internal.TypeSystem.Interop { partial class PInvokeDelegateWrapper : IPrefixMangledType { TypeDesc IPrefixMangledType.BaseType { get ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Internal.TypeSystem.Interop { partial class PInvokeDelegateWrapper : IPrefixMangledType { TypeDesc IPrefixMangledType.BaseType { get ...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/libraries/System.Net.Sockets/tests/FunctionalTests/SendReceive/SendReceiveTcpClient.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Threading.Tasks; using Xunit; namespace System.Net.Sockets.Tests { public sealed class SendReceiveTcpClient : MemberDatas { [OuterLoop] [Theory...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Threading.Tasks; using Xunit; namespace System.Net.Sockets.Tests { public sealed class SendReceiveTcpClient : MemberDatas { [OuterLoop] [Theory...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16895/b16895.il
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. .assembly extern legacy library mscorlib {} .assembly extern System.Console { .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A ) .ver 4:0:0:0 } .assembly ILGEN_0x38e6c42a {} .class ILG...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. .assembly extern legacy library mscorlib {} .assembly extern System.Console { .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A ) .ver 4:0:0:0 } .assembly ILGEN_0x38e6c42a {} .class ILG...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/tests/JIT/HardwareIntrinsics/Arm/Aes/Decrypt.Vector128.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,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/tests/JIT/Regression/JitBlue/GitHub_18291/GitHub_18291.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).il" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).il" /> </ItemGroup> </Project>
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./eng/common/post-build/check-channel-consistency.ps1
param( [Parameter(Mandatory=$true)][string] $PromoteToChannels, # List of channels that the build should be promoted to [Parameter(Mandatory=$true)][array] $AvailableChannelIds # List of channel IDs available in the YAML implementation ) try { . $PSScriptRoot\post-build-utils.ps1 if ($Pr...
param( [Parameter(Mandatory=$true)][string] $PromoteToChannels, # List of channels that the build should be promoted to [Parameter(Mandatory=$true)][array] $AvailableChannelIds # List of channel IDs available in the YAML implementation ) try { . $PSScriptRoot\post-build-utils.ps1 if ($Pr...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/DependencyAnalysis/GCStaticsPreInitDataNode.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Internal.Text; using Internal.TypeSystem; using Debug = System.Diagnostics.Debug; namespace ILCompiler.DependencyAnalysis { /// <summary> /// Contains all GC static f...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Internal.Text; using Internal.TypeSystem; using Debug = System.Diagnostics.Debug; namespace ILCompiler.DependencyAnalysis { /// <summary> /// Contains all GC static f...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/libraries/System.Runtime/tests/System/UInt16Tests.GenericMath.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Globalization; using System.Runtime.Versioning; using Xunit; namespace System.Tests { [RequiresPreviewFeaturesAttribute] public class UInt16Tests_GenericMath ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Globalization; using System.Runtime.Versioning; using Xunit; namespace System.Tests { [RequiresPreviewFeaturesAttribute] public class UInt16Tests_GenericMath ...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/libraries/Microsoft.Win32.Registry/src/Microsoft/Win32/RegistryValueOptions.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.Win32 { [Flags] public enum RegistryValueOptions { None = 0, DoNotExpandEnvironmentNames = 1 } }
// 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.Win32 { [Flags] public enum RegistryValueOptions { None = 0, DoNotExpandEnvironmentNames = 1 } }
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/tests/JIT/Methodical/explicit/misc/refarg_box_val_il_r.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="refarg_box_val.il" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="refarg_box_val.il" /> </ItemGroup> </Project>
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/libraries/System.Private.Xml/src/System/Xml/BinaryXml/SqlUtils.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.Buffers.Binary; using System.Collections; using System.IO; using System.Text; using System.Diagnostics; using System.Globalization; namespace System.Xml {...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Buffers.Binary; using System.Collections; using System.IO; using System.Text; using System.Diagnostics; using System.Globalization; namespace System.Xml {...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfoOfT.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.ComponentModel; using System.Diagnostics; namespace System.Text.Json.Serialization.Metadata { /// <summary> /// Provides JSON serialization-related metadata ab...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.ComponentModel; using System.Diagnostics; namespace System.Text.Json.Serialization.Metadata { /// <summary> /// Provides JSON serialization-related metadata ab...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest190/Generated190.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,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/tests/JIT/Methodical/tailcall/compat_r4_r8_il_d.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="compat_r4_r8.il" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="compat_r4_r8.il" /> </ItemGroup> </Project>
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/mono/mono/tests/sgen-toggleref.cs
using System; using System.Collections; using System.Collections.Generic; using System.Threading; using System.Runtime.InteropServices; using System.Runtime.CompilerServices; using MonoTests.Helpers; public class Toggleref { public int __test; public string id; public List<object> link = new List<object> (); publi...
using System; using System.Collections; using System.Collections.Generic; using System.Threading; using System.Runtime.InteropServices; using System.Runtime.CompilerServices; using MonoTests.Helpers; public class Toggleref { public int __test; public string id; public List<object> link = new List<object> (); publi...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/tests/JIT/Methodical/explicit/coverage/body_safe_val.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; internal class TestApp { private static int test_0_0(int num, AA init, AA zero) { return init.q.val; } private static int test_0_1(int num, AA ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; internal class TestApp { private static int test_0_0(int num, AA init, AA zero) { return init.q.val; } private static int test_0_1(int num, AA ...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/tests/JIT/Methodical/explicit/coverage/expl_double_1_r.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <CLRTestPriority>1</CLRTestPriority> <AllowUnsafeBlocks>True</AllowUnsafeBlocks> <DebugType>None</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="expl_double_1.cs" /> <Compile Include="body_double.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <CLRTestPriority>1</CLRTestPriority> <AllowUnsafeBlocks>True</AllowUnsafeBlocks> <DebugType>None</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="expl_double_1.cs" /> <Compile Include="body_double.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/libraries/System.Private.CoreLib/src/System/Globalization/CalendarData.Icu.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Text; namespace System.Globaliz...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Text; namespace System.Globaliz...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/libraries/System.Security.Cryptography.Primitives/ref/System.Security.Cryptography.Primitives.Forwards.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,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/tests/JIT/CodeGenBringUpTests/DblArea_do.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="DblArea.cs" /> </ItemGroup> </Project>...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="DblArea.cs" /> </ItemGroup> </Project>...
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56068/b56068.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).il" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).il" /> </ItemGroup> </Project>
-1
dotnet/runtime
65,973
[hot_reload] various post-Preview 1 fixes
A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequence points. This is a follow-up to #65865 w...
lambdageek
2022-02-28T20:29:18Z
2022-03-01T21:17:38Z
002647fce853a359a826461c06f5f530e2bb939e
2a00ad862b4d43521297ab4f1d4946fd1e718b90
[hot_reload] various post-Preview 1 fixes. A collection of changes building on top of what is in .NET 7 Preview 1 and #65865: 1. In cases where we tell the interpreter to generate sequence points, but where the hot reload deltas don't include PDBs (basicallyi `dotnet watch`) treat added methods as having zero sequen...
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.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