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,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/native/corehost/corehost.proj
<Project Sdk="Microsoft.Build.NoTargets"> <!-- Add basic project properties for NuGet restore, needed to import the SourceLink MSBuild tool package's targets into the build. --> <PropertyGroup> <IncrementalNativeBuild Condition="'$(IncrementalNativeBuild)' == ''">true</IncrementalNativeBuild> <Bu...
<Project Sdk="Microsoft.Build.NoTargets"> <!-- Add basic project properties for NuGet restore, needed to import the SourceLink MSBuild tool package's targets into the build. --> <PropertyGroup> <IncrementalNativeBuild Condition="'$(IncrementalNativeBuild)' == ''">true</IncrementalNativeBuild> <Bu...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/libraries/System.Runtime.Loader/tests/ApplyUpdate/System.Reflection.Metadata.ApplyUpdate.Test.AddNestedClass/deltascript.json
{ "changes": [ {"document": "AddNestedClass.cs", "update": "AddNestedClass_v1.cs"}, ] }
{ "changes": [ {"document": "AddNestedClass.cs", "update": "AddNestedClass_v1.cs"}, ] }
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/libraries/native-binplace.proj
<Project> <Import Sdk="Microsoft.NET.Sdk" Project="Sdk.props" /> <PropertyGroup> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> <BinPlaceRuntime>false</BinPlaceRuntime> <BinPlaceNative>true</BinPlaceNative> <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences> </P...
<Project> <Import Sdk="Microsoft.NET.Sdk" Project="Sdk.props" /> <PropertyGroup> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> <BinPlaceRuntime>false</BinPlaceRuntime> <BinPlaceNative>true</BinPlaceNative> <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences> </P...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/libraries/System.Net.Http/tests/FunctionalTests/package.json
{ "name": "system.net.websockets.client.tests", "private": true, "dependencies": { "node-abort-controller": "3.0.1", "node-fetch": "2.6.7", "ws": "8.4.0" } }
{ "name": "system.net.websockets.client.tests", "private": true, "dependencies": { "node-abort-controller": "3.0.1", "node-fetch": "2.6.7", "ws": "8.4.0" } }
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/libraries/Microsoft.NETCore.Platforms/src/runtime.compatibility.json
{ "alpine": [ "alpine", "linux-musl", "linux", "unix", "any", "base" ], "alpine-arm": [ "alpine-arm", "alpine", "linux-musl-arm", "linux-musl", "linux-arm", "linux", "unix-arm", "unix", "any", "base" ], "alpine-arm64": [ "alpine-arm64", "...
{ "alpine": [ "alpine", "linux-musl", "linux", "unix", "any", "base" ], "alpine-arm": [ "alpine-arm", "alpine", "linux-musl-arm", "linux-musl", "linux-arm", "linux", "unix-arm", "unix", "any", "base" ], "alpine-arm64": [ "alpine-arm64", "...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/libraries/System.IO.Ports/pkg/runtime.linux-x64.runtime.native.System.IO.Ports.proj
<Project> <Import Project="runtime.native.System.IO.Ports.props" /> </Project>
<Project> <Import Project="runtime.native.System.IO.Ports.props" /> </Project>
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./eng/pipelines/coreclr/templates/format-job.yml
parameters: buildConfig: '' archType: '' osGroup: '' osSubgroup: '' container: '' crossBuild: false crossrootfsDir: '' dependOnEvaluatePaths: false timeoutInMinutes: '' stagedBuild: false variables: {} pool: '' condition: true ### Format job jobs: - template: xplat-pipeline-job.yml paramete...
parameters: buildConfig: '' archType: '' osGroup: '' osSubgroup: '' container: '' crossBuild: false crossrootfsDir: '' dependOnEvaluatePaths: false timeoutInMinutes: '' stagedBuild: false variables: {} pool: '' condition: true ### Format job jobs: - template: xplat-pipeline-job.yml paramete...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/mono/nuget/Microsoft.NET.Workload.Mono.Toolchain.Manifest/localize/WorkloadManifest.zh-Hant.json
{ "workloads/wasm-tools/description": ".NET WebAssembly 組建工具" }
{ "workloads/wasm-tools/description": ".NET WebAssembly 組建工具" }
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./eng/pipelines/common/templates/wasm-runtime-tests.yml
parameters: alwaysRun: false isExtraPlatformsBuild: false platforms: [] jobs: # # Build the whole product using Mono and run runtime tests # - template: /eng/pipelines/common/platform-matrix.yml parameters: jobTemplate: /eng/pipelines/common/global-build-job.yml helixQueuesTemplate: /eng/pipelines/cor...
parameters: alwaysRun: false isExtraPlatformsBuild: false platforms: [] jobs: # # Build the whole product using Mono and run runtime tests # - template: /eng/pipelines/common/platform-matrix.yml parameters: jobTemplate: /eng/pipelines/common/global-build-job.yml helixQueuesTemplate: /eng/pipelines/cor...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./eng/pipelines/runtime-official.yml
trigger: batch: true branches: include: - main - release/* - internal/release/* paths: include: - '*' - docs/manpages/* exclude: - .github/* - docs/* - CODE-OF-CONDUCT.md - CONTRIBUTING.md - LICENSE.TXT - PATENTS.TXT - README.md - SECURITY.md - T...
trigger: batch: true branches: include: - main - release/* - internal/release/* paths: include: - '*' - docs/manpages/* exclude: - .github/* - docs/* - CODE-OF-CONDUCT.md - CONTRIBUTING.md - LICENSE.TXT - PATENTS.TXT - README.md - SECURITY.md - T...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./eng/pipelines/libraries/helix.yml
parameters: runtimeFlavor: '' archType: '' buildConfig: '' creator: '' helixQueues: '' osGroup: '' targetRid: '' testRunNamePrefixSuffix: '' testScope: 'innerloop' # innerloop | outerloop | all interpreter: '' condition: always() extraHelixArguments: '' shouldContinueOnError: false scenarios...
parameters: runtimeFlavor: '' archType: '' buildConfig: '' creator: '' helixQueues: '' osGroup: '' targetRid: '' testRunNamePrefixSuffix: '' testScope: 'innerloop' # innerloop | outerloop | all interpreter: '' condition: always() extraHelixArguments: '' shouldContinueOnError: false scenarios...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./eng/common/templates/post-build/common-variables.yml
variables: - group: AzureDevOps-Artifact-Feeds-Pats - group: DotNet-Blob-Feed - group: DotNet-DotNetCli-Storage - group: DotNet-MSRC-Storage - group: Publish-Build-Assets # Whether the build is internal or not - name: IsInternalBuild value: ${{ and(ne(variables['System.TeamProject'], 'public'), conta...
variables: - group: AzureDevOps-Artifact-Feeds-Pats - group: DotNet-Blob-Feed - group: DotNet-DotNetCli-Storage - group: DotNet-MSRC-Storage - group: Publish-Build-Assets # Whether the build is internal or not - name: IsInternalBuild value: ${{ and(ne(variables['System.TeamProject'], 'public'), conta...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/mono/wasm/debugger/tests/debugger-test/weather.json
[ { "dateFormatted": "06/05/2018", "temperatureC": 1, "summary": "Freezing", "temperatureF": 33 }, { "dateFormatted": "07/05/2018", "temperatureC": 14, "summary": "Bracing", "temperatureF": 57 }, { "dateFormatted": "08/05/2018", "temperatureC": -13, "summary": "Free...
[ { "dateFormatted": "06/05/2018", "temperatureC": 1, "summary": "Freezing", "temperatureF": 33 }, { "dateFormatted": "07/05/2018", "temperatureC": 14, "summary": "Bracing", "temperatureF": 57 }, { "dateFormatted": "08/05/2018", "temperatureC": -13, "summary": "Free...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-centos.7.proj
<Project Sdk="Microsoft.Build.NoTargets"> <PropertyGroup> <GenerateInstallers Condition="'$(BuildRpmPackage)' != 'true'">false</GenerateInstallers> <PackageTargetOS>centos.7</PackageTargetOS> </PropertyGroup> <ItemGroup> <LinuxPackageDependency Include="openssl-libs;libicu;krb5-libs" /> </ItemGroup...
<Project Sdk="Microsoft.Build.NoTargets"> <PropertyGroup> <GenerateInstallers Condition="'$(BuildRpmPackage)' != 'true'">false</GenerateInstallers> <PackageTargetOS>centos.7</PackageTargetOS> </PropertyGroup> <ItemGroup> <LinuxPackageDependency Include="openssl-libs;libicu;krb5-libs" /> </ItemGroup...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/libraries/tests.proj
<Project Sdk="Microsoft.Build.Traversal"> <PropertyGroup Condition="'$(BuildAllConfigurations)' != 'true'"> <!-- Build for NetCoreAppCurrent by default if no BuildTargetFramework is supplied or if not all configurations are built. --> <TargetFramework>$([MSBuild]::ValueOrDefault('$(BuildTargetFramework)', '$...
<Project Sdk="Microsoft.Build.Traversal"> <PropertyGroup Condition="'$(BuildAllConfigurations)' != 'true'"> <!-- Build for NetCoreAppCurrent by default if no BuildTargetFramework is supplied or if not all configurations are built. --> <TargetFramework>$([MSBuild]::ValueOrDefault('$(BuildTargetFramework)', '$...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/libraries/System.Runtime.Loader/tests/ApplyUpdate/System.Reflection.Metadata.ApplyUpdate.Test.AsyncMethodChange/deltascript.json
{ "changes": [ {"document": "AsyncMethodChange.cs", "update": "AsyncMethodChange_v1.cs"} ] }
{ "changes": [ {"document": "AsyncMethodChange.cs", "update": "AsyncMethodChange_v1.cs"} ] }
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./eng/common/templates/steps/run-on-windows.yml
parameters: agentOs: '' steps: [] steps: - ${{ if eq(parameters.agentOs, 'Windows_NT') }}: - ${{ parameters.steps }}
parameters: agentOs: '' steps: [] steps: - ${{ if eq(parameters.agentOs, 'Windows_NT') }}: - ${{ parameters.steps }}
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-opensuse.42.proj
<Project Sdk="Microsoft.Build.NoTargets"> <PropertyGroup> <GenerateInstallers Condition="'$(BuildRpmPackage)' != 'true'">false</GenerateInstallers> <PackageTargetOS>opensuse.42</PackageTargetOS> </PropertyGroup> <ItemGroup> <LinuxPackageDependency Include="libopenssl1_0_0;libicu;krb5" /> </ItemGrou...
<Project Sdk="Microsoft.Build.NoTargets"> <PropertyGroup> <GenerateInstallers Condition="'$(BuildRpmPackage)' != 'true'">false</GenerateInstallers> <PackageTargetOS>opensuse.42</PackageTargetOS> </PropertyGroup> <ItemGroup> <LinuxPackageDependency Include="libopenssl1_0_0;libicu;krb5" /> </ItemGrou...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/mono/nuget/Microsoft.NET.Workload.Mono.Toolchain.Manifest/localize/WorkloadManifest.ru.json
{ "workloads/wasm-tools/description": "Средства сборки WebAssembly .NET" }
{ "workloads/wasm-tools/description": "Средства сборки WebAssembly .NET" }
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./eng/common/templates/jobs/codeql-build.yml
parameters: # See schema documentation in /Documentation/AzureDevOps/TemplateSchema.md continueOnError: false # Required: A collection of jobs to run - https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#job jobs: [] # Optional: if specified, restore and use this version ...
parameters: # See schema documentation in /Documentation/AzureDevOps/TemplateSchema.md continueOnError: false # Required: A collection of jobs to run - https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#job jobs: [] # Optional: if specified, restore and use this version ...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/libraries/shims.proj
<Project Sdk="Microsoft.Build.Traversal"> <PropertyGroup> <TargetFramework>$(NetCoreAppCurrent)-$(TargetOS)</TargetFramework> </PropertyGroup> <!-- Reference the source project shims which themselves then reference their corresponding ref project, if it exists. --> <ItemGroup> <ProjectReference Includ...
<Project Sdk="Microsoft.Build.Traversal"> <PropertyGroup> <TargetFramework>$(NetCoreAppCurrent)-$(TargetOS)</TargetFramework> </PropertyGroup> <!-- Reference the source project shims which themselves then reference their corresponding ref project, if it exists. --> <ItemGroup> <ProjectReference Includ...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-cm.2.proj
<Project Sdk="Microsoft.Build.NoTargets"> <PropertyGroup> <GenerateInstallers Condition="'$(BuildRpmPackage)' != 'true'">false</GenerateInstallers> <PackageTargetOS>cm.2</PackageTargetOS> </PropertyGroup> <ItemGroup> <LinuxPackageDependency Include="openssl-libs;icu;krb5" /> </ItemGroup> </Project>...
<Project Sdk="Microsoft.Build.NoTargets"> <PropertyGroup> <GenerateInstallers Condition="'$(BuildRpmPackage)' != 'true'">false</GenerateInstallers> <PackageTargetOS>cm.2</PackageTargetOS> </PropertyGroup> <ItemGroup> <LinuxPackageDependency Include="openssl-libs;icu;krb5" /> </ItemGroup> </Project>...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./eng/pipelines/libraries/execute-trimming-tests-steps.yml
parameters: archType: '' extraTestArgs: '' steps: # Execute tests - script: $(Build.SourcesDirectory)$(dir)build$(scriptExt) -ci -arch ${{ parameters.archType }} $(_osParameter) -s libs.tests -c $(_BuildConfig) /p:TestAssemblies=false /p:TestTrimming=true $(_officialBuildParameter) $(_crossBuildPropertyArg) /b...
parameters: archType: '' extraTestArgs: '' steps: # Execute tests - script: $(Build.SourcesDirectory)$(dir)build$(scriptExt) -ci -arch ${{ parameters.archType }} $(_osParameter) -s libs.tests -c $(_BuildConfig) /p:TestAssemblies=false /p:TestTrimming=true $(_officialBuildParameter) $(_crossBuildPropertyArg) /b...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/coreclr/crossgen-corelib.proj
<Project Sdk="Microsoft.Build.NoTargets"> <Target Name="PrepareForCrossgen"> <PropertyGroup> <OSPlatformConfig>$(TargetOS).$(TargetArchitecture).$(Configuration)</OSPlatformConfig> <RootBinDir>$([MSBuild]::NormalizeDirectory('$(RepoRoot)', 'artifacts'))</RootBinDir> <LogsDir>$([MSBuild]::Normal...
<Project Sdk="Microsoft.Build.NoTargets"> <Target Name="PrepareForCrossgen"> <PropertyGroup> <OSPlatformConfig>$(TargetOS).$(TargetArchitecture).$(Configuration)</OSPlatformConfig> <RootBinDir>$([MSBuild]::NormalizeDirectory('$(RepoRoot)', 'artifacts'))</RootBinDir> <LogsDir>$([MSBuild]::Normal...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./eng/pipelines/common/macos-sign-with-entitlements.yml
parameters: filesToSign: [] steps: - task: UseDotNet@2 displayName: 'Use .NET Core SDK 2.1.808' inputs: packageType: sdk version: 2.1.808 - ${{ each file in parameters.filesToSign }}: - script: codesign -s - -f --entitlements ${{ file.entitlementsFile }} ${{ file.path }}/${{ file.name }}...
parameters: filesToSign: [] steps: - task: UseDotNet@2 displayName: 'Use .NET Core SDK 2.1.808' inputs: packageType: sdk version: 2.1.808 - ${{ each file in parameters.filesToSign }}: - script: codesign -s - -f --entitlements ${{ file.entitlementsFile }} ${{ file.path }}/${{ file.name }}...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./eng/pipelines/libraries/helix-queues-setup.yml
parameters: jobTemplate: '' variables: [] osGroup: '' osSubgroup: '' archType: '' container: '' pool: '' platform: '' runtimeFlavorDisplayName: '' shouldContinueOnError: false dependOnEvaluatePaths: false jobParameters: {} jobs: - template: ${{ parameters.jobTemplate }} parameters: variab...
parameters: jobTemplate: '' variables: [] osGroup: '' osSubgroup: '' archType: '' container: '' pool: '' platform: '' runtimeFlavorDisplayName: '' shouldContinueOnError: false dependOnEvaluatePaths: false jobParameters: {} jobs: - template: ${{ parameters.jobTemplate }} parameters: variab...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./eng/regenerate-download-table.proj
<Project Sdk="Microsoft.Build.NoTargets"> <!-- installer.tasks needs to be built in advance. --> <UsingTask TaskName="RegenerateDownloadTable" AssemblyFile="$(InstallerTasksAssemblyPath)" /> <Target Name="RegenerateDownloadTable" AfterTargets="Build"> <!-- Column and row configuration for th...
<Project Sdk="Microsoft.Build.NoTargets"> <!-- installer.tasks needs to be built in advance. --> <UsingTask TaskName="RegenerateDownloadTable" AssemblyFile="$(InstallerTasksAssemblyPath)" /> <Target Name="RegenerateDownloadTable" AfterTargets="Build"> <!-- Column and row configuration for th...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./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,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/installer/tests/Assets/TestUtils/SDKLookup/dotnet.runtimeconfig.json
{ "runtimeOptions": { /* This is a multiline comment to test that the JSON parser is correctly * set up to ignore them. */ "framework": { "name": "Microsoft.NETCore.App", // And this is a single-line comment "version": "9999.0.0" // that should be ignored by the parser } } }
{ "runtimeOptions": { /* This is a multiline comment to test that the JSON parser is correctly * set up to ignore them. */ "framework": { "name": "Microsoft.NETCore.App", // And this is a single-line comment "version": "9999.0.0" // that should be ignored by the parser } } }
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./eng/pipelines/coreclr/gc-standalone.yml
trigger: none schedules: - cron: "0 5 * * *" displayName: Mon through Sun at 9: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: ch...
trigger: none schedules: - cron: "0 5 * * *" displayName: Mon through Sun at 9: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: ch...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/libraries/oob-ref.proj
<Project Sdk="Microsoft.Build.Traversal"> <PropertyGroup> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> <!-- Filter ProjectReferences to build the best matching target framework only. --> <FilterTraversalProjectReferences>true</FilterTraversalProjectReferences> </PropertyGroup> <!-- Refere...
<Project Sdk="Microsoft.Build.Traversal"> <PropertyGroup> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> <!-- Filter ProjectReferences to build the best matching target framework only. --> <FilterTraversalProjectReferences>true</FilterTraversalProjectReferences> </PropertyGroup> <!-- Refere...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/coreclr/vm/.vscode/c_cpp_properties.json
{ "configurations": [ { "name": "Win32-Debug", "includePath": [ "../../../../artifacts/obj/coreclr/windows.x64.Debug/src/vm/dac", "../../src/vm/dac", "../../src/vm", "../../src/pal/prebuilt/inc", "../../....
{ "configurations": [ { "name": "Win32-Debug", "includePath": [ "../../../../artifacts/obj/coreclr/windows.x64.Debug/src/vm/dac", "../../src/vm/dac", "../../src/vm", "../../src/pal/prebuilt/inc", "../../....
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/libraries/System.Runtime.Loader/tests/ApplyUpdate/System.Reflection.Metadata.ApplyUpdate.Test.AddStaticLambda/deltascript.json
{ "changes": [ {"document": "AddStaticLambda.cs", "update": "AddStaticLambda_v1.cs"}, ] }
{ "changes": [ {"document": "AddStaticLambda.cs", "update": "AddStaticLambda_v1.cs"}, ] }
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./eng/pipelines/coreclr/runincontext.yml
trigger: none schedules: - cron: "0 13 * * 6,0" displayName: Sat and Sun at 5:00 AM (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: che...
trigger: none schedules: - cron: "0 13 * * 6,0" displayName: Sat and Sun at 5:00 AM (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: che...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/libraries/sfx.proj
<Project Sdk="Microsoft.Build.NoTargets"> <PropertyGroup> <TargetFramework>$(NetCoreAppCurrent)-$(TargetOS)</TargetFramework> <BuildInParallel>false</BuildInParallel> </PropertyGroup> <ItemGroup> <!-- The sfx ref projects must be built first as sfx src projects don't use P2Ps to reference each other...
<Project Sdk="Microsoft.Build.NoTargets"> <PropertyGroup> <TargetFramework>$(NetCoreAppCurrent)-$(TargetOS)</TargetFramework> <BuildInParallel>false</BuildInParallel> </PropertyGroup> <ItemGroup> <!-- The sfx ref projects must be built first as sfx src projects don't use P2Ps to reference each other...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./eng/pipelines/common/variables.yml
variables: # These values enable longer delays, configurable number of retries, and special understanding of TCP hang-up # See https://github.com/NuGet/Home/issues/11027 for details - name: NUGET_ENABLE_EXPERIMENTAL_HTTP_RETRY value: true - name: NUGET_EXPERIMENTAL_MAX_NETWORK_TRY_COUNT value: 6 - name: NUGET_EXP...
variables: # These values enable longer delays, configurable number of retries, and special understanding of TCP hang-up # See https://github.com/NuGet/Home/issues/11027 for details - name: NUGET_ENABLE_EXPERIMENTAL_HTTP_RETRY value: true - name: NUGET_EXPERIMENTAL_MAX_NETWORK_TRY_COUNT value: 6 - name: NUGET_EXP...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./eng/pipelines/coreclr/libraries-gcstress0x3-gcstress0xc.yml
trigger: none # This pipeline currently has too many failures to be enabled by schedule. # schedules: # - cron: "0 10 * * 6" # displayName: Sat at 2:00 AM (UTC-8:00) # branches: # include: # - main # always: true jobs: # # Build CoreCLR checked and libraries Release # - template: /eng/pipelines/common/...
trigger: none # This pipeline currently has too many failures to be enabled by schedule. # schedules: # - cron: "0 10 * * 6" # displayName: Sat at 2:00 AM (UTC-8:00) # branches: # include: # - main # always: true jobs: # # Build CoreCLR checked and libraries Release # - template: /eng/pipelines/common/...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./eng/pipelines/common/templates/runtimes/run-test-job.yml
parameters: buildConfig: '' archType: '' osGroup: '' osSubgroup: '' container: '' testGroup: '' crossBuild: false crossrootfsDir: '' readyToRun: false liveLibrariesBuildConfig: '' crossgen2: false compositeBuildMode: false helixQueues: '' condition: true stagedBuild: false displayNameArg...
parameters: buildConfig: '' archType: '' osGroup: '' osSubgroup: '' container: '' testGroup: '' crossBuild: false crossrootfsDir: '' readyToRun: false liveLibrariesBuildConfig: '' crossgen2: false compositeBuildMode: false helixQueues: '' condition: true stagedBuild: false displayNameArg...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector64.Int16.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/mono/wasi/mono-wasi-driver/driver.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #include <mono/metadata/assembly.h> #include <mono/metadata/object.h> void mono_wasm_load_runtime (const char *unused, int debug_level); int mono_wasm_add_assembly (const char *name...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #include <mono/metadata/assembly.h> #include <mono/metadata/object.h> void mono_wasm_load_runtime (const char *unused, int debug_level); int mono_wasm_add_assembly (const char *name...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/libraries/System.Linq/tests/JoinTests.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 Xunit; namespace System.Linq.Tests { public class JoinTests : EnumerableTests { public struct CustomerRec ...
// 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 Xunit; namespace System.Linq.Tests { public class JoinTests : EnumerableTests { public struct CustomerRec ...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29456/b29456.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 Tests { internal class Operators { private static bool s_t = true; private static bool s_f = false; private static byte s_b...
// 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 Tests { internal class Operators { private static bool s_t = true; private static bool s_f = false; private static byte s_b...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/tests/JIT/HardwareIntrinsics/General/NotSupported/Vector64DoubleAsGeneric_Boolean.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/libraries/System.Net.WebClient/tests/System.Net.WebClient.Tests.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> <DefineConstants>$(DefineConstants);NETSTANDARD</DefineConstants> <!-- SYSLIB0014: WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. --> <NoWarn>$(NoWar...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> <DefineConstants>$(DefineConstants);NETSTANDARD</DefineConstants> <!-- SYSLIB0014: WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. --> <NoWarn>$(NoWar...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/libraries/System.Globalization.Calendars/tests/ThaiBuddhistCalendar/ThaiBuddhistCalendarGetDaysInMonth.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Xunit; namespace System.Globalization.Tests { public class ThaiBuddhistCalendarGetDaysInMonth { private static readonly Rando...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Xunit; namespace System.Globalization.Tests { public class ThaiBuddhistCalendarGetDaysInMonth { private static readonly Rando...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/tests/Loader/classloader/InterfaceFolding/TestCase2.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="TestCase2.il" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="TestCase2.il" /> </ItemGroup> </Project>
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/libraries/System.Security.Permissions/ref/System.Security.Permissions.netcoreapp.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,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/libraries/System.Security.Permissions/src/System/Security/SecurityState.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Security { public abstract partial class SecurityState { protected SecurityState() { } public abstract void EnsureState(); public boo...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Security { public abstract partial class SecurityState { protected SecurityState() { } public abstract void EnsureState(); public boo...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/FormattableStringFactory.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /*============================================================ ** ** ** ** Purpose: implementation of the FormattableStringFactory ** class. ** ======================================...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /*============================================================ ** ** ** ** Purpose: implementation of the FormattableStringFactory ** class. ** ======================================...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/native/public/mono/utils/mono-jemalloc.h
/** * \file * * Header for jemalloc registration code */ #ifndef __MONO_JEMALLOC_H__ #define __MONO_JEMALLOC_H__ #if defined(MONO_JEMALLOC_ENABLED) #include <jemalloc/jemalloc.h> /* Jemalloc can be configured in three ways. * 1. You can use it with library loading hacks at run-time * 2. You can use it as a gl...
/** * \file * * Header for jemalloc registration code */ #ifndef __MONO_JEMALLOC_H__ #define __MONO_JEMALLOC_H__ #if defined(MONO_JEMALLOC_ENABLED) #include <jemalloc/jemalloc.h> /* Jemalloc can be configured in three ways. * 1. You can use it with library loading hacks at run-time * 2. You can use it as a gl...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Serialization/Value.WriteTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Text.Encodings.Web; using Newtonsoft.Json; using Xunit; namespace System.Text.Json.Serialization.Tests { public static partial class ValueTests { [Fact]...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Text.Encodings.Web; using Newtonsoft.Json; using Xunit; namespace System.Text.Json.Serialization.Tests { public static partial class ValueTests { [Fact]...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/libraries/System.Net.HttpListener/src/System/Net/WebSockets/HttpWebSocket.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.CodeAnalysis; using System.Security.Cryptography; using System.Text; using System.Threading; namespace System.Net.WebSockets { internal static partial c...
// 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.CodeAnalysis; using System.Security.Cryptography; using System.Text; using System.Threading; namespace System.Net.WebSockets { internal static partial c...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/libraries/System.ServiceModel.Syndication/tests/TestFeeds/AtomFeeds/missing-self.xml
<!-- Description: a feed without an atom:link element with a rel attribute value of self produces a warning Expect: MissingSelf{element:feed} --> <feed xmlns="http://www.w3.org/2005/Atom"> <title>Example Feed</title> <link href="http://contoso.com/"/> <updated>2003-12-13T18:30:02Z</updated> <author> ...
<!-- Description: a feed without an atom:link element with a rel attribute value of self produces a warning Expect: MissingSelf{element:feed} --> <feed xmlns="http://www.w3.org/2005/Atom"> <title>Example Feed</title> <link href="http://contoso.com/"/> <updated>2003-12-13T18:30:02Z</updated> <author> ...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/tests/JIT/Regression/JitBlue/DevDiv_205323/starg0.il
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // Storing to arg 0 in an instance method requires special // handling by the jit. .assembly extern mscorlib {} .assembly starg0 {} .assembly extern xunit.core {} .class public F ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // Storing to arg 0 in an instance method requires special // handling by the jit. .assembly extern mscorlib {} .assembly starg0 {} .assembly extern xunit.core {} .class public F ...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/tests/baseservices/threading/generics/syncdelegate/GThread15.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="thread15.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="thread15.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Int16.3.Vector64.Int16.3.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/coreclr/tools/superpmi/mcs/removedup.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. //---------------------------------------------------------- // RemoveDup.h - Functions to remove dups from a method context hive (MCH) //--------------------------------------------...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. //---------------------------------------------------------- // RemoveDup.h - Functions to remove dups from a method context hive (MCH) //--------------------------------------------...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1285/Generated1285.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="Generated1285.il" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\TestFramework\TestFramework.csproj" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="Generated1285.il" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\TestFramework\TestFramework.csproj" /> </ItemGroup> </Project>
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/tests/JIT/HardwareIntrinsics/Arm/Dp/DotProductBySelectedQuadruplet.Vector128.Int32.Vector128.SByte.3.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/tests/JIT/CodeGenBringUpTests/DblAddConst.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // using System; using System.Runtime.CompilerServices; public class BringUpTest_DblAddConst { const int Pass = 100; const int Fail = -1; [MethodImplAttribute(MethodImp...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // using System; using System.Runtime.CompilerServices; public class BringUpTest_DblAddConst { const int Pass = 100; const int Fail = -1; [MethodImplAttribute(MethodImp...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Tests/ServiceCollectionContainerBuilderTestExtensions.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 Microsoft.Extensions.DependencyInjection.ServiceLookup; namespace Microsoft.Extensions.DependencyInjection.Tests { internal static class ServiceCollectionCon...
// 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 Microsoft.Extensions.DependencyInjection.ServiceLookup; namespace Microsoft.Extensions.DependencyInjection.Tests { internal static class ServiceCollectionCon...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/mono/mono/tests/verifier/make_double_nesting_test.sh
#! /bin/sh SED="sed" if [ `which gsed 2> /dev/null` ]; then SED="gsed" fi TEST_NAME=$1 TEST_VALIDITY=$2 TEST_OP=$3 TEST_CLASS_ACCESS=$4 TEST_NESTED_ACCESS=$5 TEST_MEMBER_ACCESS=$6 TEST_BASE_EXTENDS=$7 TEST_NESTED_EXTENDS=$8 TEST_LOAD_BASE=$9 if [ "$TEST_BASE_EXTENDS" = "yes" ]; then TEST_BASE_EXTENDS="extends Roo...
#! /bin/sh SED="sed" if [ `which gsed 2> /dev/null` ]; then SED="gsed" fi TEST_NAME=$1 TEST_VALIDITY=$2 TEST_OP=$3 TEST_CLASS_ACCESS=$4 TEST_NESTED_ACCESS=$5 TEST_MEMBER_ACCESS=$6 TEST_BASE_EXTENDS=$7 TEST_NESTED_EXTENDS=$8 TEST_LOAD_BASE=$9 if [ "$TEST_BASE_EXTENDS" = "yes" ]; then TEST_BASE_EXTENDS="extends Roo...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/tests/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/ReverseElementBits.UInt64.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/libraries/Microsoft.Extensions.DependencyInjection/src/Properties/InternalsVisibleTo.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; [assembly: InternalsVisibleTo("Microsoft.Extensions.DependencyInjection.Tests, PublicKey=00240000048000009400000006020000002400005253413100040...
// 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; [assembly: InternalsVisibleTo("Microsoft.Extensions.DependencyInjection.Tests, PublicKey=00240000048000009400000006020000002400005253413100040...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VB6BinaryFile.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. Imports System Imports Microsoft.VisualBasic.CompilerServices.ExceptionUtils Imports Microsoft.VisualBasic.CompilerServices.Utils Imports System.Runtime.Versioning Imports System.Diagn...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. Imports System Imports Microsoft.VisualBasic.CompilerServices.ExceptionUtils Imports Microsoft.VisualBasic.CompilerServices.Utils Imports System.Runtime.Versioning Imports System.Diagn...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/libraries/System.Net.Quic/src/System/Net/Quic/Implementations/QuicConnectionProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Threading; using System.Threading.Tasks; namespace System.Net.Quic.Implementations { internal abstract class QuicConnectionProvider : IDisposable { inte...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Threading; using System.Threading.Tasks; namespace System.Net.Quic.Implementations { internal abstract class QuicConnectionProvider : IDisposable { inte...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/libraries/Microsoft.Extensions.Logging.Abstractions/tests/Microsoft.Extensions.Logging.Generators.Tests/Microsoft.Extensions.Logging.Generators.Roslyn4.0.Tests.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <RoslynApiVersion>$(MicrosoftCodeAnalysisCSharpWorkspacesVersion)</RoslynApiVersion> <DefineConstants>$(DefineConstants);ROSLYN4_0_OR_GREATER</DefineConstants> <IsHighAotMemoryUsageTest>true</IsHighAotMemoryUsageTest> <EmccLinkOptimizationFlag Conditi...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <RoslynApiVersion>$(MicrosoftCodeAnalysisCSharpWorkspacesVersion)</RoslynApiVersion> <DefineConstants>$(DefineConstants);ROSLYN4_0_OR_GREATER</DefineConstants> <IsHighAotMemoryUsageTest>true</IsHighAotMemoryUsageTest> <EmccLinkOptimizationFlag Conditi...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/coreclr/pal/src/libunwind/src/x86_64/Lget_save_loc.c
#define UNW_LOCAL_ONLY #include <libunwind.h> #if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY) #include "Gget_save_loc.c" #endif
#define UNW_LOCAL_ONLY #include <libunwind.h> #if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY) #include "Gget_save_loc.c" #endif
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case9.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // like case1, except that the overlapping doesn't occur in the first // "slot" of the union. // struct // [0] int // [4] int // [4] struct // objref using System; u...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // like case1, except that the overlapping doesn't occur in the first // "slot" of the union. // struct // [0] int // [4] int // [4] struct // objref using System; u...
-1
dotnet/runtime
65,901
Remove usages of native bootstrapping
hoyosjs
2022-02-25T17:42:53Z
2022-02-25T22:06:34Z
2ce0af0b8404cf051783516cff4b07abccd5de00
8727ac772e1d8031691ee52e2d66e2520f78d01a
Remove usages of native bootstrapping.
./src/tests/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.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,899
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync
I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileStream` itself. Explanation: the default `Stream.DisposeAsync`...
adamsitnik
2022-02-25T17:17:25Z
2022-03-01T13:15:47Z
097d9ea3c1584eb8745bd0a72ebf9cd3a31f1618
3cbed4b71800709a8121e50e964ae5b02bd80b94
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync. I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileS...
./src/libraries/System.IO.FileSystem/tests/FileStream/DisposeAsync.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Microsoft.Win32.SafeHandles; using System.Threading.Tasks; using Xunit; namespace System.IO.Tests { public class FileStream_DisposeAsync : FileSystemTest { [Fa...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Microsoft.Win32.SafeHandles; using System.Threading.Tasks; using Xunit; namespace System.IO.Tests { public class FileStream_DisposeAsync : FileSystemTest { [Fa...
1
dotnet/runtime
65,899
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync
I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileStream` itself. Explanation: the default `Stream.DisposeAsync`...
adamsitnik
2022-02-25T17:17:25Z
2022-03-01T13:15:47Z
097d9ea3c1584eb8745bd0a72ebf9cd3a31f1618
3cbed4b71800709a8121e50e964ae5b02bd80b94
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync. I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileS...
./src/libraries/System.Private.CoreLib/src/System/IO/FileStream.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.IO.Strategies; using System.Runtime.Versioning; using System.Threading; using System.Threading.Tasks; using Microsoft.Win32.SafeHandles; na...
// 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.IO.Strategies; using System.Runtime.Versioning; using System.Threading; using System.Threading.Tasks; using Microsoft.Win32.SafeHandles; na...
1
dotnet/runtime
65,899
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync
I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileStream` itself. Explanation: the default `Stream.DisposeAsync`...
adamsitnik
2022-02-25T17:17:25Z
2022-03-01T13:15:47Z
097d9ea3c1584eb8745bd0a72ebf9cd3a31f1618
3cbed4b71800709a8121e50e964ae5b02bd80b94
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync. I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileS...
./src/libraries/System.Private.CoreLib/src/System/IO/Strategies/DerivedFileStreamStrategy.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Threading; using System.Threading.Tasks; using Microsoft.Win32.SafeHandles; namespace System.IO.Strategies { // this type exists so we can avoid GetType() != typeo...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Threading; using System.Threading.Tasks; using Microsoft.Win32.SafeHandles; namespace System.IO.Strategies { // this type exists so we can avoid GetType() != typeo...
1
dotnet/runtime
65,899
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync
I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileStream` itself. Explanation: the default `Stream.DisposeAsync`...
adamsitnik
2022-02-25T17:17:25Z
2022-03-01T13:15:47Z
097d9ea3c1584eb8745bd0a72ebf9cd3a31f1618
3cbed4b71800709a8121e50e964ae5b02bd80b94
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync. I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileS...
./src/coreclr/System.Private.CoreLib/src/System/OleAutBinder.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // This class represents the Ole Automation binder. // #define DISPLAY_DEBUG_INFO using System.Runtime.InteropServices; using Microsoft.Win32; using CultureInfo = System.Globalizat...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // This class represents the Ole Automation binder. // #define DISPLAY_DEBUG_INFO using System.Runtime.InteropServices; using Microsoft.Win32; using CultureInfo = System.Globalizat...
-1
dotnet/runtime
65,899
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync
I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileStream` itself. Explanation: the default `Stream.DisposeAsync`...
adamsitnik
2022-02-25T17:17:25Z
2022-03-01T13:15:47Z
097d9ea3c1584eb8745bd0a72ebf9cd3a31f1618
3cbed4b71800709a8121e50e964ae5b02bd80b94
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync. I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileS...
./src/libraries/System.Globalization.Calendars/tests/System/Globalization/HebrewCalendarTests.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.Globalization.Tests { public class HebrewCalendarTests : CalendarTestBase { public override Calendar Calendar => new HebrewCalendar(); ...
// 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.Globalization.Tests { public class HebrewCalendarTests : CalendarTestBase { public override Calendar Calendar => new HebrewCalendar(); ...
-1
dotnet/runtime
65,899
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync
I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileStream` itself. Explanation: the default `Stream.DisposeAsync`...
adamsitnik
2022-02-25T17:17:25Z
2022-03-01T13:15:47Z
097d9ea3c1584eb8745bd0a72ebf9cd3a31f1618
3cbed4b71800709a8121e50e964ae5b02bd80b94
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync. I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileS...
./src/libraries/System.Linq.Expressions/src/System/Linq/Expressions/SwitchCase.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Dynamic.Utils; namespace System.Linq.Expressions { /// <summary> ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Dynamic.Utils; namespace System.Linq.Expressions { /// <summary> ...
-1
dotnet/runtime
65,899
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync
I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileStream` itself. Explanation: the default `Stream.DisposeAsync`...
adamsitnik
2022-02-25T17:17:25Z
2022-03-01T13:15:47Z
097d9ea3c1584eb8745bd0a72ebf9cd3a31f1618
3cbed4b71800709a8121e50e964ae5b02bd80b94
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync. I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileS...
./src/tests/Loader/binding/assemblies/generics/arilistienum/methods/methods.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. //array<T> IList properties using System; using System.IO; using System.Reflection; using System.Collections; public class GenClass<T> { public T fld; } public class PropsArIList ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. //array<T> IList properties using System; using System.IO; using System.Reflection; using System.Collections; public class GenClass<T> { public T fld; } public class PropsArIList ...
-1
dotnet/runtime
65,899
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync
I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileStream` itself. Explanation: the default `Stream.DisposeAsync`...
adamsitnik
2022-02-25T17:17:25Z
2022-03-01T13:15:47Z
097d9ea3c1584eb8745bd0a72ebf9cd3a31f1618
3cbed4b71800709a8121e50e964ae5b02bd80b94
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync. I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileS...
./src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/AdvSimd.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.CompilerServices; namespace System.Runtime.Intrinsics.Arm { /// <summary> /// This class provides access to the ARM AdvSIMD hardware instructions via in...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.CompilerServices; namespace System.Runtime.Intrinsics.Arm { /// <summary> /// This class provides access to the ARM AdvSIMD hardware instructions via in...
-1
dotnet/runtime
65,899
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync
I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileStream` itself. Explanation: the default `Stream.DisposeAsync`...
adamsitnik
2022-02-25T17:17:25Z
2022-03-01T13:15:47Z
097d9ea3c1584eb8745bd0a72ebf9cd3a31f1618
3cbed4b71800709a8121e50e964ae5b02bd80b94
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync. I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileS...
./src/libraries/System.Text.Encodings.Web/tests/UnicodeRangesTests.generated.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 was generated by a tool. // See src/System.Text.Encodings.Web/tools/GenUnicodeRanges using System.Collections.Generic; namespace System.Text.Unicode.Tests { public...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // This file was generated by a tool. // See src/System.Text.Encodings.Web/tools/GenUnicodeRanges using System.Collections.Generic; namespace System.Text.Unicode.Tests { public...
-1
dotnet/runtime
65,899
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync
I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileStream` itself. Explanation: the default `Stream.DisposeAsync`...
adamsitnik
2022-02-25T17:17:25Z
2022-03-01T13:15:47Z
097d9ea3c1584eb8745bd0a72ebf9cd3a31f1618
3cbed4b71800709a8121e50e964ae5b02bd80b94
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync. I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileS...
./src/libraries/Common/src/Interop/Windows/WtsApi32/Interop.WTSUnRegisterSessionNotification.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 Wtsapi32 { [GeneratedDllImport(Libraries.Wt...
// 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 Wtsapi32 { [GeneratedDllImport(Libraries.Wt...
-1
dotnet/runtime
65,899
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync
I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileStream` itself. Explanation: the default `Stream.DisposeAsync`...
adamsitnik
2022-02-25T17:17:25Z
2022-03-01T13:15:47Z
097d9ea3c1584eb8745bd0a72ebf9cd3a31f1618
3cbed4b71800709a8121e50e964ae5b02bd80b94
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync. I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileS...
./src/tests/JIT/Methodical/explicit/coverage/expl_gc_float_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; using System.Runtime.InteropServices; using Xunit; [StructLayout(LayoutKind.Explicit)] internal class AA { [FieldOffset(13)] public long tmp1; [FieldOffset...
// 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; [StructLayout(LayoutKind.Explicit)] internal class AA { [FieldOffset(13)] public long tmp1; [FieldOffset...
-1
dotnet/runtime
65,899
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync
I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileStream` itself. Explanation: the default `Stream.DisposeAsync`...
adamsitnik
2022-02-25T17:17:25Z
2022-03-01T13:15:47Z
097d9ea3c1584eb8745bd0a72ebf9cd3a31f1618
3cbed4b71800709a8121e50e964ae5b02bd80b94
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync. I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileS...
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.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,899
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync
I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileStream` itself. Explanation: the default `Stream.DisposeAsync`...
adamsitnik
2022-02-25T17:17:25Z
2022-03-01T13:15:47Z
097d9ea3c1584eb8745bd0a72ebf9cd3a31f1618
3cbed4b71800709a8121e50e964ae5b02bd80b94
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync. I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileS...
./src/libraries/System.Runtime/tests/System/Diagnostics/CodeAnalysis/DynamicallyAccessedMembersAttributeTests.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.Diagnostics.CodeAnalysis.Tests { public class DynamicallyAccessedMembersAttributeTests { [Theory] [InlineData(DynamicallyAccess...
// 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.Diagnostics.CodeAnalysis.Tests { public class DynamicallyAccessedMembersAttributeTests { [Theory] [InlineData(DynamicallyAccess...
-1
dotnet/runtime
65,899
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync
I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileStream` itself. Explanation: the default `Stream.DisposeAsync`...
adamsitnik
2022-02-25T17:17:25Z
2022-03-01T13:15:47Z
097d9ea3c1584eb8745bd0a72ebf9cd3a31f1618
3cbed4b71800709a8121e50e964ae5b02bd80b94
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync. I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileS...
./src/libraries/Common/src/Interop/Unix/System.Native/Interop.FAllocate.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.InteropServices; using Microsoft.Win32.SafeHandles; internal static partial class Interop { internal static partial class Sys { /// <summary> ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.InteropServices; using Microsoft.Win32.SafeHandles; internal static partial class Interop { internal static partial class Sys { /// <summary> ...
-1
dotnet/runtime
65,899
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync
I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileStream` itself. Explanation: the default `Stream.DisposeAsync`...
adamsitnik
2022-02-25T17:17:25Z
2022-03-01T13:15:47Z
097d9ea3c1584eb8745bd0a72ebf9cd3a31f1618
3cbed4b71800709a8121e50e964ae5b02bd80b94
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync. I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileS...
./src/tests/JIT/HardwareIntrinsics/General/Vector128/BitwiseOr.UInt64.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
65,899
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync
I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileStream` itself. Explanation: the default `Stream.DisposeAsync`...
adamsitnik
2022-02-25T17:17:25Z
2022-03-01T13:15:47Z
097d9ea3c1584eb8745bd0a72ebf9cd3a31f1618
3cbed4b71800709a8121e50e964ae5b02bd80b94
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync. I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileS...
./src/libraries/System.Memory/tests/ReadOnlySpan/Empty.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Xunit; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namespace System.SpanTests { public static partial class ReadOnlySpanTests { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Xunit; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namespace System.SpanTests { public static partial class ReadOnlySpanTests { ...
-1
dotnet/runtime
65,899
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync
I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileStream` itself. Explanation: the default `Stream.DisposeAsync`...
adamsitnik
2022-02-25T17:17:25Z
2022-03-01T13:15:47Z
097d9ea3c1584eb8745bd0a72ebf9cd3a31f1618
3cbed4b71800709a8121e50e964ae5b02bd80b94
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync. I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileS...
./src/tests/baseservices/threading/generics/WaitCallback/thread15.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<T> { void Target(object p); T Dummy(T t); } class GenInt : IGen<int> { public int Dummy(int t) { return t; } public virtual...
// 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<T> { void Target(object p); T Dummy(T t); } class GenInt : IGen<int> { public int Dummy(int t) { return t; } public virtual...
-1
dotnet/runtime
65,899
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync
I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileStream` itself. Explanation: the default `Stream.DisposeAsync`...
adamsitnik
2022-02-25T17:17:25Z
2022-03-01T13:15:47Z
097d9ea3c1584eb8745bd0a72ebf9cd3a31f1618
3cbed4b71800709a8121e50e964ae5b02bd80b94
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync. I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileS...
./src/tests/JIT/Generics/Fields/instance_passing_class01.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // using System; public struct ValX0 { } public struct ValY0 { } public struct ValX1<T> { } public struct ValY1<T> { } public struct ValX2<T, U> { } public struct ValY2<T, U> { } pu...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // using System; public struct ValX0 { } public struct ValY0 { } public struct ValX1<T> { } public struct ValY1<T> { } public struct ValX2<T, U> { } public struct ValY2<T, U> { } pu...
-1
dotnet/runtime
65,899
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync
I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileStream` itself. Explanation: the default `Stream.DisposeAsync`...
adamsitnik
2022-02-25T17:17:25Z
2022-03-01T13:15:47Z
097d9ea3c1584eb8745bd0a72ebf9cd3a31f1618
3cbed4b71800709a8121e50e964ae5b02bd80b94
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync. I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileS...
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.Byte.15.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,899
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync
I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileStream` itself. Explanation: the default `Stream.DisposeAsync`...
adamsitnik
2022-02-25T17:17:25Z
2022-03-01T13:15:47Z
097d9ea3c1584eb8745bd0a72ebf9cd3a31f1618
3cbed4b71800709a8121e50e964ae5b02bd80b94
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync. I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileS...
./src/libraries/System.Private.CoreLib/src/System/Reflection/ResourceLocation.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.Reflection { [Flags] public enum ResourceLocation { ContainedInAnotherAssembly = 2, ContainedInManifestFile = 4, Embedded = 1, ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Reflection { [Flags] public enum ResourceLocation { ContainedInAnotherAssembly = 2, ContainedInManifestFile = 4, Embedded = 1, ...
-1
dotnet/runtime
65,899
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync
I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileStream` itself. Explanation: the default `Stream.DisposeAsync`...
adamsitnik
2022-02-25T17:17:25Z
2022-03-01T13:15:47Z
097d9ea3c1584eb8745bd0a72ebf9cd3a31f1618
3cbed4b71800709a8121e50e964ae5b02bd80b94
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync. I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileS...
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector64.Byte.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
65,899
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync
I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileStream` itself. Explanation: the default `Stream.DisposeAsync`...
adamsitnik
2022-02-25T17:17:25Z
2022-03-01T13:15:47Z
097d9ea3c1584eb8745bd0a72ebf9cd3a31f1618
3cbed4b71800709a8121e50e964ae5b02bd80b94
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync. I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileS...
./src/tests/BuildWasmApps/Wasm.Build.Tests/data/nuget6.config
<?xml version="1.0" encoding="utf-8"?> <configuration> <!-- Don't use any higher level config files. --> <fallbackPackageFolders> <clear /> <add key="local" value=".nuget" /> </fallbackPackageFolders> <packageSources> <clear /> <add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/publ...
<?xml version="1.0" encoding="utf-8"?> <configuration> <!-- Don't use any higher level config files. --> <fallbackPackageFolders> <clear /> <add key="local" value=".nuget" /> </fallbackPackageFolders> <packageSources> <clear /> <add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/publ...
-1
dotnet/runtime
65,899
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync
I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileStream` itself. Explanation: the default `Stream.DisposeAsync`...
adamsitnik
2022-02-25T17:17:25Z
2022-03-01T13:15:47Z
097d9ea3c1584eb8745bd0a72ebf9cd3a31f1618
3cbed4b71800709a8121e50e964ae5b02bd80b94
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync. I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileS...
./src/libraries/System.Text.Json/tests/System.Text.Json.FSharp.Tests/RecordTests.fs
module System.Text.Json.Tests.FSharp.RecordTests open System.Text.Json open System.Text.Json.Serialization open System.Text.Json.Tests.FSharp.Helpers open Xunit type MyRecord = { Name : string MiddleName : string option LastName : string Age : int IsActive : bool } wit...
module System.Text.Json.Tests.FSharp.RecordTests open System.Text.Json open System.Text.Json.Serialization open System.Text.Json.Tests.FSharp.Helpers open Xunit type MyRecord = { Name : string MiddleName : string option LastName : string Age : int IsActive : bool } wit...
-1
dotnet/runtime
65,899
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync
I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileStream` itself. Explanation: the default `Stream.DisposeAsync`...
adamsitnik
2022-02-25T17:17:25Z
2022-03-01T13:15:47Z
097d9ea3c1584eb8745bd0a72ebf9cd3a31f1618
3cbed4b71800709a8121e50e964ae5b02bd80b94
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync. I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileS...
./src/libraries/System.Memory/tests/ParsersAndFormatters/Parser/ParserTests.Negative.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.Buffers.Text.Tests { public static partial class ParserTests { [Theory] [MemberData(nameof(TestData.TypesThatCanBeParsed), Memb...
// 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.Buffers.Text.Tests { public static partial class ParserTests { [Theory] [MemberData(nameof(TestData.TypesThatCanBeParsed), Memb...
-1
dotnet/runtime
65,899
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync
I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileStream` itself. Explanation: the default `Stream.DisposeAsync`...
adamsitnik
2022-02-25T17:17:25Z
2022-03-01T13:15:47Z
097d9ea3c1584eb8745bd0a72ebf9cd3a31f1618
3cbed4b71800709a8121e50e964ae5b02bd80b94
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync. I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileS...
./src/libraries/System.Private.CoreLib/src/System/Collections/Concurrent/IProducerConsumerCollection.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.CodeAnalysis; namespace System.Collections.Concurrent { /// <summary> /// A common interface for all concurrent co...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; namespace System.Collections.Concurrent { /// <summary> /// A common interface for all concurrent co...
-1
dotnet/runtime
65,899
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync
I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileStream` itself. Explanation: the default `Stream.DisposeAsync`...
adamsitnik
2022-02-25T17:17:25Z
2022-03-01T13:15:47Z
097d9ea3c1584eb8745bd0a72ebf9cd3a31f1618
3cbed4b71800709a8121e50e964ae5b02bd80b94
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync. I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileS...
./src/libraries/System.Text.Encoding/tests/Encoding/Encoding.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.Text; using Xunit; namespace System.Text.Encodings.Tests { public class EncodingMiscTests { public static IEnumerable<...
// 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.Text; using Xunit; namespace System.Text.Encodings.Tests { public class EncodingMiscTests { public static IEnumerable<...
-1
dotnet/runtime
65,899
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync
I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileStream` itself. Explanation: the default `Stream.DisposeAsync`...
adamsitnik
2022-02-25T17:17:25Z
2022-03-01T13:15:47Z
097d9ea3c1584eb8745bd0a72ebf9cd3a31f1618
3cbed4b71800709a8121e50e964ae5b02bd80b94
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync. I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileS...
./src/libraries/System.Private.Xml/tests/Xslt/TestFiles/TestData/xsltc/baseline/cnt23.xsl
<xsl:stylesheet version= '1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform' > <xsl:template match="/"> <xsl:for-each select="//foo"> <xsl:value-of select="."/> </xsl:for-each> </xsl:template> </xsl:stylesheet>
<xsl:stylesheet version= '1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform' > <xsl:template match="/"> <xsl:for-each select="//foo"> <xsl:value-of select="."/> </xsl:for-each> </xsl:template> </xsl:stylesheet>
-1
dotnet/runtime
65,899
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync
I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileStream` itself. Explanation: the default `Stream.DisposeAsync`...
adamsitnik
2022-02-25T17:17:25Z
2022-03-01T13:15:47Z
097d9ea3c1584eb8745bd0a72ebf9cd3a31f1618
3cbed4b71800709a8121e50e964ae5b02bd80b94
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync. I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileS...
./src/libraries/Microsoft.VisualBasic.Core/src/Resources/SR.vb
' Do not edit this file manually it is auto-generated during the build based on the .resx file for this project. Namespace System Friend Partial Class SR Private Const s_resourcesName As String = "Microsoft.VisualBasic.resources" ' assembly Name + .resources #If Not DEBUGRESOURCES Then Friend ...
' Do not edit this file manually it is auto-generated during the build based on the .resx file for this project. Namespace System Friend Partial Class SR Private Const s_resourcesName As String = "Microsoft.VisualBasic.resources" ' assembly Name + .resources #If Not DEBUGRESOURCES Then Friend ...
-1
dotnet/runtime
65,899
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync
I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileStream` itself. Explanation: the default `Stream.DisposeAsync`...
adamsitnik
2022-02-25T17:17:25Z
2022-03-01T13:15:47Z
097d9ea3c1584eb8745bd0a72ebf9cd3a31f1618
3cbed4b71800709a8121e50e964ae5b02bd80b94
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync. I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileS...
./src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest147/Generated147.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="Generated147.il" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\TestFramework\TestFramework.csproj" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="Generated147.il" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\TestFramework\TestFramework.csproj" /> </ItemGroup> </Project>
-1
dotnet/runtime
65,899
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync
I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileStream` itself. Explanation: the default `Stream.DisposeAsync`...
adamsitnik
2022-02-25T17:17:25Z
2022-03-01T13:15:47Z
097d9ea3c1584eb8745bd0a72ebf9cd3a31f1618
3cbed4b71800709a8121e50e964ae5b02bd80b94
add missing GC.SuppressFinalize(this) to FileStream.DisposeAsync. I was unable to repro #65835 locally for a few hours, but I believe that the it's caused by lack of `GC.SuppressFinalize(this)` in `FileStream.DisposeAsync` and my recent changes from #64997 have just exposed the problem by adding the finalizer to `FileS...
./src/tests/JIT/Generics/ConstrainedCall/vt1_cs_ro.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="vt1.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="vt1.cs" /> </ItemGroup> </Project>
-1