From a40bbc800acb923d478348cd0fee39a94670a958 Mon Sep 17 00:00:00 2001 From: danroth27 Date: Wed, 29 Apr 2026 16:49:51 -0700 Subject: [PATCH] [release-notes] .NET 11 Preview 4 (base metadata) --- release-notes/11.0/preview/preview4/README.md | 57 + .../11.0/preview/preview4/build-metadata.json | 20 + .../11.0/preview/preview4/changes.json | 27796 ++++++++++++++++ .../11.0/preview/preview4/features.json | 1 + 4 files changed, 27874 insertions(+) create mode 100644 release-notes/11.0/preview/preview4/README.md create mode 100644 release-notes/11.0/preview/preview4/build-metadata.json create mode 100644 release-notes/11.0/preview/preview4/changes.json create mode 100644 release-notes/11.0/preview/preview4/features.json diff --git a/release-notes/11.0/preview/preview4/README.md b/release-notes/11.0/preview/preview4/README.md new file mode 100644 index 00000000000..970defb0567 --- /dev/null +++ b/release-notes/11.0/preview/preview4/README.md @@ -0,0 +1,57 @@ +# .NET 11 Preview 4 - Release Notes + +These notes cover the highest-value changes that shipped in .NET 11 Preview 4: + +- [Libraries](./libraries.md) +- [Runtime](./runtime.md) +- [SDK](./sdk.md) +- [Containers](./containers.md) + +## Languages + +- [C#](./csharp.md) +- [F#](./fsharp.md) + +## Web and data + +- [.NET MAUI](./dotnetmaui.md) +- [ASP.NET Core](./aspnetcore.md) +- [EF Core](./efcore.md) + +## Tooling + +- [MSBuild](./msbuild.md) +- [NuGet](./nuget.md) +- [Windows Forms](./winforms.md) +- [WPF](./wpf.md) + +## Release information + +| | Version | +| --- | --- | +| Runtime | 11.0.0-preview.4.26224.122 | +| SDK | 11.0.100-preview.4.26224.122 | + +### VMR refs + +These release notes were generated from the [dotnet/dotnet](https://github.com/dotnet/dotnet) VMR: + +- **Base**: [`v11.0.0-preview.3.26207.106`](https://github.com/dotnet/dotnet/tree/v11.0.0-preview.3.26207.106) +- **Head**: [`release/11.0.1xx-preview4`](https://github.com/dotnet/dotnet/tree/release/11.0.1xx-preview4) + +## Get Started + +Instructions on getting started with .NET 11 can be found in the +[getting started guide](../../get-started.md). Installers and binaries for +.NET 11 Preview 4 are available from +[dotnet.microsoft.com](https://dotnet.microsoft.com/download/dotnet/11.0) and +[.NET 11 Releases](../../README.md). + +## Stay up to date + +You can find a broader overview of .NET 11 here: + +- [What's new in .NET 11](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-11/overview) +- [What's new in ASP.NET Core for .NET 11](https://learn.microsoft.com/aspnet/core/release-notes/aspnetcore-11) +- [What's new in EF Core 11](https://learn.microsoft.com/ef/core/what-is-new/ef-core-11.0/whatsnew) +- [What's new in .NET MAUI in .NET 11](https://learn.microsoft.com/dotnet/maui/whats-new/) diff --git a/release-notes/11.0/preview/preview4/build-metadata.json b/release-notes/11.0/preview/preview4/build-metadata.json new file mode 100644 index 00000000000..c815a9d510a --- /dev/null +++ b/release-notes/11.0/preview/preview4/build-metadata.json @@ -0,0 +1,20 @@ +{ + "version": "11.0.0-preview.4", + "base_ref": "v11.0.0-preview.3.26207.106", + "head_ref": "origin/release/11.0.1xx-preview4", + "build": { + "version": "11.0.0-preview.4.26224.122", + "sdk_version": "11.0.100-preview.4.26224.122", + "sdk_url": "https://ci.dot.net/public/Sdk/11.0.100-preview.4.26224.122/dotnet-sdk-11.0.100-preview.4.26224.122-{platform}.tar.gz" + }, + "nuget": { + "source": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet11/nuget/v3/index.json", + "packages": { + "Microsoft.NETCore.App.Ref": "11.0.0-preview.4.26224.122", + "Microsoft.AspNetCore.App.Ref": "11.0.0-preview.4.26224.122", + "Microsoft.WindowsDesktop.App.Ref": "11.0.0-preview.4.26224.122", + "Microsoft.EntityFrameworkCore": "11.0.0-preview.4.26224.122", + "Microsoft.Data.Sqlite.Core": "11.0.0-preview.4.26224.122" + } + } +} \ No newline at end of file diff --git a/release-notes/11.0/preview/preview4/changes.json b/release-notes/11.0/preview/preview4/changes.json new file mode 100644 index 00000000000..d71b7c3e6dc --- /dev/null +++ b/release-notes/11.0/preview/preview4/changes.json @@ -0,0 +1,27796 @@ +{ + "release_version": "11.0.0-preview.4", + "release_date": "", + "changes": [ + { + "id": "arcade@c4b94b1", + "repo": "arcade", + "title": "Fix duplicate class name in TRX test result names reported to Azure DevOps", + "url": "https://github.com/dotnet/arcade/pull/16622", + "commit": "dotnet@5501dbf", + "is_security": false, + "local_repo_commit": "arcade@c4b94b1" + }, + { + "id": "arcade@95a7269", + "repo": "arcade", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/arcade/pull/16620", + "commit": "dotnet@5501dbf", + "is_security": false, + "local_repo_commit": "arcade@95a7269" + }, + { + "id": "arcade@631897b", + "repo": "arcade", + "title": "Delete package source mapping from NuGet.config", + "url": "https://github.com/dotnet/arcade/pull/16628", + "commit": "dotnet@5501dbf", + "is_security": false, + "local_repo_commit": "arcade@631897b" + }, + { + "id": "arcade@2a2c381", + "repo": "arcade", + "title": "Use dnceng build pool instead of hosted pool in azure-pipelines-pr.yml", + "url": "https://github.com/dotnet/arcade/pull/16626", + "commit": "dotnet@5501dbf", + "is_security": false, + "local_repo_commit": "arcade@2a2c381" + }, + { + "id": "arcade@023200e", + "repo": "arcade", + "title": "Suppress NU1507 warning after removing package source mapping", + "url": "https://github.com/dotnet/arcade/pull/16632", + "commit": "dotnet@5501dbf", + "is_security": false, + "local_repo_commit": "arcade@023200e" + }, + { + "id": "arcade@ff190d8", + "repo": "arcade", + "title": "Switch enablePublishBuildArtifacts to use pipeline artifacts", + "url": "https://github.com/dotnet/arcade/pull/16630", + "commit": "dotnet@88e64c2", + "is_security": false, + "local_repo_commit": "arcade@ff190d8" + }, + { + "id": "arcade@30f8bf5", + "repo": "arcade", + "title": "Update build images to VS 2026", + "url": "https://github.com/dotnet/arcade/pull/16634", + "commit": "dotnet@88e64c2", + "is_security": false, + "local_repo_commit": "arcade@30f8bf5" + }, + { + "id": "arcade@a4676b0", + "repo": "arcade", + "title": "[main] Update dependencies from dotnet/arcade, dotnet/arcade-services, dotnet/dnceng", + "url": "https://github.com/dotnet/arcade/pull/16474", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@a4676b0" + }, + { + "id": "arcade@b02e7ea", + "repo": "arcade", + "title": "Fix xharness watchdog process cleanup in apple and android runners", + "url": "https://github.com/dotnet/arcade/pull/16637", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@b02e7ea" + }, + { + "id": "arcade@b51669b", + "repo": "arcade", + "title": "Migrate from PublishBuildArtifacts to PublishPipelineArtifact", + "url": "https://github.com/dotnet/arcade/pull/16638", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@b51669b" + }, + { + "id": "arcade@286e98c", + "repo": "arcade", + "title": "Switch \u0060--add-source\u0060 to \u0060--source\u0060 when installing .NET tools in Arcade scripts", + "url": "https://github.com/dotnet/arcade/pull/16642", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@286e98c" + }, + { + "id": "arcade@4920247", + "repo": "arcade", + "title": "Remove dn-bot-dotnet-build-rw-code-rw PAT from vault manifest (WI 10140)", + "url": "https://github.com/dotnet/arcade/pull/16625", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@4920247" + }, + { + "id": "arcade@40f19a5", + "repo": "arcade", + "title": "Remove riarenas as Arcade contributor point person", + "url": "https://github.com/dotnet/arcade/pull/16644", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@40f19a5" + }, + { + "id": "arcade@ed8c551", + "repo": "arcade", + "title": "Fix ReleaseConfigs download path after pipeline artifacts migration", + "url": "https://github.com/dotnet/arcade/pull/16645", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@ed8c551" + }, + { + "id": "arcade@993f297", + "repo": "arcade", + "title": "[main] Update dependencies from dotnet/arcade", + "url": "https://github.com/dotnet/arcade/pull/16646", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@993f297" + }, + { + "id": "arcade@f808607", + "repo": "arcade", + "title": "Move to v4 publishing.", + "url": "https://github.com/dotnet/arcade/pull/16639", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@f808607" + }, + { + "id": "arcade@982d6a1", + "repo": "arcade", + "title": "Remove SourceLink validation from post-build pipeline", + "url": "https://github.com/dotnet/arcade/pull/16648", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@982d6a1" + }, + { + "id": "arcade@4a92f9d", + "repo": "arcade", + "title": "Set isProduction: false for logs in 1ES PT and remove SBOM/CG", + "url": "https://github.com/dotnet/arcade/pull/16649", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@4a92f9d" + }, + { + "id": "arcade@bb726e8", + "repo": "arcade", + "title": "Fix PostBuildLogs artifact name collision across jobs", + "url": "https://github.com/dotnet/arcade/pull/16651", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@bb726e8" + }, + { + "id": "arcade@3294c57", + "repo": "arcade", + "title": "Use existing overload for JToken.ToString()", + "url": "https://github.com/dotnet/arcade/pull/16652", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@3294c57" + }, + { + "id": "arcade@cbb545b", + "repo": "arcade", + "title": "Redistribute assemblies that aren\u0027t part of an sdk plugin host model", + "url": "https://github.com/dotnet/arcade/pull/16653", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@cbb545b" + }, + { + "id": "arcade@a6a2a05", + "repo": "arcade", + "title": "[main] Update dependencies from dotnet/xharness", + "url": "https://github.com/dotnet/arcade/pull/16587", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@a6a2a05" + }, + { + "id": "arcade@09ff317", + "repo": "arcade", + "title": "Fix SignCheck PowerShell script verification on .NET Core", + "url": "https://github.com/dotnet/arcade/pull/16657", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@09ff317" + }, + { + "id": "arcade@64e83a8", + "repo": "arcade", + "title": "Fix SignCheck MSI/MSP/CAB/MSU signature verification on .NET Core", + "url": "https://github.com/dotnet/arcade/pull/16658", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@64e83a8" + }, + { + "id": "arcade@09a5917", + "repo": "arcade", + "title": "Add SupportedOSPlatform attributes and make CAB/JAR/MSU cross-platform", + "url": "https://github.com/dotnet/arcade/pull/16661", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@09a5917" + }, + { + "id": "arcade@02aca1f", + "repo": "arcade", + "title": "Remove xcopy-msbuild support from Arcade and scripts", + "url": "https://github.com/dotnet/arcade/pull/16660", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@02aca1f" + }, + { + "id": "arcade@89c91f8", + "repo": "arcade", + "title": "Simplify CabVerifier ctor", + "url": "https://github.com/dotnet/arcade/pull/16662", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@89c91f8" + }, + { + "id": "arcade@63e3308", + "repo": "arcade", + "title": "[main] Update dependencies from dotnet/arcade", + "url": "https://github.com/dotnet/arcade/pull/16666", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@63e3308" + }, + { + "id": "arcade@b33003f", + "repo": "arcade", + "title": "Small cleanup in Versions.props", + "url": "https://github.com/dotnet/arcade/pull/16650", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@b33003f" + }, + { + "id": "arcade@ffee086", + "repo": "arcade", + "title": "Fix notarization retry logging errors on intermediate attempts", + "url": "https://github.com/dotnet/arcade/pull/16669", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@ffee086" + }, + { + "id": "arcade@9a4e05f", + "repo": "arcade", + "title": "Fix SignCheck signature verification and interop issues", + "url": "https://github.com/dotnet/arcade/pull/16667", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@9a4e05f" + }, + { + "id": "arcade@0a948ff", + "repo": "arcade", + "title": "Add enablePublishing parameter to opt out of V4 artifact publishing", + "url": "https://github.com/dotnet/arcade/pull/16664", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@0a948ff" + }, + { + "id": "arcade@3d33e94", + "repo": "arcade", + "title": "Unblock publish", + "url": "https://github.com/dotnet/arcade/pull/16676", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@3d33e94" + }, + { + "id": "arcade@31fe9e0", + "repo": "arcade", + "title": "Revert \u0022Delete package source mapping from NuGet.config\u0022", + "url": "https://github.com/dotnet/arcade/pull/16665", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@31fe9e0" + }, + { + "id": "arcade@aa2dee2", + "repo": "arcade", + "title": "Enable V4 publishing for Windows_NT official job", + "url": "https://github.com/dotnet/arcade/pull/16674", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@aa2dee2" + }, + { + "id": "arcade@005c11a", + "repo": "arcade", + "title": "[main] Update dependencies from dotnet/arcade", + "url": "https://github.com/dotnet/arcade/pull/16675", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@005c11a" + }, + { + "id": "arcade@daa54ca", + "repo": "arcade", + "title": "Update README.md for build and documentation links", + "url": "https://github.com/dotnet/arcade/pull/16678", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@daa54ca" + }, + { + "id": "arcade@a27cb13", + "repo": "arcade", + "title": "Mark publishing artifacts as non-production and fix boolean property pass-through in 1ES publish template", + "url": "https://github.com/dotnet/arcade/pull/16672", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@a27cb13" + }, + { + "id": "arcade@1f7eece", + "repo": "arcade", + "title": "Revert \u0022Suppress NU1507 warning after removing package source mapping\u0022", + "url": "https://github.com/dotnet/arcade/pull/16680", + "commit": "dotnet@ab01524", + "is_security": false, + "local_repo_commit": "arcade@1f7eece" + }, + { + "id": "arcade@f6465f2", + "repo": "arcade", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/arcade/pull/16683", + "commit": "dotnet@78cb6cb", + "is_security": false, + "local_repo_commit": "arcade@f6465f2" + }, + { + "id": "arcade@c1c7d91", + "repo": "arcade", + "title": "[main] Update dependencies from dotnet/arcade", + "url": "https://github.com/dotnet/arcade/pull/16682", + "commit": "dotnet@78cb6cb", + "is_security": false, + "local_repo_commit": "arcade@c1c7d91" + }, + { + "id": "arcade@1bf0f35", + "repo": "arcade", + "title": "Refactor \u0060ChoosingAMachinePool.md\u0060", + "url": "https://github.com/dotnet/arcade/pull/16694", + "commit": "dotnet@78cb6cb", + "is_security": false, + "local_repo_commit": "arcade@1bf0f35" + }, + { + "id": "arcade@24e3e81", + "repo": "arcade", + "title": "Remove NUnit runner support from Microsoft.DotNet.Arcade.Sdk", + "url": "https://github.com/dotnet/arcade/pull/16695", + "commit": "dotnet@78cb6cb", + "is_security": false, + "local_repo_commit": "arcade@24e3e81" + }, + { + "id": "arcade@bebe22e", + "repo": "arcade", + "title": "Use DOTNET_GLOBAL_INSTALL_DIR to specify where the SDKs will be installed", + "url": "https://github.com/dotnet/arcade/pull/16686", + "commit": "dotnet@78cb6cb", + "is_security": false, + "local_repo_commit": "arcade@bebe22e" + }, + { + "id": "arcade@946e7e1", + "repo": "arcade", + "title": "Add publishing for .NET 10.0.4xx SDK channels (10307, 10308, 10309)", + "url": "https://github.com/dotnet/arcade/pull/16698", + "commit": "dotnet@78cb6cb", + "is_security": false, + "local_repo_commit": "arcade@946e7e1" + }, + { + "id": "arcade@3d238ea", + "repo": "arcade", + "title": "[main] Update dependencies from dotnet/arcade, dotnet/arcade-services, dotnet/dnceng", + "url": "https://github.com/dotnet/arcade/pull/16684", + "commit": "dotnet@78cb6cb", + "is_security": false, + "local_repo_commit": "arcade@3d238ea" + }, + { + "id": "arcade@c52f390", + "repo": "arcade", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/arcade/pull/16699", + "commit": "dotnet@78cb6cb", + "is_security": false, + "local_repo_commit": "arcade@c52f390" + }, + { + "id": "arcade@9a0904d", + "repo": "arcade", + "title": "[main] Update dependencies from dotnet/arcade", + "url": "https://github.com/dotnet/arcade/pull/16700", + "commit": "dotnet@78cb6cb", + "is_security": false, + "local_repo_commit": "arcade@9a0904d" + }, + { + "id": "arcade@d3eca25", + "repo": "arcade", + "title": "[main] Update dependencies from dotnet/arcade", + "url": "https://github.com/dotnet/arcade/pull/16703", + "commit": "dotnet@78cb6cb", + "is_security": false, + "local_repo_commit": "arcade@d3eca25" + }, + { + "id": "arcade@4ba1b1c", + "repo": "arcade", + "title": "Add xunit.runner.visualstudio when using xunit.v3\u002BVSTest", + "url": "https://github.com/dotnet/arcade/pull/16704", + "commit": "dotnet@78cb6cb", + "is_security": false, + "local_repo_commit": "arcade@4ba1b1c" + }, + { + "id": "arcade@a08169b", + "repo": "arcade", + "title": "[main] Update dependencies from dotnet/arcade", + "url": "https://github.com/dotnet/arcade/pull/16706", + "commit": "dotnet@78cb6cb", + "is_security": false, + "local_repo_commit": "arcade@a08169b" + }, + { + "id": "aspnetcore@94ee69f", + "repo": "aspnetcore", + "title": "Unquarantine CachedResponseBodyTests.Copy_SingleSegment (issue #61053)", + "url": "https://github.com/dotnet/aspnetcore/pull/65968", + "commit": "dotnet@0824e1b", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@94ee69f" + }, + { + "id": "aspnetcore@1cb25da", + "repo": "aspnetcore", + "title": "Unquarantine W3CLoggerTests.HandlesNullValuesAsync (issue #61052)", + "url": "https://github.com/dotnet/aspnetcore/pull/65967", + "commit": "dotnet@0824e1b", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@1cb25da" + }, + { + "id": "aspnetcore@8c20703", + "repo": "aspnetcore", + "title": "[main] (deps): Bump dotnet/arcade/.github/workflows/inter-branch-merge-base.yml", + "url": "https://github.com/dotnet/aspnetcore/pull/66000", + "commit": "dotnet@ec78f2e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@8c20703" + }, + { + "id": "aspnetcore@488c0b8", + "repo": "aspnetcore", + "title": "[main] (deps): Bump github/gh-aw-actions", + "url": "https://github.com/dotnet/aspnetcore/pull/66001", + "commit": "dotnet@ec78f2e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@488c0b8" + }, + { + "id": "aspnetcore@2dd3e5c", + "repo": "aspnetcore", + "title": "[main] (deps): Bump dotnet/arcade/.github/workflows/backport-base.yml", + "url": "https://github.com/dotnet/aspnetcore/pull/66002", + "commit": "dotnet@ec78f2e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@2dd3e5c" + }, + { + "id": "aspnetcore@220f66c", + "repo": "aspnetcore", + "title": "Add SSH, GitHub CLI and Copilot CLI devcontainer features", + "url": "https://github.com/dotnet/aspnetcore/pull/66005", + "commit": "dotnet@ec78f2e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@220f66c" + }, + { + "id": "aspnetcore@2621869", + "repo": "aspnetcore", + "title": "[test-quarantine] Quarantine QuicStreamContextTests.BidirectionalStream_ServerReadsDataAndCompletes_GracefullyClosed", + "url": "https://github.com/dotnet/aspnetcore/pull/66026", + "commit": "dotnet@ec78f2e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@2621869" + }, + { + "id": "aspnetcore@de5f682", + "repo": "aspnetcore", + "title": "[test-quarantine] Quarantine CircuitTests.ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit and ComponentDisposeMethodThrowsExceptionTerminatesTheCircuit", + "url": "https://github.com/dotnet/aspnetcore/pull/66028", + "commit": "dotnet@ec78f2e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@de5f682" + }, + { + "id": "aspnetcore@be4dbc6", + "repo": "aspnetcore", + "title": "[test-quarantine] Quarantine XmlKeyManagerTests.DeleteKeys", + "url": "https://github.com/dotnet/aspnetcore/pull/66030", + "commit": "dotnet@ec78f2e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@be4dbc6" + }, + { + "id": "aspnetcore@ba4fc27", + "repo": "aspnetcore", + "title": "[test-quarantine] Quarantine HttpsConfigurationTests with new tracking issue", + "url": "https://github.com/dotnet/aspnetcore/pull/66032", + "commit": "dotnet@ec78f2e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@ba4fc27" + }, + { + "id": "aspnetcore@2846648", + "repo": "aspnetcore", + "title": "[test-quarantine] Quarantine EndpointMetadataApiDescriptionProviderTest methods", + "url": "https://github.com/dotnet/aspnetcore/pull/66034", + "commit": "dotnet@ec78f2e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@2846648" + }, + { + "id": "aspnetcore@3b234c9", + "repo": "aspnetcore", + "title": "[test-quarantine] Quarantine WebWorkerTemplateE2ETest methods", + "url": "https://github.com/dotnet/aspnetcore/pull/66036", + "commit": "dotnet@ec78f2e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@3b234c9" + }, + { + "id": "aspnetcore@5781ab3", + "repo": "aspnetcore", + "title": "[test-quarantine] Quarantine Http2ConnectionTests methods", + "url": "https://github.com/dotnet/aspnetcore/pull/66038", + "commit": "dotnet@ec78f2e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@5781ab3" + }, + { + "id": "aspnetcore@ac3e99a", + "repo": "aspnetcore", + "title": "[test-quarantine] Quarantine RoutingTest.NavigationLock_CanBlockExternalNavigation", + "url": "https://github.com/dotnet/aspnetcore/pull/66042", + "commit": "dotnet@ec78f2e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@ac3e99a" + }, + { + "id": "aspnetcore@000f79d", + "repo": "aspnetcore", + "title": "fix flaky Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManagerTests.DeleteKeys", + "url": "https://github.com/dotnet/aspnetcore/pull/65989", + "commit": "dotnet@ec78f2e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@000f79d" + }, + { + "id": "aspnetcore@aac1f26", + "repo": "aspnetcore", + "title": "Update rule for skipping SignalR Specification tests", + "url": "https://github.com/dotnet/aspnetcore/pull/66046", + "commit": "dotnet@ec78f2e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@aac1f26" + }, + { + "id": "aspnetcore@3cec87a", + "repo": "aspnetcore", + "title": "Unquarantine RoutingTest.NavigationLock_OverlappingNavigationsCancelExistingNavigations_HistoryNavigation (issue #61080)", + "url": "https://github.com/dotnet/aspnetcore/pull/65997", + "commit": "dotnet@ec78f2e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@3cec87a" + }, + { + "id": "aspnetcore@e491250", + "repo": "aspnetcore", + "title": "Unquarantine RedirectionTest.NavigationException_InAsyncContext_DoesNotBecomeUnobservedTaskException (PR #63708)", + "url": "https://github.com/dotnet/aspnetcore/pull/65998", + "commit": "dotnet@ec78f2e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@e491250" + }, + { + "id": "aspnetcore@6073c4b", + "repo": "aspnetcore", + "title": "[main] (deps): Bump src/submodules/googletest", + "url": "https://github.com/dotnet/aspnetcore/pull/65999", + "commit": "dotnet@ec78f2e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@6073c4b" + }, + { + "id": "aspnetcore@b2c501f", + "repo": "aspnetcore", + "title": "Replace checked-in ci-analysis skill with arcade-skills plugin", + "url": "https://github.com/dotnet/aspnetcore/pull/65980", + "commit": "dotnet@ec78f2e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@b2c501f" + }, + { + "id": "aspnetcore@a2cfbba", + "repo": "aspnetcore", + "title": "[test-quarantine] Quarantine NavigationLockPrerenderingTest", + "url": "https://github.com/dotnet/aspnetcore/pull/66044", + "commit": "dotnet@ec78f2e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@a2cfbba" + }, + { + "id": "aspnetcore@7cccb19", + "repo": "aspnetcore", + "title": "Don\u0027t build delayed projects in parallel", + "url": "https://github.com/dotnet/aspnetcore/pull/66047", + "commit": "dotnet@ec78f2e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@7cccb19" + }, + { + "id": "aspnetcore@6b10dac", + "repo": "aspnetcore", + "title": "Update npm dependencies", + "url": "https://github.com/dotnet/aspnetcore/pull/66049", + "commit": "dotnet@ec78f2e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@6b10dac" + }, + { + "id": "aspnetcore@f8a4c89", + "repo": "aspnetcore", + "title": "Improve XML docs for OpenApiDocumentTransformerContext and ApiDescriptionGroup", + "url": "https://github.com/dotnet/aspnetcore/pull/65786", + "commit": "dotnet@ec78f2e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@f8a4c89" + }, + { + "id": "aspnetcore@e24760d", + "repo": "aspnetcore", + "title": "Quarantine ResponseBodyTests.ResponseBody_WriteContentLength_PassedThrough", + "url": "https://github.com/dotnet/aspnetcore/pull/63532", + "commit": "dotnet@ec78f2e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@e24760d" + }, + { + "id": "aspnetcore@a6d4627", + "repo": "aspnetcore", + "title": "[main] Update dependencies from dotnet/extensions", + "url": "https://github.com/dotnet/aspnetcore/pull/65905", + "commit": "dotnet@58634aa", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@a6d4627" + }, + { + "id": "aspnetcore@fcf0610", + "repo": "aspnetcore", + "title": "[Virtualization] Visible content does not shift when in-DOM items above the viewport change height", + "url": "https://github.com/dotnet/aspnetcore/pull/65951", + "commit": "dotnet@58634aa", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@fcf0610" + }, + { + "id": "aspnetcore@ee564b6", + "repo": "aspnetcore", + "title": "Revert \u0022[blazor][wasm] Convert more interop to JSImport \u0022", + "url": "https://github.com/dotnet/aspnetcore/pull/65895", + "commit": "dotnet@58634aa", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@ee564b6" + }, + { + "id": "aspnetcore@1d32899", + "repo": "aspnetcore", + "title": "[blazor][wasm] Revert JSExport for events", + "url": "https://github.com/dotnet/aspnetcore/pull/65897", + "commit": "dotnet@58634aa", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@1d32899" + }, + { + "id": "aspnetcore@be92b6e", + "repo": "aspnetcore", + "title": "Use 1es ubuntu for Linux x64 job", + "url": "https://github.com/dotnet/aspnetcore/pull/66054", + "commit": "dotnet@3dcdd0b", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@be92b6e" + }, + { + "id": "aspnetcore@c1a3e7b", + "repo": "aspnetcore", + "title": "Update azure/msal-browser", + "url": "https://github.com/dotnet/aspnetcore/pull/66055", + "commit": "dotnet@3dcdd0b", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@c1a3e7b" + }, + { + "id": "aspnetcore@8d5666c", + "repo": "aspnetcore", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/aspnetcore/pull/65987", + "commit": "dotnet@3dcdd0b", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@8d5666c" + }, + { + "id": "aspnetcore@cd115fd", + "repo": "aspnetcore", + "title": "[browser][wasm] Implement IL trimming for OTEL", + "url": "https://github.com/dotnet/aspnetcore/pull/65901", + "commit": "dotnet@3dcdd0b", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@cd115fd" + }, + { + "id": "aspnetcore@a6faeae", + "repo": "aspnetcore", + "title": "Support new HTTP result types in OpenAPI schema generation", + "url": "https://github.com/dotnet/aspnetcore/pull/64562", + "commit": "dotnet@3dcdd0b", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@a6faeae" + }, + { + "id": "aspnetcore@8185970", + "repo": "aspnetcore", + "title": "Add VS2026 coverage to Quarantine-test pipeline", + "url": "https://github.com/dotnet/aspnetcore/pull/66086", + "commit": "dotnet@1423c23", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@8185970" + }, + { + "id": "aspnetcore@56f5912", + "repo": "aspnetcore", + "title": "Support HTTP QUERY", + "url": "https://github.com/dotnet/aspnetcore/pull/65714", + "commit": "dotnet@1423c23", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@56f5912" + }, + { + "id": "aspnetcore@ea70e8f", + "repo": "aspnetcore", + "title": "Unquarantine tests that have been reliably passing for 30\u002B days", + "url": "https://github.com/dotnet/aspnetcore/pull/66083", + "commit": "dotnet@1423c23", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@ea70e8f" + }, + { + "id": "aspnetcore@92812aa", + "repo": "aspnetcore", + "title": "Stop overriding a couple Arcade default package versions", + "url": "https://github.com/dotnet/aspnetcore/pull/66095", + "commit": "dotnet@4a8b396", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@92812aa" + }, + { + "id": "aspnetcore@c6843cc", + "repo": "aspnetcore", + "title": "Unquarantine WebWorker E2E tests and add diagnostics", + "url": "https://github.com/dotnet/aspnetcore/pull/66072", + "commit": "dotnet@4a8b396", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@c6843cc" + }, + { + "id": "aspnetcore@c397851", + "repo": "aspnetcore", + "title": "Remove stale TBD diagnostic suppression", + "url": "https://github.com/dotnet/aspnetcore/pull/66096", + "commit": "dotnet@4a8b396", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@c397851" + }, + { + "id": "aspnetcore@a2c0d51", + "repo": "aspnetcore", + "title": "Remove stale NETSDK1138 suppression for netcoreapp2.1", + "url": "https://github.com/dotnet/aspnetcore/pull/66098", + "commit": "dotnet@4a8b396", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@a2c0d51" + }, + { + "id": "aspnetcore@4bf676c", + "repo": "aspnetcore", + "title": "Remove stale _WorkaroundNetStandard target from 2019", + "url": "https://github.com/dotnet/aspnetcore/pull/66100", + "commit": "dotnet@4a8b396", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@4bf676c" + }, + { + "id": "aspnetcore@24522a4", + "repo": "aspnetcore", + "title": "Remove stale netstandard2.1 SDK workaround from 2019", + "url": "https://github.com/dotnet/aspnetcore/pull/66099", + "commit": "dotnet@4a8b396", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@24522a4" + }, + { + "id": "aspnetcore@a01b1d8", + "repo": "aspnetcore", + "title": "Remove EnableSingleFileAnalyzer workaround (SDK now handles it)", + "url": "https://github.com/dotnet/aspnetcore/pull/66112", + "commit": "dotnet@4a8b396", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@a01b1d8" + }, + { + "id": "aspnetcore@513524c", + "repo": "aspnetcore", + "title": "Remove IL2121 suppression that was marked for removal with preview 6", + "url": "https://github.com/dotnet/aspnetcore/pull/66097", + "commit": "dotnet@4a8b396", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@513524c" + }, + { + "id": "aspnetcore@a0cc2f7", + "repo": "aspnetcore", + "title": "Replace dn-bot-dnceng-build-rw-code-rw PAT with WIF service connection in mirror-within-azdo", + "url": "https://github.com/dotnet/aspnetcore/pull/66074", + "commit": "dotnet@4a8b396", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@a0cc2f7" + }, + { + "id": "aspnetcore@d7faa01", + "repo": "aspnetcore", + "title": "Remove duplicate @ prefix from issueAuthor in GitOps", + "url": "https://github.com/dotnet/aspnetcore/pull/66114", + "commit": "dotnet@4a8b396", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@d7faa01" + }, + { + "id": "aspnetcore@a584fb0", + "repo": "aspnetcore", + "title": "[main] (deps): Bump dotnet/arcade/.github/workflows/backport-base.yml", + "url": "https://github.com/dotnet/aspnetcore/pull/66126", + "commit": "dotnet@9264fe7", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@a584fb0" + }, + { + "id": "aspnetcore@07dffd9", + "repo": "aspnetcore", + "title": "[main] (deps): Bump dotnet/arcade/.github/workflows/inter-branch-merge-base.yml", + "url": "https://github.com/dotnet/aspnetcore/pull/66127", + "commit": "dotnet@9264fe7", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@07dffd9" + }, + { + "id": "aspnetcore@f1a476d", + "repo": "aspnetcore", + "title": "[main] (deps): Bump src/submodules/googletest", + "url": "https://github.com/dotnet/aspnetcore/pull/66125", + "commit": "dotnet@9264fe7", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@f1a476d" + }, + { + "id": "aspnetcore@3d9044c", + "repo": "aspnetcore", + "title": "Unquarantine ClientDisconnectTests.ReaderThrowsResetExceptionOnInvalidBody", + "url": "https://github.com/dotnet/aspnetcore/pull/66124", + "commit": "dotnet@9264fe7", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@3d9044c" + }, + { + "id": "aspnetcore@f796aff", + "repo": "aspnetcore", + "title": "Re-quarantine Http2ConnectionTests.RequestHeaderStringReuse_MultipleStreams_KnownHeaderReused", + "url": "https://github.com/dotnet/aspnetcore/pull/66121", + "commit": "dotnet@9264fe7", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@f796aff" + }, + { + "id": "aspnetcore@7fb81eb", + "repo": "aspnetcore", + "title": "Remove captainsafia from CODEOWNERS", + "url": "https://github.com/dotnet/aspnetcore/pull/66075", + "commit": "dotnet@9264fe7", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@7fb81eb" + }, + { + "id": "aspnetcore@b75e30c", + "repo": "aspnetcore", + "title": "[test-quarantine] Re-quarantine RedirectionTest.NavigationException_InAsyncContext_DoesNotBecomeUnobservedTaskException", + "url": "https://github.com/dotnet/aspnetcore/pull/66122", + "commit": "dotnet@9264fe7", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@b75e30c" + }, + { + "id": "aspnetcore@996f069", + "repo": "aspnetcore", + "title": "Fix test-quarantine workflow\u0027s placeholder issue number behavior", + "url": "https://github.com/dotnet/aspnetcore/pull/66129", + "commit": "dotnet@9264fe7", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@996f069" + }, + { + "id": "aspnetcore@7fc6485", + "repo": "aspnetcore", + "title": "[test-quarantine] Quarantine ServerVirtualizationTest.NonZeroStartIndex_ScrollToMiddleThenMeasure and CancelsOutdatedRefreshes_Async", + "url": "https://github.com/dotnet/aspnetcore/pull/66123", + "commit": "dotnet@9264fe7", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@7fc6485" + }, + { + "id": "aspnetcore@297a1a7", + "repo": "aspnetcore", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/aspnetcore/pull/66130", + "commit": "dotnet@0afdec1", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@297a1a7" + }, + { + "id": "aspnetcore@3d00c6b", + "repo": "aspnetcore", + "title": "Fix bounds check in DiagnosticPoolBlock", + "url": "https://github.com/dotnet/aspnetcore/pull/62180", + "commit": "dotnet@0afdec1", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@3d00c6b" + }, + { + "id": "aspnetcore@f9b6fcf", + "repo": "aspnetcore", + "title": "Use Copy Constructor for JsonSerializerSettings", + "url": "https://github.com/dotnet/aspnetcore/pull/61251", + "commit": "dotnet@0afdec1", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@f9b6fcf" + }, + { + "id": "aspnetcore@0f3cfa5", + "repo": "aspnetcore", + "title": "More test-quarantine improvements", + "url": "https://github.com/dotnet/aspnetcore/pull/66158", + "commit": "dotnet@0afdec1", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@0f3cfa5" + }, + { + "id": "aspnetcore@f8ccfef", + "repo": "aspnetcore", + "title": "Fix unresolved #aw_ temporary_id in QuarantinedTest URL", + "url": "https://github.com/dotnet/aspnetcore/pull/66160", + "commit": "dotnet@0afdec1", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@f8ccfef" + }, + { + "id": "aspnetcore@99e8596", + "repo": "aspnetcore", + "title": "[StaticAssets] Read Order from endpoint manifest in StaticAssetEndpointFactory", + "url": "https://github.com/dotnet/aspnetcore/pull/65975", + "commit": "dotnet@0afdec1", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@99e8596" + }, + { + "id": "aspnetcore@d5749df", + "repo": "aspnetcore", + "title": "Fix re-quarantine criteria to only count post-unquarantine failures", + "url": "https://github.com/dotnet/aspnetcore/pull/66174", + "commit": "dotnet@0afdec1", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@d5749df" + }, + { + "id": "aspnetcore@07dc86a", + "repo": "aspnetcore", + "title": "Gitignore agentic workflow log artifacts", + "url": "https://github.com/dotnet/aspnetcore/pull/66180", + "commit": "dotnet@0afdec1", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@07dc86a" + }, + { + "id": "aspnetcore@ddd45fe", + "repo": "aspnetcore", + "title": "Allow test-quarantine workflow to run \u0022curl\u0022 with arguments", + "url": "https://github.com/dotnet/aspnetcore/pull/66188", + "commit": "dotnet@0afdec1", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@ddd45fe" + }, + { + "id": "aspnetcore@309d909", + "repo": "aspnetcore", + "title": "[blazor][wasm] Fix hot reload IL trimming", + "url": "https://github.com/dotnet/aspnetcore/pull/65903", + "commit": "dotnet@0afdec1", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@309d909" + }, + { + "id": "aspnetcore@adb0895", + "repo": "aspnetcore", + "title": "Update Node.js version to 20.x in markdownlint", + "url": "https://github.com/dotnet/aspnetcore/pull/66201", + "commit": "dotnet@0afdec1", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@adb0895" + }, + { + "id": "aspnetcore@f0c032a", + "repo": "aspnetcore", + "title": "infra: modify browser-testing dependencies update to agentic-workflows", + "url": "https://github.com/dotnet/aspnetcore/pull/65469", + "commit": "dotnet@0afdec1", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@f0c032a" + }, + { + "id": "aspnetcore@7cbda0e", + "repo": "aspnetcore", + "title": "Introduce agentic-workflow to manage and update CsWin32 Package", + "url": "https://github.com/dotnet/aspnetcore/pull/65528", + "commit": "dotnet@0afdec1", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@7cbda0e" + }, + { + "id": "aspnetcore@a4740d4", + "repo": "aspnetcore", + "title": "Unquarantine IIS LoggingTests.CheckUTF8File and Http2TrailersResetTests.Reset_DuringRequestBody_Resets", + "url": "https://github.com/dotnet/aspnetcore/pull/66197", + "commit": "dotnet@3ab5eaf", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@a4740d4" + }, + { + "id": "aspnetcore@f430c9c", + "repo": "aspnetcore", + "title": ".NET Web Worker template update to Blazor Web Worker template", + "url": "https://github.com/dotnet/aspnetcore/pull/66070", + "commit": "dotnet@3ab5eaf", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@f430c9c" + }, + { + "id": "aspnetcore@98c7694", + "repo": "aspnetcore", + "title": "Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20260330.1", + "url": "https://github.com/dotnet/aspnetcore/pull/66170", + "commit": "dotnet@3ab5eaf", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@98c7694" + }, + { + "id": "aspnetcore@ea55452", + "repo": "aspnetcore", + "title": "Quarantine ServerRoutingTest.CanNavigateToQueryStringPageWithNoQuery", + "url": "https://github.com/dotnet/aspnetcore/pull/66196", + "commit": "dotnet@3ab5eaf", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@ea55452" + }, + { + "id": "aspnetcore@a7a4e43", + "repo": "aspnetcore", + "title": "Add Microsoft.Data.SqlClient.Extensions.Azure to Individual Auth templates", + "url": "https://github.com/dotnet/aspnetcore/pull/66179", + "commit": "dotnet@3ab5eaf", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@a7a4e43" + }, + { + "id": "aspnetcore@e1aabbf", + "repo": "aspnetcore", + "title": "Fix bad issue link in quarantined test", + "url": "https://github.com/dotnet/aspnetcore/pull/66217", + "commit": "dotnet@3ab5eaf", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@e1aabbf" + }, + { + "id": "aspnetcore@3bd8764", + "repo": "aspnetcore", + "title": "chore: raise timeout to 90 min for cswin32 update workflow", + "url": "https://github.com/dotnet/aspnetcore/pull/66210", + "commit": "dotnet@3ab5eaf", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@3bd8764" + }, + { + "id": "aspnetcore@df9f19a", + "repo": "aspnetcore", + "title": "chore: set min-integrity on issue-triage agentic workflow", + "url": "https://github.com/dotnet/aspnetcore/pull/66207", + "commit": "dotnet@3ab5eaf", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@df9f19a" + }, + { + "id": "aspnetcore@003b66c", + "repo": "aspnetcore", + "title": "Refactor param binding failure handling in RequestDelegate", + "url": "https://github.com/dotnet/aspnetcore/pull/64539", + "commit": "dotnet@3ab5eaf", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@003b66c" + }, + { + "id": "aspnetcore@4d271d2", + "repo": "aspnetcore", + "title": "git-ignore .lscache file", + "url": "https://github.com/dotnet/aspnetcore/pull/66212", + "commit": "dotnet@3ab5eaf", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@4d271d2" + }, + { + "id": "aspnetcore@840e41c", + "repo": "aspnetcore", + "title": "Fix lodash CVE by adding npm override for \u003E=4.18.0", + "url": "https://github.com/dotnet/aspnetcore/pull/66222", + "commit": "dotnet@3ab5eaf", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@840e41c" + }, + { + "id": "aspnetcore@d823ec3", + "repo": "aspnetcore", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/aspnetcore/pull/66132", + "commit": "dotnet@2b8c81a", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@d823ec3" + }, + { + "id": "aspnetcore@b37503c", + "repo": "aspnetcore", + "title": "feat: add handshake \u0060Exception\u0060 on \u0060ITlsHandshakeFeature\u0060", + "url": "https://github.com/dotnet/aspnetcore/pull/65807", + "commit": "dotnet@2b8c81a", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@b37503c" + }, + { + "id": "aspnetcore@9fa0e37", + "repo": "aspnetcore", + "title": "Stabilize virtualization test setup after scroll", + "url": "https://github.com/dotnet/aspnetcore/pull/66194", + "commit": "dotnet@2b8c81a", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@9fa0e37" + }, + { + "id": "aspnetcore@d244f78", + "repo": "aspnetcore", + "title": "Localized file check-in by OneLocBuild Task: Build definition ID 1159: Build ID 2946331", + "url": "https://github.com/dotnet/aspnetcore/pull/66226", + "commit": "dotnet@2b8c81a", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@d244f78" + }, + { + "id": "aspnetcore@094a982", + "repo": "aspnetcore", + "title": "[Blazor] Fix resource collection gzip footer", + "url": "https://github.com/dotnet/aspnetcore/pull/66242", + "commit": "dotnet@2b8c81a", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@094a982" + }, + { + "id": "aspnetcore@9e96bc9", + "repo": "aspnetcore", + "title": "Rename microsoft.docs.mcp to microsoft-docs-mcp", + "url": "https://github.com/dotnet/aspnetcore/pull/66240", + "commit": "dotnet@2b8c81a", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@9e96bc9" + }, + { + "id": "aspnetcore@d7febba", + "repo": "aspnetcore", + "title": "Add community PR issue check agentic workflow", + "url": "https://github.com/dotnet/aspnetcore/pull/66209", + "commit": "dotnet@2b8c81a", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@d7febba" + }, + { + "id": "aspnetcore@91cc73b", + "repo": "aspnetcore", + "title": "Fix NegotiationMatcherPolicy invalidating higher-priority endpoints", + "url": "https://github.com/dotnet/aspnetcore/pull/65973", + "commit": "dotnet@2b8c81a", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@91cc73b" + }, + { + "id": "aspnetcore@3b9acb9", + "repo": "aspnetcore", + "title": "ALWAYS include the Vary Accept-Encoding header when response compression is enabled", + "url": "https://github.com/dotnet/aspnetcore/pull/55092", + "commit": "dotnet@2b8c81a", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@3b9acb9" + }, + { + "id": "aspnetcore@addd331", + "repo": "aspnetcore", + "title": "[package] Remove CsWin32 hardcoded integer enum casts in HttpSys", + "url": "https://github.com/dotnet/aspnetcore/pull/66248", + "commit": "dotnet@00bdba7", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@addd331" + }, + { + "id": "aspnetcore@597a5a4", + "repo": "aspnetcore", + "title": "[main] (deps): Bump dotnet/arcade/.github/workflows/backport-base.yml", + "url": "https://github.com/dotnet/aspnetcore/pull/66266", + "commit": "dotnet@00bdba7", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@597a5a4" + }, + { + "id": "aspnetcore@e510a35", + "repo": "aspnetcore", + "title": "[main] (deps): Bump dotnet/arcade/.github/workflows/inter-branch-merge-base.yml", + "url": "https://github.com/dotnet/aspnetcore/pull/66267", + "commit": "dotnet@00bdba7", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@e510a35" + }, + { + "id": "aspnetcore@073eb26", + "repo": "aspnetcore", + "title": "[main] (deps): Bump actions/github-script from 8.0.0 to 9.0.0", + "url": "https://github.com/dotnet/aspnetcore/pull/66268", + "commit": "dotnet@00bdba7", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@073eb26" + }, + { + "id": "aspnetcore@1ceb83f", + "repo": "aspnetcore", + "title": "Fix Blazor web app template Error.razor: make RequestId public for [PersistentState]", + "url": "https://github.com/dotnet/aspnetcore/pull/66245", + "commit": "dotnet@00bdba7", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@1ceb83f" + }, + { + "id": "aspnetcore@e7f6bec", + "repo": "aspnetcore", + "title": "Remove net11.0 framework choice descriptions from BlazorWebWorker template", + "url": "https://github.com/dotnet/aspnetcore/pull/66261", + "commit": "dotnet@00bdba7", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@e7f6bec" + }, + { + "id": "aspnetcore@d7f8b2f", + "repo": "aspnetcore", + "title": "feat: rework \u0060TlsClientHelloBytesCallback\u0060 as a connection middleware", + "url": "https://github.com/dotnet/aspnetcore/pull/65808", + "commit": "dotnet@00bdba7", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@d7f8b2f" + }, + { + "id": "aspnetcore@2e38cab", + "repo": "aspnetcore", + "title": "Fix cswin32-update agent prompt to specify item_number for add-comment", + "url": "https://github.com/dotnet/aspnetcore/pull/66263", + "commit": "dotnet@00bdba7", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@2e38cab" + }, + { + "id": "aspnetcore@19490ff", + "repo": "aspnetcore", + "title": "Improve test-quarantine workflow prompt to prevent empty runs", + "url": "https://github.com/dotnet/aspnetcore/pull/66272", + "commit": "dotnet@00bdba7", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@19490ff" + }, + { + "id": "aspnetcore@f79b2ab", + "repo": "aspnetcore", + "title": "Prefer python3 for downloading logs in test-quarantine", + "url": "https://github.com/dotnet/aspnetcore/pull/66279", + "commit": "dotnet@00bdba7", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@f79b2ab" + }, + { + "id": "aspnetcore@5b2e38c", + "repo": "aspnetcore", + "title": "[Blazor] Add Blazor WebAssembly Service Defaults template", + "url": "https://github.com/dotnet/aspnetcore/pull/64807", + "commit": "dotnet@00bdba7", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@5b2e38c" + }, + { + "id": "aspnetcore@478d526", + "repo": "aspnetcore", + "title": "Skip tests previously rejected for quarantine/unquarantine", + "url": "https://github.com/dotnet/aspnetcore/pull/66284", + "commit": "dotnet@00bdba7", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@478d526" + }, + { + "id": "aspnetcore@174461f", + "repo": "aspnetcore", + "title": "Fix unquarantine threshold to use per-pipeline build counts", + "url": "https://github.com/dotnet/aspnetcore/pull/66285", + "commit": "dotnet@00bdba7", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@174461f" + }, + { + "id": "aspnetcore@5886e20", + "repo": "aspnetcore", + "title": "Fix preserving %2F at HTTP/1 absolute-form request", + "url": "https://github.com/dotnet/aspnetcore/pull/65930", + "commit": "dotnet@00bdba7", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@5886e20" + }, + { + "id": "aspnetcore@5f20f50", + "repo": "aspnetcore", + "title": "Enforce one PR per quarantine/unquarantine action", + "url": "https://github.com/dotnet/aspnetcore/pull/66296", + "commit": "dotnet@00bdba7", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@5f20f50" + }, + { + "id": "aspnetcore@062d180", + "repo": "aspnetcore", + "title": "Fix investigation comments failing due to extra-quoted item_number", + "url": "https://github.com/dotnet/aspnetcore/pull/66298", + "commit": "dotnet@00bdba7", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@062d180" + }, + { + "id": "aspnetcore@219fe4c", + "repo": "aspnetcore", + "title": "[test-quarantine] Quarantine BlazorWasmTemplateTest and re-quarantine WebWorkerTemplateE2ETest; unquarantine ShutdownTests", + "url": "https://github.com/dotnet/aspnetcore/pull/66294", + "commit": "dotnet@00bdba7", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@219fe4c" + }, + { + "id": "aspnetcore@bc03ef8", + "repo": "aspnetcore", + "title": "Update OpenTelemetry package versions to 1.15.0", + "url": "https://github.com/dotnet/aspnetcore/pull/66302", + "commit": "dotnet@00bdba7", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@bc03ef8" + }, + { + "id": "aspnetcore@6dda1d4", + "repo": "aspnetcore", + "title": "Fix and unquarantine CanElevateEffectiveMaxItemCount_WhenOverscanExceedsMax", + "url": "https://github.com/dotnet/aspnetcore/pull/66291", + "commit": "dotnet@b56ef6e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@6dda1d4" + }, + { + "id": "aspnetcore@07e95ae", + "repo": "aspnetcore", + "title": "Fix DevServer version pin in template test infrastructure", + "url": "https://github.com/dotnet/aspnetcore/pull/66303", + "commit": "dotnet@b56ef6e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@07e95ae" + }, + { + "id": "aspnetcore@eb4ede4", + "repo": "aspnetcore", + "title": "[test-quarantine] Quarantine ServerVirtualizationTest.DynamicContent_PrependItemsWhileScrolledToMiddle_VisibleItemsStayInPlace", + "url": "https://github.com/dotnet/aspnetcore/pull/66312", + "commit": "dotnet@b56ef6e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@eb4ede4" + }, + { + "id": "aspnetcore@2bc68dd", + "repo": "aspnetcore", + "title": "Re-quarantine Http3RequestTests.GET_GracefulServerShutdown_RequestCompleteSuccessfullyInsideHostTimeout", + "url": "https://github.com/dotnet/aspnetcore/pull/66306", + "commit": "dotnet@b56ef6e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@2bc68dd" + }, + { + "id": "aspnetcore@c742578", + "repo": "aspnetcore", + "title": "[test-quarantine] Quarantine BlazorWebJsInitializersTest.InitializersRunsModernCallbacksByDefaultWhenPresent", + "url": "https://github.com/dotnet/aspnetcore/pull/66311", + "commit": "dotnet@b56ef6e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@c742578" + }, + { + "id": "aspnetcore@00dc70d", + "repo": "aspnetcore", + "title": "[test-quarantine] Quarantine EnhancedNavigationTest.NavigationManagerUriGetsUpdatedOnEnhancedNavigation_OnlyServerOrWebAssembly", + "url": "https://github.com/dotnet/aspnetcore/pull/66314", + "commit": "dotnet@b56ef6e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@00dc70d" + }, + { + "id": "aspnetcore@12c6b87", + "repo": "aspnetcore", + "title": "Use Runtime=NET feature in RepoTasks", + "url": "https://github.com/dotnet/aspnetcore/pull/65262", + "commit": "dotnet@b56ef6e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@12c6b87" + }, + { + "id": "aspnetcore@de38c3a", + "repo": "aspnetcore", + "title": "[test-quarantine] Quarantine Http2ConnectionTests.AbortedStream_ResetsAndDrainsRequest_RefusesFramesAfterClientReset", + "url": "https://github.com/dotnet/aspnetcore/pull/66313", + "commit": "dotnet@b56ef6e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@de38c3a" + }, + { + "id": "aspnetcore@5e9f326", + "repo": "aspnetcore", + "title": "Merged PR 58376: [SignalR] Extra backpressure timeout", + "url": "https://github.com/dotnet/aspnetcore/pull/66318", + "commit": "dotnet@b56ef6e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@5e9f326" + }, + { + "id": "aspnetcore@15602d2", + "repo": "aspnetcore", + "title": "[main] Update dependencies from dotnet/extensions", + "url": "https://github.com/dotnet/aspnetcore/pull/66168", + "commit": "dotnet@b56ef6e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@15602d2" + }, + { + "id": "aspnetcore@fea1c01", + "repo": "aspnetcore", + "title": "Update workflows to 68.3", + "url": "https://github.com/dotnet/aspnetcore/pull/66321", + "commit": "dotnet@4689b2d", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@fea1c01" + }, + { + "id": "aspnetcore@1517391", + "repo": "aspnetcore", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/aspnetcore/pull/66239", + "commit": "dotnet@4689b2d", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@1517391" + }, + { + "id": "aspnetcore@82c9da8", + "repo": "aspnetcore", + "title": "Unquarantine MultipleAppTests.RestartAppShouldNotAffectOtherApps", + "url": "https://github.com/dotnet/aspnetcore/pull/66326", + "commit": "dotnet@4689b2d", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@82c9da8" + }, + { + "id": "aspnetcore@33557cf", + "repo": "aspnetcore", + "title": "[Blazor] Add Components.Testing E2E test infrastructure", + "url": "https://github.com/dotnet/aspnetcore/pull/65958", + "commit": "dotnet@4689b2d", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@33557cf" + }, + { + "id": "aspnetcore@71f7a4d", + "repo": "aspnetcore", + "title": "Implement IConnectionEndPointFeature in Kestrel, HttpSys, and IIS", + "url": "https://github.com/dotnet/aspnetcore/pull/62162", + "commit": "dotnet@4689b2d", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@71f7a4d" + }, + { + "id": "aspnetcore@c15ad94", + "repo": "aspnetcore", + "title": "Fix flaky EnhancedNavigationTest by using retry-based assertions", + "url": "https://github.com/dotnet/aspnetcore/pull/66327", + "commit": "dotnet@4689b2d", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@c15ad94" + }, + { + "id": "aspnetcore@765e192", + "repo": "aspnetcore", + "title": "Clarify StatusCodePages ProblemDetails docs", + "url": "https://github.com/dotnet/aspnetcore/pull/66172", + "commit": "dotnet@4689b2d", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@765e192" + }, + { + "id": "aspnetcore@9c820d6", + "repo": "aspnetcore", + "title": "[Components][E2E] Stabilize NonZeroStartIndex_ScrollToMiddleThenMeasure test setup", + "url": "https://github.com/dotnet/aspnetcore/pull/66290", + "commit": "dotnet@4689b2d", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@9c820d6" + }, + { + "id": "aspnetcore@e4c0496", + "repo": "aspnetcore", + "title": "Detach methods when disconnection confirmed.", + "url": "https://github.com/dotnet/aspnetcore/pull/66275", + "commit": "dotnet@4689b2d", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@e4c0496" + }, + { + "id": "aspnetcore@d038631", + "repo": "aspnetcore", + "title": "[main] (deps): Bump dotnet/arcade/.github/workflows/backport-base.yml", + "url": "https://github.com/dotnet/aspnetcore/pull/66349", + "commit": "dotnet@4689b2d", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@d038631" + }, + { + "id": "aspnetcore@8c94d8d", + "repo": "aspnetcore", + "title": "[main] (deps): Bump github/gh-aw-actions", + "url": "https://github.com/dotnet/aspnetcore/pull/66352", + "commit": "dotnet@4689b2d", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@8c94d8d" + }, + { + "id": "aspnetcore@c5aab04", + "repo": "aspnetcore", + "title": "[main] (deps): Bump actions/upload-artifact from 7.0.0 to 7.0.1", + "url": "https://github.com/dotnet/aspnetcore/pull/66351", + "commit": "dotnet@4689b2d", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@c5aab04" + }, + { + "id": "aspnetcore@df6d8dd", + "repo": "aspnetcore", + "title": "[main] (deps): Bump dotnet/arcade/.github/workflows/inter-branch-merge-base.yml", + "url": "https://github.com/dotnet/aspnetcore/pull/66350", + "commit": "dotnet@4689b2d", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@df6d8dd" + }, + { + "id": "aspnetcore@319e87f", + "repo": "aspnetcore", + "title": "SupplyParameterFromTempData support for Blazor", + "url": "https://github.com/dotnet/aspnetcore/pull/65306", + "commit": "dotnet@4689b2d", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@319e87f" + }, + { + "id": "aspnetcore@7fdacff", + "repo": "aspnetcore", + "title": "Unquarantine Kestrel TLS tests (issue #65851)", + "url": "https://github.com/dotnet/aspnetcore/pull/66360", + "commit": "dotnet@4689b2d", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@7fdacff" + }, + { + "id": "aspnetcore@7f45467", + "repo": "aspnetcore", + "title": "Unquarantine TestServerTests.LongPollingWorks", + "url": "https://github.com/dotnet/aspnetcore/pull/66367", + "commit": "dotnet@4689b2d", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@7f45467" + }, + { + "id": "aspnetcore@1c6c307", + "repo": "aspnetcore", + "title": "Unquarantine Http2TimeoutTests.HEADERS_ReceivedWithoutAllCONTINUATIONs_WithinRequestHeadersTimeout_AbortsConnection", + "url": "https://github.com/dotnet/aspnetcore/pull/66366", + "commit": "dotnet@4689b2d", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@1c6c307" + }, + { + "id": "aspnetcore@7dec5ae", + "repo": "aspnetcore", + "title": "Unquarantine Http3TlsTests.LoadDevelopmentCertificateViaConfiguration (issue #65248)", + "url": "https://github.com/dotnet/aspnetcore/pull/66361", + "commit": "dotnet@4689b2d", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@7dec5ae" + }, + { + "id": "aspnetcore@2fd33a4", + "repo": "aspnetcore", + "title": "[Blazor] Replace DevServer with BlazorGateway for standalone WASM apps", + "url": "https://github.com/dotnet/aspnetcore/pull/65982", + "commit": "dotnet@4689b2d", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@2fd33a4" + }, + { + "id": "aspnetcore@6389c33", + "repo": "aspnetcore", + "title": "[test-quarantine] Re-quarantine ServerVirtualizationTest.NonZeroStartIndex_ScrollToMiddleThenMeasure", + "url": "https://github.com/dotnet/aspnetcore/pull/66359", + "commit": "dotnet@4689b2d", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@6389c33" + }, + { + "id": "aspnetcore@5d230d9", + "repo": "aspnetcore", + "title": "Unquarantine VirtualizationTest.CanRenderHtmlTable (issue #65852)", + "url": "https://github.com/dotnet/aspnetcore/pull/66382", + "commit": "dotnet@4689b2d", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@5d230d9" + }, + { + "id": "aspnetcore@11a9d22", + "repo": "aspnetcore", + "title": "[main] (deps): Bump actions/github-script", + "url": "https://github.com/dotnet/aspnetcore/pull/66353", + "commit": "dotnet@4689b2d", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@11a9d22" + }, + { + "id": "aspnetcore@5a2c3c7", + "repo": "aspnetcore", + "title": "[release/11.0-preview4] Enable runtime-async for SharedFx-only libraries", + "url": "https://github.com/dotnet/aspnetcore/pull/66449", + "commit": "dotnet@b080b77", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@5a2c3c7" + }, + { + "id": "aspnetcore@2698e38", + "repo": "aspnetcore", + "title": "[release/11.0-preview4] Implement \u0060Circuit.RequestCircuitPauseAsync\u0060", + "url": "https://github.com/dotnet/aspnetcore/pull/66455", + "commit": "dotnet@b080b77", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@2698e38" + }, + { + "id": "aspnetcore@1fecf36", + "repo": "aspnetcore", + "title": "Update Blazor templates to use TempData", + "url": "https://github.com/dotnet/aspnetcore/pull/65752", + "commit": "dotnet@b080b77", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@1fecf36" + }, + { + "id": "aspnetcore@f0a5bb9", + "repo": "aspnetcore", + "title": "[release/11.0-preview4] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/aspnetcore/pull/66473", + "commit": "dotnet@33d0cf6", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@f0a5bb9" + }, + { + "id": "aspnetcore@2f6ac7b", + "repo": "aspnetcore", + "title": "Update OpenTelemetry to 1.15.3", + "url": "https://github.com/dotnet/aspnetcore/pull/66516", + "commit": "dotnet@791d36f", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@2f6ac7b" + }, + { + "id": "aspnetcore@6c6ce9c", + "repo": "aspnetcore", + "title": "[release/11.0-preview4] Transfer the MCP Server project template from extensions to aspnetcore", + "url": "https://github.com/dotnet/aspnetcore/pull/66520", + "commit": "dotnet@0b3143e", + "is_security": false, + "product": "dotnet-aspnetcore", + "local_repo_commit": "aspnetcore@6c6ce9c" + }, + { + "id": "cecil@5686258", + "repo": "cecil", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/cecil/pull/408", + "commit": "dotnet@0a6eb45", + "is_security": false, + "local_repo_commit": "cecil@5686258" + }, + { + "id": "cecil@25060f9", + "repo": "cecil", + "title": "Update dependencies from https://github.com/dotnet/dotnet build 294593", + "url": "https://github.com/dotnet/cecil/pull/414", + "commit": "dotnet@0a6eb45", + "is_security": false, + "local_repo_commit": "cecil@25060f9" + }, + { + "id": "cecil@c9dbbd4", + "repo": "cecil", + "title": "Update dependencies", + "url": "https://github.com/dotnet/cecil/pull/426", + "commit": "dotnet@0a6eb45", + "is_security": false, + "local_repo_commit": "cecil@c9dbbd4" + }, + { + "id": "cecil@69647f9", + "repo": "cecil", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/cecil/pull/432", + "commit": "dotnet@0a6eb45", + "is_security": false, + "local_repo_commit": "cecil@69647f9" + }, + { + "id": "cecil@6107f98", + "repo": "cecil", + "title": "Update dependencies from build 301841", + "url": "https://github.com/dotnet/cecil/pull/436", + "commit": "dotnet@0a6eb45", + "is_security": false, + "local_repo_commit": "cecil@6107f98" + }, + { + "id": "cecil@baa2283", + "repo": "cecil", + "title": "Update dependencies from build 303821", + "url": "https://github.com/dotnet/cecil/pull/443", + "commit": "dotnet@0a6eb45", + "is_security": false, + "local_repo_commit": "cecil@baa2283" + }, + { + "id": "cecil@fc7b54b", + "repo": "cecil", + "title": "Update dependencies from build 306112", + "url": "https://github.com/dotnet/cecil/pull/450", + "commit": "dotnet@0a6eb45", + "is_security": false, + "local_repo_commit": "cecil@fc7b54b" + }, + { + "id": "cecil@a2e4dc3", + "repo": "cecil", + "title": "Update dependencies from build 308667", + "url": "https://github.com/dotnet/cecil/pull/456", + "commit": "dotnet@0a6eb45", + "is_security": false, + "local_repo_commit": "cecil@a2e4dc3" + }, + { + "id": "cecil@187393d", + "repo": "cecil", + "title": "Update dependencies from build 309919", + "url": "https://github.com/dotnet/cecil/pull/462", + "commit": "dotnet@0a6eb45", + "is_security": false, + "local_repo_commit": "cecil@187393d" + }, + { + "id": "command-line-api@a0809ce", + "repo": "command-line-api", + "title": "Fix #2621 - add option action to preactions when option has a default value", + "url": "https://github.com/dotnet/command-line-api/pull/2708", + "commit": "dotnet@6acfe35", + "is_security": false, + "local_repo_commit": "command-line-api@a0809ce" + }, + { + "id": "command-line-api@7f27a27", + "repo": "command-line-api", + "title": "Show \u0060[default: true]\u0060 in help for bool options/arguments with explicit default factories", + "url": "https://github.com/dotnet/command-line-api/pull/2781", + "commit": "dotnet@6acfe35", + "is_security": false, + "local_repo_commit": "command-line-api@7f27a27" + }, + { + "id": "command-line-api@12ad062", + "repo": "command-line-api", + "title": "fix #2765: add RootCommand.HelpName", + "url": "https://github.com/dotnet/command-line-api/pull/2788", + "commit": "dotnet@6acfe35", + "is_security": false, + "local_repo_commit": "command-line-api@12ad062" + }, + { + "id": "command-line-api@d5a39b1", + "repo": "command-line-api", + "title": "Fix #1726 - allow \u0060FromAmong\u0060 to be case-insensitive", + "url": "https://github.com/dotnet/command-line-api/pull/2780", + "commit": "dotnet@6acfe35", + "is_security": false, + "local_repo_commit": "command-line-api@d5a39b1" + }, + { + "id": "command-line-api@baaad19", + "repo": "command-line-api", + "title": "Fix #2743 - allow \u0060Argument\u003CT\u003E.CustomParser\u0060 to be set to null", + "url": "https://github.com/dotnet/command-line-api/pull/2784", + "commit": "dotnet@2d23ade", + "is_security": false, + "local_repo_commit": "command-line-api@baaad19" + }, + { + "id": "command-line-api@d3de878", + "repo": "command-line-api", + "title": "fix #2771 and #2772 - Option action fixes", + "url": "https://github.com/dotnet/command-line-api/pull/2782", + "commit": "dotnet@2d23ade", + "is_security": false, + "local_repo_commit": "command-line-api@d3de878" + }, + { + "id": "command-line-api@d943ad3", + "repo": "command-line-api", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/command-line-api/pull/2775", + "commit": "dotnet@1a575dd", + "is_security": false, + "local_repo_commit": "command-line-api@d943ad3" + }, + { + "id": "command-line-api@857b4c3", + "repo": "command-line-api", + "title": "Refactor GetPossibleTokens to include parent recursive options", + "url": "https://github.com/dotnet/command-line-api/pull/2793", + "commit": "dotnet@1a575dd", + "is_security": false, + "local_repo_commit": "command-line-api@857b4c3" + }, + { + "id": "command-line-api@99db1e3", + "repo": "command-line-api", + "title": "Fix FirstArgumentIsRootCommand falsely matching option values", + "url": "https://github.com/dotnet/command-line-api/pull/2789", + "commit": "dotnet@1a575dd", + "is_security": false, + "local_repo_commit": "command-line-api@99db1e3" + }, + { + "id": "efcore@043ac30", + "repo": "efcore", + "title": "Update dependencies from https://github.com/dotnet/arcade build 20260302.3", + "url": "https://github.com/dotnet/efcore/pull/37887", + "commit": "dotnet@74bc326", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@043ac30" + }, + { + "id": "efcore@527e311", + "repo": "efcore", + "title": "Merging internal commits for release/9.0", + "url": "https://github.com/dotnet/efcore/pull/37901", + "commit": "dotnet@74bc326", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@527e311" + }, + { + "id": "efcore@d18a6d7", + "repo": "efcore", + "title": "Merging internal commits for release/8.0", + "url": "https://github.com/dotnet/efcore/pull/37900", + "commit": "dotnet@74bc326", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@d18a6d7" + }, + { + "id": "efcore@9c782f3", + "repo": "efcore", + "title": "[release/10.0] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/efcore/pull/37948", + "commit": "dotnet@74bc326", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@9c782f3" + }, + { + "id": "efcore@f111bb8", + "repo": "efcore", + "title": "Update dependencies from build 306785", + "url": "https://github.com/dotnet/efcore/pull/37951", + "commit": "dotnet@74bc326", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@f111bb8" + }, + { + "id": "efcore@b4828a5", + "repo": "efcore", + "title": "Update dependencies from build 307091", + "url": "https://github.com/dotnet/efcore/pull/37963", + "commit": "dotnet@74bc326", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@b4828a5" + }, + { + "id": "efcore@731957b", + "repo": "efcore", + "title": "Update dependencies from https://github.com/dotnet/arcade build 20260318.2", + "url": "https://github.com/dotnet/efcore/pull/37969", + "commit": "dotnet@74bc326", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@731957b" + }, + { + "id": "efcore@f24d384", + "repo": "efcore", + "title": "[release/10.0] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/efcore/pull/37967", + "commit": "dotnet@74bc326", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@f24d384" + }, + { + "id": "efcore@91638a4", + "repo": "efcore", + "title": "Update dependencies from build 307387", + "url": "https://github.com/dotnet/efcore/pull/37976", + "commit": "dotnet@74bc326", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@91638a4" + }, + { + "id": "efcore@46a7ac9", + "repo": "efcore", + "title": "Update dependencies from build 307443", + "url": "https://github.com/dotnet/efcore/pull/37978", + "commit": "dotnet@74bc326", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@46a7ac9" + }, + { + "id": "efcore@8ff6140", + "repo": "efcore", + "title": "[release/10.0] Fix for persisting null optional complex property with default values", + "url": "https://github.com/dotnet/efcore/pull/37952", + "commit": "dotnet@74bc326", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@8ff6140" + }, + { + "id": "efcore@5eb4083", + "repo": "efcore", + "title": "[release/10.0] Port servicing-pr skill from main", + "url": "https://github.com/dotnet/efcore/pull/37990", + "commit": "dotnet@74bc326", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@5eb4083" + }, + { + "id": "efcore@b85b2e3", + "repo": "efcore", + "title": "[release/10.0] Fix comparison to null for split entities", + "url": "https://github.com/dotnet/efcore/pull/37987", + "commit": "dotnet@74bc326", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@b85b2e3" + }, + { + "id": "efcore@a9f93cc", + "repo": "efcore", + "title": "Update dependencies from build 307628", + "url": "https://github.com/dotnet/efcore/pull/37994", + "commit": "dotnet@74bc326", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@a9f93cc" + }, + { + "id": "efcore@b7a749b", + "repo": "efcore", + "title": "Update dependencies from build 307715", + "url": "https://github.com/dotnet/efcore/pull/37997", + "commit": "dotnet@74bc326", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@b7a749b" + }, + { + "id": "efcore@3acf73c", + "repo": "efcore", + "title": "Update dependencies from build 307777", + "url": "https://github.com/dotnet/efcore/pull/38002", + "commit": "dotnet@74bc326", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@3acf73c" + }, + { + "id": "efcore@2875315", + "repo": "efcore", + "title": "Update dependencies from build 307826", + "url": "https://github.com/dotnet/efcore/pull/38004", + "commit": "dotnet@74bc326", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@2875315" + }, + { + "id": "efcore@eb2d0ce", + "repo": "efcore", + "title": "Update dependencies from build 307867", + "url": "https://github.com/dotnet/efcore/pull/38011", + "commit": "dotnet@74bc326", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@eb2d0ce" + }, + { + "id": "efcore@551965c", + "repo": "efcore", + "title": "[automated] Merge branch \u0027release/10.0\u0027 =\u003E \u0027main\u0027", + "url": "https://github.com/dotnet/efcore/pull/37986", + "commit": "dotnet@74bc326", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@551965c" + }, + { + "id": "efcore@0e9791c", + "repo": "efcore", + "title": "[automated] Merge branch \u0027release/9.0\u0027 =\u003E \u0027release/10.0\u0027", + "url": "https://github.com/dotnet/efcore/pull/37907", + "commit": "dotnet@74bc326", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@0e9791c" + }, + { + "id": "efcore@44db7bb", + "repo": "efcore", + "title": "Add issue-closed workflow and switch runners to ubuntu-slim", + "url": "https://github.com/dotnet/efcore/pull/38006", + "commit": "dotnet@74bc326", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@44db7bb" + }, + { + "id": "efcore@97e721d", + "repo": "efcore", + "title": "Show a warning when the PMC tools are used with a platform-specific app", + "url": "https://github.com/dotnet/efcore/pull/38000", + "commit": "dotnet@77266f7", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@97e721d" + }, + { + "id": "efcore@04ac424", + "repo": "efcore", + "title": "[automated] Merge branch \u0027release/10.0\u0027 =\u003E \u0027main\u0027", + "url": "https://github.com/dotnet/efcore/pull/38016", + "commit": "dotnet@77266f7", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@04ac424" + }, + { + "id": "efcore@63e1c27", + "repo": "efcore", + "title": "Update dependencies from build 308038", + "url": "https://github.com/dotnet/efcore/pull/38020", + "commit": "dotnet@77266f7", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@63e1c27" + }, + { + "id": "efcore@8babe4b", + "repo": "efcore", + "title": "Restore sqlite3mc test project using SQLite3MC.PCLRaw.bundle", + "url": "https://github.com/dotnet/efcore/pull/38015", + "commit": "dotnet@77266f7", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@8babe4b" + }, + { + "id": "efcore@52872e5", + "repo": "efcore", + "title": "Remove file-based seeding for Cosmos DB functional tests", + "url": "https://github.com/dotnet/efcore/pull/38005", + "commit": "dotnet@77266f7", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@52872e5" + }, + { + "id": "efcore@f8c629f", + "repo": "efcore", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/efcore/pull/38014", + "commit": "dotnet@77266f7", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@f8c629f" + }, + { + "id": "efcore@6b7edd0", + "repo": "efcore", + "title": "Fix TPC returning incorrect entity types for generic derived types", + "url": "https://github.com/dotnet/efcore/pull/38022", + "commit": "dotnet@d702068", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@6b7edd0" + }, + { + "id": "efcore@5e0cb7b", + "repo": "efcore", + "title": "Split Helix into separate AzDO jobs per queue", + "url": "https://github.com/dotnet/efcore/pull/38003", + "commit": "dotnet@d702068", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@5e0cb7b" + }, + { + "id": "efcore@0a57ab3", + "repo": "efcore", + "title": "Fix SetProperty discard lambda failing for nullable value type properties in ExecuteUpdate", + "url": "https://github.com/dotnet/efcore/pull/38007", + "commit": "dotnet@92effe0", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@0a57ab3" + }, + { + "id": "efcore@b845cf4", + "repo": "efcore", + "title": "[automated] Merge branch \u0027release/10.0\u0027 =\u003E \u0027main\u0027", + "url": "https://github.com/dotnet/efcore/pull/38031", + "commit": "dotnet@92effe0", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@b845cf4" + }, + { + "id": "efcore@83afe7c", + "repo": "efcore", + "title": "Update dependencies from build 308297", + "url": "https://github.com/dotnet/efcore/pull/38028", + "commit": "dotnet@92effe0", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@83afe7c" + }, + { + "id": "efcore@dd9da57", + "repo": "efcore", + "title": "Strip identity annotations from temporal history table column operations", + "url": "https://github.com/dotnet/efcore/pull/38019", + "commit": "dotnet@92effe0", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@dd9da57" + }, + { + "id": "efcore@346365a", + "repo": "efcore", + "title": "Update dependencies from https://github.com/dotnet/arcade build 20260318.3", + "url": "https://github.com/dotnet/efcore/pull/38034", + "commit": "dotnet@b083f9a", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@346365a" + }, + { + "id": "efcore@23054e8", + "repo": "efcore", + "title": "Auto-start Cosmos emulator via Testcontainers", + "url": "https://github.com/dotnet/efcore/pull/37999", + "commit": "dotnet@b083f9a", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@23054e8" + }, + { + "id": "efcore@1a7876a", + "repo": "efcore", + "title": "[release/10.0] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/efcore/pull/38026", + "commit": "dotnet@94a19d7", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@1a7876a" + }, + { + "id": "efcore@e0c5251", + "repo": "efcore", + "title": "Fix value converters that convert nulls for JSON columns", + "url": "https://github.com/dotnet/efcore/pull/37984", + "commit": "dotnet@94a19d7", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@e0c5251" + }, + { + "id": "efcore@8eaad40", + "repo": "efcore", + "title": "Skip more failing Cosmos tests on the emulator", + "url": "https://github.com/dotnet/efcore/pull/38040", + "commit": "dotnet@9740d72", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@8eaad40" + }, + { + "id": "efcore@713aaf0", + "repo": "efcore", + "title": "Update dependency versions", + "url": "https://github.com/dotnet/efcore/pull/38037", + "commit": "dotnet@9740d72", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@713aaf0" + }, + { + "id": "efcore@134fd04", + "repo": "efcore", + "title": "Adds ApiChief tool for EF Core API baseline management and review. It adds JSON baseline generation, summary/review/delta commands, filters out internal EF Core APIs from the published surface, and improves delta output to focus on real public API changes with clearer per-type diffs and explicit no-change exit behavior.", + "url": "https://github.com/dotnet/efcore/pull/38041", + "commit": "dotnet@5034fa3", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@134fd04" + }, + { + "id": "efcore@e289bfa", + "repo": "efcore", + "title": "API review follow-ups: rename full-text/vector builder methods, remove IndexBuilder extensions, collapse TVF overloads", + "url": "https://github.com/dotnet/efcore/pull/38027", + "commit": "dotnet@5034fa3", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@e289bfa" + }, + { + "id": "efcore@37e01b7", + "repo": "efcore", + "title": "[release/8.0] Update branding to 8.0.27", + "url": "https://github.com/dotnet/efcore/pull/38062", + "commit": "dotnet@5034fa3", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@37e01b7" + }, + { + "id": "efcore@5e2677f", + "repo": "efcore", + "title": "[release/9.0] Update branding to 9.0.16", + "url": "https://github.com/dotnet/efcore/pull/38063", + "commit": "dotnet@5034fa3", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@5e2677f" + }, + { + "id": "efcore@576af87", + "repo": "efcore", + "title": "Update dependencies from https://github.com/dotnet/arcade build 20260401.6", + "url": "https://github.com/dotnet/efcore/pull/38053", + "commit": "dotnet@5034fa3", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@576af87" + }, + { + "id": "efcore@3c2677e", + "repo": "efcore", + "title": "Update dependencies from build 309217", + "url": "https://github.com/dotnet/efcore/pull/38046", + "commit": "dotnet@5034fa3", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@3c2677e" + }, + { + "id": "efcore@d08bbae", + "repo": "efcore", + "title": "[automated] Merge branch \u0027release/8.0\u0027 =\u003E \u0027release/9.0\u0027", + "url": "https://github.com/dotnet/efcore/pull/37908", + "commit": "dotnet@5034fa3", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@d08bbae" + }, + { + "id": "efcore@c037bc1", + "repo": "efcore", + "title": "Fix SQLite ExecuteUpdate with navigation properties", + "url": "https://github.com/dotnet/efcore/pull/38010", + "commit": "dotnet@5034fa3", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@c037bc1" + }, + { + "id": "efcore@6abde55", + "repo": "efcore", + "title": "Optimize JsonReaderData for MemoryStream and make buffer publicly visible for StructuralJsonTypeMappings", + "url": "https://github.com/dotnet/efcore/pull/38051", + "commit": "dotnet@5034fa3", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@6abde55" + }, + { + "id": "efcore@695b5ad", + "repo": "efcore", + "title": "Fully integrate JSON mapping into the relational model", + "url": "https://github.com/dotnet/efcore/pull/38038", + "commit": "dotnet@7992b79", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@695b5ad" + }, + { + "id": "efcore@3bf43a4", + "repo": "efcore", + "title": "[automated] Merge branch \u0027release/9.0\u0027 =\u003E \u0027release/10.0\u0027", + "url": "https://github.com/dotnet/efcore/pull/38064", + "commit": "dotnet@36afe73", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@3bf43a4" + }, + { + "id": "efcore@137123b", + "repo": "efcore", + "title": "[release/10.0] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/efcore/pull/38073", + "commit": "dotnet@36afe73", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@137123b" + }, + { + "id": "efcore@4c78aa7", + "repo": "efcore", + "title": "Fix permissions for the API workflow", + "url": "https://github.com/dotnet/efcore/pull/38072", + "commit": "dotnet@36afe73", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@4c78aa7" + }, + { + "id": "efcore@c5255f3", + "repo": "efcore", + "title": "Update dependencies from build 309867", + "url": "https://github.com/dotnet/efcore/pull/38078", + "commit": "dotnet@36afe73", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@c5255f3" + }, + { + "id": "efcore@c6beae7", + "repo": "efcore", + "title": "Bump actions/github-script from 8 to 9", + "url": "https://github.com/dotnet/efcore/pull/38080", + "commit": "dotnet@36afe73", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@c6beae7" + }, + { + "id": "efcore@74e800c", + "repo": "efcore", + "title": "Bump actions/checkout from 4 to 6", + "url": "https://github.com/dotnet/efcore/pull/38081", + "commit": "dotnet@36afe73", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@74e800c" + }, + { + "id": "efcore@f7d7301", + "repo": "efcore", + "title": "Fix API diff workflow manual trigger input", + "url": "https://github.com/dotnet/efcore/pull/38082", + "commit": "dotnet@36afe73", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@f7d7301" + }, + { + "id": "efcore@0de56fb", + "repo": "efcore", + "title": "Filter out full-text catalog operations from history table creation", + "url": "https://github.com/dotnet/efcore/pull/38050", + "commit": "dotnet@36afe73", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@0de56fb" + }, + { + "id": "efcore@3e204de", + "repo": "efcore", + "title": "Format the API change comment as a C# diff for readability", + "url": "https://github.com/dotnet/efcore/pull/38084", + "commit": "dotnet@36afe73", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@3e204de" + }, + { + "id": "efcore@002d1ca", + "repo": "efcore", + "title": "Implement latest SQL Server approximate vector search feature", + "url": "https://github.com/dotnet/efcore/pull/38075", + "commit": "dotnet@36afe73", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@002d1ca" + }, + { + "id": "efcore@3717f8f", + "repo": "efcore", + "title": "[automated] Merge branch \u0027release/10.0\u0027 =\u003E \u0027main\u0027", + "url": "https://github.com/dotnet/efcore/pull/38071", + "commit": "dotnet@36afe73", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@3717f8f" + }, + { + "id": "efcore@ebc5a87", + "repo": "efcore", + "title": "Cosmos: Modernize JSON serialization - Update pipeline", + "url": "https://github.com/dotnet/efcore/pull/38024", + "commit": "dotnet@36afe73", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@ebc5a87" + }, + { + "id": "efcore@a630adf", + "repo": "efcore", + "title": "Fix syntax error in API review workflow", + "url": "https://github.com/dotnet/efcore/pull/38085", + "commit": "dotnet@093e119", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@a630adf" + }, + { + "id": "efcore@87c860e", + "repo": "efcore", + "title": "Change warning when pending model changes may be caused by an outdated migration snapshot", + "url": "https://github.com/dotnet/efcore/pull/38065", + "commit": "dotnet@9fbb1eb", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@87c860e" + }, + { + "id": "efcore@74afc72", + "repo": "efcore", + "title": "[release/10.0] Fix InvalidCastException when query parameter is IEnumerable with mismatched enum types", + "url": "https://github.com/dotnet/efcore/pull/38021", + "commit": "dotnet@40c1c9e", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@74afc72" + }, + { + "id": "efcore@8695aef", + "repo": "efcore", + "title": "[release/10.0] Fix issues with nulls in primitive collections", + "url": "https://github.com/dotnet/efcore/pull/38066", + "commit": "dotnet@40c1c9e", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@8695aef" + }, + { + "id": "efcore@ef3d993", + "repo": "efcore", + "title": "[release/10.0] Fix ComplexProperty treated as nullable after update from EF Core 9.0 to 10.0", + "url": "https://github.com/dotnet/efcore/pull/38045", + "commit": "dotnet@40c1c9e", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@ef3d993" + }, + { + "id": "efcore@74754da", + "repo": "efcore", + "title": "Cosmos test improvements for Linux-based emulator", + "url": "https://github.com/dotnet/efcore/pull/38088", + "commit": "dotnet@40c1c9e", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@74754da" + }, + { + "id": "efcore@c1a756a", + "repo": "efcore", + "title": "[automated] Merge branch \u0027release/10.0\u0027 =\u003E \u0027main\u0027", + "url": "https://github.com/dotnet/efcore/pull/38090", + "commit": "dotnet@40c1c9e", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@c1a756a" + }, + { + "id": "efcore@49c106d", + "repo": "efcore", + "title": "Update dependencies from build 310209", + "url": "https://github.com/dotnet/efcore/pull/38094", + "commit": "dotnet@40c1c9e", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@49c106d" + }, + { + "id": "efcore@2f9cc26", + "repo": "efcore", + "title": "Improve XML documentation for GetMappingStrategy return values", + "url": "https://github.com/dotnet/efcore/pull/38091", + "commit": "dotnet@40c1c9e", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@2f9cc26" + }, + { + "id": "efcore@dc4578e", + "repo": "efcore", + "title": "Fail CI build if there are any non-baselined API changes", + "url": "https://github.com/dotnet/efcore/pull/38089", + "commit": "dotnet@40c1c9e", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@dc4578e" + }, + { + "id": "efcore@9c95721", + "repo": "efcore", + "title": "Additional translations for SQL Server DateTimeOffset", + "url": "https://github.com/dotnet/efcore/pull/38076", + "commit": "dotnet@40c1c9e", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@9c95721" + }, + { + "id": "efcore@859875a", + "repo": "efcore", + "title": "Merging internal commits for release/8.0", + "url": "https://github.com/dotnet/efcore/pull/38099", + "commit": "dotnet@40c1c9e", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@859875a" + }, + { + "id": "efcore@a6a3b4f", + "repo": "efcore", + "title": "", + "url": "https://github.com/dotnet/efcore/pull/38101", + "commit": "dotnet@40c1c9e", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@a6a3b4f" + }, + { + "id": "efcore@63572ec", + "repo": "efcore", + "title": "", + "url": "https://github.com/dotnet/efcore/pull/38095", + "commit": "dotnet@40c1c9e", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@63572ec" + }, + { + "id": "efcore@b710cfd", + "repo": "efcore", + "title": "Update dependencies from build 310405", + "url": "https://github.com/dotnet/efcore/pull/38106", + "commit": "dotnet@754228b", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@b710cfd" + }, + { + "id": "efcore@fec5da4", + "repo": "efcore", + "title": "Improve API diff comment formatting", + "url": "https://github.com/dotnet/efcore/pull/38100", + "commit": "dotnet@754228b", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@fec5da4" + }, + { + "id": "efcore@0b9076f", + "repo": "efcore", + "title": "Merging internal commits for release/9.0", + "url": "https://github.com/dotnet/efcore/pull/38098", + "commit": "dotnet@754228b", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@0b9076f" + }, + { + "id": "efcore@4ed88a0", + "repo": "efcore", + "title": "[release/10.0] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/efcore/pull/38109", + "commit": "dotnet@754228b", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@4ed88a0" + }, + { + "id": "efcore@14ef577", + "repo": "efcore", + "title": "[automated] Merge branch \u0027release/9.0\u0027 =\u003E \u0027release/10.0\u0027", + "url": "https://github.com/dotnet/efcore/pull/38103", + "commit": "dotnet@754228b", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@14ef577" + }, + { + "id": "efcore@c5e9b9d", + "repo": "efcore", + "title": "[automated] Merge branch \u0027release/10.0\u0027 =\u003E \u0027main\u0027", + "url": "https://github.com/dotnet/efcore/pull/38113", + "commit": "dotnet@754228b", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@c5e9b9d" + }, + { + "id": "efcore@742d0f9", + "repo": "efcore", + "title": "Allow temporal period properties to be mapped to CLR properties", + "url": "https://github.com/dotnet/efcore/pull/38110", + "commit": "dotnet@754228b", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@742d0f9" + }, + { + "id": "efcore@4a0a4e5", + "repo": "efcore", + "title": "Fix more tests for Linux Cosmos emulator", + "url": "https://github.com/dotnet/efcore/pull/38118", + "commit": "dotnet@d6995bc", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@4a0a4e5" + }, + { + "id": "efcore@f874cae", + "repo": "efcore", + "title": "Add NuGet dependency version bounds for EF Core inter-package references", + "url": "https://github.com/dotnet/efcore/pull/38114", + "commit": "dotnet@d6995bc", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@f874cae" + }, + { + "id": "efcore@4c5518e", + "repo": "efcore", + "title": "Remove declaring type from the member name in the baselines", + "url": "https://github.com/dotnet/efcore/pull/38116", + "commit": "dotnet@d6995bc", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@4c5518e" + }, + { + "id": "efcore@3a6e825", + "repo": "efcore", + "title": "Fix .Update() marking AfterSaveBehavior.Throw properties as modified via DetectChanges", + "url": "https://github.com/dotnet/efcore/pull/38115", + "commit": "dotnet@d6995bc", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@3a6e825" + }, + { + "id": "efcore@fa2b996", + "repo": "efcore", + "title": "Update dependencies from build 310667", + "url": "https://github.com/dotnet/efcore/pull/38125", + "commit": "dotnet@02b2118", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@fa2b996" + }, + { + "id": "efcore@6151954", + "repo": "efcore", + "title": "Fix flaky Finds_service_properties_in_hierarchy test", + "url": "https://github.com/dotnet/efcore/pull/38128", + "commit": "dotnet@02b2118", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@6151954" + }, + { + "id": "efcore@8605c14", + "repo": "efcore", + "title": "[release/10.0] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/efcore/pull/38127", + "commit": "dotnet@02b2118", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@8605c14" + }, + { + "id": "efcore@554290f", + "repo": "efcore", + "title": "Revert \u0022Use \u0060PRAGMA defer_foreign_keys\u0060 instead of \u0060PRAGMA foreign_keys\u0060 when\u2026\u0022", + "url": "https://github.com/dotnet/efcore/pull/38120", + "commit": "dotnet@02b2118", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@554290f" + }, + { + "id": "efcore@fe8e85f", + "repo": "efcore", + "title": "FIX Insert order bug when using TPC - Issue #35978", + "url": "https://github.com/dotnet/efcore/pull/38070", + "commit": "dotnet@02b2118", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@fe8e85f" + }, + { + "id": "efcore@0a06b01", + "repo": "efcore", + "title": "Refactor CommandBatchPreparer", + "url": "https://github.com/dotnet/efcore/pull/38133", + "commit": "dotnet@02b2118", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@0a06b01" + }, + { + "id": "efcore@b4aa5c5", + "repo": "efcore", + "title": "Update skills", + "url": "https://github.com/dotnet/efcore/pull/38126", + "commit": "dotnet@02b2118", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@b4aa5c5" + }, + { + "id": "efcore@c073a69", + "repo": "efcore", + "title": "Add dotnet-ef JSON config defaults and validation features", + "url": "https://github.com/dotnet/efcore/pull/37966", + "commit": "dotnet@02b2118", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@c073a69" + }, + { + "id": "efcore@ffaad91", + "repo": "efcore", + "title": "[release/10.0] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/efcore/pull/38143", + "commit": "dotnet@02b2118", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@ffaad91" + }, + { + "id": "efcore@a37976c", + "repo": "efcore", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/efcore/pull/38142", + "commit": "dotnet@02b2118", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@a37976c" + }, + { + "id": "efcore@ee8b6bf", + "repo": "efcore", + "title": "[release/10.0] Fix query filter parameter names with primary constructor parameters", + "url": "https://github.com/dotnet/efcore/pull/38136", + "commit": "dotnet@02b2118", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@ee8b6bf" + }, + { + "id": "efcore@cd01420", + "repo": "efcore", + "title": "[release/10.0] Fix nullable complex property discriminator changes not persisted", + "url": "https://github.com/dotnet/efcore/pull/38134", + "commit": "dotnet@02b2118", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@cd01420" + }, + { + "id": "efcore@de90d83", + "repo": "efcore", + "title": "CI: Consolidate GitHub Actions test workflows", + "url": "https://github.com/dotnet/efcore/pull/38147", + "commit": "dotnet@02b2118", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@de90d83" + }, + { + "id": "efcore@c945994", + "repo": "efcore", + "title": "", + "url": "https://github.com/dotnet/efcore/pull/38149", + "commit": "dotnet@02b2118", + "is_security": false, + "product": "dotnet-efcore", + "local_repo_commit": "efcore@c945994" + }, + { + "id": "emsdk@202990c", + "repo": "emsdk", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/emsdk/pull/1654", + "commit": "dotnet@91ec1ba", + "is_security": false, + "local_repo_commit": "emsdk@202990c" + }, + { + "id": "emsdk@baa21b4", + "repo": "emsdk", + "title": "[main] Update dependencies from dotnet/binaryen, dotnet/cpython, dotnet/emscripten", + "url": "https://github.com/dotnet/emsdk/pull/1651", + "commit": "dotnet@91ec1ba", + "is_security": false, + "local_repo_commit": "emsdk@baa21b4" + }, + { + "id": "emsdk@a51f616", + "repo": "emsdk", + "title": "Update dependencies from build 307198", + "url": "https://github.com/dotnet/emsdk/pull/1657", + "commit": "dotnet@91ec1ba", + "is_security": false, + "local_repo_commit": "emsdk@a51f616" + }, + { + "id": "emsdk@39e3499", + "repo": "emsdk", + "title": "Update dependencies from build 307311", + "url": "https://github.com/dotnet/emsdk/pull/1663", + "commit": "dotnet@91ec1ba", + "is_security": false, + "local_repo_commit": "emsdk@39e3499" + }, + { + "id": "emsdk@4fa4d78", + "repo": "emsdk", + "title": "[main] Update dependencies from dotnet/binaryen, dotnet/emscripten", + "url": "https://github.com/dotnet/emsdk/pull/1660", + "commit": "dotnet@91ec1ba", + "is_security": false, + "local_repo_commit": "emsdk@4fa4d78" + }, + { + "id": "emsdk@f4c434b", + "repo": "emsdk", + "title": "Update dependencies from build 307601", + "url": "https://github.com/dotnet/emsdk/pull/1664", + "commit": "dotnet@91ec1ba", + "is_security": false, + "local_repo_commit": "emsdk@f4c434b" + }, + { + "id": "emsdk@1261e92", + "repo": "emsdk", + "title": "Update dependencies from https://github.com/dotnet/emscripten build 20260326.1", + "url": "https://github.com/dotnet/emsdk/pull/1667", + "commit": "dotnet@91ec1ba", + "is_security": false, + "local_repo_commit": "emsdk@1261e92" + }, + { + "id": "emsdk@1751bd6", + "repo": "emsdk", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/emsdk/pull/1670", + "commit": "dotnet@91ec1ba", + "is_security": false, + "local_repo_commit": "emsdk@1751bd6" + }, + { + "id": "emsdk@2d6b99d", + "repo": "emsdk", + "title": "Add catalog signing for .js files for VS signing compliance", + "url": "https://github.com/dotnet/emsdk/pull/1671", + "commit": "dotnet@91ec1ba", + "is_security": false, + "local_repo_commit": "emsdk@2d6b99d" + }, + { + "id": "emsdk@8ccfeb0", + "repo": "emsdk", + "title": "Update dependencies from build 308297", + "url": "https://github.com/dotnet/emsdk/pull/1673", + "commit": "dotnet@91ec1ba", + "is_security": false, + "local_repo_commit": "emsdk@8ccfeb0" + }, + { + "id": "emsdk@bd33411", + "repo": "emsdk", + "title": "[main] Update dependencies from dotnet/binaryen, dotnet/emscripten", + "url": "https://github.com/dotnet/emsdk/pull/1672", + "commit": "dotnet@91ec1ba", + "is_security": false, + "local_repo_commit": "emsdk@bd33411" + }, + { + "id": "emsdk@596cc57", + "repo": "emsdk", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/emsdk/pull/1680", + "commit": "dotnet@7cbb1fb", + "is_security": false, + "local_repo_commit": "emsdk@596cc57" + }, + { + "id": "emsdk@adad990", + "repo": "emsdk", + "title": "Update dependencies from https://github.com/dotnet/cpython build 20260329.1", + "url": "https://github.com/dotnet/emsdk/pull/1675", + "commit": "dotnet@7cbb1fb", + "is_security": false, + "local_repo_commit": "emsdk@adad990" + }, + { + "id": "emsdk@4cdda38", + "repo": "emsdk", + "title": "Set npm config fetch-retries to 10", + "url": "https://github.com/dotnet/emsdk/pull/1686", + "commit": "dotnet@7cbb1fb", + "is_security": false, + "local_repo_commit": "emsdk@4cdda38" + }, + { + "id": "emsdk@3f6a07a", + "repo": "emsdk", + "title": "Update dependencies from build 309010", + "url": "https://github.com/dotnet/emsdk/pull/1684", + "commit": "dotnet@b61832c", + "is_security": false, + "local_repo_commit": "emsdk@3f6a07a" + }, + { + "id": "emsdk@d27e791", + "repo": "emsdk", + "title": "[main] Update dependencies from dotnet/binaryen, dotnet/emscripten", + "url": "https://github.com/dotnet/emsdk/pull/1693", + "commit": "dotnet@b61832c", + "is_security": false, + "local_repo_commit": "emsdk@d27e791" + }, + { + "id": "emsdk@0cefe4b", + "repo": "emsdk", + "title": "Update dependencies from https://github.com/dotnet/cpython build 20260409.1", + "url": "https://github.com/dotnet/emsdk/pull/1696", + "commit": "dotnet@b61832c", + "is_security": false, + "local_repo_commit": "emsdk@0cefe4b" + }, + { + "id": "emsdk@5258a0e", + "repo": "emsdk", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/emsdk/pull/1698", + "commit": "dotnet@b61832c", + "is_security": false, + "local_repo_commit": "emsdk@5258a0e" + }, + { + "id": "fsharp@a02a655", + "repo": "fsharp", + "title": "Infra: Update gh aw", + "url": "https://github.com/dotnet/fsharp/pull/19495", + "commit": "dotnet@f2a177c", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@a02a655" + }, + { + "id": "fsharp@880dda8", + "repo": "fsharp", + "title": "Fix CLIEvent properties to be recognized as events in Symbol API", + "url": "https://github.com/dotnet/fsharp/pull/18584", + "commit": "dotnet@f2a177c", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@880dda8" + }, + { + "id": "fsharp@2292274", + "repo": "fsharp", + "title": "Add regression test: #12067, signature generation preserves FSharp. prefix for external types", + "url": "https://github.com/dotnet/fsharp/pull/19496", + "commit": "dotnet@f2a177c", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@2292274" + }, + { + "id": "fsharp@f647072", + "repo": "fsharp", + "title": "Add regression test for #11331: accessibility error for internal type in public constructor sig", + "url": "https://github.com/dotnet/fsharp/pull/19475", + "commit": "dotnet@f2a177c", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@f647072" + }, + { + "id": "fsharp@1dafcf3", + "repo": "fsharp", + "title": "Add regression test for #14216: No FS2303 warning for DU in FSI", + "url": "https://github.com/dotnet/fsharp/pull/19465", + "commit": "dotnet@f2a177c", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@1dafcf3" + }, + { + "id": "fsharp@cbab748", + "repo": "fsharp", + "title": "Add regression test for #13697: typeof in attribute should report FS0039", + "url": "https://github.com/dotnet/fsharp/pull/19474", + "commit": "dotnet@f2a177c", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@cbab748" + }, + { + "id": "fsharp@01fe483", + "repo": "fsharp", + "title": "Add regression test for #9382: SRTP stress test with matrix inverse", + "url": "https://github.com/dotnet/fsharp/pull/19469", + "commit": "dotnet@f2a177c", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@01fe483" + }, + { + "id": "fsharp@a21c12f", + "repo": "fsharp", + "title": "Add regression test: #12023, FSI can load System.Drawing.Common via nuget", + "url": "https://github.com/dotnet/fsharp/pull/19497", + "commit": "dotnet@f2a177c", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@a21c12f" + }, + { + "id": "fsharp@63294d7", + "repo": "fsharp", + "title": "Add documentation and tests that maxBy/minBy return the first max/min element", + "url": "https://github.com/dotnet/fsharp/pull/19464", + "commit": "dotnet@f2a177c", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@63294d7" + }, + { + "id": "fsharp@0b80769", + "repo": "fsharp", + "title": "Bugfix :: Fix type definition metadata: duplicate methods, event flags", + "url": "https://github.com/dotnet/fsharp/pull/19341", + "commit": "dotnet@f2a177c", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@0b80769" + }, + { + "id": "fsharp@a0cce49", + "repo": "fsharp", + "title": "resolve integrity issues in gh aw", + "url": "https://github.com/dotnet/fsharp/pull/19510", + "commit": "dotnet@f2a177c", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@a0cce49" + }, + { + "id": "fsharp@0c868a5", + "repo": "fsharp", + "title": "Add Regression PR Shepherd workflow", + "url": "https://github.com/dotnet/fsharp/pull/19500", + "commit": "dotnet@8c292dc", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@0c868a5" + }, + { + "id": "fsharp@2adf45d", + "repo": "fsharp", + "title": "Improve repo-assist: regression test verification, windows-only revisit, stricter labeling", + "url": "https://github.com/dotnet/fsharp/pull/19499", + "commit": "dotnet@8c292dc", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@2adf45d" + }, + { + "id": "fsharp@bf62ec0", + "repo": "fsharp", + "title": "Update dependencies from https://github.com/dotnet/arcade build 20260327.7", + "url": "https://github.com/dotnet/fsharp/pull/19512", + "commit": "dotnet@8c292dc", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@bf62ec0" + }, + { + "id": "fsharp@df38aef", + "repo": "fsharp", + "title": "[main] Update dependencies from dotnet/msbuild", + "url": "https://github.com/dotnet/fsharp/pull/19493", + "commit": "dotnet@8c292dc", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@df38aef" + }, + { + "id": "fsharp@358d088", + "repo": "fsharp", + "title": "Add regression test for #3532: FSharpEntity.IsByRef is false for byref\u00601", + "url": "https://github.com/dotnet/fsharp/pull/19485", + "commit": "dotnet@8c292dc", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@358d088" + }, + { + "id": "fsharp@3ee2a3e", + "repo": "fsharp", + "title": "Add regression test for #15655: error codes 999 and 3217 are distinct", + "url": "https://github.com/dotnet/fsharp/pull/19480", + "commit": "dotnet@8c292dc", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@3ee2a3e" + }, + { + "id": "fsharp@f540da5", + "repo": "fsharp", + "title": "Add regression test: #13519, C# optional parameters from F#", + "url": "https://github.com/dotnet/fsharp/pull/19473", + "commit": "dotnet@8c292dc", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@f540da5" + }, + { + "id": "fsharp@68fb63d", + "repo": "fsharp", + "title": "Add regression test: #6648, DU of DUs with inline static members", + "url": "https://github.com/dotnet/fsharp/pull/19470", + "commit": "dotnet@0cf6b19", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@68fb63d" + }, + { + "id": "fsharp@f3b6407", + "repo": "fsharp", + "title": "Fix repo-assist: add safe output discipline and iteration limits", + "url": "https://github.com/dotnet/fsharp/pull/19516", + "commit": "dotnet@0cf6b19", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@f3b6407" + }, + { + "id": "fsharp@7d031d3", + "repo": "fsharp", + "title": "Update dependencies from https://github.com/dotnet/msbuild build 20260330.8", + "url": "https://github.com/dotnet/fsharp/pull/19525", + "commit": "dotnet@0cf6b19", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@7d031d3" + }, + { + "id": "fsharp@b0bb2f0", + "repo": "fsharp", + "title": "Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20260330.1", + "url": "https://github.com/dotnet/fsharp/pull/19523", + "commit": "dotnet@0cf6b19", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@b0bb2f0" + }, + { + "id": "fsharp@8254128", + "repo": "fsharp", + "title": "Add aw-auto-update workflow \u002B upgrade to v0.64.4", + "url": "https://github.com/dotnet/fsharp/pull/19519", + "commit": "dotnet@0cf6b19", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@8254128" + }, + { + "id": "fsharp@1775f42", + "repo": "fsharp", + "title": "Add regression test for #6715: land is a valid identifier", + "url": "https://github.com/dotnet/fsharp/pull/19478", + "commit": "dotnet@0cf6b19", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@1775f42" + }, + { + "id": "fsharp@4e25902", + "repo": "fsharp", + "title": "[main] Update dependencies from dotnet/roslyn", + "url": "https://github.com/dotnet/fsharp/pull/19494", + "commit": "dotnet@0cf6b19", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@4e25902" + }, + { + "id": "fsharp@4b57615", + "repo": "fsharp", + "title": "Add regression test: #15987, SRTP overload resolution returns correct typed value", + "url": "https://github.com/dotnet/fsharp/pull/19535", + "commit": "dotnet@0cf6b19", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@4b57615" + }, + { + "id": "fsharp@af3a8eb", + "repo": "fsharp", + "title": "Add regression test: #15070, hash-load with dot-slash prefix no longer causes FS1141", + "url": "https://github.com/dotnet/fsharp/pull/19534", + "commit": "dotnet@0cf6b19", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@af3a8eb" + }, + { + "id": "fsharp@7e0ab7a", + "repo": "fsharp", + "title": "Add regression test: #16056, auto property DeclarationLocation correct location", + "url": "https://github.com/dotnet/fsharp/pull/19533", + "commit": "dotnet@0cf6b19", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@7e0ab7a" + }, + { + "id": "fsharp@af6c784", + "repo": "fsharp", + "title": "Add regression test: #19456, nested let bang in plain let inside task CE raises FS0750", + "url": "https://github.com/dotnet/fsharp/pull/19531", + "commit": "dotnet@0cf6b19", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@af6c784" + }, + { + "id": "fsharp@02b1081", + "repo": "fsharp", + "title": "Add regression test: #16007, SRTP ctor constraint no longer causes value restriction", + "url": "https://github.com/dotnet/fsharp/pull/19529", + "commit": "dotnet@0cf6b19", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@02b1081" + }, + { + "id": "fsharp@9b016f5", + "repo": "fsharp", + "title": "Add regression test: #7177, never-matched warning with active patterns", + "url": "https://github.com/dotnet/fsharp/pull/19528", + "commit": "dotnet@0cf6b19", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@9b016f5" + }, + { + "id": "fsharp@7580b31", + "repo": "fsharp", + "title": "Tests: prevent in-proc fsi from killing test host with \u0022exit\u0022", + "url": "https://github.com/dotnet/fsharp/pull/19407", + "commit": "dotnet@0cf6b19", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@7580b31" + }, + { + "id": "fsharp@3550f3c", + "repo": "fsharp", + "title": "Add regression test: #9878, SRTP with phantom type parameter", + "url": "https://github.com/dotnet/fsharp/pull/19467", + "commit": "dotnet@0cf6b19", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@3550f3c" + }, + { + "id": "fsharp@6a5df48", + "repo": "fsharp", + "title": "Fix FS0452 for empty string pattern matching in quotations", + "url": "https://github.com/dotnet/fsharp/pull/19532", + "commit": "dotnet@0cf6b19", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@6a5df48" + }, + { + "id": "fsharp@599a99f", + "repo": "fsharp", + "title": "Fix regression-pr-shepherd: bound PR processing per run to prevent context overflow", + "url": "https://github.com/dotnet/fsharp/pull/19526", + "commit": "dotnet@0cf6b19", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@599a99f" + }, + { + "id": "fsharp@d507366", + "repo": "fsharp", + "title": "Make fsharp-diagnostics skill a directive, not a suggestion", + "url": "https://github.com/dotnet/fsharp/pull/19520", + "commit": "dotnet@0cf6b19", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@d507366" + }, + { + "id": "fsharp@d85a74c", + "repo": "fsharp", + "title": "Update agentic workflows to v0.67.2 and fix merge conflict", + "url": "https://github.com/dotnet/fsharp/pull/19556", + "commit": "dotnet@f6d53a2", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@d85a74c" + }, + { + "id": "fsharp@6f0e1ed", + "repo": "fsharp", + "title": "Fix Regression PR Shepherd: restrict push scope and strengthen PR selection", + "url": "https://github.com/dotnet/fsharp/pull/19558", + "commit": "dotnet@f6d53a2", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@6f0e1ed" + }, + { + "id": "fsharp@1f46886", + "repo": "fsharp", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/fsharp/pull/19546", + "commit": "dotnet@f6d53a2", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@1f46886" + }, + { + "id": "fsharp@a88269a", + "repo": "fsharp", + "title": "[main] Update dependencies from dotnet/roslyn", + "url": "https://github.com/dotnet/fsharp/pull/19544", + "commit": "dotnet@e31c084", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@a88269a" + }, + { + "id": "fsharp@85d7cb1", + "repo": "fsharp", + "title": "[main] Update dependencies from dotnet/msbuild", + "url": "https://github.com/dotnet/fsharp/pull/19543", + "commit": "dotnet@e31c084", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@85d7cb1" + }, + { + "id": "fsharp@0539af7", + "repo": "fsharp", + "title": "Add regression test: #16154, task CE with IQueryable filters no longer throws VerificationException", + "url": "https://github.com/dotnet/fsharp/pull/19530", + "commit": "dotnet@e31c084", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@0539af7" + }, + { + "id": "fsharp@ead77d1", + "repo": "fsharp", + "title": "[main] Update dependencies from dotnet/arcade", + "url": "https://github.com/dotnet/fsharp/pull/19542", + "commit": "dotnet@e31c084", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@ead77d1" + }, + { + "id": "fsharp@98c4774", + "repo": "fsharp", + "title": "Add regression tests for #10043: backtick, @, and ! in type annotations", + "url": "https://github.com/dotnet/fsharp/pull/19476", + "commit": "dotnet@e31c084", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@98c4774" + }, + { + "id": "fsharp@5bcca43", + "repo": "fsharp", + "title": "Fix wrong warning 20 range in sequential expressions", + "url": "https://github.com/dotnet/fsharp/pull/5735", + "commit": "dotnet@e31c084", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@5bcca43" + }, + { + "id": "fsharp@bd2823e", + "repo": "fsharp", + "title": "Fix completion inconsistently filtering obsolete fields and events", + "url": "https://github.com/dotnet/fsharp/pull/13512", + "commit": "dotnet@e31c084", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@bd2823e" + }, + { + "id": "fsharp@1c1ba20", + "repo": "fsharp", + "title": "Update dependencies from https://github.com/dotnet/roslyn build 20260410.5", + "url": "https://github.com/dotnet/fsharp/pull/19572", + "commit": "dotnet@d43adf9", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@1c1ba20" + }, + { + "id": "fsharp@40e815c", + "repo": "fsharp", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/fsharp/pull/19566", + "commit": "dotnet@d43adf9", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@40e815c" + }, + { + "id": "fsharp@3319018", + "repo": "fsharp", + "title": "Fix quoting in build.sh", + "url": "https://github.com/dotnet/fsharp/pull/19570", + "commit": "dotnet@d43adf9", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@3319018" + }, + { + "id": "fsharp@b74a9e1", + "repo": "fsharp", + "title": "Split TypedTreeOps.fs (12,569 lines) into 7 focused files", + "url": "https://github.com/dotnet/fsharp/pull/19521", + "commit": "dotnet@d43adf9", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@b74a9e1" + }, + { + "id": "fsharp@9567ee7", + "repo": "fsharp", + "title": "Refactor EraseUnions: DU-based domain model for union lowering", + "url": "https://github.com/dotnet/fsharp/pull/19518", + "commit": "dotnet@d43adf9", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@9567ee7" + }, + { + "id": "fsharp@be571c3", + "repo": "fsharp", + "title": "Add regression test: #1255, identifiers with @ produce correct codegen", + "url": "https://github.com/dotnet/fsharp/pull/19579", + "commit": "dotnet@d43adf9", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@be571c3" + }, + { + "id": "fsharp@03feed2", + "repo": "fsharp", + "title": "Bugfix :: Fix codegen runtime crashes: TypeLoadException, InvalidProgramException, stack corruption", + "url": "https://github.com/dotnet/fsharp/pull/19338", + "commit": "dotnet@d43adf9", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@03feed2" + }, + { + "id": "fsharp@f325ba2", + "repo": "fsharp", + "title": "Add regression test: #14566, false positive unused value warnings in query CEs", + "url": "https://github.com/dotnet/fsharp/pull/19581", + "commit": "dotnet@d43adf9", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@f325ba2" + }, + { + "id": "fsharp@6e6833a", + "repo": "fsharp", + "title": "Add regression test: #4473, extern function parameters not flagged as unused", + "url": "https://github.com/dotnet/fsharp/pull/19580", + "commit": "dotnet@d43adf9", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@6e6833a" + }, + { + "id": "fsharp@0b91207", + "repo": "fsharp", + "title": "Add compiler options parser tests", + "url": "https://github.com/dotnet/fsharp/pull/13878", + "commit": "dotnet@d43adf9", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@0b91207" + }, + { + "id": "fsharp@295146c", + "repo": "fsharp", + "title": "Add regression test: #13114, SynPat.Record and QuoteExpr traversal", + "url": "https://github.com/dotnet/fsharp/pull/19468", + "commit": "dotnet@d43adf9", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@295146c" + }, + { + "id": "fsharp@2bd5398", + "repo": "fsharp", + "title": "Fix #12386, SRTP trait call correct overload resolution in multi-submit FSI scenario", + "url": "https://github.com/dotnet/fsharp/pull/19471", + "commit": "dotnet@d43adf9", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@2bd5398" + }, + { + "id": "fsharp@763cf17", + "repo": "fsharp", + "title": "Fix #3939: Hide compiler-generated auto-property symbols from Symbols API", + "url": "https://github.com/dotnet/fsharp/pull/19498", + "commit": "dotnet@d43adf9", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@763cf17" + }, + { + "id": "fsharp@872352f", + "repo": "fsharp", + "title": "Fix AttributeUsage.AllowMultiple not inherited for C#-defined attributes", + "url": "https://github.com/dotnet/fsharp/pull/19315", + "commit": "dotnet@d43adf9", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@872352f" + }, + { + "id": "fsharp@ce2a17a", + "repo": "fsharp", + "title": "Fix flaky CancellationPropagatesToTask test", + "url": "https://github.com/dotnet/fsharp/pull/19569", + "commit": "dotnet@fc91b47", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@ce2a17a" + }, + { + "id": "fsharp@ad11468", + "repo": "fsharp", + "title": "Update dependencies from https://github.com/dotnet/roslyn build 20260414.1", + "url": "https://github.com/dotnet/fsharp/pull/19587", + "commit": "dotnet@fc91b47", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@ad11468" + }, + { + "id": "fsharp@c3c01c9", + "repo": "fsharp", + "title": "Fix NRE when calling virtual Object methods on value types via inline SRTP", + "url": "https://github.com/dotnet/fsharp/pull/8098", + "commit": "dotnet@fc91b47", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@c3c01c9" + }, + { + "id": "fsharp@7815bd1", + "repo": "fsharp", + "title": "Update dependencies from https://github.com/dotnet/roslyn build 20260415.6", + "url": "https://github.com/dotnet/fsharp/pull/19599", + "commit": "dotnet@fa7dfcf", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@7815bd1" + }, + { + "id": "fsharp@a0e6e01", + "repo": "fsharp", + "title": "Add noop instructions to repo-assist and regression-pr-shepherd workflows", + "url": "https://github.com/dotnet/fsharp/pull/19567", + "commit": "dotnet@fa7dfcf", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@a0e6e01" + }, + { + "id": "fsharp@db60550", + "repo": "fsharp", + "title": "Cache hash code in TypeStructure to fix O(n) GetHashCode perf regression", + "url": "https://github.com/dotnet/fsharp/pull/19369", + "commit": "dotnet@fa7dfcf", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@db60550" + }, + { + "id": "fsharp@e86257a", + "repo": "fsharp", + "title": ".sln -\u003E .slnx", + "url": "https://github.com/dotnet/fsharp/pull/19585", + "commit": "dotnet@fa7dfcf", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@e86257a" + }, + { + "id": "fsharp@0abb33d", + "repo": "fsharp", + "title": "Address signature generation bugs", + "url": "https://github.com/dotnet/fsharp/pull/19586", + "commit": "dotnet@fa7dfcf", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@0abb33d" + }, + { + "id": "fsharp@ecc1b2d", + "repo": "fsharp", + "title": "Migrate dn-bot-devdiv-drop-rw-code-rw PAT to WIF service connection", + "url": "https://github.com/dotnet/fsharp/pull/19598", + "commit": "dotnet@fa7dfcf", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@ecc1b2d" + }, + { + "id": "fsharp@76853e0", + "repo": "fsharp", + "title": "[main] Update dependencies from dotnet/roslyn", + "url": "https://github.com/dotnet/fsharp/pull/19605", + "commit": "dotnet@d2a0084", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@76853e0" + }, + { + "id": "fsharp@39cadd9", + "repo": "fsharp", + "title": "Use heap dumps (type 2) instead of triage dumps for crash diagnostics", + "url": "https://github.com/dotnet/fsharp/pull/19607", + "commit": "dotnet@d2a0084", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@39cadd9" + }, + { + "id": "fsharp@583e30a", + "repo": "fsharp", + "title": "Refresh all test baselines (.bsl files)", + "url": "https://github.com/dotnet/fsharp/pull/19603", + "commit": "dotnet@d2a0084", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@583e30a" + }, + { + "id": "fsharp@27640fd", + "repo": "fsharp", + "title": "Update SDK to 10.0.202", + "url": "https://github.com/dotnet/fsharp/pull/19606", + "commit": "dotnet@d2a0084", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@27640fd" + }, + { + "id": "fsharp@9b0021e", + "repo": "fsharp", + "title": "Add regression test for #3783: Mutually recursive computation expression NullReferenceException", + "url": "https://github.com/dotnet/fsharp/pull/19613", + "commit": "dotnet@d2a0084", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@9b0021e" + }, + { + "id": "fsharp@2535da2", + "repo": "fsharp", + "title": "Feature: Improve diagnostic messages", + "url": "https://github.com/dotnet/fsharp/pull/19398", + "commit": "dotnet@d2a0084", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@2535da2" + }, + { + "id": "fsharp@c96841a", + "repo": "fsharp", + "title": "Update dependencies from https://github.com/dotnet/roslyn build 20260420.12", + "url": "https://github.com/dotnet/fsharp/pull/19621", + "commit": "dotnet@d2a0084", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@c96841a" + }, + { + "id": "fsharp@69883ce", + "repo": "fsharp", + "title": "Update dependencies from https://github.com/dotnet/arcade build 20260420.5", + "url": "https://github.com/dotnet/fsharp/pull/19619", + "commit": "dotnet@d2a0084", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@69883ce" + }, + { + "id": "fsharp@d5b8050", + "repo": "fsharp", + "title": "Localized file check-in by OneLocBuild Task: Build definition ID 499: Build ID 2923304", + "url": "https://github.com/dotnet/fsharp/pull/19418", + "commit": "dotnet@d2a0084", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@d5b8050" + }, + { + "id": "fsharp@92fd65a", + "repo": "fsharp", + "title": "Fix methods tagged as Member instead of Method in tooltips", + "url": "https://github.com/dotnet/fsharp/pull/19507", + "commit": "dotnet@d2a0084", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@92fd65a" + }, + { + "id": "fsharp@9574160", + "repo": "fsharp", + "title": "Fix aw-auto-update: unblock Go/GitHub network access, improve no-op prompting", + "url": "https://github.com/dotnet/fsharp/pull/19624", + "commit": "dotnet@d2a0084", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@9574160" + }, + { + "id": "fsharp@e21d943", + "repo": "fsharp", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/fsharp/pull/19600", + "commit": "dotnet@d2a0084", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@e21d943" + }, + { + "id": "fsharp@2df9601", + "repo": "fsharp", + "title": "Update dependencies from https://github.com/dotnet/msbuild build 20260421.10", + "url": "https://github.com/dotnet/fsharp/pull/19627", + "commit": "dotnet@d2a0084", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@2df9601" + }, + { + "id": "fsharp@fd0ba7e", + "repo": "fsharp", + "title": "Update dependencies from https://github.com/dotnet/roslyn build 20260421.8", + "url": "https://github.com/dotnet/fsharp/pull/19628", + "commit": "dotnet@d2a0084", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@fd0ba7e" + }, + { + "id": "fsharp@ec82b94", + "repo": "fsharp", + "title": "Chore: Eliminate debug/release IL baseline duality", + "url": "https://github.com/dotnet/fsharp/pull/19611", + "commit": "dotnet@d2a0084", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@ec82b94" + }, + { + "id": "fsharp@a5df95f", + "repo": "fsharp", + "title": "Fix flaky async/task tests under CI load", + "url": "https://github.com/dotnet/fsharp/pull/19632", + "commit": "dotnet@f74a62d", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@a5df95f" + }, + { + "id": "fsharp@8769cdf", + "repo": "fsharp", + "title": "Add Release CI legs for test projects, update git revisions", + "url": "https://github.com/dotnet/fsharp/pull/19642", + "commit": "dotnet@f74a62d", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@8769cdf" + }, + { + "id": "fsharp@e3f8143", + "repo": "fsharp", + "title": "[main] Update dependencies from dotnet/roslyn", + "url": "https://github.com/dotnet/fsharp/pull/19637", + "commit": "dotnet@f74a62d", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@e3f8143" + }, + { + "id": "fsharp@c7d923c", + "repo": "fsharp", + "title": "Update dependencies from https://github.com/dotnet/arcade build 20260422.2", + "url": "https://github.com/dotnet/fsharp/pull/19635", + "commit": "dotnet@f74a62d", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@c7d923c" + }, + { + "id": "fsharp@2187bab", + "repo": "fsharp", + "title": "Update VSMinorVersion from 4 to 7", + "url": "https://github.com/dotnet/fsharp/pull/19652", + "commit": "dotnet@6c414b0", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@2187bab" + }, + { + "id": "fsharp@7355966", + "repo": "fsharp", + "title": "IlxGen: fix missing CompilationMapping attribute for generic values", + "url": "https://github.com/dotnet/fsharp/pull/19643", + "commit": "dotnet@6c414b0", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@7355966" + }, + { + "id": "fsharp@7487bd1", + "repo": "fsharp", + "title": "Fix accessibility and type-matching for generic extension method lookups", + "url": "https://github.com/dotnet/fsharp/pull/19536", + "commit": "dotnet@6c414b0", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@7487bd1" + }, + { + "id": "fsharp@25dd46b", + "repo": "fsharp", + "title": "Resumable state machines: fix \u0022builder@\u0022 variable leak", + "url": "https://github.com/dotnet/fsharp/pull/19630", + "commit": "dotnet@6c414b0", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@25dd46b" + }, + { + "id": "fsharp@c517263", + "repo": "fsharp", + "title": "remove workaround", + "url": "https://github.com/dotnet/fsharp/pull/19549", + "commit": "dotnet@6c414b0", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@c517263" + }, + { + "id": "fsharp@1b7bba3", + "repo": "fsharp", + "title": "Fix #7776: Detect missing implementations for C# \u0027abstract override\u0027 methods", + "url": "https://github.com/dotnet/fsharp/pull/19503", + "commit": "dotnet@6ee68da", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@1b7bba3" + }, + { + "id": "fsharp@cd1d180", + "repo": "fsharp", + "title": "Address additional signature generation roundtrip bugs", + "url": "https://github.com/dotnet/fsharp/pull/19609", + "commit": "dotnet@6ee68da", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@cd1d180" + }, + { + "id": "fsharp@836319f", + "repo": "fsharp", + "title": "Disable noop report-as-issue for all agentic workflows", + "url": "https://github.com/dotnet/fsharp/pull/19655", + "commit": "dotnet@6ee68da", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@836319f" + }, + { + "id": "fsharp@cb87e57", + "repo": "fsharp", + "title": "Fix seq try-with handler body executing twice", + "url": "https://github.com/dotnet/fsharp/pull/19660", + "commit": "dotnet@6ee68da", + "is_security": false, + "product": "dotnet-fsharp", + "local_repo_commit": "fsharp@cb87e57" + }, + { + "id": "msbuild@50afea8", + "repo": "msbuild", + "title": "Final branding for 18.6 release", + "url": "https://github.com/dotnet/msbuild/pull/13473", + "commit": "dotnet@28eee95", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@50afea8" + }, + { + "id": "msbuild@848fe4d", + "repo": "msbuild", + "title": "Ensure ThreadSafeTaskAnalyzer.Tests is considered as a unit test project", + "url": "https://github.com/dotnet/msbuild/pull/13481", + "commit": "dotnet@28eee95", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@848fe4d" + }, + { + "id": "msbuild@264c606", + "repo": "msbuild", + "title": "Fix MSBuildTask0002 analyzer warnings in already-migrated tasks", + "url": "https://github.com/dotnet/msbuild/pull/13466", + "commit": "dotnet@28eee95", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@264c606" + }, + { + "id": "msbuild@f86b024", + "repo": "msbuild", + "title": "Fix race conditions in task host path resolution", + "url": "https://github.com/dotnet/msbuild/pull/13485", + "commit": "dotnet@28eee95", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@f86b024" + }, + { + "id": "msbuild@932ab6a", + "repo": "msbuild", + "title": "Migrate ToolTask and Al task to TaskEnvironment API", + "url": "https://github.com/dotnet/msbuild/pull/13423", + "commit": "dotnet@28eee95", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@932ab6a" + }, + { + "id": "msbuild@b013a87", + "repo": "msbuild", + "title": "Bump main to 18.7, add vs18.6 to merge flow", + "url": "https://github.com/dotnet/msbuild/pull/13472", + "commit": "dotnet@28eee95", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@b013a87" + }, + { + "id": "msbuild@20e99d4", + "repo": "msbuild", + "title": "Avoid allocations in GetHashCode implementations", + "url": "https://github.com/dotnet/msbuild/pull/13475", + "commit": "dotnet@28eee95", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@20e99d4" + }, + { + "id": "msbuild@c76c3f7", + "repo": "msbuild", + "title": "Add PATs rotation to agentic workflow(s)", + "url": "https://github.com/dotnet/msbuild/pull/13496", + "commit": "dotnet@28eee95", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@c76c3f7" + }, + { + "id": "msbuild@6a97bb0", + "repo": "msbuild", + "title": "Fix ASP.NET WebSite projects to copy netstandard.dll facade when required", + "url": "https://github.com/dotnet/msbuild/pull/13058", + "commit": "dotnet@28eee95", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@6a97bb0" + }, + { + "id": "msbuild@e5ebe15", + "repo": "msbuild", + "title": "Default to enumerating \u0022MSBuild\u0022 processes", + "url": "https://github.com/dotnet/msbuild/pull/13501", + "commit": "dotnet@28eee95", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@e5ebe15" + }, + { + "id": "msbuild@fe7af3a", + "repo": "msbuild", + "title": "Migrate AspNetCompiler to TaskEnvironment API", + "url": "https://github.com/dotnet/msbuild/pull/13424", + "commit": "dotnet@28eee95", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@fe7af3a" + }, + { + "id": "msbuild@6df67e9", + "repo": "msbuild", + "title": "Add review workflow", + "url": "https://github.com/dotnet/msbuild/pull/13503", + "commit": "dotnet@28eee95", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@6df67e9" + }, + { + "id": "msbuild@225d17f", + "repo": "msbuild", + "title": "Strengthen reviewer skill: add step-back analysis dimensions", + "url": "https://github.com/dotnet/msbuild/pull/13504", + "commit": "dotnet@28eee95", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@225d17f" + }, + { + "id": "msbuild@cbe2bab", + "repo": "msbuild", + "title": "Add \u0027Request Speedometer Perf Run\u0027 to VS experimental insertion build policies", + "url": "https://github.com/dotnet/msbuild/pull/13505", + "commit": "dotnet@28eee95", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@cbe2bab" + }, + { + "id": "msbuild@fc2a3be", + "repo": "msbuild", + "title": "Remove duplicate @ prefix from issueAuthor in GitOps", + "url": "https://github.com/dotnet/msbuild/pull/13492", + "commit": "dotnet@28eee95", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@fc2a3be" + }, + { + "id": "msbuild@3f8df22", + "repo": "msbuild", + "title": "Improve review aw", + "url": "https://github.com/dotnet/msbuild/pull/13510", + "commit": "dotnet@28eee95", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@3f8df22" + }, + { + "id": "msbuild@9b5c9da", + "repo": "msbuild", + "title": "Migrates unit tests to use RoslynCodeTaskFactory to enable running tests under .NET Core", + "url": "https://github.com/dotnet/msbuild/pull/13500", + "commit": "dotnet@28eee95", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@9b5c9da" + }, + { + "id": "msbuild@5bb6c79", + "repo": "msbuild", + "title": "Fix cross-AppDomain TaskItem modifier cache regression", + "url": "https://github.com/dotnet/msbuild/pull/13493", + "commit": "dotnet@28eee95", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@5bb6c79" + }, + { + "id": "msbuild@288cc6e", + "repo": "msbuild", + "title": "Discourage review agent from approving PRs", + "url": "https://github.com/dotnet/msbuild/pull/13512", + "commit": "dotnet@28eee95", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@288cc6e" + }, + { + "id": "msbuild@8dd97da", + "repo": "msbuild", + "title": "Stop trying to deploy ValueTuple", + "url": "https://github.com/dotnet/msbuild/pull/13507", + "commit": "dotnet@28eee95", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@8dd97da" + }, + { + "id": "msbuild@d1f8fe6", + "repo": "msbuild", + "title": "Ad-hoc re-sign bootstrap dotnet on macOS to prevent SIGKILL", + "url": "https://github.com/dotnet/msbuild/pull/13513", + "commit": "dotnet@28eee95", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@d1f8fe6" + }, + { + "id": "msbuild@e2ae904", + "repo": "msbuild", + "title": "RoslynCodeTaskFactory: Log MSB3753 when task class does not implement ITask", + "url": "https://github.com/dotnet/msbuild/pull/13517", + "commit": "dotnet@28eee95", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@e2ae904" + }, + { + "id": "msbuild@9cee5f7", + "repo": "msbuild", + "title": "Update gh-aw (upon mcp policy changes)", + "url": "https://github.com/dotnet/msbuild/pull/13526", + "commit": "dotnet@363c09f", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@9cee5f7" + }, + { + "id": "msbuild@f662d33", + "repo": "msbuild", + "title": "Eliminate XmlChildNodes allocations in GetXmlNodeInnerContents", + "url": "https://github.com/dotnet/msbuild/pull/13509", + "commit": "dotnet@363c09f", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@f662d33" + }, + { + "id": "msbuild@0f09213", + "repo": "msbuild", + "title": "Fix telemetry allocation regression: per-engine collector ownership", + "url": "https://github.com/dotnet/msbuild/pull/13516", + "commit": "dotnet@363c09f", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@0f09213" + }, + { + "id": "msbuild@ff2108e", + "repo": "msbuild", + "title": "Migrate to xunit.v3", + "url": "https://github.com/dotnet/msbuild/pull/13482", + "commit": "dotnet@363c09f", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@ff2108e" + }, + { + "id": "msbuild@20e5760", + "repo": "msbuild", + "title": "Fix stray brace in HandleBuildCancel trace string causing MSB1025", + "url": "https://github.com/dotnet/msbuild/pull/13535", + "commit": "dotnet@363c09f", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@20e5760" + }, + { + "id": "msbuild@605d695", + "repo": "msbuild", + "title": "Bumping to 10.0.4 runtime packages", + "url": "https://github.com/dotnet/msbuild/pull/13533", + "commit": "dotnet@363c09f", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@605d695" + }, + { + "id": "msbuild@41d346d", + "repo": "msbuild", + "title": "Remove early return in GetCanonicalForm, always call System.IO.Path", + "url": "https://github.com/dotnet/msbuild/pull/13532", + "commit": "dotnet@363c09f", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@41d346d" + }, + { + "id": "msbuild@684c216", + "repo": "msbuild", + "title": "Do not overwrite GetCopyToOutputDirectoryItemsDependsOn, just add new\u2026", + "url": "https://github.com/dotnet/msbuild/pull/13474", + "commit": "dotnet@363c09f", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@684c216" + }, + { + "id": "msbuild@5e982ce", + "repo": "msbuild", + "title": "Migrate GetReferenceAssemblyPaths task to TaskEnvironment API", + "url": "https://github.com/dotnet/msbuild/pull/13495", + "commit": "dotnet@363c09f", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@5e982ce" + }, + { + "id": "msbuild@1549919", + "repo": "msbuild", + "title": "Stabilize ToolTaskThatTimeoutAndRetry test", + "url": "https://github.com/dotnet/msbuild/pull/13489", + "commit": "dotnet@363c09f", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@1549919" + }, + { + "id": "msbuild@2a2f251", + "repo": "msbuild", + "title": "[automated] Merge branch \u0027vs18.6\u0027 =\u003E \u0027main\u0027", + "url": "https://github.com/dotnet/msbuild/pull/13506", + "commit": "dotnet@363c09f", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@2a2f251" + }, + { + "id": "msbuild@12afa00", + "repo": "msbuild", + "title": "Add extra test assertions around tests", + "url": "https://github.com/dotnet/msbuild/pull/13536", + "commit": "dotnet@363c09f", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@12afa00" + }, + { + "id": "msbuild@41053b8", + "repo": "msbuild", + "title": "Add static eval for repo skills/agents via skill-validator", + "url": "https://github.com/dotnet/msbuild/pull/13537", + "commit": "dotnet@15fe3b6", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@41053b8" + }, + { + "id": "msbuild@a4daced", + "repo": "msbuild", + "title": "Migrate SGen task to Task environment API", + "url": "https://github.com/dotnet/msbuild/pull/13457", + "commit": "dotnet@15fe3b6", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@a4daced" + }, + { + "id": "msbuild@d6f0b06", + "repo": "msbuild", + "title": "\uFEFFFix TerminalLogger assert failure for metaproj files and cached project eval ID", + "url": "https://github.com/dotnet/msbuild/pull/13480", + "commit": "dotnet@15fe3b6", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@d6f0b06" + }, + { + "id": "msbuild@e0836c4", + "repo": "msbuild", + "title": "Filter out approving review from pr-reviewer agent", + "url": "https://github.com/dotnet/msbuild/pull/13553", + "commit": "dotnet@b2fc34d", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@e0836c4" + }, + { + "id": "msbuild@a146f11", + "repo": "msbuild", + "title": "Use a unique task name per invocation to tabilize RoslynCodeTaskFactory_ReuseCompilation test", + "url": "https://github.com/dotnet/msbuild/pull/13551", + "commit": "dotnet@b2fc34d", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@a146f11" + }, + { + "id": "msbuild@4a70cbb", + "repo": "msbuild", + "title": "Brief doc on feedback/logging/data systems", + "url": "https://github.com/dotnet/msbuild/pull/13554", + "commit": "dotnet@b2fc34d", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@4a70cbb" + }, + { + "id": "msbuild@77a329b", + "repo": "msbuild", + "title": "Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 13881982", + "url": "https://github.com/dotnet/msbuild/pull/13437", + "commit": "dotnet@b2fc34d", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@77a329b" + }, + { + "id": "msbuild@2da00fb", + "repo": "msbuild", + "title": "Stage 3: Forward BuildProjectFile* callbacks from OOP TaskHost to worker node", + "url": "https://github.com/dotnet/msbuild/pull/13350", + "commit": "dotnet@1847fec", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@2da00fb" + }, + { + "id": "msbuild@41c77a9", + "repo": "msbuild", + "title": "Enable TaskHost Callbacks by default", + "url": "https://github.com/dotnet/msbuild/pull/13579", + "commit": "dotnet@1847fec", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@41c77a9" + }, + { + "id": "msbuild@a76579a", + "repo": "msbuild", + "title": "Remove unactionable info from reviewer agent", + "url": "https://github.com/dotnet/msbuild/pull/13578", + "commit": "dotnet@1847fec", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@a76579a" + }, + { + "id": "msbuild@e7db4dc", + "repo": "msbuild", + "title": "Enlighten RequiresFramework35SP1Assembly task for multithreaded mode", + "url": "https://github.com/dotnet/msbuild/pull/13575", + "commit": "dotnet@1847fec", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@e7db4dc" + }, + { + "id": "msbuild@20e03ef", + "repo": "msbuild", + "title": "Make SdkResolver-provided environment variables take precedence over ambient environment", + "url": "https://github.com/dotnet/msbuild/pull/12655", + "commit": "dotnet@1847fec", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@20e03ef" + }, + { + "id": "msbuild@c2c2ee1", + "repo": "msbuild", + "title": "Add dotnet/skills marketplace and enable plugins", + "url": "https://github.com/dotnet/msbuild/pull/13582", + "commit": "dotnet@1847fec", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@c2c2ee1" + }, + { + "id": "msbuild@73b6615", + "repo": "msbuild", + "title": "The skills/agents check filters-in only touched files", + "url": "https://github.com/dotnet/msbuild/pull/13586", + "commit": "dotnet@1847fec", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@73b6615" + }, + { + "id": "msbuild@c5037dc", + "repo": "msbuild", + "title": "[vs18.6] Fix telemetry allocation regression: per-engine collector ownership", + "url": "https://github.com/dotnet/msbuild/pull/13581", + "commit": "dotnet@1847fec", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@c5037dc" + }, + { + "id": "msbuild@84d3e95", + "repo": "msbuild", + "title": "[vs18.6] Fix cross-AppDomain TaskItem modifier cache regression", + "url": "https://github.com/dotnet/msbuild/pull/13515", + "commit": "dotnet@1847fec", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@84d3e95" + }, + { + "id": "msbuild@94dd443", + "repo": "msbuild", + "title": "Fix skill-validation workflow failing when agents directory is deleted", + "url": "https://github.com/dotnet/msbuild/pull/13592", + "commit": "dotnet@1847fec", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@94dd443" + }, + { + "id": "msbuild@7e80e70", + "repo": "msbuild", + "title": "[automated] Merge branch \u0027vs18.6\u0027 =\u003E \u0027main\u0027", + "url": "https://github.com/dotnet/msbuild/pull/13593", + "commit": "dotnet@7379a1c", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@7e80e70" + }, + { + "id": "msbuild@933255e", + "repo": "msbuild", + "title": "Fix: Show source project in graph build errors for invalid project references", + "url": "https://github.com/dotnet/msbuild/pull/12672", + "commit": "dotnet@7379a1c", + "is_security": false, + "product": "dotnet-msbuild", + "local_repo_commit": "msbuild@933255e" + }, + { + "id": "nuget-client@9f5248f", + "repo": "nuget-client", + "title": "Fix agentPool name in PR pipeline configuration", + "url": "https://github.com/nuget/nuget.client/pull/7252", + "commit": "dotnet@71d20b6", + "is_security": false, + "product": "dotnet-nuget", + "local_repo_commit": "nuget-client@9f5248f" + }, + { + "id": "nuget-client@44523a4", + "repo": "nuget-client", + "title": "Add ability to disable the writing of the dependency graph spec file", + "url": "https://github.com/nuget/nuget.client/pull/7239", + "commit": "dotnet@71d20b6", + "is_security": false, + "product": "dotnet-nuget", + "local_repo_commit": "nuget-client@44523a4" + }, + { + "id": "nuget-client@76b3a60", + "repo": "nuget-client", + "title": "Update the PM UI when a successful restore finishes", + "url": "https://github.com/nuget/nuget.client/pull/7209", + "commit": "dotnet@71d20b6", + "is_security": false, + "product": "dotnet-nuget", + "local_repo_commit": "nuget-client@76b3a60" + }, + { + "id": "nuget-client@fb4c283", + "repo": "nuget-client", + "title": "Update branding to 7.7", + "url": "https://github.com/nuget/nuget.client/pull/7254", + "commit": "dotnet@71d20b6", + "is_security": false, + "product": "dotnet-nuget", + "local_repo_commit": "nuget-client@fb4c283" + }, + { + "id": "nuget-client@e03bbf8", + "repo": "nuget-client", + "title": "Fix for TSTInfo encoding issue. Copilot-generated test that updated implementation is still understood by all consumers", + "url": "https://github.com/nuget/nuget.client/pull/7248", + "commit": "dotnet@71d20b6", + "is_security": false, + "product": "dotnet-nuget", + "local_repo_commit": "nuget-client@e03bbf8" + }, + { + "id": "nuget-client@7e77192", + "repo": "nuget-client", + "title": "Ignore lscache", + "url": "https://github.com/nuget/nuget.client/pull/7264", + "commit": "dotnet@71d20b6", + "is_security": false, + "product": "dotnet-nuget", + "local_repo_commit": "nuget-client@7e77192" + }, + { + "id": "nuget-client@ae4971f", + "repo": "nuget-client", + "title": "Localized file check-in by OneLocBuild Task: Build definition ID 8117: Build ID 13781777", + "url": "https://github.com/nuget/nuget.client/pull/7251", + "commit": "dotnet@71d20b6", + "is_security": false, + "product": "dotnet-nuget", + "local_repo_commit": "nuget-client@ae4971f" + }, + { + "id": "nuget-client@a42f952", + "repo": "nuget-client", + "title": "Migrate NetCore E2E tests from PowerShell to Apex", + "url": "https://github.com/nuget/nuget.client/pull/7246", + "commit": "dotnet@71d20b6", + "is_security": false, + "product": "dotnet-nuget", + "local_repo_commit": "nuget-client@a42f952" + }, + { + "id": "nuget-client@06ee0a5", + "repo": "nuget-client", + "title": "Fix dotnet add package incorrectly adding PrivateAssets to PackageVersion item in CPM projects", + "url": "https://github.com/nuget/nuget.client/pull/7258", + "commit": "dotnet@71d20b6", + "is_security": false, + "product": "dotnet-nuget", + "local_repo_commit": "nuget-client@06ee0a5" + }, + { + "id": "nuget-client@e863e23", + "repo": "nuget-client", + "title": "update public API shipping in 7.6.x", + "url": "https://github.com/nuget/nuget.client/pull/7269", + "commit": "dotnet@e0b19b6", + "is_security": false, + "product": "dotnet-nuget", + "local_repo_commit": "nuget-client@e863e23" + }, + { + "id": "nuget-client@0abad6a", + "repo": "nuget-client", + "title": "Migrate SyncPackageTest.ps1 to Apex SyncPackageTestCase.cs", + "url": "https://github.com/nuget/nuget.client/pull/7270", + "commit": "dotnet@e0b19b6", + "is_security": false, + "product": "dotnet-nuget", + "local_repo_commit": "nuget-client@0abad6a" + }, + { + "id": "nuget-client@bfeb9ff", + "repo": "nuget-client", + "title": "NuGet.Protocol nullability - Phase 1", + "url": "https://github.com/nuget/nuget.client/pull/7267", + "commit": "dotnet@e0b19b6", + "is_security": false, + "product": "dotnet-nuget", + "local_repo_commit": "nuget-client@bfeb9ff" + }, + { + "id": "nuget-client@4de61f2", + "repo": "nuget-client", + "title": "Simplify localization docs", + "url": "https://github.com/nuget/nuget.client/pull/7262", + "commit": "dotnet@e0b19b6", + "is_security": false, + "product": "dotnet-nuget", + "local_repo_commit": "nuget-client@4de61f2" + }, + { + "id": "nuget-client@398128e", + "repo": "nuget-client", + "title": "Initialize resource when GetInstalledVersions is called first", + "url": "https://github.com/nuget/nuget.client/pull/7245", + "commit": "dotnet@e0b19b6", + "is_security": false, + "product": "dotnet-nuget", + "local_repo_commit": "nuget-client@398128e" + }, + { + "id": "nuget-client@5f97df1", + "repo": "nuget-client", + "title": "Cache NUGET_DISABLE_PACKAGEID_VALIDATION env var read in PackageIdValidator.Validate to eliminate per-call allocations", + "url": "https://github.com/nuget/nuget.client/pull/7266", + "commit": "dotnet@b64af00", + "is_security": false, + "product": "dotnet-nuget", + "local_repo_commit": "nuget-client@5f97df1" + }, + { + "id": "nuget-client@1f130f6", + "repo": "nuget-client", + "title": "Improve nupkg validation in NuGet.Protocol", + "url": "https://github.com/nuget/nuget.client/pull/7284", + "commit": "dotnet@b64af00", + "is_security": false, + "product": "dotnet-nuget", + "local_repo_commit": "nuget-client@1f130f6" + }, + { + "id": "nuget-client@106309a", + "repo": "nuget-client", + "title": "Force initialize EnvDTE.Project because EnvDTE.Project initialization does not specify its thread affinity", + "url": "https://github.com/nuget/nuget.client/pull/7292", + "commit": "dotnet@b64af00", + "is_security": false, + "product": "dotnet-nuget", + "local_repo_commit": "nuget-client@106309a" + }, + { + "id": "nuget-client@461fa93", + "repo": "nuget-client", + "title": "Warn that NuGet.exe needs .NET Framework MSBuild", + "url": "https://github.com/nuget/nuget.client/pull/7261", + "commit": "dotnet@b64af00", + "is_security": false, + "product": "dotnet-nuget", + "local_repo_commit": "nuget-client@461fa93" + }, + { + "id": "nuget-client@ffd4cc1", + "repo": "nuget-client", + "title": "Use 1ES task to generate SBOM", + "url": "https://github.com/nuget/nuget.client/pull/7291", + "commit": "dotnet@b64af00", + "is_security": false, + "product": "dotnet-nuget", + "local_repo_commit": "nuget-client@ffd4cc1" + }, + { + "id": "nuget-client@de3b92c", + "repo": "nuget-client", + "title": "Fix flakey MockServer test", + "url": "https://github.com/nuget/nuget.client/pull/7296", + "commit": "dotnet@b64af00", + "is_security": false, + "product": "dotnet-nuget", + "local_repo_commit": "nuget-client@de3b92c" + }, + { + "id": "razor@c5a06f4", + "repo": "razor", + "title": "Rename ElementOrTagHelper IR nodes to UnresolvedElement", + "url": "https://github.com/dotnet/razor/pull/13002", + "commit": "dotnet@bfccf51", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@c5a06f4" + }, + { + "id": "razor@332ec99", + "repo": "razor", + "title": "Remove Mariner 2.0 pipeline reference", + "url": "https://github.com/dotnet/razor/pull/13015", + "commit": "dotnet@216be3d", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@332ec99" + }, + { + "id": "razor@afe2fb5", + "repo": "razor", + "title": "Localized file check-in by OneLocBuild Task: Build definition ID 262: Build ID 2945482", + "url": "https://github.com/dotnet/razor/pull/13018", + "commit": "dotnet@216be3d", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@afe2fb5" + }, + { + "id": "razor@8dcc052", + "repo": "razor", + "title": "Fix formatting log tests, and validate a bug is fixed", + "url": "https://github.com/dotnet/razor/pull/13017", + "commit": "dotnet@216be3d", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@8dcc052" + }, + { + "id": "razor@1eaf86c", + "repo": "razor", + "title": "Clean up RewrittenSyntaxTree naming and null handling in DefaultTagHelperResolutionPhase", + "url": "https://github.com/dotnet/razor/pull/13003", + "commit": "dotnet@216be3d", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@1eaf86c" + }, + { + "id": "razor@c39bfd8", + "repo": "razor", + "title": "Add editor context menu support for Razor nested file commands", + "url": "https://github.com/dotnet/razor/pull/13023", + "commit": "dotnet@108e76e", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@c39bfd8" + }, + { + "id": "razor@94964f9", + "repo": "razor", + "title": "Update dependencies from https://github.com/dotnet/arcade build 20260408.2", + "url": "https://github.com/dotnet/razor/pull/13024", + "commit": "dotnet@108e76e", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@94964f9" + }, + { + "id": "razor@a027f8a", + "repo": "razor", + "title": "Add warning waves infrastructure to Razor compiler", + "url": "https://github.com/dotnet/razor/pull/13016", + "commit": "dotnet@108e76e", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@a027f8a" + }, + { + "id": "razor@4bf45b8", + "repo": "razor", + "title": "Update Roslyn, and package versions to match Roslyn", + "url": "https://github.com/dotnet/razor/pull/13028", + "commit": "dotnet@108e76e", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@4bf45b8" + }, + { + "id": "razor@e166783", + "repo": "razor", + "title": "Localized file check-in by OneLocBuild Task: Build definition ID 262: Build ID 2947716", + "url": "https://github.com/dotnet/razor/pull/13029", + "commit": "dotnet@108e76e", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@e166783" + }, + { + "id": "razor@ae39b43", + "repo": "razor", + "title": "Localized file check-in by OneLocBuild Task: Build definition ID 262: Build ID 2947772", + "url": "https://github.com/dotnet/razor/pull/13034", + "commit": "dotnet@108e76e", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@ae39b43" + }, + { + "id": "razor@00b88c4", + "repo": "razor", + "title": "Migrate VS insertion from RIT\u002BPAT to roslyn-tools CLI\u002BWIF", + "url": "https://github.com/dotnet/razor/pull/13010", + "commit": "dotnet@108e76e", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@00b88c4" + }, + { + "id": "razor@84a11ed", + "repo": "razor", + "title": "Localized file check-in by OneLocBuild Task: Build definition ID 262: Build ID 2948471", + "url": "https://github.com/dotnet/razor/pull/13038", + "commit": "dotnet@108e76e", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@84a11ed" + }, + { + "id": "razor@693f058", + "repo": "razor", + "title": "Fix NRE in CohostDocumentPullDiagnosticsEndpointBase.GetDiagnosticsAsync", + "url": "https://github.com/dotnet/razor/pull/13044", + "commit": "dotnet@108e76e", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@693f058" + }, + { + "id": "razor@a7ea0e0", + "repo": "razor", + "title": "Fix Watson crash in ToRazorTextDocumentIdentifier when DocumentUri is unparseable", + "url": "https://github.com/dotnet/razor/pull/13043", + "commit": "dotnet@108e76e", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@a7ea0e0" + }, + { + "id": "razor@0a1fc6e", + "repo": "razor", + "title": "Extract MergeSourceSpans helper and deduplicate condition branches in tag helper resolution phase", + "url": "https://github.com/dotnet/razor/pull/13008", + "commit": "dotnet@108e76e", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@0a1fc6e" + }, + { + "id": "razor@5813e6f", + "repo": "razor", + "title": "Break up ResolveElement method in DefaultTagHelperResolutionPhase", + "url": "https://github.com/dotnet/razor/pull/13007", + "commit": "dotnet@108e76e", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@5813e6f" + }, + { + "id": "razor@f6ed367", + "repo": "razor", + "title": "Localized file check-in by OneLocBuild Task: Build definition ID 262: Build ID 2950199", + "url": "https://github.com/dotnet/razor/pull/13046", + "commit": "dotnet@dc828aa", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@f6ed367" + }, + { + "id": "razor@53cc988", + "repo": "razor", + "title": "Revert \u0022Update Roslyn, and package versions to match Roslyn\u0022", + "url": "https://github.com/dotnet/razor/pull/13047", + "commit": "dotnet@dc828aa", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@53cc988" + }, + { + "id": "razor@d117beb", + "repo": "razor", + "title": "Remove LazyContent.Create identity wrappers in resolution phase", + "url": "https://github.com/dotnet/razor/pull/13004", + "commit": "dotnet@dc828aa", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@d117beb" + }, + { + "id": "razor@e48e0ad", + "repo": "razor", + "title": "Add With* convenience methods to SourceSpan", + "url": "https://github.com/dotnet/razor/pull/13005", + "commit": "dotnet@dc828aa", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@e48e0ad" + }, + { + "id": "razor@1fa936c", + "repo": "razor", + "title": "Mop up a few remaining feedback items from https://github.com/dotnet/razor/pull/13016", + "url": "https://github.com/dotnet/razor/pull/13045", + "commit": "dotnet@dc828aa", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@1fa936c" + }, + { + "id": "razor@5269ad3", + "repo": "razor", + "title": "Minimal changes to prepare for repo merge", + "url": "https://github.com/dotnet/razor/pull/13048", + "commit": "dotnet@dc828aa", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@5269ad3" + }, + { + "id": "razor@04231aa", + "repo": "razor", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/razor/pull/13039", + "commit": "dotnet@7139621", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@04231aa" + }, + { + "id": "razor@520d5b9", + "repo": "razor", + "title": "Add coverage for parameterized Generate Method", + "url": "https://github.com/dotnet/razor/pull/13035", + "commit": "dotnet@7139621", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@520d5b9" + }, + { + "id": "razor@0172d02", + "repo": "razor", + "title": "Random code cleanup found during repo merge work", + "url": "https://github.com/dotnet/razor/pull/13053", + "commit": "dotnet@7139621", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@0172d02" + }, + { + "id": "razor@2a5d329", + "repo": "razor", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/razor/pull/13051", + "commit": "dotnet@dccfe70", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@2a5d329" + }, + { + "id": "razor@78f7bae", + "repo": "razor", + "title": "Update dependencies from https://github.com/dotnet/arcade build 20260408.4", + "url": "https://github.com/dotnet/razor/pull/13031", + "commit": "dotnet@dccfe70", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@78f7bae" + }, + { + "id": "razor@2e38756", + "repo": "razor", + "title": "Unskip generate method and associated tests", + "url": "https://github.com/dotnet/razor/pull/13063", + "commit": "dotnet@dccfe70", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@2e38756" + }, + { + "id": "razor@3c39849", + "repo": "razor", + "title": "Fix #13056 - Debugger and stack exception pointed to incorrect line/code as source of issue", + "url": "https://github.com/dotnet/razor/pull/13057", + "commit": "dotnet@e4ed625", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@3c39849" + }, + { + "id": "razor@db3f9fe", + "repo": "razor", + "title": "[main] Update dependencies from dotnet/arcade", + "url": "https://github.com/dotnet/razor/pull/13070", + "commit": "dotnet@e4ed625", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@db3f9fe" + }, + { + "id": "razor@229087c", + "repo": "razor", + "title": "Fix active Component Governance alerts", + "url": "https://github.com/dotnet/razor/pull/13065", + "commit": "dotnet@e4ed625", + "is_security": false, + "product": "dotnet-razor", + "local_repo_commit": "razor@229087c" + }, + { + "id": "roslyn@6a8ea0e", + "repo": "roslyn", + "title": "Update assembly versions in VS insertions", + "url": "https://github.com/dotnet/roslyn/pull/83016", + "commit": "dotnet@948b516", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@6a8ea0e" + }, + { + "id": "roslyn@1545b30", + "repo": "roslyn", + "title": "Port EditorFeatures2 tests to Linux (net10.0)", + "url": "https://github.com/dotnet/roslyn/pull/83014", + "commit": "dotnet@948b516", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@1545b30" + }, + { + "id": "roslyn@b99bcbb", + "repo": "roslyn", + "title": "Preserve #: file-based app directives during formatting", + "url": "https://github.com/dotnet/roslyn/pull/82996", + "commit": "dotnet@948b516", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@b99bcbb" + }, + { + "id": "roslyn@731242d", + "repo": "roslyn", + "title": "Allow generate method to run on Razor documents", + "url": "https://github.com/dotnet/roslyn/pull/83028", + "commit": "dotnet@cf2c8a4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@731242d" + }, + { + "id": "roslyn@fe9097b", + "repo": "roslyn", + "title": "Do not crash if URI not parseable and no default handler exists", + "url": "https://github.com/dotnet/roslyn/pull/83024", + "commit": "dotnet@cf2c8a4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@fe9097b" + }, + { + "id": "roslyn@f6b7abf", + "repo": "roslyn", + "title": "Fix intermittent AssemblyLoading_MultipleVersions_ExactAndGreaterMatch(LoadStream) failure", + "url": "https://github.com/dotnet/roslyn/pull/83044", + "commit": "dotnet@cf2c8a4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@f6b7abf" + }, + { + "id": "roslyn@ed183b9", + "repo": "roslyn", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/roslyn/pull/83045", + "commit": "dotnet@cf2c8a4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@ed183b9" + }, + { + "id": "roslyn@2d43d45", + "repo": "roslyn", + "title": "Remove reflection from UICultureUtilities", + "url": "https://github.com/dotnet/roslyn/pull/83038", + "commit": "dotnet@cf2c8a4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@2d43d45" + }, + { + "id": "roslyn@ecefed0", + "repo": "roslyn", + "title": "Fix with-element indentation in collection expressions on multiple lines", + "url": "https://github.com/dotnet/roslyn/pull/83030", + "commit": "dotnet@cf2c8a4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@ecefed0" + }, + { + "id": "roslyn@8d42c9c", + "repo": "roslyn", + "title": "Fix evaluations inside ref-returning methods", + "url": "https://github.com/dotnet/roslyn/pull/83037", + "commit": "dotnet@cf2c8a4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@8d42c9c" + }, + { + "id": "roslyn@3de19a1", + "repo": "roslyn", + "title": "Use brokered service for IManagedHotReloadService in VS", + "url": "https://github.com/dotnet/roslyn/pull/83018", + "commit": "dotnet@cf2c8a4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@3de19a1" + }, + { + "id": "roslyn@c9bb247", + "repo": "roslyn", + "title": "Disable draft insertions on main after VS snap", + "url": "https://github.com/dotnet/roslyn/pull/83032", + "commit": "dotnet@cf2c8a4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@c9bb247" + }, + { + "id": "roslyn@18365a9", + "repo": "roslyn", + "title": "File-based apps automatic discovery", + "url": "https://github.com/dotnet/roslyn/pull/82863", + "commit": "dotnet@cf2c8a4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@18365a9" + }, + { + "id": "roslyn@ae96a65", + "repo": "roslyn", + "title": "Add compilation caching mode to VBCSCompiler server", + "url": "https://github.com/dotnet/roslyn/pull/82881", + "commit": "dotnet@cf2c8a4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@ae96a65" + }, + { + "id": "roslyn@2c73cf9", + "repo": "roslyn", + "title": "Change activity log category string from VisualStudioErrorReportingService to Roslyn", + "url": "https://github.com/dotnet/roslyn/pull/83019", + "commit": "dotnet@cf2c8a4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@2c73cf9" + }, + { + "id": "roslyn@fca1217", + "repo": "roslyn", + "title": "\uFEFFAdd Copilot skill for investigating VS integration test failures", + "url": "https://github.com/dotnet/roslyn/pull/83002", + "commit": "dotnet@cf2c8a4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@fca1217" + }, + { + "id": "roslyn@1d19196", + "repo": "roslyn", + "title": "Port \u0022Split if\u0022 refactorings\u0027 tests to \u0060Verify[CS|VB]\u0060", + "url": "https://github.com/dotnet/roslyn/pull/82892", + "commit": "dotnet@cf2c8a4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@1d19196" + }, + { + "id": "roslyn@205b3e8", + "repo": "roslyn", + "title": "Fix incomplete migration of TopLevelStatement tests to VerifyCS pattern", + "url": "https://github.com/dotnet/roslyn/pull/83085", + "commit": "dotnet@cf2c8a4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@205b3e8" + }, + { + "id": "roslyn@26fdc36", + "repo": "roslyn", + "title": "Add LSP TypeHierarchy Support", + "url": "https://github.com/dotnet/roslyn/pull/83011", + "commit": "dotnet@cf2c8a4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@26fdc36" + }, + { + "id": "roslyn@0504782", + "repo": "roslyn", + "title": "Instructions for updating VerifyDiagnostics and VerifyIL expectations in tests", + "url": "https://github.com/dotnet/roslyn/pull/83067", + "commit": "dotnet@cf2c8a4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@0504782" + }, + { + "id": "roslyn@d4c7d6a", + "repo": "roslyn", + "title": "Add snap skill", + "url": "https://github.com/dotnet/roslyn/pull/82992", + "commit": "dotnet@cf2c8a4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@d4c7d6a" + }, + { + "id": "roslyn@19f4abc", + "repo": "roslyn", + "title": "Use caching compiler in CI", + "url": "https://github.com/dotnet/roslyn/pull/83084", + "commit": "dotnet@cf2c8a4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@19f4abc" + }, + { + "id": "roslyn@5892d14", + "repo": "roslyn", + "title": "Fix broken project references in Ide.slnf", + "url": "https://github.com/dotnet/roslyn/pull/82950", + "commit": "dotnet@cf2c8a4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@5892d14" + }, + { + "id": "roslyn@1d2947d", + "repo": "roslyn", + "title": "Fix flaky test race in FileBasedProgramsEntryPointDiscoveryTests", + "url": "https://github.com/dotnet/roslyn/pull/83063", + "commit": "dotnet@cf2c8a4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@1d2947d" + }, + { + "id": "roslyn@7a809bf", + "repo": "roslyn", + "title": "Gitignore lscache files", + "url": "https://github.com/dotnet/roslyn/pull/83100", + "commit": "dotnet@cf2c8a4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@7a809bf" + }, + { + "id": "roslyn@a39ad8d", + "repo": "roslyn", + "title": "Clean up our newline-fixing extension methods", + "url": "https://github.com/dotnet/roslyn/pull/83043", + "commit": "dotnet@cf2c8a4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@a39ad8d" + }, + { + "id": "roslyn@5f237e8", + "repo": "roslyn", + "title": "[main] Update dependencies from dotnet/arcade", + "url": "https://github.com/dotnet/roslyn/pull/83104", + "commit": "dotnet@cf2c8a4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@5f237e8" + }, + { + "id": "roslyn@0a3f50d", + "repo": "roslyn", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/roslyn/pull/83060", + "commit": "dotnet@cf2c8a4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@0a3f50d" + }, + { + "id": "roslyn@ac1b28b", + "repo": "roslyn", + "title": "Fixers: Fix to add bounds checks and strip all boundary \\r/\\n chars", + "url": "https://github.com/dotnet/roslyn/pull/83098", + "commit": "dotnet@cf2c8a4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@ac1b28b" + }, + { + "id": "roslyn@ccea760", + "repo": "roslyn", + "title": "Extract CreateDiscoveryTestServerAsync helper in FileBasedProgramsEntryPointDiscoveryTests", + "url": "https://github.com/dotnet/roslyn/pull/83102", + "commit": "dotnet@cf2c8a4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@ccea760" + }, + { + "id": "roslyn@e3a102f", + "repo": "roslyn", + "title": "Use a ThrowingTraceListener in GenerateFilteredReferenceAssembliesTask", + "url": "https://github.com/dotnet/roslyn/pull/83076", + "commit": "dotnet@cf2c8a4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@e3a102f" + }, + { + "id": "roslyn@82a89d0", + "repo": "roslyn", + "title": "Port more tests to run on Linux", + "url": "https://github.com/dotnet/roslyn/pull/83052", + "commit": "dotnet@d8158e4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@82a89d0" + }, + { + "id": "roslyn@4d274cb", + "repo": "roslyn", + "title": "Add option for import completion commit behavior", + "url": "https://github.com/dotnet/roslyn/pull/82916", + "commit": "dotnet@d8158e4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@4d274cb" + }, + { + "id": "roslyn@9b6ffd3", + "repo": "roslyn", + "title": "Fix mishandling of multiple output path changes in a single batch", + "url": "https://github.com/dotnet/roslyn/pull/83121", + "commit": "dotnet@d8158e4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@9b6ffd3" + }, + { + "id": "roslyn@737d467", + "repo": "roslyn", + "title": "Localized file check-in by OneLocBuild Task: Build definition ID 327: Build ID 2947664", + "url": "https://github.com/dotnet/roslyn/pull/83123", + "commit": "dotnet@d8158e4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@737d467" + }, + { + "id": "roslyn@031912e", + "repo": "roslyn", + "title": "[main] Update dependencies from dotnet/arcade", + "url": "https://github.com/dotnet/roslyn/pull/83125", + "commit": "dotnet@d8158e4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@031912e" + }, + { + "id": "roslyn@3a0c084", + "repo": "roslyn", + "title": "Fix misleading error when \u0060#!\u0060 appears anywhere other than the start of the file", + "url": "https://github.com/dotnet/roslyn/pull/83112", + "commit": "dotnet@d8158e4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@3a0c084" + }, + { + "id": "roslyn@a989185", + "repo": "roslyn", + "title": "Enable LSP agent tool in repo", + "url": "https://github.com/dotnet/roslyn/pull/83122", + "commit": "dotnet@d8158e4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@a989185" + }, + { + "id": "roslyn@9600117", + "repo": "roslyn", + "title": "Ref assemblies: add tests for internal members in private type", + "url": "https://github.com/dotnet/roslyn/pull/83079", + "commit": "dotnet@d8158e4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@9600117" + }, + { + "id": "roslyn@48ceacf", + "repo": "roslyn", + "title": "Skip unmappable source-generated document edits in rename", + "url": "https://github.com/dotnet/roslyn/pull/83080", + "commit": "dotnet@d8158e4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@48ceacf" + }, + { + "id": "roslyn@47dac0c", + "repo": "roslyn", + "title": "Fix Call Hierarchy missing interface implementation category for overrides", + "url": "https://github.com/dotnet/roslyn/pull/83132", + "commit": "dotnet@d8158e4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@47dac0c" + }, + { + "id": "roslyn@0eca297", + "repo": "roslyn", + "title": "Migrate dnceng insertion token from PAT to WIF (DefaultAzureCredential)", + "url": "https://github.com/dotnet/roslyn/pull/83058", + "commit": "dotnet@d8158e4", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@0eca297" + }, + { + "id": "roslyn@a6910e2", + "repo": "roslyn", + "title": "Use \u0027dotnet pwsh\u0027 in skills", + "url": "https://github.com/dotnet/roslyn/pull/83139", + "commit": "dotnet@37d611a", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@a6910e2" + }, + { + "id": "roslyn@d8b4c2c", + "repo": "roslyn", + "title": "Fix devkit hot reload", + "url": "https://github.com/dotnet/roslyn/pull/83157", + "commit": "dotnet@37d611a", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@d8b4c2c" + }, + { + "id": "roslyn@b0fac0d", + "repo": "roslyn", + "title": "Localized file check-in by OneLocBuild Task: Build definition ID 327: Build ID 2950391", + "url": "https://github.com/dotnet/roslyn/pull/83137", + "commit": "dotnet@37d611a", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@b0fac0d" + }, + { + "id": "roslyn@2396c4d", + "repo": "roslyn", + "title": "Fix WIF dnceng token: use explicit az CLI token instead of DefaultAzureCredential", + "url": "https://github.com/dotnet/roslyn/pull/83168", + "commit": "dotnet@37d611a", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@2396c4d" + }, + { + "id": "roslyn@cd953a6", + "repo": "roslyn", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/roslyn/pull/83141", + "commit": "dotnet@1fbaee8", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@cd953a6" + }, + { + "id": "roslyn@80fa496", + "repo": "roslyn", + "title": "Fix ref safety of ref-struct IEnumerable collection expressions", + "url": "https://github.com/dotnet/roslyn/pull/82401", + "commit": "dotnet@1fbaee8", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@80fa496" + }, + { + "id": "roslyn@918b30f", + "repo": "roslyn", + "title": "Enable TestHost.OutOfProcess on Linux", + "url": "https://github.com/dotnet/roslyn/pull/83170", + "commit": "dotnet@1fbaee8", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@918b30f" + }, + { + "id": "roslyn@aefe1af", + "repo": "roslyn", + "title": "Constrain proposal adjuster edits to avoid CompletionState.ApplicableToSpan", + "url": "https://github.com/dotnet/roslyn/pull/83160", + "commit": "dotnet@1fbaee8", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@aefe1af" + }, + { + "id": "roslyn@d817b53", + "repo": "roslyn", + "title": "Fix OnAutoInsert_EnterKey3 failing on Linux", + "url": "https://github.com/dotnet/roslyn/pull/83183", + "commit": "dotnet@1fbaee8", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@d817b53" + }, + { + "id": "roslyn@e8c0d14", + "repo": "roslyn", + "title": "Restore removed brokered service descriptors for hot reload", + "url": "https://github.com/dotnet/roslyn/pull/83184", + "commit": "dotnet@1fbaee8", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@e8c0d14" + }, + { + "id": "roslyn@358fc4c", + "repo": "roslyn", + "title": "fix: raising of CS8618 on static members", + "url": "https://github.com/dotnet/roslyn/pull/83146", + "commit": "dotnet@1fbaee8", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@358fc4c" + }, + { + "id": "roslyn@7849072", + "repo": "roslyn", + "title": "Shutdown build server before publishing logs in Correctness_Build_Artifacts", + "url": "https://github.com/dotnet/roslyn/pull/83186", + "commit": "dotnet@1fbaee8", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@7849072" + }, + { + "id": "roslyn@02260b6", + "repo": "roslyn", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/roslyn/pull/83174", + "commit": "dotnet@d6cfaed", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@02260b6" + }, + { + "id": "roslyn@00d2dab", + "repo": "roslyn", + "title": "Skip TestFindReferencesAsync_UsingAlias on non-Windows platforms", + "url": "https://github.com/dotnet/roslyn/pull/83188", + "commit": "dotnet@d6cfaed", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@00d2dab" + }, + { + "id": "roslyn@0344ff9", + "repo": "roslyn", + "title": "Improve TextLine and line table performance by packing existing data into unused bits", + "url": "https://github.com/dotnet/roslyn/pull/83000", + "commit": "dotnet@d6cfaed", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@0344ff9" + }, + { + "id": "roslyn@d951c02", + "repo": "roslyn", + "title": "Update the list of immunized frames in FaultReporter.cs", + "url": "https://github.com/dotnet/roslyn/pull/83189", + "commit": "dotnet@d6cfaed", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@d951c02" + }, + { + "id": "roslyn@56f2050", + "repo": "roslyn", + "title": "Fix restore of misc project for virtual files and older SDKs", + "url": "https://github.com/dotnet/roslyn/pull/83172", + "commit": "dotnet@d6cfaed", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@56f2050" + }, + { + "id": "roslyn@048b9eb", + "repo": "roslyn", + "title": "Refine code review skill", + "url": "https://github.com/dotnet/roslyn/pull/82666", + "commit": "dotnet@c7a76ad", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@048b9eb" + }, + { + "id": "roslyn@77b57da", + "repo": "roslyn", + "title": "Unsafe evolution: allow unsafe property accessors", + "url": "https://github.com/dotnet/roslyn/pull/83115", + "commit": "dotnet@c7a76ad", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@77b57da" + }, + { + "id": "roslyn@8b511b9", + "repo": "roslyn", + "title": "Port remaining unit test projects to Linux", + "url": "https://github.com/dotnet/roslyn/pull/83153", + "commit": "dotnet@c7a76ad", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@8b511b9" + }, + { + "id": "roslyn@2afcae2", + "repo": "roslyn", + "title": "Use standard LSP for source generator contents", + "url": "https://github.com/dotnet/roslyn/pull/83119", + "commit": "dotnet@c7a76ad", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@2afcae2" + }, + { + "id": "roslyn@3222c3e", + "repo": "roslyn", + "title": "Allow manual creation of hot reload brokered services in VSCode", + "url": "https://github.com/dotnet/roslyn/pull/83082", + "commit": "dotnet@aae32bd", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@3222c3e" + }, + { + "id": "roslyn@77dc97b", + "repo": "roslyn", + "title": "Allow cohost rename in Razor source-generated docs", + "url": "https://github.com/dotnet/roslyn/pull/83217", + "commit": "dotnet@aae32bd", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@77dc97b" + }, + { + "id": "roslyn@95c115b", + "repo": "roslyn", + "title": "Minor cleanups related to attributes in VB", + "url": "https://github.com/dotnet/roslyn/pull/83206", + "commit": "dotnet@aae32bd", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@95c115b" + }, + { + "id": "roslyn@135e26f", + "repo": "roslyn", + "title": "Have CompleteStatement handle EOF statements", + "url": "https://github.com/dotnet/roslyn/pull/83205", + "commit": "dotnet@aae32bd", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@135e26f" + }, + { + "id": "roslyn@0610f7c", + "repo": "roslyn", + "title": "Support MatchPriority comparison in LSP completion", + "url": "https://github.com/dotnet/roslyn/pull/83164", + "commit": "dotnet@aae32bd", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@0610f7c" + }, + { + "id": "roslyn@8f3ebbc", + "repo": "roslyn", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/roslyn/pull/83215", + "commit": "dotnet@aae32bd", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@8f3ebbc" + }, + { + "id": "roslyn@e99dd3b", + "repo": "roslyn", + "title": "Add branch merge skill", + "url": "https://github.com/dotnet/roslyn/pull/83229", + "commit": "dotnet@aae32bd", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@e99dd3b" + }, + { + "id": "roslyn@371283a", + "repo": "roslyn", + "title": "Fix property pattern completion filtering out member being edited", + "url": "https://github.com/dotnet/roslyn/pull/83230", + "commit": "dotnet@aae32bd", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@371283a" + }, + { + "id": "roslyn@68ce286", + "repo": "roslyn", + "title": "Fix ArgumentNullException in VB Edit and Continue", + "url": "https://github.com/dotnet/roslyn/pull/83250", + "commit": "dotnet@aae32bd", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@68ce286" + }, + { + "id": "roslyn@c64a336", + "repo": "roslyn", + "title": "Allow creation of DocumentUri for uris System.Uri cannot parse", + "url": "https://github.com/dotnet/roslyn/pull/83210", + "commit": "dotnet@aae32bd", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@c64a336" + }, + { + "id": "roslyn@e1bd3be", + "repo": "roslyn", + "title": "Ensure we don\u0027t touch the remote host during new document formatting", + "url": "https://github.com/dotnet/roslyn/pull/83212", + "commit": "dotnet@aae32bd", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@e1bd3be" + }, + { + "id": "roslyn@5e5ee32", + "repo": "roslyn", + "title": "File-based apps: Adjust heuristics to properly handle transitive directives", + "url": "https://github.com/dotnet/roslyn/pull/83185", + "commit": "dotnet@aae32bd", + "is_security": false, + "product": "dotnet-roslyn", + "local_repo_commit": "roslyn@5e5ee32" + }, + { + "id": "runtime@e172103", + "repo": "runtime", + "title": "Intial FieldDefinition support", + "url": "https://github.com/dotnet/runtime/pull/7", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@e172103" + }, + { + "id": "runtime@bda0c9c", + "repo": "runtime", + "title": "Add Support for NestedTypes", + "url": "https://github.com/dotnet/runtime/pull/8", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@bda0c9c" + }, + { + "id": "runtime@94e2165", + "repo": "runtime", + "title": "Support for type ref and asm ref", + "url": "https://github.com/dotnet/runtime/pull/9", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@94e2165" + }, + { + "id": "runtime@61c277c", + "repo": "runtime", + "title": "Couple small tweaks", + "url": "https://github.com/dotnet/runtime/pull/11", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@61c277c" + }, + { + "id": "runtime@3afd8e3", + "repo": "runtime", + "title": "Fix root build script", + "url": "https://github.com/dotnet/runtime/pull/14", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@3afd8e3" + }, + { + "id": "runtime@5b9b62d", + "repo": "runtime", + "title": "Fix build of repro.csproj", + "url": "https://github.com/dotnet/runtime/pull/15", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@5b9b62d" + }, + { + "id": "runtime@668a207", + "repo": "runtime", + "title": "Add support for custom attributes and member references", + "url": "https://github.com/dotnet/runtime/pull/20", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@668a207" + }, + { + "id": "runtime@6742b60", + "repo": "runtime", + "title": "Add TypeSpecification and MethodSpecification", + "url": "https://github.com/dotnet/runtime/pull/21", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@6742b60" + }, + { + "id": "runtime@1b39fec", + "repo": "runtime", + "title": "Scan method body for dependencies", + "url": "https://github.com/dotnet/runtime/pull/16", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@1b39fec" + }, + { + "id": "runtime@eebb4f2", + "repo": "runtime", + "title": "Use body encoder instead of just blob builder for IL stream.", + "url": "https://github.com/dotnet/runtime/pull/23", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@eebb4f2" + }, + { + "id": "runtime@14af3ae", + "repo": "runtime", + "title": "Port test infra from illinker", + "url": "https://github.com/dotnet/runtime/pull/25", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@14af3ae" + }, + { + "id": "runtime@fb70292", + "repo": "runtime", + "title": "Draft PR to get FB", + "url": "https://github.com/dotnet/runtime/pull/24", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@fb70292" + }, + { + "id": "runtime@581ede7", + "repo": "runtime", + "title": "Add support for Constant nodes", + "url": "https://github.com/dotnet/runtime/pull/27", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@581ede7" + }, + { + "id": "runtime@5426ac8", + "repo": "runtime", + "title": "Add ParameterNode", + "url": "https://github.com/dotnet/runtime/pull/29", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@5426ac8" + }, + { + "id": "runtime@39ffd56", + "repo": "runtime", + "title": "Add support for GenericParameter and GenericParameterConstraint", + "url": "https://github.com/dotnet/runtime/pull/30", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@39ffd56" + }, + { + "id": "runtime@b762679", + "repo": "runtime", + "title": "Add managed type system", + "url": "https://github.com/dotnet/runtime/pull/28", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@b762679" + }, + { + "id": "runtime@9b04655", + "repo": "runtime", + "title": "Add ILVerify checking", + "url": "https://github.com/dotnet/runtime/pull/31", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@9b04655" + }, + { + "id": "runtime@3d924b7", + "repo": "runtime", + "title": "Support for rewriting some of the signatures", + "url": "https://github.com/dotnet/runtime/pull/33", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@3d924b7" + }, + { + "id": "runtime@bf762aa", + "repo": "runtime", + "title": "Fix several issues in build", + "url": "https://github.com/dotnet/runtime/pull/43", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@bf762aa" + }, + { + "id": "runtime@b8fef0a", + "repo": "runtime", + "title": "Fix the IL verification tests", + "url": "https://github.com/dotnet/runtime/pull/44", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@b8fef0a" + }, + { + "id": "runtime@64443cd", + "repo": "runtime", + "title": "Better validation of instructions in tests", + "url": "https://github.com/dotnet/runtime/pull/45", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@64443cd" + }, + { + "id": "runtime@7129584", + "repo": "runtime", + "title": "Add runtime assembly references", + "url": "https://github.com/dotnet/runtime/pull/46", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@7129584" + }, + { + "id": "runtime@9091a29", + "repo": "runtime", + "title": "Add support for class layout", + "url": "https://github.com/dotnet/runtime/pull/47", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@9091a29" + }, + { + "id": "runtime@4e233d2", + "repo": "runtime", + "title": "Fix tests from cli", + "url": "https://github.com/dotnet/runtime/pull/49", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@4e233d2" + }, + { + "id": "runtime@e3b3126", + "repo": "runtime", + "title": "Fix bug in analyzing signatures with generic parameters in it", + "url": "https://github.com/dotnet/runtime/pull/51", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@e3b3126" + }, + { + "id": "runtime@7315591", + "repo": "runtime", + "title": "Support for TypeSpec sginature", + "url": "https://github.com/dotnet/runtime/pull/48", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@7315591" + }, + { + "id": "runtime@0e964e6", + "repo": "runtime", + "title": "Track virtual method usage", + "url": "https://github.com/dotnet/runtime/pull/42", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@0e964e6" + }, + { + "id": "runtime@7333b86", + "repo": "runtime", + "title": "Add support for field signature", + "url": "https://github.com/dotnet/runtime/pull/55", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@7333b86" + }, + { + "id": "runtime@389cb29", + "repo": "runtime", + "title": "Field rva support", + "url": "https://github.com/dotnet/runtime/pull/56", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@389cb29" + }, + { + "id": "runtime@05ba168", + "repo": "runtime", + "title": "The test class must match the file name", + "url": "https://github.com/dotnet/runtime/pull/63", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@05ba168" + }, + { + "id": "runtime@89fc138", + "repo": "runtime", + "title": "Add minimal support for multiple assemblies", + "url": "https://github.com/dotnet/runtime/pull/60", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@89fc138" + }, + { + "id": "runtime@75d4a27", + "repo": "runtime", + "title": "Fix where test temp files are written", + "url": "https://github.com/dotnet/runtime/pull/70", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@75d4a27" + }, + { + "id": "runtime@ca2be1e", + "repo": "runtime", + "title": "Improve multi-assembly support", + "url": "https://github.com/dotnet/runtime/pull/69", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@ca2be1e" + }, + { + "id": "runtime@643dbe2", + "repo": "runtime", + "title": "Implement function pointer signatures", + "url": "https://github.com/dotnet/runtime/pull/57", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@643dbe2" + }, + { + "id": "runtime@c642910", + "repo": "runtime", + "title": "Support for MethodSpec signatures", + "url": "https://github.com/dotnet/runtime/pull/68", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@c642910" + }, + { + "id": "runtime@e9b51d9", + "repo": "runtime", + "title": "Fxi rewrite of \u0022void *\u0022 type signature", + "url": "https://github.com/dotnet/runtime/pull/71", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@e9b51d9" + }, + { + "id": "runtime@2fd64c2", + "repo": "runtime", + "title": "Add support for exception regions", + "url": "https://github.com/dotnet/runtime/pull/62", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@2fd64c2" + }, + { + "id": "runtime@71e36b8", + "repo": "runtime", + "title": "Support for multi-dim array", + "url": "https://github.com/dotnet/runtime/pull/75", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@71e36b8" + }, + { + "id": "runtime@ac91d30", + "repo": "runtime", + "title": "Add support for switch operation", + "url": "https://github.com/dotnet/runtime/pull/76", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@ac91d30" + }, + { + "id": "runtime@9254a4e", + "repo": "runtime", + "title": "Add support for properties", + "url": "https://github.com/dotnet/runtime/pull/50", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@9254a4e" + }, + { + "id": "runtime@bd38b94", + "repo": "runtime", + "title": "Add parallelism for method body scanning and for module writing", + "url": "https://github.com/dotnet/runtime/pull/72", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@bd38b94" + }, + { + "id": "runtime@8989bdc", + "repo": "runtime", + "title": "Keep instance fields on types with explicit or sequential layout", + "url": "https://github.com/dotnet/runtime/pull/65", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@8989bdc" + }, + { + "id": "runtime@db1a3d6", + "repo": "runtime", + "title": "Remove unreachable method bodies", + "url": "https://github.com/dotnet/runtime/pull/77", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@db1a3d6" + }, + { + "id": "runtime@f4bf46f", + "repo": "runtime", + "title": "Handle function signature in a standalone signature token", + "url": "https://github.com/dotnet/runtime/pull/79", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@f4bf46f" + }, + { + "id": "runtime@3b65e1b", + "repo": "runtime", + "title": "Fix build", + "url": "https://github.com/dotnet/runtime/pull/81", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@3b65e1b" + }, + { + "id": "runtime@bd8e814", + "repo": "runtime", + "title": "Start tracking interface uses", + "url": "https://github.com/dotnet/runtime/pull/66", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@bd8e814" + }, + { + "id": "runtime@66caf1a", + "repo": "runtime", + "title": "Fix ConstructedType for generic base types", + "url": "https://github.com/dotnet/runtime/pull/82", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@66caf1a" + }, + { + "id": "runtime@c9f4e5d", + "repo": "runtime", + "title": "Keep fields on enums", + "url": "https://github.com/dotnet/runtime/pull/74", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@c9f4e5d" + }, + { + "id": "runtime@dcc3415", + "repo": "runtime", + "title": "Ensure the finalizer is kept", + "url": "https://github.com/dotnet/runtime/pull/58", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@dcc3415" + }, + { + "id": "runtime@667d844", + "repo": "runtime", + "title": "VERY rough version of sorting generic params", + "url": "https://github.com/dotnet/runtime/pull/84", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@667d844" + }, + { + "id": "runtime@478a7ea", + "repo": "runtime", + "title": "Work around S.R.Metadata bug", + "url": "https://github.com/dotnet/runtime/pull/87", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@478a7ea" + }, + { + "id": "runtime@1c4e515", + "repo": "runtime", + "title": "Add support for events", + "url": "https://github.com/dotnet/runtime/pull/86", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@1c4e515" + }, + { + "id": "runtime@1e0c8ff", + "repo": "runtime", + "title": "Small bugfix in ConstantNode", + "url": "https://github.com/dotnet/runtime/pull/93", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@1e0c8ff" + }, + { + "id": "runtime@ddf82bf", + "repo": "runtime", + "title": "Bugfix in ConstructedTypeNode", + "url": "https://github.com/dotnet/runtime/pull/95", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@ddf82bf" + }, + { + "id": "runtime@0f9cc78", + "repo": "runtime", + "title": "Support for explicit field offset", + "url": "https://github.com/dotnet/runtime/pull/96", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@0f9cc78" + }, + { + "id": "runtime@1ec6d6a", + "repo": "runtime", + "title": "Partial static constructor support", + "url": "https://github.com/dotnet/runtime/pull/92", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@1ec6d6a" + }, + { + "id": "runtime@7488806", + "repo": "runtime", + "title": "Make delegates work well enough", + "url": "https://github.com/dotnet/runtime/pull/91", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@7488806" + }, + { + "id": "runtime@901b93b", + "repo": "runtime", + "title": "Fix tests", + "url": "https://github.com/dotnet/runtime/pull/98", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@901b93b" + }, + { + "id": "runtime@34b76fe", + "repo": "runtime", + "title": "Beginning of pinvoke support", + "url": "https://github.com/dotnet/runtime/pull/94", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@34b76fe" + }, + { + "id": "runtime@7641047", + "repo": "runtime", + "title": "Support for ILLink.Descriptors.xml", + "url": "https://github.com/dotnet/runtime/pull/97", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@7641047" + }, + { + "id": "runtime@344f9be", + "repo": "runtime", + "title": "Use System.CommandLine for cmdline parsing", + "url": "https://github.com/dotnet/runtime/pull/99", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@344f9be" + }, + { + "id": "runtime@1c68748", + "repo": "runtime", + "title": "Preserve target of type reference", + "url": "https://github.com/dotnet/runtime/pull/101", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@1c68748" + }, + { + "id": "runtime@6f70ce9", + "repo": "runtime", + "title": "library mode baseic support", + "url": "https://github.com/dotnet/runtime/pull/102", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@6f70ce9" + }, + { + "id": "runtime@9abddf6", + "repo": "runtime", + "title": "Rewrite refs to type forwarders", + "url": "https://github.com/dotnet/runtime/pull/105", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@9abddf6" + }, + { + "id": "runtime@69d1c37", + "repo": "runtime", + "title": "Fix descriptor bug", + "url": "https://github.com/dotnet/runtime/pull/110", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@69d1c37" + }, + { + "id": "runtime@34a1116", + "repo": "runtime", + "title": "Always write -1 for offset of 0 RVA bodies", + "url": "https://github.com/dotnet/runtime/pull/111", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@34a1116" + }, + { + "id": "runtime@3afc198", + "repo": "runtime", + "title": "Library mode should only act on public types", + "url": "https://github.com/dotnet/runtime/pull/108", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@3afc198" + }, + { + "id": "runtime@8069192", + "repo": "runtime", + "title": "Implement analyzing and writing manifest resources", + "url": "https://github.com/dotnet/runtime/pull/112", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@8069192" + }, + { + "id": "runtime@92e5dcd", + "repo": "runtime", + "title": "Start generating MethodImpl records", + "url": "https://github.com/dotnet/runtime/pull/120", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@92e5dcd" + }, + { + "id": "runtime@1ebebf4", + "repo": "runtime", + "title": "Fix handling TypedReference", + "url": "https://github.com/dotnet/runtime/pull/119", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@1ebebf4" + }, + { + "id": "runtime@b0bd5f5", + "repo": "runtime", + "title": "Make it possible to run single-threaded", + "url": "https://github.com/dotnet/runtime/pull/118", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@b0bd5f5" + }, + { + "id": "runtime@8267033", + "repo": "runtime", + "title": "Use much faster command line parsing", + "url": "https://github.com/dotnet/runtime/pull/106", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@8267033" + }, + { + "id": "runtime@8a9987e", + "repo": "runtime", + "title": "Consider types returned from p/invoke magically constructed", + "url": "https://github.com/dotnet/runtime/pull/121", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@8a9987e" + }, + { + "id": "runtime@5074c41", + "repo": "runtime", + "title": "Fix ordering of generic parameter constraints", + "url": "https://github.com/dotnet/runtime/pull/116", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@5074c41" + }, + { + "id": "runtime@fb15a3d", + "repo": "runtime", + "title": "Add support for feature switches", + "url": "https://github.com/dotnet/runtime/pull/123", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@fb15a3d" + }, + { + "id": "runtime@677a17b", + "repo": "runtime", + "title": "Consider types with kept constructor constructed", + "url": "https://github.com/dotnet/runtime/pull/122", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@677a17b" + }, + { + "id": "runtime@bb6661a", + "repo": "runtime", + "title": "Fix NRE", + "url": "https://github.com/dotnet/runtime/pull/125", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@bb6661a" + }, + { + "id": "runtime@e6d75e8", + "repo": "runtime", + "title": "Hook up dataflow analysis", + "url": "https://github.com/dotnet/runtime/pull/114", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@e6d75e8" + }, + { + "id": "runtime@bcb312b", + "repo": "runtime", + "title": "Use Server GC like IL Linker does", + "url": "https://github.com/dotnet/runtime/pull/126", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@bcb312b" + }, + { + "id": "runtime@47e2634", + "repo": "runtime", + "title": "Avoid unnecessary allocations in MethodBodyNode", + "url": "https://github.com/dotnet/runtime/pull/127", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@47e2634" + }, + { + "id": "runtime@4f1ed97", + "repo": "runtime", + "title": "Run ConstructedTypeNode analysis in multithreaded phase", + "url": "https://github.com/dotnet/runtime/pull/128", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@4f1ed97" + }, + { + "id": "runtime@e17cbb5", + "repo": "runtime", + "title": "Reduce LargeUriAndHeaders_Works test size on Android to fix timeout flakiness", + "url": "https://github.com/dotnet/runtime/pull/126010", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@e17cbb5" + }, + { + "id": "runtime@a5ae058", + "repo": "runtime", + "title": "Remove redundant Atomic wrapper and fix shared-prefix extraction in regex reduction", + "url": "https://github.com/dotnet/runtime/pull/126114", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a5ae058" + }, + { + "id": "runtime@61428b8", + "repo": "runtime", + "title": "Fix TokenBucketRateLimiter AttemptAcquire(0) with fractional tokens", + "url": "https://github.com/dotnet/runtime/pull/124498", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@61428b8" + }, + { + "id": "runtime@a4bfa0d", + "repo": "runtime", + "title": "Fix flaky MainWindow tests by replacing notepad.exe with a deterministic RemoteExecutor helper", + "url": "https://github.com/dotnet/runtime/pull/125907", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a4bfa0d" + }, + { + "id": "runtime@126302b", + "repo": "runtime", + "title": "Move the labeler readme doc out of the workflows folder", + "url": "https://github.com/dotnet/runtime/pull/126077", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@126302b" + }, + { + "id": "runtime@ce11a59", + "repo": "runtime", + "title": "Update issue for ReentrantWaitFromSyncContextTest", + "url": "https://github.com/dotnet/runtime/pull/126139", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@ce11a59" + }, + { + "id": "runtime@ac11e33", + "repo": "runtime", + "title": "Fix COMDelegate::BindToMethod with static virtuals", + "url": "https://github.com/dotnet/runtime/pull/125875", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@ac11e33" + }, + { + "id": "runtime@ad026d4", + "repo": "runtime", + "title": "Delete AppDomain::ExceptionUnwind (no-op)", + "url": "https://github.com/dotnet/runtime/pull/126085", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@ad026d4" + }, + { + "id": "runtime@a317e0f", + "repo": "runtime", + "title": "Add StandardInputHandle/OutputHandle/ErrorHandle SafeFileHandle properties to ProcessStartInfo", + "url": "https://github.com/dotnet/runtime/pull/125848", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a317e0f" + }, + { + "id": "runtime@f9060cb", + "repo": "runtime", + "title": "Add mention of CORERUN_IN_BROWSER variable", + "url": "https://github.com/dotnet/runtime/pull/126143", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@f9060cb" + }, + { + "id": "runtime@2bc2996", + "repo": "runtime", + "title": "[browser] deprecate setEnvironmentVariable for mono, drop it for coreclr", + "url": "https://github.com/dotnet/runtime/pull/126087", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@2bc2996" + }, + { + "id": "runtime@c35e784", + "repo": "runtime", + "title": "[wasm][coreclr] Disable structinreg P/Invoke test on platforms without native test assets", + "url": "https://github.com/dotnet/runtime/pull/126019", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@c35e784" + }, + { + "id": "runtime@f8baa63", + "repo": "runtime", + "title": "[wasm] Bump chrome for testing - linux: 146.0.7680.80, windows: 146.0.7680.80", + "url": "https://github.com/dotnet/runtime/pull/125566", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@f8baa63" + }, + { + "id": "runtime@43b3e7c", + "repo": "runtime", + "title": "Disable System.Security.Cryptography.Tests from Android CoreCLR smoke tests", + "url": "https://github.com/dotnet/runtime/pull/126145", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@43b3e7c" + }, + { + "id": "runtime@116bd0d", + "repo": "runtime", + "title": "Set MSBUILDDEBUGPATH in CI so MSBuild crash diagnostics are preserved", + "url": "https://github.com/dotnet/runtime/pull/126012", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@116bd0d" + }, + { + "id": "runtime@70fbdf9", + "repo": "runtime", + "title": "Fix flaky Linux process name tests by polling after Process.Start", + "url": "https://github.com/dotnet/runtime/pull/125918", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@70fbdf9" + }, + { + "id": "runtime@5672fd0", + "repo": "runtime", + "title": "[browser] Fix WasmEmitTypeScriptDefinitions making builds non-incremental (WBT test)", + "url": "https://github.com/dotnet/runtime/pull/125655", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@5672fd0" + }, + { + "id": "runtime@039ef3f", + "repo": "runtime", + "title": "[wasm][coreclr] Disable CircularCctor multithreading tests on single-threaded WASM", + "url": "https://github.com/dotnet/runtime/pull/126120", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@039ef3f" + }, + { + "id": "runtime@9ba5dc6", + "repo": "runtime", + "title": "Fix flaky test by throwing only after all services have started", + "url": "https://github.com/dotnet/runtime/pull/125964", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@9ba5dc6" + }, + { + "id": "runtime@7602c30", + "repo": "runtime", + "title": "[browser] Remove public WasmInlineBootConfig, WasmBootConfigFileName properties and withConfigSrc API", + "url": "https://github.com/dotnet/runtime/pull/125645", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@7602c30" + }, + { + "id": "runtime@d71ebd2", + "repo": "runtime", + "title": "Add openbsd non-portable probing", + "url": "https://github.com/dotnet/runtime/pull/125557", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@d71ebd2" + }, + { + "id": "runtime@487cc8c", + "repo": "runtime", + "title": "Delete contextPointers arg from PAL_VirtualUnwind", + "url": "https://github.com/dotnet/runtime/pull/126090", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@487cc8c" + }, + { + "id": "runtime@67495bc", + "repo": "runtime", + "title": "Lower regex MaxUnrollSize from 16 to 7", + "url": "https://github.com/dotnet/runtime/pull/126092", + "commit": "dotnet@8074748", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@67495bc" + }, + { + "id": "runtime@638fdf0", + "repo": "runtime", + "title": "Rewrite BigInteger internals to use native-width (nuint) limbs", + "url": "https://github.com/dotnet/runtime/pull/125799", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@638fdf0" + }, + { + "id": "runtime@3b8cdd5", + "repo": "runtime", + "title": "Support the FORCE_COLOR emerging standard in ConsoleUtils.EmitAnsiColorCodes", + "url": "https://github.com/dotnet/runtime/pull/124492", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@3b8cdd5" + }, + { + "id": "runtime@8204c34", + "repo": "runtime", + "title": "Fix CanReadArrayOfAnySize timeout on checked coreclr by skipping the 2 GB case on non-release runtimes", + "url": "https://github.com/dotnet/runtime/pull/126006", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@8204c34" + }, + { + "id": "runtime@e5f4006", + "repo": "runtime", + "title": "Log cgroup memory.events on exit code 137 as dmesg fallback", + "url": "https://github.com/dotnet/runtime/pull/126015", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@e5f4006" + }, + { + "id": "runtime@c401a8e", + "repo": "runtime", + "title": "[browser][coreCLR] no COM, no swift", + "url": "https://github.com/dotnet/runtime/pull/125083", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@c401a8e" + }, + { + "id": "runtime@4c94142", + "repo": "runtime", + "title": "Revert \u0022Disable iOS and tvOS jobs until infra issue is fixed\u0022", + "url": "https://github.com/dotnet/runtime/pull/125950", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@4c94142" + }, + { + "id": "runtime@3106c4f", + "repo": "runtime", + "title": "Implement System.Diagnostics.Process tests for Android", + "url": "https://github.com/dotnet/runtime/pull/126099", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@3106c4f" + }, + { + "id": "runtime@8673fb1", + "repo": "runtime", + "title": "NRBF test fix: we need optimized library", + "url": "https://github.com/dotnet/runtime/pull/126189", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@8673fb1" + }, + { + "id": "runtime@ecc5874", + "repo": "runtime", + "title": "Add support for floating-point hex formatting and parsing", + "url": "https://github.com/dotnet/runtime/pull/124139", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@ecc5874" + }, + { + "id": "runtime@60c0ab5", + "repo": "runtime", + "title": "[RyuJIT Wasm] WasmObjectWriter Webcil Envelope Support", + "url": "https://github.com/dotnet/runtime/pull/125468", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@60c0ab5" + }, + { + "id": "runtime@a26d7b5", + "repo": "runtime", + "title": "[browser][coreCLR] host cleanup", + "url": "https://github.com/dotnet/runtime/pull/126103", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a26d7b5" + }, + { + "id": "runtime@292510e", + "repo": "runtime", + "title": "Fix flaky UserPreferenceTests.SignalsUserPreferenceEventsAsynchronously under JIT stress", + "url": "https://github.com/dotnet/runtime/pull/125676", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@292510e" + }, + { + "id": "runtime@63aff8d", + "repo": "runtime", + "title": "Require RemoteExecutorSupported on color env test", + "url": "https://github.com/dotnet/runtime/pull/126191", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@63aff8d" + }, + { + "id": "runtime@4322c14", + "repo": "runtime", + "title": "[cDAC] fix ARM32 thumb bit bug in ExecutionManager", + "url": "https://github.com/dotnet/runtime/pull/126208", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@4322c14" + }, + { + "id": "runtime@4cc6bd7", + "repo": "runtime", + "title": "Update llvm-libunwind to 22.1.1", + "url": "https://github.com/dotnet/runtime/pull/126155", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@4cc6bd7" + }, + { + "id": "runtime@48e89ca", + "repo": "runtime", + "title": "Move IDispatch helpers into IDispatchHelpers.cs", + "url": "https://github.com/dotnet/runtime/pull/126074", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@48e89ca" + }, + { + "id": "runtime@e66d129", + "repo": "runtime", + "title": "Sve: Expand CreateWhile APIs", + "url": "https://github.com/dotnet/runtime/pull/124081", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@e66d129" + }, + { + "id": "runtime@3e90285", + "repo": "runtime", + "title": "Add System.Text.Json support for F# discriminated unions", + "url": "https://github.com/dotnet/runtime/pull/125610", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@3e90285" + }, + { + "id": "runtime@270a902", + "repo": "runtime", + "title": "Update github/gh-aw-actions requirement to f00748eed7ad5332d58709e92e1946cd1c8d3f8f", + "url": "https://github.com/dotnet/runtime/pull/126128", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@270a902" + }, + { + "id": "runtime@67fcfa4", + "repo": "runtime", + "title": "[Wasm RyuJit] bounds checks for GT_INDEX_ADDR", + "url": "https://github.com/dotnet/runtime/pull/126111", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@67fcfa4" + }, + { + "id": "runtime@5fdf682", + "repo": "runtime", + "title": "Fix intermittent NRE in ETW listener tests by using GUID overload of EnableProvider", + "url": "https://github.com/dotnet/runtime/pull/125908", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@5fdf682" + }, + { + "id": "runtime@3270e92", + "repo": "runtime", + "title": "Cache AsyncResumptionStub instances to avoid duplicate resumption stubs in the node factory", + "url": "https://github.com/dotnet/runtime/pull/126132", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@3270e92" + }, + { + "id": "runtime@dad22b1", + "repo": "runtime", + "title": "Remove dead LastReportedFuncletInfo struct", + "url": "https://github.com/dotnet/runtime/pull/126116", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@dad22b1" + }, + { + "id": "runtime@b9e773c", + "repo": "runtime", + "title": "[Wasm RyuJit] Track stackifier temps by actual jit type", + "url": "https://github.com/dotnet/runtime/pull/126215", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@b9e773c" + }, + { + "id": "runtime@fb8b250", + "repo": "runtime", + "title": "Revert \u0022Simplify RegexInterpreter \u0022", + "url": "https://github.com/dotnet/runtime/pull/124628", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@fb8b250" + }, + { + "id": "runtime@6e76a6a", + "repo": "runtime", + "title": "Bump github/gh-aw-actions from 0.63.1 to 0.64.2", + "url": "https://github.com/dotnet/runtime/pull/126227", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@6e76a6a" + }, + { + "id": "runtime@d8bef75", + "repo": "runtime", + "title": "Adding R2R cDAC dump tests", + "url": "https://github.com/dotnet/runtime/pull/125865", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@d8bef75" + }, + { + "id": "runtime@4122b6d", + "repo": "runtime", + "title": "Disable FastReducer_AssertFailure_RegressionTest on 32-bit platforms", + "url": "https://github.com/dotnet/runtime/pull/126216", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@4122b6d" + }, + { + "id": "runtime@a416018", + "repo": "runtime", + "title": "Revert \u0022Partially revert PR #125326: revert ComActivator/LicenseInter\u2026", + "url": "https://github.com/dotnet/runtime/pull/126141", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a416018" + }, + { + "id": "runtime@a3741f7", + "repo": "runtime", + "title": "Fix flaky MountVolume tests: replace fixed delays with polling loops", + "url": "https://github.com/dotnet/runtime/pull/125914", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a3741f7" + }, + { + "id": "runtime@a1eb7b3", + "repo": "runtime", + "title": "Fix regex test OOM on x86 checked coreclr", + "url": "https://github.com/dotnet/runtime/pull/126007", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a1eb7b3" + }, + { + "id": "runtime@01d7c75", + "repo": "runtime", + "title": "Prefer posix_spawn on OSX", + "url": "https://github.com/dotnet/runtime/pull/126063", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@01d7c75" + }, + { + "id": "runtime@28be713", + "repo": "runtime", + "title": "Escape U\u002B2028/U\u002B2029 in regex source generator XML doc comments", + "url": "https://github.com/dotnet/runtime/pull/126242", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@28be713" + }, + { + "id": "runtime@bfe7a08", + "repo": "runtime", + "title": "Avoid intermediate managed string and array allocations for envp and argv in Unix process start", + "url": "https://github.com/dotnet/runtime/pull/126201", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@bfe7a08" + }, + { + "id": "runtime@6605218", + "repo": "runtime", + "title": "[Wasm RyuJIT] Address block store issues from #125756", + "url": "https://github.com/dotnet/runtime/pull/125770", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@6605218" + }, + { + "id": "runtime@ab5c5f8", + "repo": "runtime", + "title": "[Wasm RyuJIT] Fix build break", + "url": "https://github.com/dotnet/runtime/pull/126254", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@ab5c5f8" + }, + { + "id": "runtime@01e4489", + "repo": "runtime", + "title": "[Wasm RyuJit] Fix another TARGET_64BIT issue", + "url": "https://github.com/dotnet/runtime/pull/126238", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@01e4489" + }, + { + "id": "runtime@5e90927", + "repo": "runtime", + "title": "Rewrite ConvertToDecimal in XslNumber.cs to use safe code with string.Create and for loop", + "url": "https://github.com/dotnet/runtime/pull/124794", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@5e90927" + }, + { + "id": "runtime@fde1d67", + "repo": "runtime", + "title": "Fix RedirectedOutputDoesNotUseAnsiSequences test failure", + "url": "https://github.com/dotnet/runtime/pull/126243", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@fde1d67" + }, + { + "id": "runtime@a8fd87a", + "repo": "runtime", + "title": "[Wasm RyuJIT] Basic implementation of int to float casts without overflow checks", + "url": "https://github.com/dotnet/runtime/pull/126209", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a8fd87a" + }, + { + "id": "runtime@874cab5", + "repo": "runtime", + "title": "Enable runtime-async for shared framework source projects in net11.0\u002B and remove RuntimeAsync config knob", + "url": "https://github.com/dotnet/runtime/pull/125406", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@874cab5" + }, + { + "id": "runtime@ff21bcd", + "repo": "runtime", + "title": "Replace MethodDescCallSite with UnmanagedCallersOnly in clrex.cpp", + "url": "https://github.com/dotnet/runtime/pull/126061", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@ff21bcd" + }, + { + "id": "runtime@0187f11", + "repo": "runtime", + "title": "clang-21 on macos fixes", + "url": "https://github.com/dotnet/runtime/pull/126235", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@0187f11" + }, + { + "id": "runtime@cb0a046", + "repo": "runtime", + "title": "Skip Unicode 17.0 named block tests on .NET Framework", + "url": "https://github.com/dotnet/runtime/pull/126240", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@cb0a046" + }, + { + "id": "runtime@b43078e", + "repo": "runtime", + "title": "Disable CrlBuilderTests.DsaNotDirectlySupported on Android", + "url": "https://github.com/dotnet/runtime/pull/126267", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@b43078e" + }, + { + "id": "runtime@9a64ba4", + "repo": "runtime", + "title": "Enable the PatternsDataSet_GenerateInputsWithNonBacktracking test", + "url": "https://github.com/dotnet/runtime/pull/126230", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@9a64ba4" + }, + { + "id": "runtime@51cfb0e", + "repo": "runtime", + "title": "[Wasm RyuJit] more INDEX_ADDR codegen fixes", + "url": "https://github.com/dotnet/runtime/pull/126256", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@51cfb0e" + }, + { + "id": "runtime@b6a7cd2", + "repo": "runtime", + "title": "Remove PSEUDORANDOM_NOP_INSERTION and associated code including GT_PINVOKE_PROLOG, GT_PINVOKE_EPILOG, GT_EMITNOP", + "url": "https://github.com/dotnet/runtime/pull/126282", + "commit": "dotnet@7b900bc", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@b6a7cd2" + }, + { + "id": "runtime@5985ef3", + "repo": "runtime", + "title": "Remove unsafe code from BlobUtilities.cs", + "url": "https://github.com/dotnet/runtime/pull/126280", + "commit": "dotnet@797c50b", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@5985ef3" + }, + { + "id": "runtime@fc42ca6", + "repo": "runtime", + "title": "Fix Handle Leak", + "url": "https://github.com/dotnet/runtime/pull/126193", + "commit": "dotnet@797c50b", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@fc42ca6" + }, + { + "id": "runtime@d5a4204", + "repo": "runtime", + "title": "Rename duplicate project names under the same merged runner", + "url": "https://github.com/dotnet/runtime/pull/126170", + "commit": "dotnet@797c50b", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@d5a4204" + }, + { + "id": "runtime@8603693", + "repo": "runtime", + "title": "[main] Update dependencies from dotnet/icu", + "url": "https://github.com/dotnet/runtime/pull/125761", + "commit": "dotnet@797c50b", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@8603693" + }, + { + "id": "runtime@7ca8f13", + "repo": "runtime", + "title": "Pass Creator to Helix only for open queues", + "url": "https://github.com/dotnet/runtime/pull/126218", + "commit": "dotnet@797c50b", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@7ca8f13" + }, + { + "id": "runtime@c3727d9", + "repo": "runtime", + "title": "Fix NativeAOT ILC failure on android", + "url": "https://github.com/dotnet/runtime/pull/126214", + "commit": "dotnet@797c50b", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@c3727d9" + }, + { + "id": "runtime@0ab9a58", + "repo": "runtime", + "title": "SPMI: Fix invalid format string and allow parsing full uint32 range", + "url": "https://github.com/dotnet/runtime/pull/125874", + "commit": "dotnet@797c50b", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@0ab9a58" + }, + { + "id": "runtime@7c91160", + "repo": "runtime", + "title": "SPMI: Fixes to record-and-replay workflows", + "url": "https://github.com/dotnet/runtime/pull/125981", + "commit": "dotnet@797c50b", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@7c91160" + }, + { + "id": "runtime@43330e4", + "repo": "runtime", + "title": "[RyuJit] Coalesce adjacent no-GC regions on x86", + "url": "https://github.com/dotnet/runtime/pull/126169", + "commit": "dotnet@797c50b", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@43330e4" + }, + { + "id": "runtime@36e6179", + "repo": "runtime", + "title": "Fix jit format", + "url": "https://github.com/dotnet/runtime/pull/126296", + "commit": "dotnet@797c50b", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@36e6179" + }, + { + "id": "runtime@508f440", + "repo": "runtime", + "title": "Support all ldloc/ldarg variants in TypeEqualityPatternAnalyzer", + "url": "https://github.com/dotnet/runtime/pull/126203", + "commit": "dotnet@797c50b", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@508f440" + }, + { + "id": "runtime@f9ef96e", + "repo": "runtime", + "title": "Fix stems handling.", + "url": "https://github.com/dotnet/runtime/pull/126089", + "commit": "dotnet@797c50b", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@f9ef96e" + }, + { + "id": "runtime@e1d19fe", + "repo": "runtime", + "title": "Add built-in OpenTelemetry metrics to MemoryCache", + "url": "https://github.com/dotnet/runtime/pull/126146", + "commit": "dotnet@797c50b", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@e1d19fe" + }, + { + "id": "runtime@dee9005", + "repo": "runtime", + "title": "Introduce SafeProcessHandle.Start and ProcessId", + "url": "https://github.com/dotnet/runtime/pull/126192", + "commit": "dotnet@797c50b", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@dee9005" + }, + { + "id": "runtime@da90921", + "repo": "runtime", + "title": "JIT: Remove SSE2 CmpOp/BinOp emulation code", + "url": "https://github.com/dotnet/runtime/pull/126266", + "commit": "dotnet@797c50b", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@da90921" + }, + { + "id": "runtime@1da6c2e", + "repo": "runtime", + "title": "Fix JIT assert with UnsafeAccessor and delegate ctor", + "url": "https://github.com/dotnet/runtime/pull/125868", + "commit": "dotnet@797c50b", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@1da6c2e" + }, + { + "id": "runtime@b1d0b5c", + "repo": "runtime", + "title": "Implement cDAC memory region APIs (GetHandleTableMemoryRegions, GetGCBookkeepingMemoryRegions, GetGCFreeRegions)", + "url": "https://github.com/dotnet/runtime/pull/124926", + "commit": "dotnet@797c50b", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@b1d0b5c" + }, + { + "id": "runtime@c9bb164", + "repo": "runtime", + "title": "Add area-Diagnostics-cdac label owners", + "url": "https://github.com/dotnet/runtime/pull/126323", + "commit": "dotnet@797c50b", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@c9bb164" + }, + { + "id": "runtime@3b313ad", + "repo": "runtime", + "title": "Split Dictionary.Remove inner loops for value-type key optimization", + "url": "https://github.com/dotnet/runtime/pull/125884", + "commit": "dotnet@797c50b", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@3b313ad" + }, + { + "id": "runtime@c1f2455", + "repo": "runtime", + "title": "Fix KeyError in crossgen2_comparison.py for omitted_from_diff_dir lookups", + "url": "https://github.com/dotnet/runtime/pull/126175", + "commit": "dotnet@797c50b", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@c1f2455" + }, + { + "id": "runtime@2f20cee", + "repo": "runtime", + "title": "JIT: yet another pass of unreachable block removal", + "url": "https://github.com/dotnet/runtime/pull/126223", + "commit": "dotnet@797c50b", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@2f20cee" + }, + { + "id": "runtime@d023efe", + "repo": "runtime", + "title": "ARM64: Display method names for indirect calls in JitDisasm output", + "url": "https://github.com/dotnet/runtime/pull/126000", + "commit": "dotnet@797c50b", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@d023efe" + }, + { + "id": "runtime@e9c751a", + "repo": "runtime", + "title": "Remove assertion for unmanaged return frame", + "url": "https://github.com/dotnet/runtime/pull/126225", + "commit": "dotnet@797c50b", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@e9c751a" + }, + { + "id": "runtime@d473783", + "repo": "runtime", + "title": "JIT: Constant fold SequenceEqual with the help of VN", + "url": "https://github.com/dotnet/runtime/pull/121985", + "commit": "dotnet@797c50b", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@d473783" + }, + { + "id": "runtime@5220584", + "repo": "runtime", + "title": "Fix Helix work item premature exit in cDAC dump tests", + "url": "https://github.com/dotnet/runtime/pull/126207", + "commit": "dotnet@797c50b", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@5220584" + }, + { + "id": "runtime@c1efce1", + "repo": "runtime", + "title": "Use checked context for memcpy\u0027s like API invocations", + "url": "https://github.com/dotnet/runtime/pull/125759", + "commit": "dotnet@797c50b", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@c1efce1" + }, + { + "id": "runtime@5685458", + "repo": "runtime", + "title": "Fix ArrayValue.ToString separators", + "url": "https://github.com/dotnet/runtime/pull/126202", + "commit": "dotnet@797c50b", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@5685458" + }, + { + "id": "runtime@3441982", + "repo": "runtime", + "title": "[Wasm RyuJit] Use CORINFO_HELP_INITCLASS for fgGetSharedCCtor", + "url": "https://github.com/dotnet/runtime/pull/126130", + "commit": "dotnet@1e2502f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@3441982" + }, + { + "id": "runtime@830096f", + "repo": "runtime", + "title": "Refactor DownlevelLibraryImportGenerator to inject types via RegisterPostInitializationOutput", + "url": "https://github.com/dotnet/runtime/pull/126056", + "commit": "dotnet@1e2502f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@830096f" + }, + { + "id": "runtime@dd96f2c", + "repo": "runtime", + "title": "Add --tree arg to src/tests/run.[sh|cmd]", + "url": "https://github.com/dotnet/runtime/pull/126232", + "commit": "dotnet@1e2502f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@dd96f2c" + }, + { + "id": "runtime@f123b09", + "repo": "runtime", + "title": "Utf16.IsValid and Utf8/16.IndexOfInvalidSubsequence", + "url": "https://github.com/dotnet/runtime/pull/120326", + "commit": "dotnet@1e2502f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@f123b09" + }, + { + "id": "runtime@526d5b1", + "repo": "runtime", + "title": "Various fixes to get \u0060-dynamiccodecompiled false\u0060 to build on windows", + "url": "https://github.com/dotnet/runtime/pull/126329", + "commit": "dotnet@1e2502f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@526d5b1" + }, + { + "id": "runtime@9e9c885", + "repo": "runtime", + "title": "Adding GetJitHelperFunctionName cDAC API", + "url": "https://github.com/dotnet/runtime/pull/126281", + "commit": "dotnet@1e2502f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@9e9c885" + }, + { + "id": "runtime@5965189", + "repo": "runtime", + "title": "JIT: Refactor async analysis", + "url": "https://github.com/dotnet/runtime/pull/126028", + "commit": "dotnet@1e2502f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@5965189" + }, + { + "id": "runtime@2f94e9d", + "repo": "runtime", + "title": "[Interpreter] Fix localloc to guarantee 16-byte stack alignment", + "url": "https://github.com/dotnet/runtime/pull/125720", + "commit": "dotnet@1e2502f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@2f94e9d" + }, + { + "id": "runtime@ba1a646", + "repo": "runtime", + "title": "[GeneratedComInterface] Add \u0060unsafe\u0060 to derived partial interface when base has unsafe methods", + "url": "https://github.com/dotnet/runtime/pull/126109", + "commit": "dotnet@1e2502f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@ba1a646" + }, + { + "id": "runtime@790e8a5", + "repo": "runtime", + "title": "Skip Verify_ConstructDelegateFromFunctionPointer on NativeAOT", + "url": "https://github.com/dotnet/runtime/pull/126347", + "commit": "dotnet@1e2502f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@790e8a5" + }, + { + "id": "runtime@44b07dc", + "repo": "runtime", + "title": "Follow-up to #126192: address review comments (trimming UseShellExecute)", + "url": "https://github.com/dotnet/runtime/pull/126314", + "commit": "dotnet@1e2502f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@44b07dc" + }, + { + "id": "runtime@f190fcc", + "repo": "runtime", + "title": "Stop RyuJIT from injecting thumb bit under ILC, remove ObjectWriter compensation", + "url": "https://github.com/dotnet/runtime/pull/126294", + "commit": "dotnet@1e2502f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@f190fcc" + }, + { + "id": "runtime@eb21c17", + "repo": "runtime", + "title": "Redo GC heap size fix in heavily pinning scenarios", + "url": "https://github.com/dotnet/runtime/pull/126043", + "commit": "dotnet@1e2502f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@eb21c17" + }, + { + "id": "runtime@d0406f4", + "repo": "runtime", + "title": "[Wasm RyuJit] multi entry try preliminaries", + "url": "https://github.com/dotnet/runtime/pull/126327", + "commit": "dotnet@1e2502f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@d0406f4" + }, + { + "id": "runtime@c1d642c", + "repo": "runtime", + "title": "Fix R2R TypeMap fallback for unresolved assembly targets", + "url": "https://github.com/dotnet/runtime/pull/126123", + "commit": "dotnet@1e2502f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@c1d642c" + }, + { + "id": "runtime@b5215a6", + "repo": "runtime", + "title": "[RyuJIT Wasm] Support Additional Reloc Types used in R2R in WasmObjectWriter", + "url": "https://github.com/dotnet/runtime/pull/126228", + "commit": "dotnet@1e2502f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@b5215a6" + }, + { + "id": "runtime@54e4456", + "repo": "runtime", + "title": "Fix NativeAOT GC crash: populate volatile arg registers from UniversalTransitionThunk", + "url": "https://github.com/dotnet/runtime/pull/126328", + "commit": "dotnet@1e2502f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@54e4456" + }, + { + "id": "runtime@7923747", + "repo": "runtime", + "title": "Remove unused isNewNativeImage parameter from NativeImage::Open", + "url": "https://github.com/dotnet/runtime/pull/123775", + "commit": "dotnet@1e2502f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@7923747" + }, + { + "id": "runtime@e948c9c", + "repo": "runtime", + "title": "[Wasm RyuJIT] Partially implement genStructReturn", + "url": "https://github.com/dotnet/runtime/pull/126326", + "commit": "dotnet@1e2502f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@e948c9c" + }, + { + "id": "runtime@7010dbd", + "repo": "runtime", + "title": "Move polyfills for !NET targets to src/libraries/Common/src/Polyfills/", + "url": "https://github.com/dotnet/runtime/pull/126287", + "commit": "dotnet@1e2502f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@7010dbd" + }, + { + "id": "runtime@a1277e3", + "repo": "runtime", + "title": "Implement SafeProcessHandle.Kill and Signal", + "url": "https://github.com/dotnet/runtime/pull/126313", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a1277e3" + }, + { + "id": "runtime@864274f", + "repo": "runtime", + "title": "Check for stale coreroot files before running coreclr tests", + "url": "https://github.com/dotnet/runtime/pull/125815", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@864274f" + }, + { + "id": "runtime@aff939c", + "repo": "runtime", + "title": "Fix MSBuild encoding and capture archive exit code in cDAC Helix commands", + "url": "https://github.com/dotnet/runtime/pull/126335", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@aff939c" + }, + { + "id": "runtime@23af2ed", + "repo": "runtime", + "title": "Move helix-platforms.yml ARM host VMs from Ubuntu 22.04 to Azure Linux 3", + "url": "https://github.com/dotnet/runtime/pull/126121", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@23af2ed" + }, + { + "id": "runtime@c7aa0f9", + "repo": "runtime", + "title": "[cDAC] Implement stack reference walking and GC stress verification", + "url": "https://github.com/dotnet/runtime/pull/125505", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@c7aa0f9" + }, + { + "id": "runtime@7036934", + "repo": "runtime", + "title": "AsyncEnumerable.ToAsyncEnumerable: return source directly if it implements IAsyncEnumerable", + "url": "https://github.com/dotnet/runtime/pull/126362", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@7036934" + }, + { + "id": "runtime@bd7cab0", + "repo": "runtime", + "title": "Use C# 14 extensions for polyfills in \u0060MetadataLoadContext\u0060.", + "url": "https://github.com/dotnet/runtime/pull/126354", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@bd7cab0" + }, + { + "id": "runtime@eecaf3e", + "repo": "runtime", + "title": "Fix potential null pCommonAssemImport handling in ImportTypeRef", + "url": "https://github.com/dotnet/runtime/pull/126151", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@eecaf3e" + }, + { + "id": "runtime@7ef9c00", + "repo": "runtime", + "title": "Add [OverloadResolutionPriority(1)] to MemoryMarshal.AsBytes(Span) and Cast(Span)", + "url": "https://github.com/dotnet/runtime/pull/126252", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@7ef9c00" + }, + { + "id": "runtime@0b17ed5", + "repo": "runtime", + "title": "Fix flaky \u0060File_Move_Multiple_From_Watched_To_Unwatched_Mac\u0060 test caused by duplicate FSEvents", + "url": "https://github.com/dotnet/runtime/pull/125779", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@0b17ed5" + }, + { + "id": "runtime@6b19ef5", + "repo": "runtime", + "title": "Fix ReadOnlySequence.Slice validation for single-segment sequences", + "url": "https://github.com/dotnet/runtime/pull/122828", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@6b19ef5" + }, + { + "id": "runtime@f624cfd", + "repo": "runtime", + "title": "Fix FileSystemWatcher test flakiness on Windows and re-enable 86 disabled tests", + "url": "https://github.com/dotnet/runtime/pull/125818", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@f624cfd" + }, + { + "id": "runtime@edbbe6d", + "repo": "runtime", + "title": "[cDAC] Dumptest Stackwalker Improvements", + "url": "https://github.com/dotnet/runtime/pull/124912", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@edbbe6d" + }, + { + "id": "runtime@8c76fdb", + "repo": "runtime", + "title": "Add path-based PR triggers for stress test pipelines", + "url": "https://github.com/dotnet/runtime/pull/126358", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@8c76fdb" + }, + { + "id": "runtime@89d7d8e", + "repo": "runtime", + "title": "Avoid reordering when reading continuation state in AsyncOperation.SignalCompletion", + "url": "https://github.com/dotnet/runtime/pull/126373", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@89d7d8e" + }, + { + "id": "runtime@8ea503f", + "repo": "runtime", + "title": "AOT publishing: Improve error message when the Windows SDK is missing", + "url": "https://github.com/dotnet/runtime/pull/126180", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@8ea503f" + }, + { + "id": "runtime@cac7b4d", + "repo": "runtime", + "title": "Fix bounds check bugs in TlsFrameHelper and harden SslStream server handshake", + "url": "https://github.com/dotnet/runtime/pull/126352", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@cac7b4d" + }, + { + "id": "runtime@1f78745", + "repo": "runtime", + "title": "Skip System.Formats.Tar hard-link tests on platforms that can\u0027t create hard links (Android)", + "url": "https://github.com/dotnet/runtime/pull/126316", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@1f78745" + }, + { + "id": "runtime@c578848", + "repo": "runtime", + "title": "[wasm] Bump chrome for testing - linux: 146.0.7680.164, windows: 147.0.7727.24", + "url": "https://github.com/dotnet/runtime/pull/126270", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@c578848" + }, + { + "id": "runtime@9d577cf", + "repo": "runtime", + "title": "Fix wrong gc join in BGC mark phase", + "url": "https://github.com/dotnet/runtime/pull/126389", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@9d577cf" + }, + { + "id": "runtime@9f508ea", + "repo": "runtime", + "title": "[cDAC] Implement simple DacDbi methods and IDebugger contract", + "url": "https://github.com/dotnet/runtime/pull/126032", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@9f508ea" + }, + { + "id": "runtime@b8eb3dc", + "repo": "runtime", + "title": "Move WASM/WASI helix host VMs from Ubuntu 22.04 to Azure Linux 3", + "url": "https://github.com/dotnet/runtime/pull/126125", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@b8eb3dc" + }, + { + "id": "runtime@fa12c89", + "repo": "runtime", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/runtime/pull/126161", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@fa12c89" + }, + { + "id": "runtime@70dc35c", + "repo": "runtime", + "title": "[runtime tests] Make 5 tests conditional on multithreading support", + "url": "https://github.com/dotnet/runtime/pull/126357", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@70dc35c" + }, + { + "id": "runtime@25120e1", + "repo": "runtime", + "title": "Restore src/tests packages in one-shot", + "url": "https://github.com/dotnet/runtime/pull/126405", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@25120e1" + }, + { + "id": "runtime@c035327", + "repo": "runtime", + "title": "Fix libraries-interpreter Linux failures: Configuration case mismatch", + "url": "https://github.com/dotnet/runtime/pull/126377", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@c035327" + }, + { + "id": "runtime@52516e3", + "repo": "runtime", + "title": "Use mul\u002Badd\u002Bpermute sequence for DotProduct when AVX is available", + "url": "https://github.com/dotnet/runtime/pull/125666", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@52516e3" + }, + { + "id": "runtime@ee8c042", + "repo": "runtime", + "title": "[android] Enable exceptions smoke test", + "url": "https://github.com/dotnet/runtime/pull/126144", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@ee8c042" + }, + { + "id": "runtime@cd056cc", + "repo": "runtime", + "title": "Document gh aw CLI extension optional prerequisite in select-copilot-pat README", + "url": "https://github.com/dotnet/runtime/pull/126416", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@cd056cc" + }, + { + "id": "runtime@f9b0517", + "repo": "runtime", + "title": "Move Struct marshaling to transient IL and adjust LayoutClass marshaling IL stub handling", + "url": "https://github.com/dotnet/runtime/pull/125352", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@f9b0517" + }, + { + "id": "runtime@f016b28", + "repo": "runtime", + "title": "Add dependencies for type map group type for external/proxy type map nodes", + "url": "https://github.com/dotnet/runtime/pull/126383", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@f016b28" + }, + { + "id": "runtime@de378a0", + "repo": "runtime", + "title": "Update Native AOT documentation", + "url": "https://github.com/dotnet/runtime/pull/126342", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@de378a0" + }, + { + "id": "runtime@7e36909", + "repo": "runtime", + "title": "Use simulator queue instead of device queue for Apple mobile in runtime.yml", + "url": "https://github.com/dotnet/runtime/pull/126406", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@7e36909" + }, + { + "id": "runtime@b9e569a", + "repo": "runtime", + "title": "Add static nethost test scenario (nativehost_static)", + "url": "https://github.com/dotnet/runtime/pull/126364", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@b9e569a" + }, + { + "id": "runtime@c24c76a", + "repo": "runtime", + "title": "Consolidate downlevel polyfills under Common/src/Polyfills", + "url": "https://github.com/dotnet/runtime/pull/126391", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@c24c76a" + }, + { + "id": "runtime@98f11ec", + "repo": "runtime", + "title": "Use CompressionLevel=Fastest for all test archive ZipDirectory calls", + "url": "https://github.com/dotnet/runtime/pull/126415", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@98f11ec" + }, + { + "id": "runtime@209c66f", + "repo": "runtime", + "title": "Include file path in BadImageFormatException thrown from AddModule", + "url": "https://github.com/dotnet/runtime/pull/126181", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@209c66f" + }, + { + "id": "runtime@655c517", + "repo": "runtime", + "title": "Add GetCodeHeapList cDAC API", + "url": "https://github.com/dotnet/runtime/pull/126231", + "commit": "dotnet@ef59b30", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@655c517" + }, + { + "id": "runtime@53ec0a0", + "repo": "runtime", + "title": "Make sure m_synchronizedOrAsyncRetValVarIndex is always initialized", + "url": "https://github.com/dotnet/runtime/pull/126413", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@53ec0a0" + }, + { + "id": "runtime@974c43f", + "repo": "runtime", + "title": "[Wasm RyuJIT] Set wasm\u0027s vector width to 128 bits", + "url": "https://github.com/dotnet/runtime/pull/126375", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@974c43f" + }, + { + "id": "runtime@ee35eae", + "repo": "runtime", + "title": "Make MountHelper.Unmount resilient to expected cleanup errors in mount volume tests", + "url": "https://github.com/dotnet/runtime/pull/125625", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@ee35eae" + }, + { + "id": "runtime@9394358", + "repo": "runtime", + "title": "Bump github/gh-aw-actions from 0.64.2 to 0.65.4", + "url": "https://github.com/dotnet/runtime/pull/126444", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@9394358" + }, + { + "id": "runtime@cc1ae2b", + "repo": "runtime", + "title": "[HTTP/SSL] Revert docker-compose command changes from PR #125995", + "url": "https://github.com/dotnet/runtime/pull/126399", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@cc1ae2b" + }, + { + "id": "runtime@bbb12bc", + "repo": "runtime", + "title": "Fix InMemoryDirectoryInfo path resolution for \u0027..\u0027 and relative paths", + "url": "https://github.com/dotnet/runtime/pull/126320", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@bbb12bc" + }, + { + "id": "runtime@0a72699", + "repo": "runtime", + "title": "Reduce Apple mobile CI matrix", + "url": "https://github.com/dotnet/runtime/pull/125441", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@0a72699" + }, + { + "id": "runtime@1065d3f", + "repo": "runtime", + "title": "Fix stale version comments on pinned action SHAs in workflow files", + "url": "https://github.com/dotnet/runtime/pull/126468", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@1065d3f" + }, + { + "id": "runtime@ab81350", + "repo": "runtime", + "title": "Skip unsupported tests and increase timeouts for Apple mobile CI legs", + "url": "https://github.com/dotnet/runtime/pull/126464", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@ab81350" + }, + { + "id": "runtime@a927912", + "repo": "runtime", + "title": "Add support for dumping interpreter IR for debugging purposes", + "url": "https://github.com/dotnet/runtime/pull/126370", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a927912" + }, + { + "id": "runtime@e0214a7", + "repo": "runtime", + "title": "Fix UF_HIDDEN causing st_flags to be dropped in ConvertFileStatus; add PAL_UF_HIDDEN static assert", + "url": "https://github.com/dotnet/runtime/pull/125710", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@e0214a7" + }, + { + "id": "runtime@a8836bb", + "repo": "runtime", + "title": "Cleanup holder types", + "url": "https://github.com/dotnet/runtime/pull/126368", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a8836bb" + }, + { + "id": "runtime@f15d677", + "repo": "runtime", + "title": "Use SDK NativeCompile hook for ILC publish integration", + "url": "https://github.com/dotnet/runtime/pull/125629", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@f15d677" + }, + { + "id": "runtime@c740399", + "repo": "runtime", + "title": "Fix flaky FileSystemWatcher_Directory_Delete_MultipleFilters due to Windows NTFS pending-delete race", + "url": "https://github.com/dotnet/runtime/pull/125915", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@c740399" + }, + { + "id": "runtime@ee4d4df", + "repo": "runtime", + "title": "Fix NonBacktracking correctness issues and exponential blowup on nested loops", + "url": "https://github.com/dotnet/runtime/pull/125457", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@ee4d4df" + }, + { + "id": "runtime@c51e9be", + "repo": "runtime", + "title": "[STJ Source gen] Use UnsafeAccessor/reflection for inaccessible members", + "url": "https://github.com/dotnet/runtime/pull/124650", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@c51e9be" + }, + { + "id": "runtime@15fcf3c", + "repo": "runtime", + "title": "Improve InvalidCastException message for generic argument in different ALCs", + "url": "https://github.com/dotnet/runtime/pull/125973", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@15fcf3c" + }, + { + "id": "runtime@0c92757", + "repo": "runtime", + "title": "[cDAC] Add API TranslateExceptionRecordToNotification", + "url": "https://github.com/dotnet/runtime/pull/125931", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@0c92757" + }, + { + "id": "runtime@1f9be20", + "repo": "runtime", + "title": "Add Process tests for MacCatalyst and fix MacCatalyst support", + "url": "https://github.com/dotnet/runtime/pull/126306", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@1f9be20" + }, + { + "id": "runtime@34d4f17", + "repo": "runtime", + "title": "Rename *.Win32.cs files to *.Windows.cs under src/libraries", + "url": "https://github.com/dotnet/runtime/pull/126450", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@34d4f17" + }, + { + "id": "runtime@7891017", + "repo": "runtime", + "title": "Fix FastReducer.SubMod infinite loop on 32-bit platforms", + "url": "https://github.com/dotnet/runtime/pull/126261", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@7891017" + }, + { + "id": "runtime@a3b2d40", + "repo": "runtime", + "title": "Inline CORINFO_HELP_ARRADDR_ST helper call, remove WriteBarrier FCall", + "url": "https://github.com/dotnet/runtime/pull/117583", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a3b2d40" + }, + { + "id": "runtime@650ac8d", + "repo": "runtime", + "title": "Enable Server Garbage Collection in Runtime_126043 project", + "url": "https://github.com/dotnet/runtime/pull/126440", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@650ac8d" + }, + { + "id": "runtime@c72e29d", + "repo": "runtime", + "title": "[Wasm RyuJIT] Fix for assert in obscure block store scenario", + "url": "https://github.com/dotnet/runtime/pull/126392", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@c72e29d" + }, + { + "id": "runtime@e7b6f69", + "repo": "runtime", + "title": "Escape LDAP filter values in System.DirectoryServices.AccountManagement", + "url": "https://github.com/dotnet/runtime/pull/126433", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@e7b6f69" + }, + { + "id": "runtime@7c2620d", + "repo": "runtime", + "title": "Fix crash in debugger transport shutdown path during process exit", + "url": "https://github.com/dotnet/runtime/pull/126372", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@7c2620d" + }, + { + "id": "runtime@890cbb3", + "repo": "runtime", + "title": "Fix dotnet.thread_pool.queue.length to use ObservableUpDownCounter", + "url": "https://github.com/dotnet/runtime/pull/126482", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@890cbb3" + }, + { + "id": "runtime@8f1bc42", + "repo": "runtime", + "title": "Fix MarshalArrayAsParam/AsLPArray/AsLPArrayTest test", + "url": "https://github.com/dotnet/runtime/pull/126443", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@8f1bc42" + }, + { + "id": "runtime@3338406", + "repo": "runtime", + "title": "Rewrite UTF8 string marshalling test suite with Theory methods and bool-returning native functions", + "url": "https://github.com/dotnet/runtime/pull/126366", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@3338406" + }, + { + "id": "runtime@2766968", + "repo": "runtime", + "title": "Port \u0060ComInterfaceGenerator\u0060 to string writing", + "url": "https://github.com/dotnet/runtime/pull/125891", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@2766968" + }, + { + "id": "runtime@22166a0", + "repo": "runtime", + "title": "Fix publish-time Framework materialization for multi-client WASM and add test", + "url": "https://github.com/dotnet/runtime/pull/126211", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@22166a0" + }, + { + "id": "runtime@cdce1c1", + "repo": "runtime", + "title": "Update Fedora Helix queues: latest 43 \u2192 44", + "url": "https://github.com/dotnet/runtime/pull/126432", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@cdce1c1" + }, + { + "id": "runtime@60f1dc1", + "repo": "runtime", + "title": "Rework built-in COM-\u003ECLR stubs to build on the UnmanagedCallersOnly model", + "url": "https://github.com/dotnet/runtime/pull/126002", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@60f1dc1" + }, + { + "id": "runtime@e2d5803", + "repo": "runtime", + "title": "[cDAC] Implement GetTieredVersions for cDAC", + "url": "https://github.com/dotnet/runtime/pull/126164", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@e2d5803" + }, + { + "id": "runtime@f5b3235", + "repo": "runtime", + "title": "Use compiler-generated doc XML for PNSE builds", + "url": "https://github.com/dotnet/runtime/pull/126241", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@f5b3235" + }, + { + "id": "runtime@9a4041e", + "repo": "runtime", + "title": "Migrate CLR to COM stubs to be IL stubs", + "url": "https://github.com/dotnet/runtime/pull/126330", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@9a4041e" + }, + { + "id": "runtime@d7825c3", + "repo": "runtime", + "title": "Make sure binder gets enumerated", + "url": "https://github.com/dotnet/runtime/pull/116164", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@d7825c3" + }, + { + "id": "runtime@35bde6c", + "repo": "runtime", + "title": "Revert \u0022Rewrite UTF8 string marshalling test suite with Theory methods and bool-returning native functions\u0022", + "url": "https://github.com/dotnet/runtime/pull/126498", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@35bde6c" + }, + { + "id": "runtime@59a327a", + "repo": "runtime", + "title": "Process.Linux/OSX: avoid loading full ProcessInfo for ProcessName and ToString.", + "url": "https://github.com/dotnet/runtime/pull/126449", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@59a327a" + }, + { + "id": "runtime@8156f00", + "repo": "runtime", + "title": "JIT: Funclet iterators", + "url": "https://github.com/dotnet/runtime/pull/126491", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@8156f00" + }, + { + "id": "runtime@ee1b5b5", + "repo": "runtime", + "title": "[cDAC] Add data descriptor field type annotations", + "url": "https://github.com/dotnet/runtime/pull/126163", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@ee1b5b5" + }, + { + "id": "runtime@360bbc3", + "repo": "runtime", + "title": "Fix composite crossgen2 crash: \u0022Multiple nodes of this type are not supported\u0022 in TypeMap nodes", + "url": "https://github.com/dotnet/runtime/pull/126429", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@360bbc3" + }, + { + "id": "runtime@a715fc2", + "repo": "runtime", + "title": "Increase Playwright timeouts in Blazor counter test to reduce CI flakes", + "url": "https://github.com/dotnet/runtime/pull/126488", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a715fc2" + }, + { + "id": "runtime@cd7b185", + "repo": "runtime", + "title": "Align OTel names with general conventions.", + "url": "https://github.com/dotnet/runtime/pull/126451", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@cd7b185" + }, + { + "id": "runtime@d5dc74a", + "repo": "runtime", + "title": "WIP Apply Base Relocs For Webcil in Wasm CoreCLR", + "url": "https://github.com/dotnet/runtime/pull/126436", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@d5dc74a" + }, + { + "id": "runtime@b051af9", + "repo": "runtime", + "title": "Exclude workflow lock files from Dependabot updates", + "url": "https://github.com/dotnet/runtime/pull/126508", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@b051af9" + }, + { + "id": "runtime@6fb2237", + "repo": "runtime", + "title": "Fix STJ source gen missing type parameter constraints on generic accessor wrappers", + "url": "https://github.com/dotnet/runtime/pull/126507", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@6fb2237" + }, + { + "id": "runtime@349484a", + "repo": "runtime", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/runtime/pull/126446", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@349484a" + }, + { + "id": "runtime@1d27484", + "repo": "runtime", + "title": "[main] Update dependencies from dotnet/icu, dotnet/runtime-assets", + "url": "https://github.com/dotnet/runtime/pull/126340", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@1d27484" + }, + { + "id": "runtime@a1201b5", + "repo": "runtime", + "title": "Add update-os-coverage skill for Helix queue OS version updates", + "url": "https://github.com/dotnet/runtime/pull/126384", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a1201b5" + }, + { + "id": "runtime@4b43fd3", + "repo": "runtime", + "title": "Make ICorProfiler support optional via FEATURE_CORPROFILER", + "url": "https://github.com/dotnet/runtime/pull/126487", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@4b43fd3" + }, + { + "id": "runtime@43173bf", + "repo": "runtime", + "title": "Fix R2RDump ArgumentOutOfRangeException for composite LVB images", + "url": "https://github.com/dotnet/runtime/pull/126387", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@43173bf" + }, + { + "id": "runtime@711b7e5", + "repo": "runtime", + "title": "Clarify baseline build guidance for update-os-coverage skill", + "url": "https://github.com/dotnet/runtime/pull/126523", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@711b7e5" + }, + { + "id": "runtime@950349b", + "repo": "runtime", + "title": "Convert breaking-change-doc workflow to GitHub agentic workflow", + "url": "https://github.com/dotnet/runtime/pull/126009", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@950349b" + }, + { + "id": "runtime@07a07e6", + "repo": "runtime", + "title": "Improve trimability of System.Diagnostics.Process by lazily initializing remote machine support", + "url": "https://github.com/dotnet/runtime/pull/126338", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@07a07e6" + }, + { + "id": "runtime@ff19270", + "repo": "runtime", + "title": "Denote cgroups as unsupported on OpenBSD", + "url": "https://github.com/dotnet/runtime/pull/125902", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@ff19270" + }, + { + "id": "runtime@ab2f538", + "repo": "runtime", + "title": "Revert \u0022Inline CORINFO_HELP_ARRADDR_ST helper call, remove WriteBarrier FCall\u0022", + "url": "https://github.com/dotnet/runtime/pull/126530", + "commit": "dotnet@3fce74e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@ab2f538" + }, + { + "id": "runtime@5e750b8", + "repo": "runtime", + "title": "Convert MethodDescCallSite to UCO in entrypoints", + "url": "https://github.com/dotnet/runtime/pull/126222", + "commit": "dotnet@1ea751f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@5e750b8" + }, + { + "id": "runtime@937dec6", + "repo": "runtime", + "title": "[minipal] Add getentropy() fallback for platforms without getrandom()", + "url": "https://github.com/dotnet/runtime/pull/126481", + "commit": "dotnet@1ea751f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@937dec6" + }, + { + "id": "runtime@9fd3ebb", + "repo": "runtime", + "title": "[tests] Add check for X86Base.IsSupported before calling X86Base.CpuId", + "url": "https://github.com/dotnet/runtime/pull/126476", + "commit": "dotnet@1ea751f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@9fd3ebb" + }, + { + "id": "runtime@3f14c31", + "repo": "runtime", + "title": "Update WebAssembly Helix image versions", + "url": "https://github.com/dotnet/runtime/pull/126524", + "commit": "dotnet@1ea751f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@3f14c31" + }, + { + "id": "runtime@2916d73", + "repo": "runtime", + "title": "Add Join/LeftJoin/RightJoin tuple overloads to LINQ APIs", + "url": "https://github.com/dotnet/runtime/pull/121998", + "commit": "dotnet@1ea751f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@2916d73" + }, + { + "id": "runtime@6180397", + "repo": "runtime", + "title": "Add Renovate support", + "url": "https://github.com/dotnet/runtime/pull/125982", + "commit": "dotnet@1ea751f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@6180397" + }, + { + "id": "runtime@83a9658", + "repo": "runtime", + "title": "JIT: Remove dead Vector2/3 lowering code", + "url": "https://github.com/dotnet/runtime/pull/125821", + "commit": "dotnet@1ea751f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@83a9658" + }, + { + "id": "runtime@f7fcd1c", + "repo": "runtime", + "title": "Avoid incorrectly resolving a MonoClass for MONO_TYPE_GENERICINST when loading custom attribute values.", + "url": "https://github.com/dotnet/runtime/pull/123439", + "commit": "dotnet@1ea751f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@f7fcd1c" + }, + { + "id": "runtime@a91e2d0", + "repo": "runtime", + "title": "Refresh remaining docs for #126122", + "url": "https://github.com/dotnet/runtime/pull/126581", + "commit": "dotnet@1ea751f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a91e2d0" + }, + { + "id": "runtime@c131725", + "repo": "runtime", + "title": "Add DirectoryPath property to DirectoryNotFoundException", + "url": "https://github.com/dotnet/runtime/pull/126428", + "commit": "dotnet@1ea751f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@c131725" + }, + { + "id": "runtime@212023b", + "repo": "runtime", + "title": "crossgen2: Add --rtr-header-symbol-name opt-in option for custom ReadyToRun header symbol", + "url": "https://github.com/dotnet/runtime/pull/126515", + "commit": "dotnet@1ea751f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@212023b" + }, + { + "id": "runtime@10075f0", + "repo": "runtime", + "title": "Remove async method inlining restrictions in crossgen2", + "url": "https://github.com/dotnet/runtime/pull/125472", + "commit": "dotnet@1ea751f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@10075f0" + }, + { + "id": "runtime@e19c810", + "repo": "runtime", + "title": "Keep the trimming target type around if there\u0027s a template type layout for the trimming target", + "url": "https://github.com/dotnet/runtime/pull/126382", + "commit": "dotnet@1ea751f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@e19c810" + }, + { + "id": "runtime@95f94b6", + "repo": "runtime", + "title": "Fix for arm64 outerloop jitstress failures in FMA", + "url": "https://github.com/dotnet/runtime/pull/126434", + "commit": "dotnet@1ea751f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@95f94b6" + }, + { + "id": "runtime@375857b", + "repo": "runtime", + "title": "Add GroupJoin overload returning IGrouping", + "url": "https://github.com/dotnet/runtime/pull/121999", + "commit": "dotnet@1ea751f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@375857b" + }, + { + "id": "runtime@93578ff", + "repo": "runtime", + "title": "Add Utf8JsonWriter.Reset overloads accepting JsonWriterOptions", + "url": "https://github.com/dotnet/runtime/pull/126578", + "commit": "dotnet@1ea751f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@93578ff" + }, + { + "id": "runtime@7e2ee62", + "repo": "runtime", + "title": "Update Mono.Linker.Tests to MSTest", + "url": "https://github.com/dotnet/runtime/pull/126412", + "commit": "dotnet@1ea751f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@7e2ee62" + }, + { + "id": "runtime@8832d20", + "repo": "runtime", + "title": "Intrinsify default Comparer\u003CT\u003E and EqualityComparer\u003CT\u003E creation in R2R", + "url": "https://github.com/dotnet/runtime/pull/126204", + "commit": "dotnet@1ea751f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@8832d20" + }, + { + "id": "runtime@556ab28", + "repo": "runtime", + "title": "[wasm][coreclr] Fix Regressions test crash by increasing Node.js stack size", + "url": "https://github.com/dotnet/runtime/pull/126601", + "commit": "dotnet@1ea751f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@556ab28" + }, + { + "id": "runtime@bfb2e88", + "repo": "runtime", + "title": "Make target OS/arch in Bundler and TargetInfo non-optional", + "url": "https://github.com/dotnet/runtime/pull/126437", + "commit": "dotnet@1ea751f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@bfb2e88" + }, + { + "id": "runtime@1c60926", + "repo": "runtime", + "title": "Reset frameNeedsTailcallUpdate when we don\u0027t call interp code", + "url": "https://github.com/dotnet/runtime/pull/126475", + "commit": "dotnet@1ea751f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@1c60926" + }, + { + "id": "runtime@7fa0e1e", + "repo": "runtime", + "title": "Add logic to load webcil as r2r", + "url": "https://github.com/dotnet/runtime/pull/126388", + "commit": "dotnet@1ea751f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@7fa0e1e" + }, + { + "id": "runtime@1f4f1ff", + "repo": "runtime", + "title": "Fix Mono-style whitespace in UnsafeMethodMissingRequiresUnsafeAnalyzer", + "url": "https://github.com/dotnet/runtime/pull/125943", + "commit": "dotnet@1ea751f", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@1f4f1ff" + }, + { + "id": "runtime@0bf5e88", + "repo": "runtime", + "title": "Fix ARM64 interface dispatch cache torn read", + "url": "https://github.com/dotnet/runtime/pull/126346", + "commit": "dotnet@3a162e0", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@0bf5e88" + }, + { + "id": "runtime@10cb926", + "repo": "runtime", + "title": "Remove unused FreeBSD OSPlatform extension from TargetInfo.cs", + "url": "https://github.com/dotnet/runtime/pull/126612", + "commit": "dotnet@3a162e0", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@10cb926" + }, + { + "id": "runtime@68b538c", + "repo": "runtime", + "title": "Add ProcessStartInfo.InheritedHandles to restrict child process handle inheritance", + "url": "https://github.com/dotnet/runtime/pull/126318", + "commit": "dotnet@3a162e0", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@68b538c" + }, + { + "id": "runtime@8843355", + "repo": "runtime", + "title": "Fix missing error handling in SafeFileHandle.Type on Windows", + "url": "https://github.com/dotnet/runtime/pull/126618", + "commit": "dotnet@3a162e0", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@8843355" + }, + { + "id": "runtime@14eeb75", + "repo": "runtime", + "title": "Revert \u0022Add GroupJoin overload returning IGrouping\u0022", + "url": "https://github.com/dotnet/runtime/pull/126624", + "commit": "dotnet@3a162e0", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@14eeb75" + }, + { + "id": "runtime@809e569", + "repo": "runtime", + "title": "Fix SmtpException.GetMessageForStatus: use distinct messages for unknown and defined-but-unmapped status codes", + "url": "https://github.com/dotnet/runtime/pull/126602", + "commit": "dotnet@3a162e0", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@809e569" + }, + { + "id": "runtime@ddc9174", + "repo": "runtime", + "title": "Disable HTTP/3 tests on AzureLinux 3 VMs due to QUIC OOM", + "url": "https://github.com/dotnet/runtime/pull/126605", + "commit": "dotnet@3a162e0", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@ddc9174" + }, + { + "id": "runtime@18290ad", + "repo": "runtime", + "title": "Annotate \u0060System.Diagnostics.EventLog\u0060 with Nullable Reference Types", + "url": "https://github.com/dotnet/runtime/pull/119891", + "commit": "dotnet@3a162e0", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@18290ad" + }, + { + "id": "runtime@bbe57f3", + "repo": "runtime", + "title": "[crossgen2] Add --strip-il-bodies option for composite R2R", + "url": "https://github.com/dotnet/runtime/pull/125647", + "commit": "dotnet@3a162e0", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@bbe57f3" + }, + { + "id": "runtime@c47c417", + "repo": "runtime", + "title": "Re-enable symbol stripping for Apple platforms", + "url": "https://github.com/dotnet/runtime/pull/124266", + "commit": "dotnet@3a162e0", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@c47c417" + }, + { + "id": "runtime@a6149c0", + "repo": "runtime", + "title": "[Runtime Async] Support for covariant override of \u0060Task\u0060- returning base with a \u0060Task\u003CT\u003E\u0060- returning derived method.", + "url": "https://github.com/dotnet/runtime/pull/125900", + "commit": "dotnet@3a162e0", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a6149c0" + }, + { + "id": "runtime@9684f64", + "repo": "runtime", + "title": "[Wasm RyuJit] transform multi-entry try regions", + "url": "https://github.com/dotnet/runtime/pull/126374", + "commit": "dotnet@3a162e0", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@9684f64" + }, + { + "id": "runtime@2eb5f4c", + "repo": "runtime", + "title": "[LoongArch64] Fix the floating-point register copy in SoftwareExceptionFrame::UpdateContextFromTransitionBlock().", + "url": "https://github.com/dotnet/runtime/pull/126597", + "commit": "dotnet@3a162e0", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@2eb5f4c" + }, + { + "id": "runtime@714d206", + "repo": "runtime", + "title": "Enable runtime-async in CoreCLR System.Private.CoreLib", + "url": "https://github.com/dotnet/runtime/pull/126594", + "commit": "dotnet@3a162e0", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@714d206" + }, + { + "id": "runtime@0fc6976", + "repo": "runtime", + "title": "Disable ICorProfiler on non-desktop and WASM platforms", + "url": "https://github.com/dotnet/runtime/pull/126550", + "commit": "dotnet@3a162e0", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@0fc6976" + }, + { + "id": "runtime@0ad5249", + "repo": "runtime", + "title": "Fix decimal NumberStyles validation", + "url": "https://github.com/dotnet/runtime/pull/126644", + "commit": "dotnet@3a162e0", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@0ad5249" + }, + { + "id": "runtime@4bd0bf4", + "repo": "runtime", + "title": "Fix regex compiler/source generator resumeAt handling of conditionals inside loops", + "url": "https://github.com/dotnet/runtime/pull/126561", + "commit": "dotnet@3a162e0", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@4bd0bf4" + }, + { + "id": "runtime@a358478", + "repo": "runtime", + "title": "Fix intermittent OSX CI failures in StartsWithNoMatch_StringComparison and EndsWithNoMatch_StringComparison", + "url": "https://github.com/dotnet/runtime/pull/125963", + "commit": "dotnet@3a162e0", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a358478" + }, + { + "id": "runtime@5781c28", + "repo": "runtime", + "title": "Wasm funclet RA", + "url": "https://github.com/dotnet/runtime/pull/126445", + "commit": "dotnet@3a162e0", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@5781c28" + }, + { + "id": "runtime@434ce89", + "repo": "runtime", + "title": "JIT: use funclet iterator in genCodeForBBlist", + "url": "https://github.com/dotnet/runtime/pull/126588", + "commit": "dotnet@3a162e0", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@434ce89" + }, + { + "id": "runtime@2148709", + "repo": "runtime", + "title": "Support InstructionSet_VectorT in HWIntrinsic importer", + "url": "https://github.com/dotnet/runtime/pull/125226", + "commit": "dotnet@3a162e0", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@2148709" + }, + { + "id": "runtime@2740c3d", + "repo": "runtime", + "title": "Fix SkipOnCoreClr generating unreachable test code in standalone runner", + "url": "https://github.com/dotnet/runtime/pull/126517", + "commit": "dotnet@3a162e0", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@2740c3d" + }, + { + "id": "runtime@66b7bf0", + "repo": "runtime", + "title": "Backport XML docs for System.Diagnostics.FileVersionInfo from dotnet-api-docs", + "url": "https://github.com/dotnet/runtime/pull/124405", + "commit": "dotnet@3a162e0", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@66b7bf0" + }, + { + "id": "runtime@2ae217c", + "repo": "runtime", + "title": "Use LifetimeHolder for COM interop holders", + "url": "https://github.com/dotnet/runtime/pull/126522", + "commit": "dotnet@3a162e0", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@2ae217c" + }, + { + "id": "runtime@eba6c8b", + "repo": "runtime", + "title": "Change DirectoryNotFoundException binary serialization constructor to use GetValueNoThrow", + "url": "https://github.com/dotnet/runtime/pull/126648", + "commit": "dotnet@b346c36", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@eba6c8b" + }, + { + "id": "runtime@295ecbd", + "repo": "runtime", + "title": "Add TARGET_APPLE to System.Private.CoreLib DefineConstants for Apple platforms", + "url": "https://github.com/dotnet/runtime/pull/126652", + "commit": "dotnet@b346c36", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@295ecbd" + }, + { + "id": "runtime@d45e10e", + "repo": "runtime", + "title": "Fix race condition in cached interface dispatch stubs", + "url": "https://github.com/dotnet/runtime/pull/126471", + "commit": "dotnet@b346c36", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@d45e10e" + }, + { + "id": "runtime@177ba31", + "repo": "runtime", + "title": "Fix initialization of t_MostRecentUMEntryThunkData in reverse pinvokes", + "url": "https://github.com/dotnet/runtime/pull/126579", + "commit": "dotnet@b346c36", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@177ba31" + }, + { + "id": "runtime@24d70a4", + "repo": "runtime", + "title": "Disable WindowsAlternateDataStreamOverwrite test on Windows Arm64", + "url": "https://github.com/dotnet/runtime/pull/126661", + "commit": "dotnet@b346c36", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@24d70a4" + }, + { + "id": "runtime@cb07167", + "repo": "runtime", + "title": "[NET] Add a new pipeline for PR trigger on top of the existing stress pipelines", + "url": "https://github.com/dotnet/runtime/pull/126474", + "commit": "dotnet@b346c36", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@cb07167" + }, + { + "id": "runtime@904794d", + "repo": "runtime", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/runtime/pull/126531", + "commit": "dotnet@b346c36", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@904794d" + }, + { + "id": "runtime@8753ab5", + "repo": "runtime", + "title": "Close socket that leaks on connect failed", + "url": "https://github.com/dotnet/runtime/pull/126307", + "commit": "dotnet@b346c36", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@8753ab5" + }, + { + "id": "runtime@6967149", + "repo": "runtime", + "title": "Clarify documentation of IChangeToken.ActiveChangeCallbacks", + "url": "https://github.com/dotnet/runtime/pull/126640", + "commit": "dotnet@b346c36", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@6967149" + }, + { + "id": "runtime@2c927ee", + "repo": "runtime", + "title": "Refactor cDac tests to use typed views", + "url": "https://github.com/dotnet/runtime/pull/126466", + "commit": "dotnet@b346c36", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@2c927ee" + }, + { + "id": "runtime@3c83542", + "repo": "runtime", + "title": "Fix ConfigurationBinder failing to bind empty array to constructor parameter", + "url": "https://github.com/dotnet/runtime/pull/126470", + "commit": "dotnet@b346c36", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@3c83542" + }, + { + "id": "runtime@da617cf", + "repo": "runtime", + "title": "JIT: Share suspension epilogs in async transformation", + "url": "https://github.com/dotnet/runtime/pull/125174", + "commit": "dotnet@b346c36", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@da617cf" + }, + { + "id": "runtime@1653a0f", + "repo": "runtime", + "title": "Update comment for Async covariant return issue", + "url": "https://github.com/dotnet/runtime/pull/126686", + "commit": "dotnet@b346c36", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@1653a0f" + }, + { + "id": "runtime@dbe16d6", + "repo": "runtime", + "title": "TarReader: implement GNU sparse format 1.0 (PAX)", + "url": "https://github.com/dotnet/runtime/pull/125283", + "commit": "dotnet@b346c36", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@dbe16d6" + }, + { + "id": "runtime@b9ef488", + "repo": "runtime", + "title": "Handle non-existent root directory in PhysicalFilesWatcher", + "url": "https://github.com/dotnet/runtime/pull/126411", + "commit": "dotnet@b346c36", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@b9ef488" + }, + { + "id": "runtime@8e57268", + "repo": "runtime", + "title": "Fix RemoteExecutor-dependent tests failing on platforms where RemoteExecutor is unsupported", + "url": "https://github.com/dotnet/runtime/pull/126694", + "commit": "dotnet@b346c36", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@8e57268" + }, + { + "id": "runtime@a3bd98b", + "repo": "runtime", + "title": "Adding EnumMethodDefinitionByName, StartEnumMethodDefinitionsByName, and EndEnumMethodDefinitionsByName cDAC APIs", + "url": "https://github.com/dotnet/runtime/pull/125539", + "commit": "dotnet@b346c36", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a3bd98b" + }, + { + "id": "runtime@62b476b", + "repo": "runtime", + "title": "Use CodeRangeMapRangeList for callcounting stubs and remove unneeded StubManagers", + "url": "https://github.com/dotnet/runtime/pull/126521", + "commit": "dotnet@b346c36", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@62b476b" + }, + { + "id": "runtime@dc803e0", + "repo": "runtime", + "title": "Add missing tests for resumeAt=2 path in regex expression conditional", + "url": "https://github.com/dotnet/runtime/pull/126657", + "commit": "dotnet@b346c36", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@dc803e0" + }, + { + "id": "runtime@5889432", + "repo": "runtime", + "title": "Add watchdog instrumentation to OleTxTests.Recovery to capture hang diagnostics", + "url": "https://github.com/dotnet/runtime/pull/126666", + "commit": "dotnet@b346c36", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@5889432" + }, + { + "id": "runtime@76853ac", + "repo": "runtime", + "title": "Add linux_arm64 platform to coreclr_r2r_interpreter build", + "url": "https://github.com/dotnet/runtime/pull/126586", + "commit": "dotnet@b346c36", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@76853ac" + }, + { + "id": "runtime@a181406", + "repo": "runtime", + "title": "JIT: dominating redundant branch opt", + "url": "https://github.com/dotnet/runtime/pull/126587", + "commit": "dotnet@b346c36", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a181406" + }, + { + "id": "runtime@c19c6c9", + "repo": "runtime", + "title": "Box value types implementing \u0060IXmlSerializable\u0060 in \u0060XmlSerializer\u0060 generated IL", + "url": "https://github.com/dotnet/runtime/pull/117473", + "commit": "dotnet@b346c36", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@c19c6c9" + }, + { + "id": "runtime@4004e34", + "repo": "runtime", + "title": "Skip Start_Disposed_ThrowsObjectDisposedException on Apple mobile platforms", + "url": "https://github.com/dotnet/runtime/pull/126655", + "commit": "dotnet@b346c36", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@4004e34" + }, + { + "id": "runtime@05b2bbc", + "repo": "runtime", + "title": "Add Log10 to IBinaryInteger", + "url": "https://github.com/dotnet/runtime/pull/126065", + "commit": "dotnet@b346c36", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@05b2bbc" + }, + { + "id": "runtime@4b96b74", + "repo": "runtime", + "title": "[PERF] Add wasm_coreclr and coreclr_r2r_interpreter to perf-build pipeline", + "url": "https://github.com/dotnet/runtime/pull/126589", + "commit": "dotnet@b346c36", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@4b96b74" + }, + { + "id": "runtime@a4b3fc5", + "repo": "runtime", + "title": "Disable FEATURE_PGO on WebAssembly, iOS, TVOS, and MacCatalyst", + "url": "https://github.com/dotnet/runtime/pull/126493", + "commit": "dotnet@b346c36", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a4b3fc5" + }, + { + "id": "runtime@797626d", + "repo": "runtime", + "title": "Move \u0060Thread::m_pInterpThreadContext\u0060 near top of Thread class for stable asm offset", + "url": "https://github.com/dotnet/runtime/pull/126684", + "commit": "dotnet@b346c36", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@797626d" + }, + { + "id": "runtime@6c7c5de", + "repo": "runtime", + "title": "Cache version-resilient hash code on MethodTableAuxiliaryData to fix superlinear behavior with polymorphic recursion", + "url": "https://github.com/dotnet/runtime/pull/126534", + "commit": "dotnet@b346c36", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@6c7c5de" + }, + { + "id": "runtime@c9e4f64", + "repo": "runtime", + "title": "[wasm][coreclr] Implement webcil V1 support in WebcilConverter and readers", + "url": "https://github.com/dotnet/runtime/pull/126709", + "commit": "dotnet@b346c36", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@c9e4f64" + }, + { + "id": "runtime@6b6a8b5", + "repo": "runtime", + "title": "Avoid \u0060const_cast\u0060 in methods on \u0060PEDecoder\u0060", + "url": "https://github.com/dotnet/runtime/pull/126672", + "commit": "dotnet@ea94acb", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@6b6a8b5" + }, + { + "id": "runtime@cc78323", + "repo": "runtime", + "title": "Add ActivityTraceFlags.RandomTraceId flag", + "url": "https://github.com/dotnet/runtime/pull/124851", + "commit": "dotnet@ea94acb", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@cc78323" + }, + { + "id": "runtime@063c8ea", + "repo": "runtime", + "title": "Fix SYSLIB1045 code fixer generating duplicate MyRegex names across partial class declarations", + "url": "https://github.com/dotnet/runtime/pull/124698", + "commit": "dotnet@ea94acb", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@063c8ea" + }, + { + "id": "runtime@5a341af", + "repo": "runtime", + "title": "Update baseline build instructions to use working branch instead of main", + "url": "https://github.com/dotnet/runtime/pull/125853", + "commit": "dotnet@ea94acb", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@5a341af" + }, + { + "id": "runtime@ddba785", + "repo": "runtime", + "title": "Enable runtime-async unconditionally in System.Private.CoreLib (CoreCLR and NativeAOT)", + "url": "https://github.com/dotnet/runtime/pull/126680", + "commit": "dotnet@ea94acb", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@ddba785" + }, + { + "id": "runtime@2383f46", + "repo": "runtime", + "title": "Guard stackwalking in IXClrDataStackWalk codepaths to account for underlying max size of context", + "url": "https://github.com/dotnet/runtime/pull/125819", + "commit": "dotnet@ea94acb", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@2383f46" + }, + { + "id": "runtime@1555020", + "repo": "runtime", + "title": "Convert throw and thread helpers to UCO", + "url": "https://github.com/dotnet/runtime/pull/126582", + "commit": "dotnet@ea94acb", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@1555020" + }, + { + "id": "runtime@21c2726", + "repo": "runtime", + "title": "Re-enable FEATURE_CORPROFILER for tvOS to match iOS/MacCatalyst", + "url": "https://github.com/dotnet/runtime/pull/126715", + "commit": "dotnet@ea94acb", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@21c2726" + }, + { + "id": "runtime@ce3e716", + "repo": "runtime", + "title": "Early init for FrameworkEventSource", + "url": "https://github.com/dotnet/runtime/pull/126737", + "commit": "dotnet@ea94acb", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@ce3e716" + }, + { + "id": "runtime@a74ee49", + "repo": "runtime", + "title": "[Apple mobile] Fix test failures on Apple mobile platforms due to IL stripping", + "url": "https://github.com/dotnet/runtime/pull/126631", + "commit": "dotnet@0242307", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a74ee49" + }, + { + "id": "runtime@41fae17", + "repo": "runtime", + "title": "Agentics: Add Extensions \u0026 Compression review agent and instructions", + "url": "https://github.com/dotnet/runtime/pull/126638", + "commit": "dotnet@0242307", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@41fae17" + }, + { + "id": "runtime@f43f6ab", + "repo": "runtime", + "title": "Delete \u0060DEFAULT_STACK_SIZE\u0060", + "url": "https://github.com/dotnet/runtime/pull/118057", + "commit": "dotnet@0242307", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@f43f6ab" + }, + { + "id": "runtime@d51c820", + "repo": "runtime", + "title": "Add NonInheritedFileHandle_IsNotAvailableInChildProcess test to ProcessHandlesTests", + "url": "https://github.com/dotnet/runtime/pull/126629", + "commit": "dotnet@0242307", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@d51c820" + }, + { + "id": "runtime@6adf63b", + "repo": "runtime", + "title": "[wasm][coreclr] Batch CoreCLR library test suites on Helix", + "url": "https://github.com/dotnet/runtime/pull/126157", + "commit": "dotnet@0242307", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@6adf63b" + }, + { + "id": "runtime@a86167c", + "repo": "runtime", + "title": "[Wasm RyuJit] fix funclet prolog and epilog codegen", + "url": "https://github.com/dotnet/runtime/pull/126663", + "commit": "dotnet@0242307", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a86167c" + }, + { + "id": "runtime@29a4e37", + "repo": "runtime", + "title": "Fix DAC GetNativeCodeInfo API to use async variant for thunk MethodDescs", + "url": "https://github.com/dotnet/runtime/pull/126728", + "commit": "dotnet@0242307", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@29a4e37" + }, + { + "id": "runtime@c6d701a", + "repo": "runtime", + "title": "fix \u0060ChainedRateLimiter\u0060 treating \u0060IdleDuration\u0060 and chained \u0060ReplenishmentRateLimiters\u0060 incorrectly", + "url": "https://github.com/dotnet/runtime/pull/126158", + "commit": "dotnet@0242307", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@c6d701a" + }, + { + "id": "runtime@5cb7b8c", + "repo": "runtime", + "title": "Merge hotreload-utils source into runtime repo", + "url": "https://github.com/dotnet/runtime/pull/126512", + "commit": "dotnet@0242307", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@5cb7b8c" + }, + { + "id": "runtime@a8f6705", + "repo": "runtime", + "title": "Simplify TrimmerSingleWarn intermediate assembly update using MSBuild item Update", + "url": "https://github.com/dotnet/runtime/pull/125630", + "commit": "dotnet@0242307", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a8f6705" + }, + { + "id": "runtime@41adbb5", + "repo": "runtime", + "title": "Add \u0060WASM_MEMORY_ADDR_REL_LEB\u0060 Relocation Type", + "url": "https://github.com/dotnet/runtime/pull/126676", + "commit": "dotnet@0242307", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@41adbb5" + }, + { + "id": "runtime@accbdf7", + "repo": "runtime", + "title": "[cDAC] Add typed field extension methods for Data classes", + "url": "https://github.com/dotnet/runtime/pull/126713", + "commit": "dotnet@0242307", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@accbdf7" + }, + { + "id": "runtime@530db8a", + "repo": "runtime", + "title": "Replace SHash of call counting managers with linked list.", + "url": "https://github.com/dotnet/runtime/pull/126729", + "commit": "dotnet@0242307", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@530db8a" + }, + { + "id": "runtime@4ab5c7c", + "repo": "runtime", + "title": "Revert \u0022Workaround for a bug in latest MSVC\u0022", + "url": "https://github.com/dotnet/runtime/pull/126742", + "commit": "dotnet@0242307", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@4ab5c7c" + }, + { + "id": "runtime@12d6cfa", + "repo": "runtime", + "title": "Fix CLR-\u003ECOM RCW ownership tracking on the slow path", + "url": "https://github.com/dotnet/runtime/pull/126731", + "commit": "dotnet@0242307", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@12d6cfa" + }, + { + "id": "runtime@1584123", + "repo": "runtime", + "title": "Arm64 jitstress outerloop", + "url": "https://github.com/dotnet/runtime/pull/126736", + "commit": "dotnet@0242307", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@1584123" + }, + { + "id": "runtime@ad46ca1", + "repo": "runtime", + "title": "Replace contract factories with registration-based ContractRegistry", + "url": "https://github.com/dotnet/runtime/pull/126511", + "commit": "dotnet@0242307", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@ad46ca1" + }, + { + "id": "runtime@6fbd681", + "repo": "runtime", + "title": "Add ProcessStartInfo.StartDetached to start processes detached from parent session/console", + "url": "https://github.com/dotnet/runtime/pull/126632", + "commit": "dotnet@0242307", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@6fbd681" + }, + { + "id": "runtime@39c9b34", + "repo": "runtime", + "title": "Fix COM reentrancy contract violations and re-enable the ExtensionPoints test", + "url": "https://github.com/dotnet/runtime/pull/126571", + "commit": "dotnet@0242307", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@39c9b34" + }, + { + "id": "runtime@adcbacf", + "repo": "runtime", + "title": "Simple RuntimeTypeSystem DacDbi APIs", + "url": "https://github.com/dotnet/runtime/pull/126732", + "commit": "dotnet@0242307", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@adcbacf" + }, + { + "id": "runtime@e45ecce", + "repo": "runtime", + "title": "Move the cache for the marshaler methods to be stored on the RuntimeType instead of in a ConditionalWeakTable", + "url": "https://github.com/dotnet/runtime/pull/126621", + "commit": "dotnet@0242307", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@e45ecce" + }, + { + "id": "runtime@05f14fb", + "repo": "runtime", + "title": "JIT: Disable instrument_if_optimizing in libraries-pgo", + "url": "https://github.com/dotnet/runtime/pull/126762", + "commit": "dotnet@0242307", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@05f14fb" + }, + { + "id": "runtime@cf7fcfa", + "repo": "runtime", + "title": "Remove unused AssemblySpecHash class", + "url": "https://github.com/dotnet/runtime/pull/126761", + "commit": "dotnet@0242307", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@cf7fcfa" + }, + { + "id": "runtime@a931a07", + "repo": "runtime", + "title": "Fix result assignment after action execution", + "url": "https://github.com/dotnet/runtime/pull/126766", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a931a07" + }, + { + "id": "runtime@25f7804", + "repo": "runtime", + "title": "Reduce code-review skill token usage (~29% smaller)", + "url": "https://github.com/dotnet/runtime/pull/126779", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@25f7804" + }, + { + "id": "runtime@634fa0d", + "repo": "runtime", + "title": "Fix code review agent timeouts caused by gpt-5.4", + "url": "https://github.com/dotnet/runtime/pull/126783", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@634fa0d" + }, + { + "id": "runtime@d38d8f7", + "repo": "runtime", + "title": "Haiku: Initial managed libraries support", + "url": "https://github.com/dotnet/runtime/pull/121880", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@d38d8f7" + }, + { + "id": "runtime@280fb74", + "repo": "runtime", + "title": "Fix deterministic MountVolume test failures on ARM64 Helix machines", + "url": "https://github.com/dotnet/runtime/pull/126660", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@280fb74" + }, + { + "id": "runtime@e583c98", + "repo": "runtime", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/runtime/pull/126707", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@e583c98" + }, + { + "id": "runtime@9bb0c1e", + "repo": "runtime", + "title": "[cDAC] Fix bug in GetThreadData", + "url": "https://github.com/dotnet/runtime/pull/126592", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@9bb0c1e" + }, + { + "id": "runtime@31132b6", + "repo": "runtime", + "title": "Implement ProcessStartInfo.KillOnParentExit for Windows", + "url": "https://github.com/dotnet/runtime/pull/126699", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@31132b6" + }, + { + "id": "runtime@575ae65", + "repo": "runtime", + "title": "Bump actions/github-script from 8 to 9", + "url": "https://github.com/dotnet/runtime/pull/126764", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@575ae65" + }, + { + "id": "runtime@0145718", + "repo": "runtime", + "title": "Update THIRD-PARTY-NOTICES.TXT with opentelemetry license", + "url": "https://github.com/dotnet/runtime/pull/126670", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@0145718" + }, + { + "id": "runtime@4fd3283", + "repo": "runtime", + "title": "Update area owners documentation and sync repo automation", + "url": "https://github.com/dotnet/runtime/pull/126753", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@4fd3283" + }, + { + "id": "runtime@2ebe5d9", + "repo": "runtime", + "title": "Optimize IndexOfAnyAsciiSearcher on Arm64", + "url": "https://github.com/dotnet/runtime/pull/126678", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@2ebe5d9" + }, + { + "id": "runtime@c62c41f", + "repo": "runtime", + "title": "Fix XUnitWrapperGenerator: \u0060testArguments\u0060 out of scope in ConditionalTest else branch for MemberData theories", + "url": "https://github.com/dotnet/runtime/pull/126505", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@c62c41f" + }, + { + "id": "runtime@6df558c", + "repo": "runtime", + "title": "Fix NullReferenceException in DestroyStructure for blittable types", + "url": "https://github.com/dotnet/runtime/pull/126795", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@6df558c" + }, + { + "id": "runtime@c2862f9", + "repo": "runtime", + "title": "Fix Avx10 detection: cache CPUID bit before later queries overwrite cpuidInfo", + "url": "https://github.com/dotnet/runtime/pull/126810", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@c2862f9" + }, + { + "id": "runtime@fe15cb2", + "repo": "runtime", + "title": "Assert handle is not null in HandleToObject", + "url": "https://github.com/dotnet/runtime/pull/126797", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@fe15cb2" + }, + { + "id": "runtime@836571e", + "repo": "runtime", + "title": "ARM64: Use fmov instead of umov for 64-bit integer ToScalar", + "url": "https://github.com/dotnet/runtime/pull/126803", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@836571e" + }, + { + "id": "runtime@ad023e0", + "repo": "runtime", + "title": "Restore iOS device CI jobs in runtime.yml", + "url": "https://github.com/dotnet/runtime/pull/126745", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@ad023e0" + }, + { + "id": "runtime@05596e3", + "repo": "runtime", + "title": "[RyuJit] Remove \u0060gtCallAddr\u0060", + "url": "https://github.com/dotnet/runtime/pull/125211", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@05596e3" + }, + { + "id": "runtime@002021b", + "repo": "runtime", + "title": "JIT: Remove VNFOA_SharedStatic, ValueNumStore::IsSharedStatic, and shared-static column from valuenumfuncs.h", + "url": "https://github.com/dotnet/runtime/pull/126796", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@002021b" + }, + { + "id": "runtime@bf222c5", + "repo": "runtime", + "title": "Improve Process support on MacCatalyst: use posix_spawn", + "url": "https://github.com/dotnet/runtime/pull/126478", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@bf222c5" + }, + { + "id": "runtime@1f1f5fd", + "repo": "runtime", + "title": "Add instruction set detection for SVE_AES, SVE_SHA3, SVE_SM4, SHA3, SM4", + "url": "https://github.com/dotnet/runtime/pull/124637", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@1f1f5fd" + }, + { + "id": "runtime@12c3fe3", + "repo": "runtime", + "title": "Add skill-validator structural checks for skills and agents", + "url": "https://github.com/dotnet/runtime/pull/126814", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@12c3fe3" + }, + { + "id": "runtime@98d1ffe", + "repo": "runtime", + "title": "Skip covariant-return test when running crossgen tests", + "url": "https://github.com/dotnet/runtime/pull/126775", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@98d1ffe" + }, + { + "id": "runtime@6ff5be5", + "repo": "runtime", + "title": "Fix race condition in EvictionCount_NotOvercounted_WhenEntryAlreadyRemoved test", + "url": "https://github.com/dotnet/runtime/pull/126826", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@6ff5be5" + }, + { + "id": "runtime@8106464", + "repo": "runtime", + "title": "Set commit message for image pinning from Renovate", + "url": "https://github.com/dotnet/runtime/pull/126832", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@8106464" + }, + { + "id": "runtime@cde73a0", + "repo": "runtime", + "title": "Generate line number info in ilc and crossgen", + "url": "https://github.com/dotnet/runtime/pull/126813", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@cde73a0" + }, + { + "id": "runtime@422c41a", + "repo": "runtime", + "title": "Update .gitignore to include cache and dump files", + "url": "https://github.com/dotnet/runtime/pull/126718", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@422c41a" + }, + { + "id": "runtime@770e62e", + "repo": "runtime", + "title": "Remove deprecated OpenSSL RSA APIs", + "url": "https://github.com/dotnet/runtime/pull/126034", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@770e62e" + }, + { + "id": "runtime@33be435", + "repo": "runtime", + "title": "Remove TODO for async devirtualization", + "url": "https://github.com/dotnet/runtime/pull/126825", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@33be435" + }, + { + "id": "runtime@578644c", + "repo": "runtime", + "title": "JIT: support SSA-aware PHI jump threading", + "url": "https://github.com/dotnet/runtime/pull/126812", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@578644c" + }, + { + "id": "runtime@7ab59a3", + "repo": "runtime", + "title": "Support hardware with more than 1024 CPUs", + "url": "https://github.com/dotnet/runtime/pull/126763", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@7ab59a3" + }, + { + "id": "runtime@19d0c6e", + "repo": "runtime", + "title": "Fix DefaultCOMImpl reference counting bugs in DAC", + "url": "https://github.com/dotnet/runtime/pull/125231", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@19d0c6e" + }, + { + "id": "runtime@5f9352d", + "repo": "runtime", + "title": "Fix stackoverflowtester to skip ARM32 in TestStackOverflowLargeFrameMainThread", + "url": "https://github.com/dotnet/runtime/pull/126525", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@5f9352d" + }, + { + "id": "runtime@4f21ff0", + "repo": "runtime", + "title": "Fix TarReader_SparseFileTests reflection breaking under Native AOT by replacing with [UnsafeAccessor]", + "url": "https://github.com/dotnet/runtime/pull/126854", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@4f21ff0" + }, + { + "id": "runtime@fd3f89f", + "repo": "runtime", + "title": "Work around Schannel TLS resume disable race on older Windows", + "url": "https://github.com/dotnet/runtime/pull/126693", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@fd3f89f" + }, + { + "id": "runtime@60815e7", + "repo": "runtime", + "title": "Remove stderr logging in GSSAPI initialization", + "url": "https://github.com/dotnet/runtime/pull/126647", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@60815e7" + }, + { + "id": "runtime@955cdca", + "repo": "runtime", + "title": "[wasm] Bump chrome for testing - linux: 147.0.7727.55, windows: 147.0.7727.56", + "url": "https://github.com/dotnet/runtime/pull/126802", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@955cdca" + }, + { + "id": "runtime@d8e9ae7", + "repo": "runtime", + "title": "[clr-ios] Fix SIGSEGV in open virtual delegate dispatch with interpreter", + "url": "https://github.com/dotnet/runtime/pull/126199", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@d8e9ae7" + }, + { + "id": "runtime@1c5e17a", + "repo": "runtime", + "title": "cDAC test cleanup - Allocator adds HeapFragments by default", + "url": "https://github.com/dotnet/runtime/pull/126780", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@1c5e17a" + }, + { + "id": "runtime@f8dc4c8", + "repo": "runtime", + "title": "Remove quic.tech from HTTP/3 interop test URIs", + "url": "https://github.com/dotnet/runtime/pull/126871", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@f8dc4c8" + }, + { + "id": "runtime@d9cb3f3", + "repo": "runtime", + "title": "Fix ZipArchive Update removing data descriptors", + "url": "https://github.com/dotnet/runtime/pull/126447", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@d9cb3f3" + }, + { + "id": "runtime@a6329eb", + "repo": "runtime", + "title": "Filter runtime-diagnostics pipeline to SOS tests only", + "url": "https://github.com/dotnet/runtime/pull/126855", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a6329eb" + }, + { + "id": "runtime@7431490", + "repo": "runtime", + "title": "Fix typos in docstring for HttpClientBuilderExtensions.AddTypedClient", + "url": "https://github.com/dotnet/runtime/pull/126702", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@7431490" + }, + { + "id": "runtime@e8314cc", + "repo": "runtime", + "title": "[browser][CoreCLR] Enable passing System.Runtime.Tests on wasm", + "url": "https://github.com/dotnet/runtime/pull/126870", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@e8314cc" + }, + { + "id": "runtime@ebf02b3", + "repo": "runtime", + "title": "Add ConfigurationIgnoreAttribute", + "url": "https://github.com/dotnet/runtime/pull/126396", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@ebf02b3" + }, + { + "id": "runtime@6fb955d", + "repo": "runtime", + "title": "JIT: fix bug in loop cloning with down-counting loops", + "url": "https://github.com/dotnet/runtime/pull/126770", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@6fb955d" + }, + { + "id": "runtime@5bb808c", + "repo": "runtime", + "title": "Add sources from iltrim hackathon", + "url": "https://github.com/dotnet/runtime/pull/126276", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@5bb808c" + }, + { + "id": "runtime@4f7595d", + "repo": "runtime", + "title": "[wasm][coreclr] Enable webcil V1 for CoreCLR wasm builds", + "url": "https://github.com/dotnet/runtime/pull/126876", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@4f7595d" + }, + { + "id": "runtime@8f4a41e", + "repo": "runtime", + "title": "Change area lead for System.Formats.Tar", + "url": "https://github.com/dotnet/runtime/pull/126886", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@8f4a41e" + }, + { + "id": "runtime@dc7cee8", + "repo": "runtime", + "title": "Fix malformed MSBuild property function call in Microsoft.CSharp.Tests.csproj", + "url": "https://github.com/dotnet/runtime/pull/126864", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@dc7cee8" + }, + { + "id": "runtime@a2a8bc0", + "repo": "runtime", + "title": "Remove base DAM mismatch warning on types", + "url": "https://github.com/dotnet/runtime/pull/119419", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a2a8bc0" + }, + { + "id": "runtime@6459225", + "repo": "runtime", + "title": "Fix duplicate assembly name errors in crossgen outerloop merged runners", + "url": "https://github.com/dotnet/runtime/pull/126173", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@6459225" + }, + { + "id": "runtime@66f96ac", + "repo": "runtime", + "title": "Strip partial and virtual modifiers from generated COM interface method stubs", + "url": "https://github.com/dotnet/runtime/pull/126719", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@66f96ac" + }, + { + "id": "runtime@5caccf4", + "repo": "runtime", + "title": "Rename area-crossgen2-coreclr to area-ReadyToRun in area ownership docs", + "url": "https://github.com/dotnet/runtime/pull/126894", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@5caccf4" + }, + { + "id": "runtime@af1162d", + "repo": "runtime", + "title": "Allow repo traversal from runtime skills", + "url": "https://github.com/dotnet/runtime/pull/126883", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@af1162d" + }, + { + "id": "runtime@f22a38a", + "repo": "runtime", + "title": "JIT: Elide BOUNDS_CHECK(0, length) when length != 0 is proven by assertion", + "url": "https://github.com/dotnet/runtime/pull/126856", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@f22a38a" + }, + { + "id": "runtime@4719a8e", + "repo": "runtime", + "title": "[browser][CoreCLR] JS minification in Release", + "url": "https://github.com/dotnet/runtime/pull/126877", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@4719a8e" + }, + { + "id": "runtime@e697a30", + "repo": "runtime", + "title": "Fix ILLink analyzer assertion for delegates with default parameters", + "url": "https://github.com/dotnet/runtime/pull/126868", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@e697a30" + }, + { + "id": "runtime@8c4e839", + "repo": "runtime", + "title": "Ensure IsVectorPerElementMask does a correct check and use it in more places", + "url": "https://github.com/dotnet/runtime/pull/126865", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@8c4e839" + }, + { + "id": "runtime@28deeb4", + "repo": "runtime", + "title": "Refactor ObjectDataInterner to support pluggable deduplicators and enable for ReadyToRun", + "url": "https://github.com/dotnet/runtime/pull/126112", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@28deeb4" + }, + { + "id": "runtime@5ea9b96", + "repo": "runtime", + "title": "[Wasm RyuJIT] Fixes for two codegen asserts", + "url": "https://github.com/dotnet/runtime/pull/126514", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@5ea9b96" + }, + { + "id": "runtime@129d0a0", + "repo": "runtime", + "title": "Skip entry-point trim roots for library outputs", + "url": "https://github.com/dotnet/runtime/pull/125673", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@129d0a0" + }, + { + "id": "runtime@62fda12", + "repo": "runtime", + "title": "Backport XML documentation for CustomReflectionContext", + "url": "https://github.com/dotnet/runtime/pull/124365", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@62fda12" + }, + { + "id": "runtime@8e0096f", + "repo": "runtime", + "title": "Ensure that AVX512_MoveMask and other key mask internal mask intrinsics are hoistable", + "url": "https://github.com/dotnet/runtime/pull/126910", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@8e0096f" + }, + { + "id": "runtime@449f281", + "repo": "runtime", + "title": "Add failing ILTrim test to baseline", + "url": "https://github.com/dotnet/runtime/pull/126923", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@449f281" + }, + { + "id": "runtime@7af0c70", + "repo": "runtime", + "title": "JIT: Handle writes to promoted locals in \u0060AliasSet::AddNode\u0060", + "url": "https://github.com/dotnet/runtime/pull/126645", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@7af0c70" + }, + { + "id": "runtime@dea4756", + "repo": "runtime", + "title": "JIT: Simplify if-conversion", + "url": "https://github.com/dotnet/runtime/pull/125347", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@dea4756" + }, + { + "id": "runtime@d8f8562", + "repo": "runtime", + "title": "[RISC-V] Support displaying GTF_ADDRMODE_NO_CSE flag on GT_CAST", + "url": "https://github.com/dotnet/runtime/pull/125516", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@d8f8562" + }, + { + "id": "runtime@17f52df", + "repo": "runtime", + "title": "Implement Process.ReadAllText and ReadAllBytes with platform-specific multiplexing", + "url": "https://github.com/dotnet/runtime/pull/126807", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@17f52df" + }, + { + "id": "runtime@3915396", + "repo": "runtime", + "title": "Fix JsonException message property type info in class parameterized constructor", + "url": "https://github.com/dotnet/runtime/pull/126575", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@3915396" + }, + { + "id": "runtime@20d438e", + "repo": "runtime", + "title": "Bump clr-interpreter timeout and disable swift interop tests on osx-x64", + "url": "https://github.com/dotnet/runtime/pull/126875", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@20d438e" + }, + { + "id": "runtime@1a77225", + "repo": "runtime", + "title": "JIT: Precompute func-app element stride in VN chunks", + "url": "https://github.com/dotnet/runtime/pull/126920", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@1a77225" + }, + { + "id": "runtime@7171e3b", + "repo": "runtime", + "title": "Fix GC write barrier when writing async method return into continuation object", + "url": "https://github.com/dotnet/runtime/pull/126721", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@7171e3b" + }, + { + "id": "runtime@ab9a190", + "repo": "runtime", + "title": "Add \u0060MetadataLoadContext.GetLoadContext(Assembly)\u0060.", + "url": "https://github.com/dotnet/runtime/pull/126926", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@ab9a190" + }, + { + "id": "runtime@1b31de7", + "repo": "runtime", + "title": "[wasm][coreclr] Enable passing tests", + "url": "https://github.com/dotnet/runtime/pull/126469", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@1b31de7" + }, + { + "id": "runtime@3024b5a", + "repo": "runtime", + "title": "Skip flaky FileConfigurationProvider test on .NET Framework", + "url": "https://github.com/dotnet/runtime/pull/126874", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@3024b5a" + }, + { + "id": "runtime@f37ab00", + "repo": "runtime", + "title": "Remove TEB field from Thread, DAC, and cDAC", + "url": "https://github.com/dotnet/runtime/pull/126902", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@f37ab00" + }, + { + "id": "runtime@f2d8972", + "repo": "runtime", + "title": "Improve constant foldings in optAssertionPropGlobal_RelOp", + "url": "https://github.com/dotnet/runtime/pull/126917", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@f2d8972" + }, + { + "id": "runtime@fa5f840", + "repo": "runtime", + "title": "Bump serialize-javascript and @rollup/plugin-terser in /src/native", + "url": "https://github.com/dotnet/runtime/pull/126217", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@fa5f840" + }, + { + "id": "runtime@bd5a164", + "repo": "runtime", + "title": "Fix x86 runtime async frame pointer mismatch in GetSpForDiagnosticReporting", + "url": "https://github.com/dotnet/runtime/pull/126717", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@bd5a164" + }, + { + "id": "runtime@f272b39", + "repo": "runtime", + "title": "Re-add area-Host and area-System.Runtime.InteropServices labels", + "url": "https://github.com/dotnet/runtime/pull/126919", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@f272b39" + }, + { + "id": "runtime@20461f5", + "repo": "runtime", + "title": "Introduce CLR_CMAKE_TARGET_APPLE_MOBILE for iOS/tvOS/MacCatalyst", + "url": "https://github.com/dotnet/runtime/pull/126833", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@20461f5" + }, + { + "id": "runtime@39314d4", + "repo": "runtime", + "title": "Make UCO MethodDesc globals DAC-accessible", + "url": "https://github.com/dotnet/runtime/pull/126927", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@39314d4" + }, + { + "id": "runtime@d51a70b", + "repo": "runtime", + "title": "Fix x86 async frame generic type resolution in DBI", + "url": "https://github.com/dotnet/runtime/pull/126915", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@d51a70b" + }, + { + "id": "runtime@25e2d7f", + "repo": "runtime", + "title": "Use Checked runtime for cDAC dump tests", + "url": "https://github.com/dotnet/runtime/pull/126899", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@25e2d7f" + }, + { + "id": "runtime@04d9316", + "repo": "runtime", + "title": "Bump picomatch in /src/native", + "url": "https://github.com/dotnet/runtime/pull/126131", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@04d9316" + }, + { + "id": "runtime@98d0f74", + "repo": "runtime", + "title": "Add System.Net review agent, skill, and folder-scoped instructions", + "url": "https://github.com/dotnet/runtime/pull/126637", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@98d0f74" + }, + { + "id": "runtime@830b6fe", + "repo": "runtime", + "title": "fix for largepages with agressive decommit logic", + "url": "https://github.com/dotnet/runtime/pull/126929", + "commit": "dotnet@167bdc7", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@830b6fe" + }, + { + "id": "runtime@84696c7", + "repo": "runtime", + "title": "Raise minimum CircularBufferBuckets capacity from 1 to 2", + "url": "https://github.com/dotnet/runtime/pull/126965", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@84696c7" + }, + { + "id": "runtime@75d3e60", + "repo": "runtime", + "title": "Remove obsolete DacDbi APIs and simplify RCW cached type query path", + "url": "https://github.com/dotnet/runtime/pull/126962", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@75d3e60" + }, + { + "id": "runtime@3368c14", + "repo": "runtime", + "title": "Add Process.ReadAllTextAsync and ReadAllBytesAsync", + "url": "https://github.com/dotnet/runtime/pull/126942", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@3368c14" + }, + { + "id": "runtime@e751e38", + "repo": "runtime", + "title": "Revert \u0022Bump serialize-javascript and @rollup/plugin-terser\u0022 #126217", + "url": "https://github.com/dotnet/runtime/pull/126986", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@e751e38" + }, + { + "id": "runtime@17ad45c", + "repo": "runtime", + "title": "[QUIC] Update MsQuic to 2.5.7", + "url": "https://github.com/dotnet/runtime/pull/126945", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@17ad45c" + }, + { + "id": "runtime@462878e", + "repo": "runtime", + "title": "Add low-cost instrumented version of RuntimeAsyncTask::DispatchContinuations reclaiming lost performance.", + "url": "https://github.com/dotnet/runtime/pull/126091", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@462878e" + }, + { + "id": "runtime@0f5810c", + "repo": "runtime", + "title": "[main] Update dependencies from dotnet/xharness", + "url": "https://github.com/dotnet/runtime/pull/126568", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@0f5810c" + }, + { + "id": "runtime@cab811a", + "repo": "runtime", + "title": "[LoongArch64] Initialize emitter::getInsExecutionCharacteristics() to support perfscore.", + "url": "https://github.com/dotnet/runtime/pull/126938", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@cab811a" + }, + { + "id": "runtime@0450cce", + "repo": "runtime", + "title": "Fix AV in GetObjectFields when enumerating fields on dynamic Continuations", + "url": "https://github.com/dotnet/runtime/pull/126984", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@0450cce" + }, + { + "id": "runtime@f7693e1", + "repo": "runtime", + "title": "Accelerate \u0060Half\u0060 with FP16 ISA", + "url": "https://github.com/dotnet/runtime/pull/122649", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@f7693e1" + }, + { + "id": "runtime@7c994a0", + "repo": "runtime", + "title": "ILLink: Don\u0027t preserve forwarder assemblies referenced by link-action root assemblies", + "url": "https://github.com/dotnet/runtime/pull/126519", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@7c994a0" + }, + { + "id": "runtime@1b13ffb", + "repo": "runtime", + "title": "[Runtime Async] Reuse ValueTaskSourceNotifier instance", + "url": "https://github.com/dotnet/runtime/pull/126622", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@1b13ffb" + }, + { + "id": "runtime@f2aa8b4", + "repo": "runtime", + "title": "CoreCLR: Add missing null guard", + "url": "https://github.com/dotnet/runtime/pull/126704", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@f2aa8b4" + }, + { + "id": "runtime@e33959b", + "repo": "runtime", + "title": "Apply mitigations to System.Security.Cryptography.Xml components", + "url": "https://github.com/dotnet/runtime/pull/126957", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@e33959b" + }, + { + "id": "runtime@bdee000", + "repo": "runtime", + "title": "Update issue-triage area-label heuristics for assembly loading, host, and interop", + "url": "https://github.com/dotnet/runtime/pull/126961", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@bdee000" + }, + { + "id": "runtime@4585910", + "repo": "runtime", + "title": "Add span-based Deflate, ZLib and GZip encoder/decoder APIs", + "url": "https://github.com/dotnet/runtime/pull/123145", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@4585910" + }, + { + "id": "runtime@4a47495", + "repo": "runtime", + "title": "Add ci-pipeline-monitor Copilot CLI skill", + "url": "https://github.com/dotnet/runtime/pull/125809", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@4a47495" + }, + { + "id": "runtime@b4a1c4e", + "repo": "runtime", + "title": "JIT: Fix loongarch64 Windows build", + "url": "https://github.com/dotnet/runtime/pull/127018", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@b4a1c4e" + }, + { + "id": "runtime@3f0318b", + "repo": "runtime", + "title": "[cDAC] Implement SetJITCompilerFlags for cDAC", + "url": "https://github.com/dotnet/runtime/pull/126595", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@3f0318b" + }, + { + "id": "runtime@337094a", + "repo": "runtime", + "title": "Remove DomainAssembly and other multi-appdomain dead code", + "url": "https://github.com/dotnet/runtime/pull/126881", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@337094a" + }, + { + "id": "runtime@bd2cc9f", + "repo": "runtime", + "title": "Add ProcessOutputLine struct and Process.ReadAllLinesAsync", + "url": "https://github.com/dotnet/runtime/pull/126987", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@bd2cc9f" + }, + { + "id": "runtime@f9892f6", + "repo": "runtime", + "title": "Fix TimeZoneInfo.ConvertTime producing wrong results near DateTime.MinValue/MaxValue", + "url": "https://github.com/dotnet/runtime/pull/127009", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@f9892f6" + }, + { + "id": "runtime@f764578", + "repo": "runtime", + "title": "[RyuJIT] Make the mis-sized struct return logic only apply to return values that are structs", + "url": "https://github.com/dotnet/runtime/pull/126772", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@f764578" + }, + { + "id": "runtime@b145d33", + "repo": "runtime", + "title": "Add ReadyToRun test project and create CrossModuleInliningInfo section in R2R reflection library", + "url": "https://github.com/dotnet/runtime/pull/126486", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@b145d33" + }, + { + "id": "runtime@5da2b01", + "repo": "runtime", + "title": "[cDAC] Implement RequiresAlign8 for cDAC", + "url": "https://github.com/dotnet/runtime/pull/126928", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@5da2b01" + }, + { + "id": "runtime@6eab9a7", + "repo": "runtime", + "title": "Add Process.StartAndForget APIs for fire-and-forget process launching", + "url": "https://github.com/dotnet/runtime/pull/126078", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@6eab9a7" + }, + { + "id": "runtime@31f66d2", + "repo": "runtime", + "title": "Save all volatile argument registers in GC probe hijack frames on AMD64 and ARM64", + "url": "https://github.com/dotnet/runtime/pull/126848", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@31f66d2" + }, + { + "id": "runtime@e749696", + "repo": "runtime", + "title": "superpmi: Refactor parallelsuperpmi.cpp to eliminate scattered #ifdef blocks and remove PAL usage", + "url": "https://github.com/dotnet/runtime/pull/126263", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@e749696" + }, + { + "id": "runtime@e238ea0", + "repo": "runtime", + "title": "Extend xcrun SDK resolution to all Apple platforms for NativeAOT linker", + "url": "https://github.com/dotnet/runtime/pull/126893", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@e238ea0" + }, + { + "id": "runtime@7046136", + "repo": "runtime", + "title": "Remove unused HAVE_EVP_MAC macro in native crypto PAL", + "url": "https://github.com/dotnet/runtime/pull/127029", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@7046136" + }, + { + "id": "runtime@ad79969", + "repo": "runtime", + "title": "Remove nullability annotation from \u0060MetadataLoadContext.CoreAssembly\u0060.", + "url": "https://github.com/dotnet/runtime/pull/126142", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@ad79969" + }, + { + "id": "runtime@30125a7", + "repo": "runtime", + "title": "[cDAC] Adding \u0060TryGetContract\u0060 on ContractRegistry to allow more custom behavior if contract is not found", + "url": "https://github.com/dotnet/runtime/pull/127019", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@30125a7" + }, + { + "id": "runtime@f68ea32", + "repo": "runtime", + "title": "Remove DacDbi GetCachedWinRTTypes APIs from native and cDAC", + "url": "https://github.com/dotnet/runtime/pull/127040", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@f68ea32" + }, + { + "id": "runtime@2f849a5", + "repo": "runtime", + "title": "[infra] Fix jq example in update-os-coverage skill", + "url": "https://github.com/dotnet/runtime/pull/126572", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@2f849a5" + }, + { + "id": "runtime@3729d95", + "repo": "runtime", + "title": "Revert \u0022Accelerate \u0060Half\u0060 with FP16 ISA\u0022", + "url": "https://github.com/dotnet/runtime/pull/127042", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@3729d95" + }, + { + "id": "runtime@6a04342", + "repo": "runtime", + "title": "Support certificate validation TLS alerts for Linux", + "url": "https://github.com/dotnet/runtime/pull/115996", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@6a04342" + }, + { + "id": "runtime@cbb1e13", + "repo": "runtime", + "title": "[browser] CoreCLR in-tree relink", + "url": "https://github.com/dotnet/runtime/pull/126946", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@cbb1e13" + }, + { + "id": "runtime@a9b4274", + "repo": "runtime", + "title": "[RISC-V] Use fine-grained fence variants for memory barriers", + "url": "https://github.com/dotnet/runtime/pull/126566", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a9b4274" + }, + { + "id": "runtime@6f9c8fc", + "repo": "runtime", + "title": "Fix trimmed library test assemblies missing from app bundles on tvOS", + "url": "https://github.com/dotnet/runtime/pull/126988", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@6f9c8fc" + }, + { + "id": "runtime@69fb4fe", + "repo": "runtime", + "title": "[browser][event-pipe] EventPipe diagnostic server TypeScript for CoreCLR", + "url": "https://github.com/dotnet/runtime/pull/126830", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@69fb4fe" + }, + { + "id": "runtime@7fdf077", + "repo": "runtime", + "title": "[browser][coreCLR] Fix \u0060loadBootResourceCallback\u0060 receiving undefined integrity and refactor config merge", + "url": "https://github.com/dotnet/runtime/pull/127030", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@7fdf077" + }, + { + "id": "runtime@3f6e99d", + "repo": "runtime", + "title": "Add UnionAttribute and IUnion interface to System.Runtime.CompilerServices", + "url": "https://github.com/dotnet/runtime/pull/127001", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@3f6e99d" + }, + { + "id": "runtime@5778d23", + "repo": "runtime", + "title": "Add early long path validation to Windows build script", + "url": "https://github.com/dotnet/runtime/pull/126840", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@5778d23" + }, + { + "id": "runtime@4cf0202", + "repo": "runtime", + "title": "Fix browser-wasm CI coverage gap for npm config changes", + "url": "https://github.com/dotnet/runtime/pull/127013", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@4cf0202" + }, + { + "id": "runtime@12a8c25", + "repo": "runtime", + "title": "JIT: Fix disasm of reg to reg SIMD narrowing/widening instructions", + "url": "https://github.com/dotnet/runtime/pull/126371", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@12a8c25" + }, + { + "id": "runtime@23e090b", + "repo": "runtime", + "title": "RetryAfter metadata in FixedWindowRateLimiter returns time to next window", + "url": "https://github.com/dotnet/runtime/pull/124478", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@23e090b" + }, + { + "id": "runtime@9d24c4d", + "repo": "runtime", + "title": "[ios-clr] Fix ErrObjectTests.Clear to set LastPInvokeError", + "url": "https://github.com/dotnet/runtime/pull/127062", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@9d24c4d" + }, + { + "id": "runtime@ab5a934", + "repo": "runtime", + "title": "Cache Late-bound CLR-\u003ECOM stubs by MethodDesc", + "url": "https://github.com/dotnet/runtime/pull/127021", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@ab5a934" + }, + { + "id": "runtime@26624ae", + "repo": "runtime", + "title": "arm64: Refactor mov/movprfx for embedded masked operations", + "url": "https://github.com/dotnet/runtime/pull/126398", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@26624ae" + }, + { + "id": "runtime@4e7eb8c", + "repo": "runtime", + "title": "Backport System.Text.RegularExpressions XML docs from dotnet-api-docs to source", + "url": "https://github.com/dotnet/runtime/pull/127038", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@4e7eb8c" + }, + { + "id": "runtime@2b46b06", + "repo": "runtime", + "title": "Improve xplat dump test work item naming", + "url": "https://github.com/dotnet/runtime/pull/126906", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@2b46b06" + }, + { + "id": "runtime@41cf879", + "repo": "runtime", + "title": "Add cDAC no-fallback test leg to runtime-diagnostics pipeline", + "url": "https://github.com/dotnet/runtime/pull/126752", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@41cf879" + }, + { + "id": "runtime@8b4d9c2", + "repo": "runtime", + "title": "Fix COM Event ilstub classification", + "url": "https://github.com/dotnet/runtime/pull/126850", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@8b4d9c2" + }, + { + "id": "runtime@10b20d5", + "repo": "runtime", + "title": "Fix build", + "url": "https://github.com/dotnet/runtime/pull/127092", + "commit": "dotnet@f427cd8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@10b20d5" + }, + { + "id": "runtime@ed78606", + "repo": "runtime", + "title": "[cDAC] fix some DacDbi bugs", + "url": "https://github.com/dotnet/runtime/pull/126974", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@ed78606" + }, + { + "id": "runtime@b4e3e05", + "repo": "runtime", + "title": "[cDAC] Implement GetMethodDefinitionByToken in ClrDataModule", + "url": "https://github.com/dotnet/runtime/pull/127091", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@b4e3e05" + }, + { + "id": "runtime@4f0a034", + "repo": "runtime", + "title": "Haiku: Apply .NET-specific llvm-libunwind patches", + "url": "https://github.com/dotnet/runtime/pull/126785", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@4f0a034" + }, + { + "id": "runtime@044805c", + "repo": "runtime", + "title": "Enhance createdump to detect alt stack execution", + "url": "https://github.com/dotnet/runtime/pull/127068", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@044805c" + }, + { + "id": "runtime@38af44d", + "repo": "runtime", + "title": "[cDAC] Add simple Debugger DacDbi APIs", + "url": "https://github.com/dotnet/runtime/pull/127037", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@38af44d" + }, + { + "id": "runtime@51e655b", + "repo": "runtime", + "title": "Fix WasmTestOnChrome: exclude browser/wasi from gen-debug-dump-docs.py helix post-command", + "url": "https://github.com/dotnet/runtime/pull/126789", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@51e655b" + }, + { + "id": "runtime@dbd3e33", + "repo": "runtime", + "title": "Remove dead TEST_DATA_CONSISTENCY paths and obsolete DacDbi APIs", + "url": "https://github.com/dotnet/runtime/pull/127099", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@dbd3e33" + }, + { + "id": "runtime@ba75e3d", + "repo": "runtime", + "title": "Suppress debugger filter notification for UCO entrypoint during EH dispatch", + "url": "https://github.com/dotnet/runtime/pull/127101", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@ba75e3d" + }, + { + "id": "runtime@29bafa7", + "repo": "runtime", + "title": "Add support for utilizing F16C instructions on xarch", + "url": "https://github.com/dotnet/runtime/pull/127094", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@29bafa7" + }, + { + "id": "runtime@1d2d092", + "repo": "runtime", + "title": "Change cDAC contract versioning from integer to string identifiers", + "url": "https://github.com/dotnet/runtime/pull/127020", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@1d2d092" + }, + { + "id": "runtime@6a9f090", + "repo": "runtime", + "title": "HTTP/2: Add automatic downgrade to HTTP/1.1 for Windows authentication", + "url": "https://github.com/dotnet/runtime/pull/123827", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@6a9f090" + }, + { + "id": "runtime@3bcab26", + "repo": "runtime", + "title": "Adjust PortableEntryPoint logic to actually handle having Wasm R2R native entrypoints", + "url": "https://github.com/dotnet/runtime/pull/126901", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@3bcab26" + }, + { + "id": "runtime@b70c35e", + "repo": "runtime", + "title": "Improve simd and floating-point costing for xarch", + "url": "https://github.com/dotnet/runtime/pull/127048", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@b70c35e" + }, + { + "id": "runtime@b6be786", + "repo": "runtime", + "title": "Fix the encoding of vcvtps2ph", + "url": "https://github.com/dotnet/runtime/pull/127111", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@b6be786" + }, + { + "id": "runtime@b375318", + "repo": "runtime", + "title": "[cDAC] Implement thread-related DacDbi APIs", + "url": "https://github.com/dotnet/runtime/pull/126975", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@b375318" + }, + { + "id": "runtime@6e70a8c", + "repo": "runtime", + "title": "JIT: Avoid resolving def-use conflicts by changing use registers", + "url": "https://github.com/dotnet/runtime/pull/125333", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@6e70a8c" + }, + { + "id": "runtime@2156aca", + "repo": "runtime", + "title": "Remove stale comment on ClientWebSocket._state", + "url": "https://github.com/dotnet/runtime/pull/127119", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@2156aca" + }, + { + "id": "runtime@b4b3363", + "repo": "runtime", + "title": "Reduce helix queue fan-out for library tests on PR builds", + "url": "https://github.com/dotnet/runtime/pull/126168", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@b4b3363" + }, + { + "id": "runtime@9221a39", + "repo": "runtime", + "title": "Clear blob returned by \u0060BlobBuilder.ReserveBytes\u0060", + "url": "https://github.com/dotnet/runtime/pull/126924", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@9221a39" + }, + { + "id": "runtime@56b0396", + "repo": "runtime", + "title": "Fix IndexOf upper-bound guard in ImmutableArray/List", + "url": "https://github.com/dotnet/runtime/pull/124967", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@56b0396" + }, + { + "id": "runtime@0bb3076", + "repo": "runtime", + "title": "Skip cross-bitness cDAC dump tests until ClrMD supports it", + "url": "https://github.com/dotnet/runtime/pull/127118", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@0bb3076" + }, + { + "id": "runtime@001b243", + "repo": "runtime", + "title": "Add whitespace handling methods to MemoryExtensions", + "url": "https://github.com/dotnet/runtime/pull/111439", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@001b243" + }, + { + "id": "runtime@8b21b82", + "repo": "runtime", + "title": "Port \u0060VtableIndexStubGenerator\u0060 to string writing", + "url": "https://github.com/dotnet/runtime/pull/127120", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@8b21b82" + }, + { + "id": "runtime@f942875", + "repo": "runtime", + "title": "Cleanup the xarch perfscore handling", + "url": "https://github.com/dotnet/runtime/pull/127109", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@f942875" + }, + { + "id": "runtime@14247f4", + "repo": "runtime", + "title": "Use IndexOfAnyWhiteSpace in Guid.EatAllWhitespace", + "url": "https://github.com/dotnet/runtime/pull/127123", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@14247f4" + }, + { + "id": "runtime@163712a", + "repo": "runtime", + "title": "Improve debugger message for scanner failures", + "url": "https://github.com/dotnet/runtime/pull/126786", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@163712a" + }, + { + "id": "runtime@dd0180e", + "repo": "runtime", + "title": "Fix gc hole when resuming async continuation via interpreter", + "url": "https://github.com/dotnet/runtime/pull/127072", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@dd0180e" + }, + { + "id": "runtime@76f37d3", + "repo": "runtime", + "title": "[ILLink/ILCompiler] Fix crash when array types are used as TypeMap trim targets", + "url": "https://github.com/dotnet/runtime/pull/126380", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@76f37d3" + }, + { + "id": "runtime@afd1456", + "repo": "runtime", + "title": "Add tests for UnixConsoleStream when stdin/stdout is redirected to a seekable file", + "url": "https://github.com/dotnet/runtime/pull/126844", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@afd1456" + }, + { + "id": "runtime@033df02", + "repo": "runtime", + "title": "Use ThrowHelper in JsonElement.GetByte/GetSByte/GetInt16/GetUInt16", + "url": "https://github.com/dotnet/runtime/pull/126559", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@033df02" + }, + { + "id": "runtime@68db593", + "repo": "runtime", + "title": "[ios-clr] Classify System.ComponentModel.Composition.Tests as not supported on Apple mobile", + "url": "https://github.com/dotnet/runtime/pull/127057", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@68db593" + }, + { + "id": "runtime@452e9ba", + "repo": "runtime", + "title": "[browser] Export useful browser tuntime TypeScript types", + "url": "https://github.com/dotnet/runtime/pull/127084", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@452e9ba" + }, + { + "id": "runtime@3d73a08", + "repo": "runtime", + "title": "Replace Enum.HasFlag with bitwise operations in WebSockets", + "url": "https://github.com/dotnet/runtime/pull/127137", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@3d73a08" + }, + { + "id": "runtime@454c7cd", + "repo": "runtime", + "title": "JIT: Remove _DbgBreakCheck calls", + "url": "https://github.com/dotnet/runtime/pull/127052", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@454c7cd" + }, + { + "id": "runtime@8c99624", + "repo": "runtime", + "title": "Improve SortedSet\u003CT\u003E.TreeSubSet.Clear", + "url": "https://github.com/dotnet/runtime/pull/126410", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@8c99624" + }, + { + "id": "runtime@2a121b7", + "repo": "runtime", + "title": "[ios-clr] Disable Debug CoreCLR smoke jobs on Apple mobile and enable aggressive trimming in Release", + "url": "https://github.com/dotnet/runtime/pull/127054", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@2a121b7" + }, + { + "id": "runtime@3d5490e", + "repo": "runtime", + "title": "[ios-clr] Exclude Reflection.Emit and Dynamic.Runtime tests on Apple mobile CoreCLR simulators", + "url": "https://github.com/dotnet/runtime/pull/127065", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@3d5490e" + }, + { + "id": "runtime@905f299", + "repo": "runtime", + "title": "[ios-clr] Update IsMetadataUpdateSupported to aggressive trimming instead of NativeAOT", + "url": "https://github.com/dotnet/runtime/pull/127055", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@905f299" + }, + { + "id": "runtime@cdb9073", + "repo": "runtime", + "title": "Fix Linux madvise() advice values incorrectly combined via bitwise OR in GCToOSInterface::VirtualReset", + "url": "https://github.com/dotnet/runtime/pull/126966", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@cdb9073" + }, + { + "id": "runtime@87c1f7a", + "repo": "runtime", + "title": "[mobile] Skip AssemblyLoadContext tests using Assembly.Location on mobile", + "url": "https://github.com/dotnet/runtime/pull/127082", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@87c1f7a" + }, + { + "id": "runtime@0f1536b", + "repo": "runtime", + "title": "Fix mixed CRLF/LF line endings in ImmutableArray_1.cs", + "url": "https://github.com/dotnet/runtime/pull/127159", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@0f1536b" + }, + { + "id": "runtime@9850fe0", + "repo": "runtime", + "title": "JIT: Renable SSA-aware PHI jump threading", + "url": "https://github.com/dotnet/runtime/pull/127103", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@9850fe0" + }, + { + "id": "runtime@6a1c436", + "repo": "runtime", + "title": "Add mobile platform failure scanner agentic workflow", + "url": "https://github.com/dotnet/runtime/pull/126952", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@6a1c436" + }, + { + "id": "runtime@7e14c35", + "repo": "runtime", + "title": "Exclude cgroup implementation from non-Linux Unix builds", + "url": "https://github.com/dotnet/runtime/pull/126738", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@7e14c35" + }, + { + "id": "runtime@9767019", + "repo": "runtime", + "title": "Propagate sync-faulted FlushAsync exceptions through the WebSocket error path", + "url": "https://github.com/dotnet/runtime/pull/127139", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@9767019" + }, + { + "id": "runtime@b85a52a", + "repo": "runtime", + "title": "Ensure buffer space before reading in ZstandardStream when decompressing", + "url": "https://github.com/dotnet/runtime/pull/127105", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@b85a52a" + }, + { + "id": "runtime@efc8c43", + "repo": "runtime", + "title": "Skip CallEntryPoint in debugger single-step to prevent false stop", + "url": "https://github.com/dotnet/runtime/pull/127156", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@efc8c43" + }, + { + "id": "runtime@263d5b9", + "repo": "runtime", + "title": "Run libtests in interpmode1 so it is faster", + "url": "https://github.com/dotnet/runtime/pull/127076", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@263d5b9" + }, + { + "id": "runtime@a8579d5", + "repo": "runtime", + "title": "Fix \u0060StartAndForget_StartsProcessAndReturnsValidPid\u0060 by mapping \u0060ProcessStartInfo.Arguments\u0060 for the string\u002Bargs overload", + "url": "https://github.com/dotnet/runtime/pull/127116", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a8579d5" + }, + { + "id": "runtime@ded86df", + "repo": "runtime", + "title": "Wasm import thunk corrections", + "url": "https://github.com/dotnet/runtime/pull/126973", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@ded86df" + }, + { + "id": "runtime@1062a3b", + "repo": "runtime", + "title": "Ensure that we properly set the morphed flag", + "url": "https://github.com/dotnet/runtime/pull/127167", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@1062a3b" + }, + { + "id": "runtime@7cd318d", + "repo": "runtime", + "title": "Add delegate BeginInvoke/EndInvoke pair tracking in ILTrim", + "url": "https://github.com/dotnet/runtime/pull/126991", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@7cd318d" + }, + { + "id": "runtime@f9b2061", + "repo": "runtime", + "title": "P/Invokes backed by transient IL", + "url": "https://github.com/dotnet/runtime/pull/126509", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@f9b2061" + }, + { + "id": "runtime@c87e7f8", + "repo": "runtime", + "title": "cDAC: Remove ad-hoc StrategyBasedComWrappers instantiation", + "url": "https://github.com/dotnet/runtime/pull/127113", + "commit": "dotnet@1cb5a6e", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@c87e7f8" + }, + { + "id": "runtime@6323aec", + "repo": "runtime", + "title": "JIT: refine SSA info in ambiguously threaded blocks", + "url": "https://github.com/dotnet/runtime/pull/126907", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@6323aec" + }, + { + "id": "runtime@81d6754", + "repo": "runtime", + "title": "Remove duplicate ProcessorArchitecture.MSIL branch in AssemblyNameParser", + "url": "https://github.com/dotnet/runtime/pull/127173", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@81d6754" + }, + { + "id": "runtime@6ffb214", + "repo": "runtime", + "title": "[wasm][coreclr] Fix native relinking", + "url": "https://github.com/dotnet/runtime/pull/127177", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@6ffb214" + }, + { + "id": "runtime@74cd277", + "repo": "runtime", + "title": "[cDAC] Implement simple DacDbi APIs with Loader contract", + "url": "https://github.com/dotnet/runtime/pull/126774", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@74cd277" + }, + { + "id": "runtime@81b1c76", + "repo": "runtime", + "title": "[cDAC] refactor ObjectHandle IData", + "url": "https://github.com/dotnet/runtime/pull/127115", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@81b1c76" + }, + { + "id": "runtime@653b477", + "repo": "runtime", + "title": "JIT: Restore arm64, LA64 and RISCV64 OSR callee saves from tier0 frame", + "url": "https://github.com/dotnet/runtime/pull/126880", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@653b477" + }, + { + "id": "runtime@51f194e", + "repo": "runtime", + "title": "JIT: Disallow using float callee saves in x64 functions with patchpoints", + "url": "https://github.com/dotnet/runtime/pull/127158", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@51f194e" + }, + { + "id": "runtime@09529bc", + "repo": "runtime", + "title": "[mobile] Fix SocketBlockingModeTransitionTests on Android", + "url": "https://github.com/dotnet/runtime/pull/127140", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@09529bc" + }, + { + "id": "runtime@40e8fde", + "repo": "runtime", + "title": "Fix ConfigurationBinder suppressor to only suppress intercepted calls", + "url": "https://github.com/dotnet/runtime/pull/126878", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@40e8fde" + }, + { + "id": "runtime@7f710d3", + "repo": "runtime", + "title": "Enable trim/AOT analyzers on libraries tests", + "url": "https://github.com/dotnet/runtime/pull/126863", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@7f710d3" + }, + { + "id": "runtime@2102b6b", + "repo": "runtime", + "title": "ILTrim: Preserve property/event metadata when accessor methods are kept", + "url": "https://github.com/dotnet/runtime/pull/126992", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@2102b6b" + }, + { + "id": "runtime@7bba220", + "repo": "runtime", + "title": "Handle canonical types in casting logic", + "url": "https://github.com/dotnet/runtime/pull/127146", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@7bba220" + }, + { + "id": "runtime@6f2ad2d", + "repo": "runtime", + "title": "[browser] fix MetadataUpdaterSupport default value", + "url": "https://github.com/dotnet/runtime/pull/127163", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@6f2ad2d" + }, + { + "id": "runtime@585d182", + "repo": "runtime", + "title": "Centralize RuntimeVersions list in DumpTestBase", + "url": "https://github.com/dotnet/runtime/pull/127102", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@585d182" + }, + { + "id": "runtime@a308ac5", + "repo": "runtime", + "title": "[ios-clr] Remove stale ActiveIssue attributes for tests passing on Apple mobile CoreCLR", + "url": "https://github.com/dotnet/runtime/pull/127063", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a308ac5" + }, + { + "id": "runtime@16b9ae9", + "repo": "runtime", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/runtime/pull/127198", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@16b9ae9" + }, + { + "id": "runtime@c9b90aa", + "repo": "runtime", + "title": "Use the paths feature in global.json to point to our local .NET SDK.", + "url": "https://github.com/dotnet/runtime/pull/126653", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@c9b90aa" + }, + { + "id": "runtime@2a0c038", + "repo": "runtime", + "title": "Replace CoreCLR SList with NativeAOT-style design", + "url": "https://github.com/dotnet/runtime/pull/126949", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@2a0c038" + }, + { + "id": "runtime@4959d07", + "repo": "runtime", + "title": "[cDAC] Implement ClrDataMethodDefinition APIs", + "url": "https://github.com/dotnet/runtime/pull/127104", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@4959d07" + }, + { + "id": "runtime@bde525d", + "repo": "runtime", + "title": "Enable 12 browser/CoreCLR library test suites", + "url": "https://github.com/dotnet/runtime/pull/126996", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@bde525d" + }, + { + "id": "runtime@416af5f", + "repo": "runtime", + "title": "Convert Mono.Linker.Tests from MSTest to xUnit", + "url": "https://github.com/dotnet/runtime/pull/126613", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@416af5f" + }, + { + "id": "runtime@c2f06f9", + "repo": "runtime", + "title": "Fix trimming analyzer missing diagnostics for method calls in field access expressions", + "url": "https://github.com/dotnet/runtime/pull/123040", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@c2f06f9" + }, + { + "id": "runtime@c837528", + "repo": "runtime", + "title": "[cDAC] Implement GetCompilerFlags for cDAC", + "url": "https://github.com/dotnet/runtime/pull/127191", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@c837528" + }, + { + "id": "runtime@98bebeb", + "repo": "runtime", + "title": "[browser] Don\u0027t copy framework assets to output during build", + "url": "https://github.com/dotnet/runtime/pull/126407", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@98bebeb" + }, + { + "id": "runtime@ea0b77c", + "repo": "runtime", + "title": "Add logic to muxer to invoke AOT-ed SDK", + "url": "https://github.com/dotnet/runtime/pull/126596", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@ea0b77c" + }, + { + "id": "runtime@cd0e7b9", + "repo": "runtime", + "title": "Simplify ifdef in exception/seh.cpp", + "url": "https://github.com/dotnet/runtime/pull/127205", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@cd0e7b9" + }, + { + "id": "runtime@070cbd8", + "repo": "runtime", + "title": "Force MetaDataGetDispenser to be linked into singlefilehost", + "url": "https://github.com/dotnet/runtime/pull/127036", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@070cbd8" + }, + { + "id": "runtime@392b7ca", + "repo": "runtime", + "title": "Fix map/virtual.cpp on OpenBSD", + "url": "https://github.com/dotnet/runtime/pull/127206", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@392b7ca" + }, + { + "id": "runtime@0db824f", + "repo": "runtime", + "title": "Fix ObjectToIdCache.RemoveAt() backward-shift deletion bug (fixes intermittent DCS_MyPersonSurrogate_Stress failure)", + "url": "https://github.com/dotnet/runtime/pull/125917", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@0db824f" + }, + { + "id": "runtime@294c036", + "repo": "runtime", + "title": "[cDAC] Implement IsDiagnosticsHiddenOrLCGMethod for cDAC", + "url": "https://github.com/dotnet/runtime/pull/127035", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@294c036" + }, + { + "id": "runtime@bbf72b7", + "repo": "runtime", + "title": "Fix NativeAOT: pass package satellite assemblies to ILC and remove them from publish output", + "url": "https://github.com/dotnet/runtime/pull/127089", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@bbf72b7" + }, + { + "id": "runtime@a8fd439", + "repo": "runtime", + "title": "Implement cDAC TraverseLoaderHeap via Loader contract", + "url": "https://github.com/dotnet/runtime/pull/125129", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a8fd439" + }, + { + "id": "runtime@335fa34", + "repo": "runtime", + "title": "Fix flaky CounterSampleCalculator_ElapsedTime test", + "url": "https://github.com/dotnet/runtime/pull/127204", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@335fa34" + }, + { + "id": "runtime@f0faafb", + "repo": "runtime", + "title": "Update DNNEVersion to 2.1.1", + "url": "https://github.com/dotnet/runtime/pull/126847", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@f0faafb" + }, + { + "id": "runtime@fd60ea3", + "repo": "runtime", + "title": "Fix System.TypeLoadException in NukedBit.NRepo global tool", + "url": "https://github.com/dotnet/runtime/pull/127188", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@fd60ea3" + }, + { + "id": "runtime@8d26fcf", + "repo": "runtime", + "title": "Mark Continuation field accessors as \u0060AggressiveInlining\u0060", + "url": "https://github.com/dotnet/runtime/pull/127227", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@8d26fcf" + }, + { + "id": "runtime@f1ce5ce", + "repo": "runtime", + "title": "JIT: Remove \u0060doesMethodHavePartialCompilationPatchpoints\u0060", + "url": "https://github.com/dotnet/runtime/pull/127219", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@f1ce5ce" + }, + { + "id": "runtime@1ee309e", + "repo": "runtime", + "title": "[naot] [Runtime async] Support for covariant override of Task -\u003E Task\u003CT\u003E", + "url": "https://github.com/dotnet/runtime/pull/126768", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@1ee309e" + }, + { + "id": "runtime@0051e5d", + "repo": "runtime", + "title": "[Wasm RyuJit] Fix: Move implReadyToRunUnsupported() call for funclets before wasm codegen", + "url": "https://github.com/dotnet/runtime/pull/127185", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@0051e5d" + }, + { + "id": "runtime@e213163", + "repo": "runtime", + "title": "Fix trimming warnings in System.Diagnostics.Process tests", + "url": "https://github.com/dotnet/runtime/pull/127221", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@e213163" + }, + { + "id": "runtime@3462280", + "repo": "runtime", + "title": "Fix trimability in a couple more test projects", + "url": "https://github.com/dotnet/runtime/pull/127223", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@3462280" + }, + { + "id": "runtime@90fe499", + "repo": "runtime", + "title": "Remove unused FileSystemOperationRecorder from FileSystemGlobbing tests", + "url": "https://github.com/dotnet/runtime/pull/127215", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@90fe499" + }, + { + "id": "runtime@277463b", + "repo": "runtime", + "title": "Fix dataflow analysis for MakeGenericType/MakeGenericMethod in local methods", + "url": "https://github.com/dotnet/runtime/pull/127152", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@277463b" + }, + { + "id": "runtime@1cf40e9", + "repo": "runtime", + "title": "Implement TrimmingDescriptorNode for ILTrim XML descriptor support", + "url": "https://github.com/dotnet/runtime/pull/126990", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@1cf40e9" + }, + { + "id": "runtime@a2bb985", + "repo": "runtime", + "title": "Implement SafeProcessHandle.WaitForExit* methods", + "url": "https://github.com/dotnet/runtime/pull/127022", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a2bb985" + }, + { + "id": "runtime@3017e1c", + "repo": "runtime", + "title": "Fix .NETFramework build breaks", + "url": "https://github.com/dotnet/runtime/pull/127200", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@3017e1c" + }, + { + "id": "runtime@01f9378", + "repo": "runtime", + "title": "DI: prevent keyed-instance/scoped call-site cache collision during scope validation", + "url": "https://github.com/dotnet/runtime/pull/127051", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@01f9378" + }, + { + "id": "runtime@b54e86d", + "repo": "runtime", + "title": "Implement Process.Run, RunAsync, RunAndCaptureText, RunAndCaptureTextAsync APIs", + "url": "https://github.com/dotnet/runtime/pull/127210", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@b54e86d" + }, + { + "id": "runtime@0606b0a", + "repo": "runtime", + "title": "Use check_function_exists for deprecated OSSL RSA function", + "url": "https://github.com/dotnet/runtime/pull/127192", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@0606b0a" + }, + { + "id": "runtime@d1c3dff", + "repo": "runtime", + "title": "[mobile] Skip GetMaxCompressedLength test on mobile platforms", + "url": "https://github.com/dotnet/runtime/pull/127081", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@d1c3dff" + }, + { + "id": "runtime@e24fb47", + "repo": "runtime", + "title": "Fix x86 DAC stack walk regression from Environment.CallEntryPoint skip", + "url": "https://github.com/dotnet/runtime/pull/127199", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@e24fb47" + }, + { + "id": "runtime@af9fc02", + "repo": "runtime", + "title": "[browser] Remove CoreCLR test exclusions using native relink", + "url": "https://github.com/dotnet/runtime/pull/127147", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@af9fc02" + }, + { + "id": "runtime@e3e5dc3", + "repo": "runtime", + "title": "Fix UnreachableBody with only ref to assembly.", + "url": "https://github.com/dotnet/runtime/pull/127090", + "commit": "dotnet@e2034d8", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@e3e5dc3" + }, + { + "id": "runtime@639aaa7", + "repo": "runtime", + "title": "Remove passing ILTrim tests from expected failures list", + "url": "https://github.com/dotnet/runtime/pull/127288", + "commit": "dotnet@9b27560", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@639aaa7" + }, + { + "id": "runtime@038da9e", + "repo": "runtime", + "title": "fix import of SPN with Kerberos realm", + "url": "https://github.com/dotnet/runtime/pull/126279", + "commit": "dotnet@9b27560", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@038da9e" + }, + { + "id": "runtime@80df14e", + "repo": "runtime", + "title": "Scope installer helix tests to installer changes (keep osx_arm64 for coreclr)", + "url": "https://github.com/dotnet/runtime/pull/126140", + "commit": "dotnet@9b27560", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@80df14e" + }, + { + "id": "runtime@97339fb", + "repo": "runtime", + "title": "Fix copy-paste bugs in PrecodeMachineDescriptor StubPrecode block", + "url": "https://github.com/dotnet/runtime/pull/127291", + "commit": "dotnet@9b27560", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@97339fb" + }, + { + "id": "runtime@2c15708", + "repo": "runtime", + "title": "Fix logical condition in ComWrappers.TryGetComInterfaceDispatch", + "url": "https://github.com/dotnet/runtime/pull/127241", + "commit": "dotnet@9b27560", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@2c15708" + }, + { + "id": "runtime@20f699e", + "repo": "runtime", + "title": "[cDAC] Add Apple to RuntimeInfoOperatingSystem", + "url": "https://github.com/dotnet/runtime/pull/127289", + "commit": "dotnet@9b27560", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@20f699e" + }, + { + "id": "runtime@f4da70b", + "repo": "runtime", + "title": "Add obsolete compatibility shims for moved Microsoft.Extensions.Logging internal types", + "url": "https://github.com/dotnet/runtime/pull/127194", + "commit": "dotnet@9b27560", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@f4da70b" + }, + { + "id": "runtime@4c7b3da", + "repo": "runtime", + "title": "Avoid a duplicate definition of CONTEXT_UNWOUND_TO_CALL if building with the v10.0.28000.0 SDK", + "url": "https://github.com/dotnet/runtime/pull/127161", + "commit": "dotnet@9b27560", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@4c7b3da" + }, + { + "id": "runtime@6648646", + "repo": "runtime", + "title": "Switch to the arcade-skills plugin for ci-analysis", + "url": "https://github.com/dotnet/runtime/pull/127284", + "commit": "dotnet@9b27560", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@6648646" + }, + { + "id": "runtime@a28fe52", + "repo": "runtime", + "title": "[Wasm RyuJit] EH, Unwind, and unwindable frames", + "url": "https://github.com/dotnet/runtime/pull/127043", + "commit": "dotnet@9b27560", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@a28fe52" + }, + { + "id": "runtime@7e66cd7", + "repo": "runtime", + "title": "[release/11.0-preview4] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/runtime/pull/127418", + "commit": "dotnet@8675c88", + "is_security": false, + "product": "dotnet-runtime", + "local_repo_commit": "runtime@7e66cd7" + }, + { + "id": "scenario-tests@d961ffd", + "repo": "scenario-tests", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/scenario-tests/pull/310", + "commit": "dotnet@c210b4f", + "is_security": false, + "local_repo_commit": "scenario-tests@d961ffd" + }, + { + "id": "scenario-tests@ac6fb4b", + "repo": "scenario-tests", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/scenario-tests/pull/315", + "commit": "dotnet@c210b4f", + "is_security": false, + "local_repo_commit": "scenario-tests@ac6fb4b" + }, + { + "id": "scenario-tests@715e6f5", + "repo": "scenario-tests", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/scenario-tests/pull/316", + "commit": "dotnet@c210b4f", + "is_security": false, + "local_repo_commit": "scenario-tests@715e6f5" + }, + { + "id": "scenario-tests@bac5197", + "repo": "scenario-tests", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/scenario-tests/pull/319", + "commit": "dotnet@c210b4f", + "is_security": false, + "local_repo_commit": "scenario-tests@bac5197" + }, + { + "id": "scenario-tests@1672c09", + "repo": "scenario-tests", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/scenario-tests/pull/323", + "commit": "dotnet@c210b4f", + "is_security": false, + "local_repo_commit": "scenario-tests@1672c09" + }, + { + "id": "scenario-tests@7bc6a69", + "repo": "scenario-tests", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/scenario-tests/pull/327", + "commit": "dotnet@c210b4f", + "is_security": false, + "local_repo_commit": "scenario-tests@7bc6a69" + }, + { + "id": "sdk@96b8302", + "repo": "sdk", + "title": "[release/10.0.1xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/sdk/pull/53509", + "commit": "dotnet@c49d1b8", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@96b8302" + }, + { + "id": "sdk@e9aab78", + "repo": "sdk", + "title": "[release/10.0.1xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/sdk/pull/53520", + "commit": "dotnet@c49d1b8", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@e9aab78" + }, + { + "id": "sdk@6769519", + "repo": "sdk", + "title": "[release/10.0.1xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/sdk/pull/53548", + "commit": "dotnet@c49d1b8", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@6769519" + }, + { + "id": "sdk@e564c6d", + "repo": "sdk", + "title": "Avoid redirecting process output", + "url": "https://github.com/dotnet/sdk/pull/53539", + "commit": "dotnet@c49d1b8", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@e564c6d" + }, + { + "id": "sdk@f9305f8", + "repo": "sdk", + "title": "[dotnet-watch] Use Spectre.Console for target framework selection", + "url": "https://github.com/dotnet/sdk/pull/53540", + "commit": "dotnet@c49d1b8", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@f9305f8" + }, + { + "id": "sdk@65909a3", + "repo": "sdk", + "title": "[automated] Merge branch \u0027release/10.0.1xx\u0027 =\u003E \u0027release/10.0.2xx\u0027", + "url": "https://github.com/dotnet/sdk/pull/53551", + "commit": "dotnet@c49d1b8", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@65909a3" + }, + { + "id": "sdk@700802d", + "repo": "sdk", + "title": "[automated] Merge branch \u0027release/10.0.2xx\u0027 =\u003E \u0027release/10.0.3xx\u0027", + "url": "https://github.com/dotnet/sdk/pull/53565", + "commit": "dotnet@c49d1b8", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@700802d" + }, + { + "id": "sdk@2de3165", + "repo": "sdk", + "title": "[release/10.0.3xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/sdk/pull/53510", + "commit": "dotnet@c49d1b8", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@2de3165" + }, + { + "id": "sdk@741fcf4", + "repo": "sdk", + "title": "[automated] Merge branch \u0027release/10.0.3xx\u0027 =\u003E \u0027main\u0027", + "url": "https://github.com/dotnet/sdk/pull/53574", + "commit": "dotnet@c49d1b8", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@741fcf4" + }, + { + "id": "sdk@25262e4", + "repo": "sdk", + "title": "Localized file check-in by OneLocBuild Task: Build definition ID 140: Build ID 2934590", + "url": "https://github.com/dotnet/sdk/pull/53554", + "commit": "dotnet@c49d1b8", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@25262e4" + }, + { + "id": "sdk@440942c", + "repo": "sdk", + "title": "Rename RunTestsOnHelix scripts to SetupHelixEnvironment", + "url": "https://github.com/dotnet/sdk/pull/53576", + "commit": "dotnet@c49d1b8", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@440942c" + }, + { + "id": "sdk@cca63f2", + "repo": "sdk", + "title": "[main] Update dependencies from microsoft/testfx", + "url": "https://github.com/dotnet/sdk/pull/53584", + "commit": "dotnet@c49d1b8", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@cca63f2" + }, + { + "id": "sdk@1430a15", + "repo": "sdk", + "title": "Migrate 5 MSBuild tasks to IMultiThreadableTask (Group 1)", + "url": "https://github.com/dotnet/sdk/pull/52935", + "commit": "dotnet@c49d1b8", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@1430a15" + }, + { + "id": "sdk@4aacdca", + "repo": "sdk", + "title": "Consolidate template engine CI legs", + "url": "https://github.com/dotnet/sdk/pull/53546", + "commit": "dotnet@c49d1b8", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@4aacdca" + }, + { + "id": "sdk@6c0789a", + "repo": "sdk", + "title": "Replace local ci-analysis skill with arcade-skills plugin", + "url": "https://github.com/dotnet/sdk/pull/53526", + "commit": "dotnet@c49d1b8", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@6c0789a" + }, + { + "id": "sdk@02b4f03", + "repo": "sdk", + "title": "Fix greedy test filter causing double-running tests in Helix", + "url": "https://github.com/dotnet/sdk/pull/53583", + "commit": "dotnet@c49d1b8", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@02b4f03" + }, + { + "id": "sdk@a13e02d", + "repo": "sdk", + "title": "Fix \u0060dotnet reference add/remove\u0060 failing when no \u0060--project\u0060 is specified", + "url": "https://github.com/dotnet/sdk/pull/53594", + "commit": "dotnet@c49d1b8", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@a13e02d" + }, + { + "id": "sdk@03e0be5", + "repo": "sdk", + "title": "Fix TargetsWindows when VMR passes TargetOS=windows", + "url": "https://github.com/dotnet/sdk/pull/53599", + "commit": "dotnet@c49d1b8", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@03e0be5" + }, + { + "id": "sdk@6c36567", + "repo": "sdk", + "title": "[StaticWebAssets] Add Asset Groups support for static web assets", + "url": "https://github.com/dotnet/sdk/pull/53187", + "commit": "dotnet@f3eaae5", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@6c36567" + }, + { + "id": "sdk@fe12fd4", + "repo": "sdk", + "title": "[main] Update dependencies from microsoft/testfx", + "url": "https://github.com/dotnet/sdk/pull/53608", + "commit": "dotnet@4dd7c46", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@fe12fd4" + }, + { + "id": "sdk@629cbd2", + "repo": "sdk", + "title": "Fix \u0022\u0060dotnet publish\u0060 removes native DLLs on subsequent runs\u0022", + "url": "https://github.com/dotnet/sdk/pull/52755", + "commit": "dotnet@4dd7c46", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@629cbd2" + }, + { + "id": "sdk@e344880", + "repo": "sdk", + "title": "Split runfile tests up to improve helix usage", + "url": "https://github.com/dotnet/sdk/pull/53452", + "commit": "dotnet@4dd7c46", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@e344880" + }, + { + "id": "sdk@99a4d02", + "repo": "sdk", + "title": "[main] Update dependencies from microsoft/testfx", + "url": "https://github.com/dotnet/sdk/pull/53637", + "commit": "dotnet@5034ed5", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@99a4d02" + }, + { + "id": "sdk@a0eacdc", + "repo": "sdk", + "title": "Split ILLink test classes to improve Helix shard distribution", + "url": "https://github.com/dotnet/sdk/pull/53453", + "commit": "dotnet@5034ed5", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@a0eacdc" + }, + { + "id": "sdk@1e5d8e3", + "repo": "sdk", + "title": "Simplify OS/Arch defines", + "url": "https://github.com/dotnet/sdk/pull/53627", + "commit": "dotnet@5034ed5", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@1e5d8e3" + }, + { + "id": "sdk@3ff7103", + "repo": "sdk", + "title": "[main] Update dependencies from microsoft/testfx", + "url": "https://github.com/dotnet/sdk/pull/53667", + "commit": "dotnet@4717265", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@3ff7103" + }, + { + "id": "sdk@4028e4a", + "repo": "sdk", + "title": "Skip crossgen for DotnetTools-unique assemblies to reduce SDK size", + "url": "https://github.com/dotnet/sdk/pull/53659", + "commit": "dotnet@4717265", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@4028e4a" + }, + { + "id": "sdk@564b5de", + "repo": "sdk", + "title": "Copy HotReload dll to intermediate to avoid duplicate identity in multi-client WASM", + "url": "https://github.com/dotnet/sdk/pull/53656", + "commit": "dotnet@4717265", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@564b5de" + }, + { + "id": "sdk@0409d2d", + "repo": "sdk", + "title": "Merge dotnet/templating source into dotnet/sdk (Phase 1: history-preserving migration)", + "url": "https://github.com/dotnet/sdk/pull/53647", + "commit": "dotnet@4717265", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@0409d2d" + }, + { + "id": "sdk@f2b6067", + "repo": "sdk", + "title": "Stop setting the global tool path for our tests that get run.", + "url": "https://github.com/dotnet/sdk/pull/53676", + "commit": "dotnet@4717265", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@f2b6067" + }, + { + "id": "sdk@8433b4b", + "repo": "sdk", + "title": "Enable batch trigger for main branch", + "url": "https://github.com/dotnet/sdk/pull/53678", + "commit": "dotnet@4717265", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@8433b4b" + }, + { + "id": "sdk@96683a0", + "repo": "sdk", + "title": "Fix CI flakiness: MSB4216 task host failures, dotnet-watch hangs, NuGet errors", + "url": "https://github.com/dotnet/sdk/pull/53424", + "commit": "dotnet@4717265", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@96683a0" + }, + { + "id": "sdk@dcff500", + "repo": "sdk", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/sdk/pull/53613", + "commit": "dotnet@4717265", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@dcff500" + }, + { + "id": "sdk@8b1618b", + "repo": "sdk", + "title": "Enable /graph in CI builds, dev builds, and PR builds", + "url": "https://github.com/dotnet/sdk/pull/53607", + "commit": "dotnet@4717265", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@8b1618b" + }, + { + "id": "sdk@a1f2e26", + "repo": "sdk", + "title": "Migrate test infrastructure from xUnit v2 to xUnit v3", + "url": "https://github.com/dotnet/sdk/pull/52930", + "commit": "dotnet@4717265", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@a1f2e26" + }, + { + "id": "sdk@bbf4a33", + "repo": "sdk", + "title": "[StaticWebAssets] Add AdditionalEndpointDefinitions to DefineStaticWebAssetEndpoints", + "url": "https://github.com/dotnet/sdk/pull/53593", + "commit": "dotnet@39283b2", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@bbf4a33" + }, + { + "id": "sdk@bd75158", + "repo": "sdk", + "title": "[Blazor] Skip _ResolveBlazorWasmOutputs for .NET 11\u002B and move BlazorRoutingEnableRegexConstraint to SDK", + "url": "https://github.com/dotnet/sdk/pull/53602", + "commit": "dotnet@39283b2", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@bd75158" + }, + { + "id": "sdk@49c45f2", + "repo": "sdk", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/sdk/pull/53694", + "commit": "dotnet@39283b2", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@49c45f2" + }, + { + "id": "sdk@61c38b0", + "repo": "sdk", + "title": "[automated] Merge branch \u0027release/10.0.3xx\u0027 =\u003E \u0027main\u0027", + "url": "https://github.com/dotnet/sdk/pull/53580", + "commit": "dotnet@39283b2", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@61c38b0" + }, + { + "id": "sdk@d013391", + "repo": "sdk", + "title": "Move TemplateEngine TestTemplates to TestAssets/TestPackages/TemplateEngine", + "url": "https://github.com/dotnet/sdk/pull/53733", + "commit": "dotnet@39283b2", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@d013391" + }, + { + "id": "sdk@168a809", + "repo": "sdk", + "title": "Merge dotnet/templating catch-up: 4 commits missed in Phase 1", + "url": "https://github.com/dotnet/sdk/pull/53734", + "commit": "dotnet@39283b2", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@168a809" + }, + { + "id": "sdk@ac1f1e8", + "repo": "sdk", + "title": "[main] Update dependencies from microsoft/testfx", + "url": "https://github.com/dotnet/sdk/pull/53682", + "commit": "dotnet@39283b2", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@ac1f1e8" + }, + { + "id": "sdk@794fa7f", + "repo": "sdk", + "title": "Use OTel for telemetry", + "url": "https://github.com/dotnet/sdk/pull/53181", + "commit": "dotnet@39283b2", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@794fa7f" + }, + { + "id": "sdk@75856c4", + "repo": "sdk", + "title": "Add TaskHostFactory tests to guard against regression of #12751 in MSBuild", + "url": "https://github.com/dotnet/sdk/pull/52405", + "commit": "dotnet@39283b2", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@75856c4" + }, + { + "id": "sdk@d043492", + "repo": "sdk", + "title": "Enhance fish shell completions with static\u002Bdynamic hybrid generation", + "url": "https://github.com/dotnet/sdk/pull/53716", + "commit": "dotnet@39283b2", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@d043492" + }, + { + "id": "sdk@35959f2", + "repo": "sdk", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/sdk/pull/53761", + "commit": "dotnet@39283b2", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@35959f2" + }, + { + "id": "sdk@045dea9", + "repo": "sdk", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/sdk/pull/53766", + "commit": "dotnet@39283b2", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@045dea9" + }, + { + "id": "sdk@3b4dac5", + "repo": "sdk", + "title": "Clean up temp sarif file after validation in CI builds", + "url": "https://github.com/dotnet/sdk/pull/53731", + "commit": "dotnet@39283b2", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@3b4dac5" + }, + { + "id": "sdk@9b4d473", + "repo": "sdk", + "title": "Revert xUnit v3 migration and OTel telemetry changes", + "url": "https://github.com/dotnet/sdk/pull/53788", + "commit": "dotnet@39283b2", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@9b4d473" + }, + { + "id": "sdk@0118e55", + "repo": "sdk", + "title": "Remove outdated TODO comment from Microsoft.NET.Sdk.FrameworkReferenceResolution.targets", + "url": "https://github.com/dotnet/sdk/pull/53688", + "commit": "dotnet@39283b2", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@0118e55" + }, + { + "id": "sdk@0388faa", + "repo": "sdk", + "title": "Simplify SignCheck conditionals", + "url": "https://github.com/dotnet/sdk/pull/53762", + "commit": "dotnet@39283b2", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@0388faa" + }, + { + "id": "sdk@2c64e3a", + "repo": "sdk", + "title": "Re-apply OTel telemetry changes (un-revert #53181)", + "url": "https://github.com/dotnet/sdk/pull/53800", + "commit": "dotnet@39283b2", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@2c64e3a" + }, + { + "id": "sdk@3b6aee1", + "repo": "sdk", + "title": "File renames in analyzers", + "url": "https://github.com/dotnet/sdk/pull/53805", + "commit": "dotnet@f590e30", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@3b6aee1" + }, + { + "id": "sdk@a105159", + "repo": "sdk", + "title": "Remove comments from Build.props", + "url": "https://github.com/dotnet/sdk/pull/53814", + "commit": "dotnet@f590e30", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@a105159" + }, + { + "id": "sdk@addf895", + "repo": "sdk", + "title": "Write launch settings message to stderr instead of stdout", + "url": "https://github.com/dotnet/sdk/pull/53797", + "commit": "dotnet@f590e30", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@addf895" + }, + { + "id": "sdk@ad40ca3", + "repo": "sdk", + "title": "Introduce a property to specify assemblies that should be partially R2R compiled and excluded from a composite image.", + "url": "https://github.com/dotnet/sdk/pull/53635", + "commit": "dotnet@f590e30", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@ad40ca3" + }, + { + "id": "sdk@976d50e", + "repo": "sdk", + "title": "Update SDK PR guide with servicing branch details", + "url": "https://github.com/dotnet/sdk/pull/53719", + "commit": "dotnet@f590e30", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@976d50e" + }, + { + "id": "sdk@2eac35a", + "repo": "sdk", + "title": "[main] Update dependencies from microsoft/testfx", + "url": "https://github.com/dotnet/sdk/pull/53845", + "commit": "dotnet@f590e30", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@2eac35a" + }, + { + "id": "sdk@16cbfb3", + "repo": "sdk", + "title": "Fix AspireHostLauncher not launching the Aspire host", + "url": "https://github.com/dotnet/sdk/pull/53877", + "commit": "dotnet@db91c13", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@16cbfb3" + }, + { + "id": "sdk@c8ecd1e", + "repo": "sdk", + "title": "Fix builtin workload manifests to use preview feature band in SDK archives", + "url": "https://github.com/dotnet/sdk/pull/53857", + "commit": "dotnet@db91c13", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@c8ecd1e" + }, + { + "id": "sdk@5be3937", + "repo": "sdk", + "title": "Validate descriptor from registry \u002B add tests for descriptor resolution", + "url": "https://github.com/dotnet/sdk/pull/53724", + "commit": "dotnet@db91c13", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@5be3937" + }, + { + "id": "sdk@3dd3634", + "repo": "sdk", + "title": "Update dotnet run tests for launch settings message on stderr", + "url": "https://github.com/dotnet/sdk/pull/53905", + "commit": "dotnet@ebd7874", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@3dd3634" + }, + { + "id": "sdk@8c40edb", + "repo": "sdk", + "title": "Merge dotnet/templating into dotnet/sdk (Phase 2: build integration and ProjectReference conversion)", + "url": "https://github.com/dotnet/sdk/pull/53680", + "commit": "dotnet@1a76ed9", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@8c40edb" + }, + { + "id": "sdk@380ef60", + "repo": "sdk", + "title": "Create a prompt file for doing the monthly mirror check.", + "url": "https://github.com/dotnet/sdk/pull/53902", + "commit": "dotnet@1a76ed9", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@380ef60" + }, + { + "id": "sdk@5c3a547", + "repo": "sdk", + "title": "Update documentation on target framework updates", + "url": "https://github.com/dotnet/sdk/pull/52855", + "commit": "dotnet@1a76ed9", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@5c3a547" + }, + { + "id": "sdk@7baa9ec", + "repo": "sdk", + "title": "Fix nuget subcommand --help forwarding to NuGet CLI", + "url": "https://github.com/dotnet/sdk/pull/53723", + "commit": "dotnet@1a76ed9", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@7baa9ec" + }, + { + "id": "sdk@6007ac8", + "repo": "sdk", + "title": "Fix Containers digest test failures and align digest validation closer to OCI spec", + "url": "https://github.com/dotnet/sdk/pull/53933", + "commit": "dotnet@1a76ed9", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@6007ac8" + }, + { + "id": "sdk@9ff2ac9", + "repo": "sdk", + "title": "Update SDK inter-branch merge flow: drop 10.0.2xx and introduce 10.0.4xx", + "url": "https://github.com/dotnet/sdk/pull/53904", + "commit": "dotnet@1a76ed9", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@9ff2ac9" + }, + { + "id": "sdk@f399996", + "repo": "sdk", + "title": "Replace NetFrameworkMinimum with NetFrameworkToolCurrent in TemplateEngine projects", + "url": "https://github.com/dotnet/sdk/pull/53966", + "commit": "dotnet@1a76ed9", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@f399996" + }, + { + "id": "sdk@a4758a4", + "repo": "sdk", + "title": "Ensure prerequisites of csc-only tests", + "url": "https://github.com/dotnet/sdk/pull/53960", + "commit": "dotnet@1a76ed9", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@a4758a4" + }, + { + "id": "sdk@2e16dff", + "repo": "sdk", + "title": "Include verbose output in RunFileTests", + "url": "https://github.com/dotnet/sdk/pull/53884", + "commit": "dotnet@1a76ed9", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@2e16dff" + }, + { + "id": "sdk@a9d5871", + "repo": "sdk", + "title": "[Blazor] Fix Blazor WASM SWA test failures", + "url": "https://github.com/dotnet/sdk/pull/53808", + "commit": "dotnet@1a76ed9", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@a9d5871" + }, + { + "id": "sdk@7d464bb", + "repo": "sdk", + "title": "[main] Update dependencies from microsoft/testfx", + "url": "https://github.com/dotnet/sdk/pull/53989", + "commit": "dotnet@1a76ed9", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@7d464bb" + }, + { + "id": "sdk@e6731e6", + "repo": "sdk", + "title": "Fix CS0103: Add missing using for CommandLoggingContext", + "url": "https://github.com/dotnet/sdk/pull/53996", + "commit": "dotnet@1a76ed9", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@e6731e6" + }, + { + "id": "sdk@2393e90", + "repo": "sdk", + "title": "Add /tactics comment-triggered workflow for servicing PRs", + "url": "https://github.com/dotnet/sdk/pull/53596", + "commit": "dotnet@1a76ed9", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@2393e90" + }, + { + "id": "sdk@d4df2c0", + "repo": "sdk", + "title": "Fix the fork conditional", + "url": "https://github.com/dotnet/sdk/pull/54001", + "commit": "dotnet@1a76ed9", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@d4df2c0" + }, + { + "id": "sdk@946cb7a", + "repo": "sdk", + "title": "Update format integration tests to .NET 10.0 GA and fix solution discovery", + "url": "https://github.com/dotnet/sdk/pull/53965", + "commit": "dotnet@1a76ed9", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@946cb7a" + }, + { + "id": "sdk@e252a9b", + "repo": "sdk", + "title": "Fix Helix test sharding: parse TestFullMSBuild as boolean", + "url": "https://github.com/dotnet/sdk/pull/54000", + "commit": "dotnet@1a76ed9", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@e252a9b" + }, + { + "id": "sdk@9f30498", + "repo": "sdk", + "title": "Fix TemplateEngine RS0016/RS0041 public API analyzer violations", + "url": "https://github.com/dotnet/sdk/pull/53978", + "commit": "dotnet@1a76ed9", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@9f30498" + }, + { + "id": "sdk@b24e528", + "repo": "sdk", + "title": "Fix xUnit1051: pass TestContext.Current.CancellationToken to async methods", + "url": "https://github.com/dotnet/sdk/pull/53714", + "commit": "dotnet@1a76ed9", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@b24e528" + }, + { + "id": "sdk@0b52d15", + "repo": "sdk", + "title": "Fix ItFailsWithAnAppropriateErrorMessage test for file-based programs", + "url": "https://github.com/dotnet/sdk/pull/53981", + "commit": "dotnet@1a76ed9", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@0b52d15" + }, + { + "id": "sdk@fc67450", + "repo": "sdk", + "title": "Auto-close stale Known Build Error issues with zero monthly hits", + "url": "https://github.com/dotnet/sdk/pull/54017", + "commit": "dotnet@1a76ed9", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@fc67450" + }, + { + "id": "sdk@5f7e072", + "repo": "sdk", + "title": "Tighten stale issue and PR thresholds", + "url": "https://github.com/dotnet/sdk/pull/54043", + "commit": "dotnet@1a76ed9", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@5f7e072" + }, + { + "id": "sdk@8a2fa1c", + "repo": "sdk", + "title": "Add NativeAOT entry point for the dotnet CLI", + "url": "https://github.com/dotnet/sdk/pull/54002", + "commit": "dotnet@1a76ed9", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@8a2fa1c" + }, + { + "id": "sdk@7cef932", + "repo": "sdk", + "title": "Update developer guide with more details about build analysis checks and workflows", + "url": "https://github.com/dotnet/sdk/pull/53977", + "commit": "dotnet@1a76ed9", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@7cef932" + }, + { + "id": "sdk@e259547", + "repo": "sdk", + "title": "Drop netstandard2.0 support from template engine", + "url": "https://github.com/dotnet/sdk/pull/54041", + "commit": "dotnet@1a76ed9", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@e259547" + }, + { + "id": "sdk@1311cd4", + "repo": "sdk", + "title": "[dotnet-watch] Add device selection support", + "url": "https://github.com/dotnet/sdk/pull/53631", + "commit": "dotnet@d704046", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@1311cd4" + }, + { + "id": "sdk@ca67d74", + "repo": "sdk", + "title": "[dotnet-watch] Fix WebSocket transport crash on Ctrl\u002BR restart", + "url": "https://github.com/dotnet/sdk/pull/53648", + "commit": "dotnet@d704046", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@ca67d74" + }, + { + "id": "sdk@85729ac", + "repo": "sdk", + "title": "[dotnet watch] Fix target framework selector being stuck", + "url": "https://github.com/dotnet/sdk/pull/53675", + "commit": "dotnet@d704046", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@85729ac" + }, + { + "id": "sdk@9a7cae8", + "repo": "sdk", + "title": "[dotnet watch] fix deadlock on iOS with \u0060UIKitSynchronizationContext\u0060", + "url": "https://github.com/dotnet/sdk/pull/54023", + "commit": "dotnet@d704046", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@9a7cae8" + }, + { + "id": "sdk@3d4fe47", + "repo": "sdk", + "title": "Fix Ubuntu codename resolution for .NET 11", + "url": "https://github.com/dotnet/sdk/pull/53371", + "commit": "dotnet@57bc0f7", + "is_security": false, + "product": "dotnet-sdk", + "local_repo_commit": "sdk@3d4fe47" + }, + { + "id": "symreader@724f743", + "repo": "symreader", + "title": "Update dependencies from build 306238", + "url": "https://github.com/dotnet/symreader/pull/402", + "commit": "dotnet@c54dc56", + "is_security": false, + "local_repo_commit": "symreader@724f743" + }, + { + "id": "symreader@56a45ee", + "repo": "symreader", + "title": "Update dependencies from build 307198", + "url": "https://github.com/dotnet/symreader/pull/405", + "commit": "dotnet@c54dc56", + "is_security": false, + "local_repo_commit": "symreader@56a45ee" + }, + { + "id": "symreader@a701640", + "repo": "symreader", + "title": "Update dependencies from build 308297", + "url": "https://github.com/dotnet/symreader/pull/407", + "commit": "dotnet@c54dc56", + "is_security": false, + "local_repo_commit": "symreader@a701640" + }, + { + "id": "symreader@ddef017", + "repo": "symreader", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/symreader/pull/410", + "commit": "dotnet@c54dc56", + "is_security": false, + "local_repo_commit": "symreader@ddef017" + }, + { + "id": "templating@17acd40", + "repo": "templating", + "title": "Update branding to 8.0.124", + "url": "https://github.com/dotnet/templating/pull/9674", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@17acd40" + }, + { + "id": "templating@14038fd", + "repo": "templating", + "title": "[release/8.0.1xx] Update dependencies from dotnet/source-build-reference-packages", + "url": "https://github.com/dotnet/templating/pull/9632", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@14038fd" + }, + { + "id": "templating@faa404a", + "repo": "templating", + "title": "[release/8.0.1xx] Update dependencies from dotnet/arcade", + "url": "https://github.com/dotnet/templating/pull/9621", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@faa404a" + }, + { + "id": "templating@c60b810", + "repo": "templating", + "title": "[release/8.0.1xx] Update dependencies from dotnet/source-build-externals", + "url": "https://github.com/dotnet/templating/pull/9687", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@c60b810" + }, + { + "id": "templating@4f978ed", + "repo": "templating", + "title": "Update branding to 8.0.125", + "url": "https://github.com/dotnet/templating/pull/9789", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@4f978ed" + }, + { + "id": "templating@f7df768", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/8.0.1xx\u0027 =\u003E \u0027release/8.0.4xx\u0027", + "url": "https://github.com/dotnet/templating/pull/9797", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@f7df768" + }, + { + "id": "templating@55e91b9", + "repo": "templating", + "title": "[release/9.0.1xx] Update branding to 9.0.116", + "url": "https://github.com/dotnet/templating/pull/9906", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@55e91b9" + }, + { + "id": "templating@e7262db", + "repo": "templating", + "title": "[release/8.0.4xx] Update branding to 8.0.420", + "url": "https://github.com/dotnet/templating/pull/9908", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@e7262db" + }, + { + "id": "templating@4ec5e1e", + "repo": "templating", + "title": "[release/9.0.1xx] Update dependencies from dotnet/arcade", + "url": "https://github.com/dotnet/templating/pull/9878", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@4ec5e1e" + }, + { + "id": "templating@6c6e846", + "repo": "templating", + "title": "[release/8.0.4xx] Update dependencies from dotnet/arcade", + "url": "https://github.com/dotnet/templating/pull/9861", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@6c6e846" + }, + { + "id": "templating@8b91289", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/8.0.4xx\u0027 =\u003E \u0027release/9.0.1xx\u0027", + "url": "https://github.com/dotnet/templating/pull/9912", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@8b91289" + }, + { + "id": "templating@64c76fd", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/9.0.1xx\u0027 =\u003E \u0027release/9.0.3xx\u0027", + "url": "https://github.com/dotnet/templating/pull/9910", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@64c76fd" + }, + { + "id": "templating@34a5893", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/9.0.1xx\u0027 =\u003E \u0027release/9.0.3xx\u0027", + "url": "https://github.com/dotnet/templating/pull/9917", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@34a5893" + }, + { + "id": "templating@00ea651", + "repo": "templating", + "title": "[release/10.0.1xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10042", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@00ea651" + }, + { + "id": "templating@0cf9d61", + "repo": "templating", + "title": "[release/10.0.3xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10045", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@0cf9d61" + }, + { + "id": "templating@ccd0085", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.1xx\u0027 =\u003E \u0027release/10.0.2xx\u0027", + "url": "https://github.com/dotnet/templating/pull/10044", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@ccd0085" + }, + { + "id": "templating@b6ff704", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.2xx\u0027 =\u003E \u0027release/10.0.3xx\u0027", + "url": "https://github.com/dotnet/templating/pull/10046", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@b6ff704" + }, + { + "id": "templating@897b2b5", + "repo": "templating", + "title": "[release/10.0.3xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10050", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@897b2b5" + }, + { + "id": "templating@bae92e9", + "repo": "templating", + "title": "[release/10.0.3xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10053", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@bae92e9" + }, + { + "id": "templating@ef8243d", + "repo": "templating", + "title": "[release/10.0.2xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10054", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@ef8243d" + }, + { + "id": "templating@4c918cc", + "repo": "templating", + "title": "[release/10.0.1xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10055", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@4c918cc" + }, + { + "id": "templating@5bb9230", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.1xx\u0027 =\u003E \u0027release/10.0.2xx\u0027", + "url": "https://github.com/dotnet/templating/pull/10057", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@5bb9230" + }, + { + "id": "templating@dd17596", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.2xx\u0027 =\u003E \u0027release/10.0.3xx\u0027", + "url": "https://github.com/dotnet/templating/pull/10056", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@dd17596" + }, + { + "id": "templating@75db612", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.3xx\u0027 =\u003E \u0027main\u0027", + "url": "https://github.com/dotnet/templating/pull/10051", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@75db612" + }, + { + "id": "templating@0675db7", + "repo": "templating", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10060", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@0675db7" + }, + { + "id": "templating@57cd00e", + "repo": "templating", + "title": "[release/10.0.3xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10058", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@57cd00e" + }, + { + "id": "templating@4e82975", + "repo": "templating", + "title": "[release/10.0.2xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10059", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@4e82975" + }, + { + "id": "templating@a6c6797", + "repo": "templating", + "title": "[release/10.0.1xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10061", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@a6c6797" + }, + { + "id": "templating@e84a0a8", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.1xx\u0027 =\u003E \u0027release/10.0.2xx\u0027", + "url": "https://github.com/dotnet/templating/pull/10064", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@e84a0a8" + }, + { + "id": "templating@486d296", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.2xx\u0027 =\u003E \u0027release/10.0.3xx\u0027", + "url": "https://github.com/dotnet/templating/pull/10063", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@486d296" + }, + { + "id": "templating@111ab68", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.3xx\u0027 =\u003E \u0027main\u0027", + "url": "https://github.com/dotnet/templating/pull/10062", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@111ab68" + }, + { + "id": "templating@2eeb888", + "repo": "templating", + "title": "Fix MockTemplateInfo for System.Text.Json serialization", + "url": "https://github.com/dotnet/templating/pull/9956", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@2eeb888" + }, + { + "id": "templating@8076e34", + "repo": "templating", + "title": "Fix MockTemplateInfo for System.Text.Json serialization", + "url": "https://github.com/dotnet/templating/pull/10066", + "commit": "dotnet@be43d78", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@8076e34" + }, + { + "id": "templating@a715c50", + "repo": "templating", + "title": "Switch to modern CI images", + "url": "https://github.com/dotnet/templating/pull/10067", + "commit": "dotnet@66b593b", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@a715c50" + }, + { + "id": "templating@9d025d8", + "repo": "templating", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10068", + "commit": "dotnet@0293436", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@9d025d8" + }, + { + "id": "templating@35931cb", + "repo": "templating", + "title": "[release/10.0.1xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10069", + "commit": "dotnet@0293436", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@35931cb" + }, + { + "id": "templating@e1fa966", + "repo": "templating", + "title": "[release/10.0.3xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10065", + "commit": "dotnet@0293436", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@e1fa966" + }, + { + "id": "templating@fa3cc6b", + "repo": "templating", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10071", + "commit": "dotnet@0293436", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@fa3cc6b" + }, + { + "id": "templating@d570534", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.1xx\u0027 =\u003E \u0027release/10.0.2xx\u0027", + "url": "https://github.com/dotnet/templating/pull/10070", + "commit": "dotnet@0293436", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@d570534" + }, + { + "id": "templating@b1f1963", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.2xx\u0027 =\u003E \u0027release/10.0.3xx\u0027", + "url": "https://github.com/dotnet/templating/pull/10073", + "commit": "dotnet@0293436", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@b1f1963" + }, + { + "id": "templating@751ca7c", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.3xx\u0027 =\u003E \u0027main\u0027", + "url": "https://github.com/dotnet/templating/pull/10072", + "commit": "dotnet@0293436", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@751ca7c" + }, + { + "id": "templating@1572704", + "repo": "templating", + "title": "[release/10.0.3xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10074", + "commit": "dotnet@0293436", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@1572704" + }, + { + "id": "templating@177d2c4", + "repo": "templating", + "title": "Specify target framework", + "url": "https://github.com/dotnet/templating/pull/10078", + "commit": "dotnet@0293436", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@177d2c4" + }, + { + "id": "templating@9de3d1e", + "repo": "templating", + "title": "[release/10.0.2xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10080", + "commit": "dotnet@fa57c00", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@9de3d1e" + }, + { + "id": "templating@4fd4cf6", + "repo": "templating", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10081", + "commit": "dotnet@fa57c00", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@4fd4cf6" + }, + { + "id": "templating@7a12ab9", + "repo": "templating", + "title": "[release/10.0.3xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10082", + "commit": "dotnet@fa57c00", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@7a12ab9" + }, + { + "id": "templating@8e0f0d4", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.3xx\u0027 =\u003E \u0027main\u0027", + "url": "https://github.com/dotnet/templating/pull/10076", + "commit": "dotnet@fa57c00", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@8e0f0d4" + }, + { + "id": "templating@695767d", + "repo": "templating", + "title": "Minor improvements", + "url": "https://github.com/dotnet/templating/pull/10079", + "commit": "dotnet@fa57c00", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@695767d" + }, + { + "id": "templating@931f7c9", + "repo": "templating", + "title": "[release/10.0.3xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10084", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@931f7c9" + }, + { + "id": "templating@b9d8ddd", + "repo": "templating", + "title": "[release/10.0.3xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10087", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@b9d8ddd" + }, + { + "id": "templating@1ea4c73", + "repo": "templating", + "title": "[release/10.0.2xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10088", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@1ea4c73" + }, + { + "id": "templating@0a04dbe", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.2xx\u0027 =\u003E \u0027release/10.0.3xx\u0027", + "url": "https://github.com/dotnet/templating/pull/10083", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@0a04dbe" + }, + { + "id": "templating@31a2c36", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.3xx\u0027 =\u003E \u0027main\u0027", + "url": "https://github.com/dotnet/templating/pull/10086", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@31a2c36" + }, + { + "id": "templating@5de0725", + "repo": "templating", + "title": "[release/10.0.3xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10089", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@5de0725" + }, + { + "id": "templating@4db5948", + "repo": "templating", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10090", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@4db5948" + }, + { + "id": "templating@e3d856d", + "repo": "templating", + "title": "[release/10.0.2xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10091", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@e3d856d" + }, + { + "id": "templating@2f93ef0", + "repo": "templating", + "title": "[release/10.0.1xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10092", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@2f93ef0" + }, + { + "id": "templating@325b85e", + "repo": "templating", + "title": "[release/10.0.3xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10095", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@325b85e" + }, + { + "id": "templating@0e3d777", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.1xx\u0027 =\u003E \u0027release/10.0.2xx\u0027", + "url": "https://github.com/dotnet/templating/pull/10096", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@0e3d777" + }, + { + "id": "templating@c59f212", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.2xx\u0027 =\u003E \u0027release/10.0.3xx\u0027", + "url": "https://github.com/dotnet/templating/pull/10094", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@c59f212" + }, + { + "id": "templating@f7dae1b", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.3xx\u0027 =\u003E \u0027main\u0027", + "url": "https://github.com/dotnet/templating/pull/10093", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@f7dae1b" + }, + { + "id": "templating@3c1d17a", + "repo": "templating", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10097", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@3c1d17a" + }, + { + "id": "templating@f69b8e7", + "repo": "templating", + "title": "[release/10.0.2xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10098", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@f69b8e7" + }, + { + "id": "templating@bd7ef70", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.2xx\u0027 =\u003E \u0027release/10.0.3xx\u0027", + "url": "https://github.com/dotnet/templating/pull/10099", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@bd7ef70" + }, + { + "id": "templating@899e0e7", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.3xx\u0027 =\u003E \u0027main\u0027", + "url": "https://github.com/dotnet/templating/pull/10100", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@899e0e7" + }, + { + "id": "templating@7e4c2c1", + "repo": "templating", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10102", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@7e4c2c1" + }, + { + "id": "templating@2123e36", + "repo": "templating", + "title": "[release/10.0.3xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10101", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@2123e36" + }, + { + "id": "templating@627f8a4", + "repo": "templating", + "title": "[release/9.0.1xx] Update branding to 9.0.117", + "url": "https://github.com/dotnet/templating/pull/10108", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@627f8a4" + }, + { + "id": "templating@bfaf060", + "repo": "templating", + "title": "[release/9.0.3xx] Update branding to 9.0.314", + "url": "https://github.com/dotnet/templating/pull/10109", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@bfaf060" + }, + { + "id": "templating@f413637", + "repo": "templating", + "title": "[release/10.0.1xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10104", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@f413637" + }, + { + "id": "templating@174f0d1", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/9.0.1xx\u0027 =\u003E \u0027release/9.0.3xx\u0027", + "url": "https://github.com/dotnet/templating/pull/10112", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@174f0d1" + }, + { + "id": "templating@a90c148", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/9.0.3xx\u0027 =\u003E \u0027release/10.0.1xx\u0027", + "url": "https://github.com/dotnet/templating/pull/10113", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@a90c148" + }, + { + "id": "templating@ddc0c5e", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.1xx\u0027 =\u003E \u0027release/10.0.2xx\u0027", + "url": "https://github.com/dotnet/templating/pull/10114", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@ddc0c5e" + }, + { + "id": "templating@3a55667", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.2xx\u0027 =\u003E \u0027release/10.0.3xx\u0027", + "url": "https://github.com/dotnet/templating/pull/10115", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@3a55667" + }, + { + "id": "templating@6fba5ff", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.3xx\u0027 =\u003E \u0027main\u0027", + "url": "https://github.com/dotnet/templating/pull/10105", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@6fba5ff" + }, + { + "id": "templating@5958234", + "repo": "templating", + "title": "[release/9.0.3xx] Update dependencies from dotnet/arcade", + "url": "https://github.com/dotnet/templating/pull/10019", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@5958234" + }, + { + "id": "templating@c67035d", + "repo": "templating", + "title": "[release/10.0.3xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10117", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@c67035d" + }, + { + "id": "templating@7891f2d", + "repo": "templating", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10122", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@7891f2d" + }, + { + "id": "templating@a5da265", + "repo": "templating", + "title": "[release/10.0.2xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10121", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@a5da265" + }, + { + "id": "templating@c498449", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.2xx\u0027 =\u003E \u0027release/10.0.3xx\u0027", + "url": "https://github.com/dotnet/templating/pull/10123", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@c498449" + }, + { + "id": "templating@c46f393", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.3xx\u0027 =\u003E \u0027main\u0027", + "url": "https://github.com/dotnet/templating/pull/10120", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@c46f393" + }, + { + "id": "templating@3a6e7e1", + "repo": "templating", + "title": "[release/10.0.1xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10126", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@3a6e7e1" + }, + { + "id": "templating@3c62e21", + "repo": "templating", + "title": "[release/10.0.3xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10124", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@3c62e21" + }, + { + "id": "templating@b35558a", + "repo": "templating", + "title": "[release/10.0.2xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10125", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@b35558a" + }, + { + "id": "templating@ae259be", + "repo": "templating", + "title": "[release/10.0.3xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10129", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@ae259be" + }, + { + "id": "templating@606e315", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/9.0.3xx\u0027 =\u003E \u0027release/10.0.1xx\u0027", + "url": "https://github.com/dotnet/templating/pull/10119", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@606e315" + }, + { + "id": "templating@dc12b9e", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.1xx\u0027 =\u003E \u0027release/10.0.2xx\u0027", + "url": "https://github.com/dotnet/templating/pull/10127", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@dc12b9e" + }, + { + "id": "templating@b4b74dc", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.2xx\u0027 =\u003E \u0027release/10.0.3xx\u0027", + "url": "https://github.com/dotnet/templating/pull/10130", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@b4b74dc" + }, + { + "id": "templating@967bfab", + "repo": "templating", + "title": "[release/10.0.1xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10133", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@967bfab" + }, + { + "id": "templating@3471ee1", + "repo": "templating", + "title": "[release/10.0.3xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10131", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@3471ee1" + }, + { + "id": "templating@1b04330", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.1xx\u0027 =\u003E \u0027release/10.0.2xx\u0027", + "url": "https://github.com/dotnet/templating/pull/10136", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@1b04330" + }, + { + "id": "templating@69ac10c", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.2xx\u0027 =\u003E \u0027release/10.0.3xx\u0027", + "url": "https://github.com/dotnet/templating/pull/10137", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@69ac10c" + }, + { + "id": "templating@38686c5", + "repo": "templating", + "title": "[release/10.0.3xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10139", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@38686c5" + }, + { + "id": "templating@c277fb4", + "repo": "templating", + "title": "[release/10.0.2xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10142", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@c277fb4" + }, + { + "id": "templating@d7834ed", + "repo": "templating", + "title": "[release/10.0.3xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10145", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@d7834ed" + }, + { + "id": "templating@bb29e91", + "repo": "templating", + "title": "[release/10.0.1xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10143", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@bb29e91" + }, + { + "id": "templating@a9247cf", + "repo": "templating", + "title": "[release/10.0.3xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10148", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@a9247cf" + }, + { + "id": "templating@654ac0c", + "repo": "templating", + "title": "[release/10.0.2xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10154", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@654ac0c" + }, + { + "id": "templating@a5b82cb", + "repo": "templating", + "title": "[release/10.0.3xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10153", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@a5b82cb" + }, + { + "id": "templating@7ae70a3", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.1xx\u0027 =\u003E \u0027release/10.0.2xx\u0027", + "url": "https://github.com/dotnet/templating/pull/10146", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@7ae70a3" + }, + { + "id": "templating@f4689de", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.2xx\u0027 =\u003E \u0027release/10.0.3xx\u0027", + "url": "https://github.com/dotnet/templating/pull/10156", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@f4689de" + }, + { + "id": "templating@c3fb1c4", + "repo": "templating", + "title": "Update merge flow to retire 10.0.2xx and introduce 10.0.4xx", + "url": "https://github.com/dotnet/templating/pull/10151", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@c3fb1c4" + }, + { + "id": "templating@e7ba672", + "repo": "templating", + "title": "[release/10.0.4xx] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/templating/pull/10171", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@e7ba672" + }, + { + "id": "templating@4c17ee5", + "repo": "templating", + "title": "[automated] Merge branch \u0027release/10.0.4xx\u0027 =\u003E \u0027main\u0027", + "url": "https://github.com/dotnet/templating/pull/10172", + "commit": "dotnet@a64f8d2", + "is_security": false, + "product": "dotnet-templating", + "local_repo_commit": "templating@4c17ee5" + }, + { + "id": "windowsdesktop@5880cb7", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5522", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@5880cb7" + }, + { + "id": "windowsdesktop@a8349a4", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5533", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@a8349a4" + }, + { + "id": "windowsdesktop@d56647d", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5538", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@d56647d" + }, + { + "id": "windowsdesktop@dc35188", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5539", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@dc35188" + }, + { + "id": "windowsdesktop@d46bacb", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5544", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@d46bacb" + }, + { + "id": "windowsdesktop@9a5faf9", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5546", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@9a5faf9" + }, + { + "id": "windowsdesktop@0f925b7", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5549", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@0f925b7" + }, + { + "id": "windowsdesktop@adfb50c", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5551", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@adfb50c" + }, + { + "id": "windowsdesktop@34fe550", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5553", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@34fe550" + }, + { + "id": "windowsdesktop@da042ba", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5555", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@da042ba" + }, + { + "id": "windowsdesktop@4a40e30", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5557", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@4a40e30" + }, + { + "id": "windowsdesktop@f6a4941", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5559", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@f6a4941" + }, + { + "id": "windowsdesktop@1a43a30", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5562", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@1a43a30" + }, + { + "id": "windowsdesktop@f57f022", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5564", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@f57f022" + }, + { + "id": "windowsdesktop@9a4cd50", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5566", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@9a4cd50" + }, + { + "id": "windowsdesktop@e29be22", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5568", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@e29be22" + }, + { + "id": "windowsdesktop@d8ac860", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5573", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@d8ac860" + }, + { + "id": "windowsdesktop@4ec5820", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5576", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@4ec5820" + }, + { + "id": "windowsdesktop@3567656", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5578", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@3567656" + }, + { + "id": "windowsdesktop@7caf975", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5579", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@7caf975" + }, + { + "id": "windowsdesktop@5fd2ff1", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5582", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@5fd2ff1" + }, + { + "id": "windowsdesktop@86eacfc", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5585", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@86eacfc" + }, + { + "id": "windowsdesktop@d452798", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5589", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@d452798" + }, + { + "id": "windowsdesktop@d19bc54", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5592", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@d19bc54" + }, + { + "id": "windowsdesktop@1fdf5cf", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5596", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@1fdf5cf" + }, + { + "id": "windowsdesktop@f3b4987", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5605", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@f3b4987" + }, + { + "id": "windowsdesktop@20c6767", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5609", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@20c6767" + }, + { + "id": "windowsdesktop@985ce4a", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5614", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@985ce4a" + }, + { + "id": "windowsdesktop@b2acbd3", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5618", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@b2acbd3" + }, + { + "id": "windowsdesktop@dd7fb0a", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5621", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@dd7fb0a" + }, + { + "id": "windowsdesktop@eb34ce5", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5624", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@eb34ce5" + }, + { + "id": "windowsdesktop@5659a05", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5626", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@5659a05" + }, + { + "id": "windowsdesktop@d98f67f", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5628", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@d98f67f" + }, + { + "id": "windowsdesktop@148d086", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5630", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@148d086" + }, + { + "id": "windowsdesktop@67298a6", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5633", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@67298a6" + }, + { + "id": "windowsdesktop@4ddae0c", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5636", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@4ddae0c" + }, + { + "id": "windowsdesktop@bb6687d", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5638", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@bb6687d" + }, + { + "id": "windowsdesktop@caca0c5", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5640", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@caca0c5" + }, + { + "id": "windowsdesktop@7630063", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5641", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@7630063" + }, + { + "id": "windowsdesktop@ef75c5c", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5643", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@ef75c5c" + }, + { + "id": "windowsdesktop@5eb4b3f", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5645", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@5eb4b3f" + }, + { + "id": "windowsdesktop@6957b11", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5648", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@6957b11" + }, + { + "id": "windowsdesktop@40b526b", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5650", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@40b526b" + }, + { + "id": "windowsdesktop@24e0dce", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5652", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@24e0dce" + }, + { + "id": "windowsdesktop@d17e7de", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5653", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@d17e7de" + }, + { + "id": "windowsdesktop@db09502", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5655", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@db09502" + }, + { + "id": "windowsdesktop@8d64359", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5660", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@8d64359" + }, + { + "id": "windowsdesktop@b7ea523", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5661", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@b7ea523" + }, + { + "id": "windowsdesktop@ff9af4e", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5663", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@ff9af4e" + }, + { + "id": "windowsdesktop@3189cfd", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5669", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@3189cfd" + }, + { + "id": "windowsdesktop@4337707", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5674", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@4337707" + }, + { + "id": "windowsdesktop@aadeb33", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5678", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@aadeb33" + }, + { + "id": "windowsdesktop@c96077e", + "repo": "windowsdesktop", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/windowsdesktop/pull/5680", + "commit": "dotnet@f9a701e", + "is_security": false, + "product": "dotnet-windowsdesktop", + "local_repo_commit": "windowsdesktop@c96077e" + }, + { + "id": "winforms@36b174e", + "repo": "winforms", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/winforms/pull/14409", + "commit": "dotnet@266ce6c", + "is_security": false, + "product": "dotnet-winforms", + "local_repo_commit": "winforms@36b174e" + }, + { + "id": "winforms@4865d7f", + "repo": "winforms", + "title": "Add documentation and in-code awareness for shared WinForms/WPF clipboard/OLE infrastructure", + "url": "https://github.com/dotnet/winforms/pull/14306", + "commit": "dotnet@266ce6c", + "is_security": false, + "product": "dotnet-winforms", + "local_repo_commit": "winforms@4865d7f" + }, + { + "id": "winforms@feb152e", + "repo": "winforms", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/winforms/pull/14419", + "commit": "dotnet@0b083be", + "is_security": false, + "product": "dotnet-winforms", + "local_repo_commit": "winforms@feb152e" + }, + { + "id": "winforms@693d78b", + "repo": "winforms", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/winforms/pull/14426", + "commit": "dotnet@0b083be", + "is_security": false, + "product": "dotnet-winforms", + "local_repo_commit": "winforms@693d78b" + }, + { + "id": "winforms@6afb639", + "repo": "winforms", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/winforms/pull/14431", + "commit": "dotnet@0b083be", + "is_security": false, + "product": "dotnet-winforms", + "local_repo_commit": "winforms@6afb639" + }, + { + "id": "winforms@9edbf04", + "repo": "winforms", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/winforms/pull/14432", + "commit": "dotnet@0b083be", + "is_security": false, + "product": "dotnet-winforms", + "local_repo_commit": "winforms@9edbf04" + }, + { + "id": "winforms@61afd8a", + "repo": "winforms", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/winforms/pull/14433", + "commit": "dotnet@0b083be", + "is_security": false, + "product": "dotnet-winforms", + "local_repo_commit": "winforms@61afd8a" + }, + { + "id": "winforms@5831f06", + "repo": "winforms", + "title": "Update repo Copilot skills", + "url": "https://github.com/dotnet/winforms/pull/14428", + "commit": "dotnet@0b083be", + "is_security": false, + "product": "dotnet-winforms", + "local_repo_commit": "winforms@5831f06" + }, + { + "id": "winforms@17b0f02", + "repo": "winforms", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/winforms/pull/14437", + "commit": "dotnet@1a405c7", + "is_security": false, + "product": "dotnet-winforms", + "local_repo_commit": "winforms@17b0f02" + }, + { + "id": "winforms@b1bb375", + "repo": "winforms", + "title": "Adding NuGet package for Microsoft.Private.Windows.Core assembly", + "url": "https://github.com/dotnet/winforms/pull/14429", + "commit": "dotnet@1a405c7", + "is_security": false, + "product": "dotnet-winforms", + "local_repo_commit": "winforms@b1bb375" + }, + { + "id": "winforms@be26d69", + "repo": "winforms", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/winforms/pull/14443", + "commit": "dotnet@7dc9b18", + "is_security": false, + "product": "dotnet-winforms", + "local_repo_commit": "winforms@be26d69" + }, + { + "id": "winforms@337a99a", + "repo": "winforms", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/winforms/pull/14444", + "commit": "dotnet@7dc9b18", + "is_security": false, + "product": "dotnet-winforms", + "local_repo_commit": "winforms@337a99a" + }, + { + "id": "winforms@5d71425", + "repo": "winforms", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/winforms/pull/14446", + "commit": "dotnet@7dc9b18", + "is_security": false, + "product": "dotnet-winforms", + "local_repo_commit": "winforms@5d71425" + }, + { + "id": "winforms@9bff4e6", + "repo": "winforms", + "title": "Updating TFM for .NET Framework assembly from net472 to net481", + "url": "https://github.com/dotnet/winforms/pull/14450", + "commit": "dotnet@7dc9b18", + "is_security": false, + "product": "dotnet-winforms", + "local_repo_commit": "winforms@9bff4e6" + }, + { + "id": "winforms@c578d7a", + "repo": "winforms", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/winforms/pull/14456", + "commit": "dotnet@e4eea76", + "is_security": false, + "product": "dotnet-winforms", + "local_repo_commit": "winforms@c578d7a" + }, + { + "id": "winforms@b8261ba", + "repo": "winforms", + "title": "Fix Clipboard.GetDataObject().GetImage regression for bitmap images", + "url": "https://github.com/dotnet/winforms/pull/14427", + "commit": "dotnet@e4eea76", + "is_security": false, + "product": "dotnet-winforms", + "local_repo_commit": "winforms@b8261ba" + }, + { + "id": "winforms@b2570a1", + "repo": "winforms", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/winforms/pull/14464", + "commit": "dotnet@e653ce7", + "is_security": false, + "product": "dotnet-winforms", + "local_repo_commit": "winforms@b2570a1" + }, + { + "id": "winforms@c1aede2", + "repo": "winforms", + "title": "Adding new skills for Build, Test and downloading correct .NET SDK", + "url": "https://github.com/dotnet/winforms/pull/14451", + "commit": "dotnet@e653ce7", + "is_security": false, + "product": "dotnet-winforms", + "local_repo_commit": "winforms@c1aede2" + }, + { + "id": "winforms@e76e6d9", + "repo": "winforms", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/winforms/pull/14470", + "commit": "dotnet@5084c9b", + "is_security": false, + "product": "dotnet-winforms", + "local_repo_commit": "winforms@e76e6d9" + }, + { + "id": "winforms@5287be9", + "repo": "winforms", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/winforms/pull/14476", + "commit": "dotnet@5084c9b", + "is_security": false, + "product": "dotnet-winforms", + "local_repo_commit": "winforms@5287be9" + }, + { + "id": "winforms@4587f30", + "repo": "winforms", + "title": "Fix issue 14471: The WinformsControlTest project exited when clicking Column2 header after clicked the Change DGV font button", + "url": "https://github.com/dotnet/winforms/pull/14477", + "commit": "dotnet@5084c9b", + "is_security": false, + "product": "dotnet-winforms", + "local_repo_commit": "winforms@4587f30" + }, + { + "id": "winforms@8164882", + "repo": "winforms", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/winforms/pull/14479", + "commit": "dotnet@6b134c0", + "is_security": false, + "product": "dotnet-winforms", + "local_repo_commit": "winforms@8164882" + }, + { + "id": "winforms@62085c0", + "repo": "winforms", + "title": "Add scheduled workflow to auto-fix NuGet.config packageSource key mismatch in release/10.0 PRs", + "url": "https://github.com/dotnet/winforms/pull/14480", + "commit": "dotnet@6b134c0", + "is_security": false, + "product": "dotnet-winforms", + "local_repo_commit": "winforms@62085c0" + }, + { + "id": "winforms@2f889a2", + "repo": "winforms", + "title": "Pin System.Formats.Nrbf and its transitive dependencies to 10.0.4 release for .NET Framework", + "url": "https://github.com/dotnet/winforms/pull/14487", + "commit": "dotnet@6b134c0", + "is_security": false, + "product": "dotnet-winforms", + "local_repo_commit": "winforms@2f889a2" + }, + { + "id": "wpf@4e8eb9c", + "repo": "wpf", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/wpf/pull/11483", + "commit": "dotnet@9ee3460", + "is_security": false, + "product": "dotnet-wpf", + "local_repo_commit": "wpf@4e8eb9c" + }, + { + "id": "wpf@d3fec3d", + "repo": "wpf", + "title": "[main] Update dependencies from dnceng/internal/dotnet-wpf-int", + "url": "https://github.com/dotnet/wpf/pull/11480", + "commit": "dotnet@9ee3460", + "is_security": false, + "product": "dotnet-wpf", + "local_repo_commit": "wpf@d3fec3d" + }, + { + "id": "wpf@1107243", + "repo": "wpf", + "title": "Update dependencies from build 304069", + "url": "https://github.com/dotnet/wpf/pull/11496", + "commit": "dotnet@9ee3460", + "is_security": false, + "product": "dotnet-wpf", + "local_repo_commit": "wpf@1107243" + }, + { + "id": "wpf@cb00b41", + "repo": "wpf", + "title": "[main] Update dependencies from dnceng/internal/dotnet-wpf-int", + "url": "https://github.com/dotnet/wpf/pull/11491", + "commit": "dotnet@9ee3460", + "is_security": false, + "product": "dotnet-wpf", + "local_repo_commit": "wpf@cb00b41" + }, + { + "id": "wpf@e726697", + "repo": "wpf", + "title": "Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-wpf-int build 20260302.7", + "url": "https://github.com/dotnet/wpf/pull/11497", + "commit": "dotnet@9ee3460", + "is_security": false, + "product": "dotnet-wpf", + "local_repo_commit": "wpf@e726697" + }, + { + "id": "wpf@aa99792", + "repo": "wpf", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/wpf/pull/11503", + "commit": "dotnet@9ee3460", + "is_security": false, + "product": "dotnet-wpf", + "local_repo_commit": "wpf@aa99792" + }, + { + "id": "wpf@b8f2444", + "repo": "wpf", + "title": "[main] Update dependencies from dnceng/internal/dotnet-wpf-int", + "url": "https://github.com/dotnet/wpf/pull/11505", + "commit": "dotnet@9ee3460", + "is_security": false, + "product": "dotnet-wpf", + "local_repo_commit": "wpf@b8f2444" + }, + { + "id": "wpf@4ac3e11", + "repo": "wpf", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/wpf/pull/11508", + "commit": "dotnet@9ee3460", + "is_security": false, + "product": "dotnet-wpf", + "local_repo_commit": "wpf@4ac3e11" + }, + { + "id": "wpf@5599cc9", + "repo": "wpf", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/wpf/pull/11518", + "commit": "dotnet@9ee3460", + "is_security": false, + "product": "dotnet-wpf", + "local_repo_commit": "wpf@5599cc9" + }, + { + "id": "wpf@824026d", + "repo": "wpf", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/wpf/pull/11526", + "commit": "dotnet@9ee3460", + "is_security": false, + "product": "dotnet-wpf", + "local_repo_commit": "wpf@824026d" + }, + { + "id": "wpf@ab54580", + "repo": "wpf", + "title": "Update dependencies from build 306391", + "url": "https://github.com/dotnet/wpf/pull/11533", + "commit": "dotnet@9ee3460", + "is_security": false, + "product": "dotnet-wpf", + "local_repo_commit": "wpf@ab54580" + }, + { + "id": "wpf@fb0e217", + "repo": "wpf", + "title": "Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-wpf-int build 20260315.1", + "url": "https://github.com/dotnet/wpf/pull/11529", + "commit": "dotnet@9ee3460", + "is_security": false, + "product": "dotnet-wpf", + "local_repo_commit": "wpf@fb0e217" + }, + { + "id": "wpf@a3e0b56", + "repo": "wpf", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/wpf/pull/11536", + "commit": "dotnet@9ee3460", + "is_security": false, + "product": "dotnet-wpf", + "local_repo_commit": "wpf@a3e0b56" + }, + { + "id": "wpf@38f79d7", + "repo": "wpf", + "title": "Update dependencies from build 307311", + "url": "https://github.com/dotnet/wpf/pull/11543", + "commit": "dotnet@9ee3460", + "is_security": false, + "product": "dotnet-wpf", + "local_repo_commit": "wpf@38f79d7" + }, + { + "id": "wpf@ae2509a", + "repo": "wpf", + "title": "Update dependencies from build 307601", + "url": "https://github.com/dotnet/wpf/pull/11545", + "commit": "dotnet@9ee3460", + "is_security": false, + "product": "dotnet-wpf", + "local_repo_commit": "wpf@ae2509a" + }, + { + "id": "wpf@3edbb75", + "repo": "wpf", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/wpf/pull/11547", + "commit": "dotnet@9ee3460", + "is_security": false, + "product": "dotnet-wpf", + "local_repo_commit": "wpf@3edbb75" + }, + { + "id": "wpf@9a3ca7b", + "repo": "wpf", + "title": "Update dependencies from build 308297", + "url": "https://github.com/dotnet/wpf/pull/11550", + "commit": "dotnet@9ee3460", + "is_security": false, + "product": "dotnet-wpf", + "local_repo_commit": "wpf@9a3ca7b" + }, + { + "id": "wpf@a88da88", + "repo": "wpf", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/wpf/pull/11555", + "commit": "dotnet@9ee3460", + "is_security": false, + "product": "dotnet-wpf", + "local_repo_commit": "wpf@a88da88" + }, + { + "id": "wpf@7bb98f6", + "repo": "wpf", + "title": "Fix an InvalidOperationException when WeakEventTable.Purge is called \u2026", + "url": "https://github.com/dotnet/wpf/pull/11521", + "commit": "dotnet@9ee3460", + "is_security": false, + "product": "dotnet-wpf", + "local_repo_commit": "wpf@7bb98f6" + }, + { + "id": "wpf@59b3158", + "repo": "wpf", + "title": "Update dependencies from build 309010", + "url": "https://github.com/dotnet/wpf/pull/11560", + "commit": "dotnet@82d424e", + "is_security": false, + "product": "dotnet-wpf", + "local_repo_commit": "wpf@59b3158" + }, + { + "id": "wpf@3b39c3c", + "repo": "wpf", + "title": "Update dependencies from build 309188", + "url": "https://github.com/dotnet/wpf/pull/11563", + "commit": "dotnet@82d424e", + "is_security": false, + "product": "dotnet-wpf", + "local_repo_commit": "wpf@3b39c3c" + }, + { + "id": "wpf@6d086b3", + "repo": "wpf", + "title": "Update dependencies from build 309569", + "url": "https://github.com/dotnet/wpf/pull/11572", + "commit": "dotnet@82d424e", + "is_security": false, + "product": "dotnet-wpf", + "local_repo_commit": "wpf@6d086b3" + }, + { + "id": "wpf@b325a18", + "repo": "wpf", + "title": "Update dependencies from build 309919", + "url": "https://github.com/dotnet/wpf/pull/11574", + "commit": "dotnet@82d424e", + "is_security": false, + "product": "dotnet-wpf", + "local_repo_commit": "wpf@b325a18" + }, + { + "id": "wpf@ae01eb1", + "repo": "wpf", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/wpf/pull/11581", + "commit": "dotnet@82d424e", + "is_security": false, + "product": "dotnet-wpf", + "local_repo_commit": "wpf@ae01eb1" + }, + { + "id": "wpf@dcde803", + "repo": "wpf", + "title": "Update dependencies from build 310648", + "url": "https://github.com/dotnet/wpf/pull/11583", + "commit": "dotnet@82d424e", + "is_security": false, + "product": "dotnet-wpf", + "local_repo_commit": "wpf@dcde803" + }, + { + "id": "wpf@a036b37", + "repo": "wpf", + "title": "Resolve CodeQL SM03781", + "url": "https://github.com/dotnet/wpf/pull/11585", + "commit": "dotnet@82d424e", + "is_security": false, + "product": "dotnet-wpf", + "local_repo_commit": "wpf@a036b37" + }, + { + "id": "wpf@6eaec56", + "repo": "wpf", + "title": "Update Microsoft.Windows.CsWin32 to 0.3.269", + "url": "https://github.com/dotnet/wpf/pull/11589", + "commit": "dotnet@6e8b255", + "is_security": false, + "product": "dotnet-wpf", + "local_repo_commit": "wpf@6eaec56" + }, + { + "id": "wpf@6a54283", + "repo": "wpf", + "title": "[release/11.0-preview4] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/wpf/pull/11595", + "commit": "dotnet@c34838e", + "is_security": false, + "product": "dotnet-wpf", + "local_repo_commit": "wpf@6a54283" + }, + { + "id": "xdt@38fbe51", + "repo": "xdt", + "title": "Update dependencies from https://github.com/dotnet/dotnet build 291345", + "url": "https://github.com/dotnet/xdt/pull/653", + "commit": "dotnet@d217076", + "is_security": false, + "local_repo_commit": "xdt@38fbe51" + }, + { + "id": "xdt@24bc4e6", + "repo": "xdt", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/xdt/pull/654", + "commit": "dotnet@d217076", + "is_security": false, + "local_repo_commit": "xdt@24bc4e6" + }, + { + "id": "xdt@d9bb70b", + "repo": "xdt", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/xdt/pull/656", + "commit": "dotnet@d217076", + "is_security": false, + "local_repo_commit": "xdt@d9bb70b" + }, + { + "id": "xdt@0d57d4b", + "repo": "xdt", + "title": "[main] Source code updates from dotnet/dotnet", + "url": "https://github.com/dotnet/xdt/pull/658", + "commit": "dotnet@d217076", + "is_security": false, + "local_repo_commit": "xdt@0d57d4b" + } + ], + "commits": { + "arcade@c4b94b1": { + "repo": "arcade", + "branch": "", + "hash": "c4b94b1acc43683c0732181e30ab160669d7a3d0", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/c4b94b1acc43683c0732181e30ab160669d7a3d0.diff" + }, + "arcade@95a7269": { + "repo": "arcade", + "branch": "", + "hash": "95a7269932273080722c852db6aec5892e625d58", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/95a7269932273080722c852db6aec5892e625d58.diff" + }, + "arcade@631897b": { + "repo": "arcade", + "branch": "", + "hash": "631897b8599ae6371ef023d22e1cd9988aec9af4", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/631897b8599ae6371ef023d22e1cd9988aec9af4.diff" + }, + "arcade@2a2c381": { + "repo": "arcade", + "branch": "", + "hash": "2a2c38122d714283c673dfbcc1c211bfdffb3e72", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/2a2c38122d714283c673dfbcc1c211bfdffb3e72.diff" + }, + "arcade@023200e": { + "repo": "arcade", + "branch": "", + "hash": "023200e1a8d5ea7ea19ff9866e9cc437ef6b119b", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/023200e1a8d5ea7ea19ff9866e9cc437ef6b119b.diff" + }, + "arcade@ff190d8": { + "repo": "arcade", + "branch": "", + "hash": "ff190d85c40f4e9be5248d24df8869234d027af7", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/ff190d85c40f4e9be5248d24df8869234d027af7.diff" + }, + "arcade@30f8bf5": { + "repo": "arcade", + "branch": "", + "hash": "30f8bf581e0e0d7e1de30898de8fa9c4008d2f5e", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/30f8bf581e0e0d7e1de30898de8fa9c4008d2f5e.diff" + }, + "arcade@a4676b0": { + "repo": "arcade", + "branch": "", + "hash": "a4676b00603d638efcd95b46ced16cbfb276dddb", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/a4676b00603d638efcd95b46ced16cbfb276dddb.diff" + }, + "arcade@b02e7ea": { + "repo": "arcade", + "branch": "", + "hash": "b02e7ea7be8bf285419a0b16fed5cd6a966447d2", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/b02e7ea7be8bf285419a0b16fed5cd6a966447d2.diff" + }, + "arcade@b51669b": { + "repo": "arcade", + "branch": "", + "hash": "b51669b172553e768a6fba4f3c17c1702b348b60", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/b51669b172553e768a6fba4f3c17c1702b348b60.diff" + }, + "arcade@286e98c": { + "repo": "arcade", + "branch": "", + "hash": "286e98c86be57253990fd1bcccec9735c3d864fb", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/286e98c86be57253990fd1bcccec9735c3d864fb.diff" + }, + "arcade@4920247": { + "repo": "arcade", + "branch": "", + "hash": "4920247ac91d70652a4ed1f34d33e0bfebb72ad0", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/4920247ac91d70652a4ed1f34d33e0bfebb72ad0.diff" + }, + "arcade@40f19a5": { + "repo": "arcade", + "branch": "", + "hash": "40f19a5c7bad380bd50ee340f14bec0610900d37", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/40f19a5c7bad380bd50ee340f14bec0610900d37.diff" + }, + "arcade@ed8c551": { + "repo": "arcade", + "branch": "", + "hash": "ed8c55112211adad2f28724afdbd8db2f7758c1a", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/ed8c55112211adad2f28724afdbd8db2f7758c1a.diff" + }, + "arcade@993f297": { + "repo": "arcade", + "branch": "", + "hash": "993f29731ab0eee9dffb530e0d1e139e4a61a881", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/993f29731ab0eee9dffb530e0d1e139e4a61a881.diff" + }, + "arcade@f808607": { + "repo": "arcade", + "branch": "", + "hash": "f80860708094fcbcb557ee67ce3ba168862d26ba", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/f80860708094fcbcb557ee67ce3ba168862d26ba.diff" + }, + "arcade@982d6a1": { + "repo": "arcade", + "branch": "", + "hash": "982d6a1b005237cffb6bae7d9cf285ef10494f55", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/982d6a1b005237cffb6bae7d9cf285ef10494f55.diff" + }, + "arcade@4a92f9d": { + "repo": "arcade", + "branch": "", + "hash": "4a92f9d767e7cc6b86b8efe38bf691d227613f4d", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/4a92f9d767e7cc6b86b8efe38bf691d227613f4d.diff" + }, + "arcade@bb726e8": { + "repo": "arcade", + "branch": "", + "hash": "bb726e8edb2ac9eff8c3d247238c64dff8acc0ab", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/bb726e8edb2ac9eff8c3d247238c64dff8acc0ab.diff" + }, + "arcade@3294c57": { + "repo": "arcade", + "branch": "", + "hash": "3294c57354d5d24eaa6aca9461635ab317163968", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/3294c57354d5d24eaa6aca9461635ab317163968.diff" + }, + "arcade@cbb545b": { + "repo": "arcade", + "branch": "", + "hash": "cbb545bfcb502d70980dcd28f483a86305e528c7", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/cbb545bfcb502d70980dcd28f483a86305e528c7.diff" + }, + "arcade@a6a2a05": { + "repo": "arcade", + "branch": "", + "hash": "a6a2a056ce65bcd88894008d128c63890d646de9", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/a6a2a056ce65bcd88894008d128c63890d646de9.diff" + }, + "arcade@09ff317": { + "repo": "arcade", + "branch": "", + "hash": "09ff3174d1017b8d591556d03c4c0e102d8930df", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/09ff3174d1017b8d591556d03c4c0e102d8930df.diff" + }, + "arcade@64e83a8": { + "repo": "arcade", + "branch": "", + "hash": "64e83a864160995742e8f26f4ab4903ddd27b2e8", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/64e83a864160995742e8f26f4ab4903ddd27b2e8.diff" + }, + "arcade@09a5917": { + "repo": "arcade", + "branch": "", + "hash": "09a5917d9772cefd90ecccf6f29d13298c116def", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/09a5917d9772cefd90ecccf6f29d13298c116def.diff" + }, + "arcade@02aca1f": { + "repo": "arcade", + "branch": "", + "hash": "02aca1f62f932f186103ee7f12a3305d49526253", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/02aca1f62f932f186103ee7f12a3305d49526253.diff" + }, + "arcade@89c91f8": { + "repo": "arcade", + "branch": "", + "hash": "89c91f8f98b2a98ecf90461afefa9aa7d3cb5281", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/89c91f8f98b2a98ecf90461afefa9aa7d3cb5281.diff" + }, + "arcade@63e3308": { + "repo": "arcade", + "branch": "", + "hash": "63e330843c8d37dee3be5515d3cf88ad57ee655c", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/63e330843c8d37dee3be5515d3cf88ad57ee655c.diff" + }, + "arcade@b33003f": { + "repo": "arcade", + "branch": "", + "hash": "b33003ff92ce40d43f0eac6d12873d70b5ab349f", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/b33003ff92ce40d43f0eac6d12873d70b5ab349f.diff" + }, + "arcade@ffee086": { + "repo": "arcade", + "branch": "", + "hash": "ffee0867ceadfda8f8e7f5edae911f24085361b0", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/ffee0867ceadfda8f8e7f5edae911f24085361b0.diff" + }, + "arcade@9a4e05f": { + "repo": "arcade", + "branch": "", + "hash": "9a4e05fe527f2e9da329efc1fcb41f8dfee1c4fd", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/9a4e05fe527f2e9da329efc1fcb41f8dfee1c4fd.diff" + }, + "arcade@0a948ff": { + "repo": "arcade", + "branch": "", + "hash": "0a948ffa15bb623995100c1213913d712720223b", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/0a948ffa15bb623995100c1213913d712720223b.diff" + }, + "arcade@3d33e94": { + "repo": "arcade", + "branch": "", + "hash": "3d33e9411662a653fdf332dfcd47f5729c89f023", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/3d33e9411662a653fdf332dfcd47f5729c89f023.diff" + }, + "arcade@31fe9e0": { + "repo": "arcade", + "branch": "", + "hash": "31fe9e0028ad9b96ab2179b930f7bad3a924e92c", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/31fe9e0028ad9b96ab2179b930f7bad3a924e92c.diff" + }, + "arcade@aa2dee2": { + "repo": "arcade", + "branch": "", + "hash": "aa2dee2435c38bab28c9e264731041db7eca4608", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/aa2dee2435c38bab28c9e264731041db7eca4608.diff" + }, + "arcade@005c11a": { + "repo": "arcade", + "branch": "", + "hash": "005c11a1bc55e909c9e3d2e3b0c611ad42fd0803", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/005c11a1bc55e909c9e3d2e3b0c611ad42fd0803.diff" + }, + "arcade@daa54ca": { + "repo": "arcade", + "branch": "", + "hash": "daa54caf2d24dd15881a246f1d6458047a6dc176", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/daa54caf2d24dd15881a246f1d6458047a6dc176.diff" + }, + "arcade@a27cb13": { + "repo": "arcade", + "branch": "", + "hash": "a27cb13c8355fd3711a66e8c0d4f71e76dafaa18", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/a27cb13c8355fd3711a66e8c0d4f71e76dafaa18.diff" + }, + "arcade@1f7eece": { + "repo": "arcade", + "branch": "", + "hash": "1f7eece09d5c6fc2a1319d04f6ae4b7d18455e2d", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/1f7eece09d5c6fc2a1319d04f6ae4b7d18455e2d.diff" + }, + "arcade@f6465f2": { + "repo": "arcade", + "branch": "", + "hash": "f6465f268b175a67e95b5f947c0d50f435ad729b", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/f6465f268b175a67e95b5f947c0d50f435ad729b.diff" + }, + "arcade@c1c7d91": { + "repo": "arcade", + "branch": "", + "hash": "c1c7d910b2fb388d2e458282f5cde711115f99c1", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/c1c7d910b2fb388d2e458282f5cde711115f99c1.diff" + }, + "arcade@1bf0f35": { + "repo": "arcade", + "branch": "", + "hash": "1bf0f350161cb5597182043d1af8bf772a146427", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/1bf0f350161cb5597182043d1af8bf772a146427.diff" + }, + "arcade@24e3e81": { + "repo": "arcade", + "branch": "", + "hash": "24e3e81ef8cde2d757835c738492a2d61a8de733", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/24e3e81ef8cde2d757835c738492a2d61a8de733.diff" + }, + "arcade@bebe22e": { + "repo": "arcade", + "branch": "", + "hash": "bebe22e46c55ad92df4f879c2de51d158927774a", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/bebe22e46c55ad92df4f879c2de51d158927774a.diff" + }, + "arcade@946e7e1": { + "repo": "arcade", + "branch": "", + "hash": "946e7e15b1b2ca1bbcd19359b1e5d4a4806d23af", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/946e7e15b1b2ca1bbcd19359b1e5d4a4806d23af.diff" + }, + "arcade@3d238ea": { + "repo": "arcade", + "branch": "", + "hash": "3d238eaa31c5f1478632ac5f778516b54e2aa2f1", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/3d238eaa31c5f1478632ac5f778516b54e2aa2f1.diff" + }, + "arcade@c52f390": { + "repo": "arcade", + "branch": "", + "hash": "c52f3905d7c8939f8d410bf2c1f250c8e61820e8", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/c52f3905d7c8939f8d410bf2c1f250c8e61820e8.diff" + }, + "arcade@9a0904d": { + "repo": "arcade", + "branch": "", + "hash": "9a0904d8bee73aecc93c8300e6cd8144ab285a3e", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/9a0904d8bee73aecc93c8300e6cd8144ab285a3e.diff" + }, + "arcade@d3eca25": { + "repo": "arcade", + "branch": "", + "hash": "d3eca2571cf5822e11fda70f12747cb3f2c19cfc", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/d3eca2571cf5822e11fda70f12747cb3f2c19cfc.diff" + }, + "arcade@4ba1b1c": { + "repo": "arcade", + "branch": "", + "hash": "4ba1b1c0c6bceb23e9475d40ae1b16f825a5e19b", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/4ba1b1c0c6bceb23e9475d40ae1b16f825a5e19b.diff" + }, + "arcade@a08169b": { + "repo": "arcade", + "branch": "", + "hash": "a08169b890573cfd7f949ea9062c86a4db1aab1b", + "org": "dotnet", + "url": "https://github.com/dotnet/arcade/commit/a08169b890573cfd7f949ea9062c86a4db1aab1b.diff" + }, + "aspnetcore@94ee69f": { + "repo": "aspnetcore", + "branch": "", + "hash": "94ee69f6c8f75058b9c0e493efb555f306414de0", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/94ee69f6c8f75058b9c0e493efb555f306414de0.diff" + }, + "aspnetcore@1cb25da": { + "repo": "aspnetcore", + "branch": "", + "hash": "1cb25dad9e32cf8fbfabab7dbf43afce718766b4", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/1cb25dad9e32cf8fbfabab7dbf43afce718766b4.diff" + }, + "aspnetcore@8c20703": { + "repo": "aspnetcore", + "branch": "", + "hash": "8c20703b24028b248326d50f33a50c572f5b52bf", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/8c20703b24028b248326d50f33a50c572f5b52bf.diff" + }, + "aspnetcore@488c0b8": { + "repo": "aspnetcore", + "branch": "", + "hash": "488c0b808707f3621e8cc6468be6d175c7cebaa9", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/488c0b808707f3621e8cc6468be6d175c7cebaa9.diff" + }, + "aspnetcore@2dd3e5c": { + "repo": "aspnetcore", + "branch": "", + "hash": "2dd3e5c783378d4599052ed3e95dec568e78f19b", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/2dd3e5c783378d4599052ed3e95dec568e78f19b.diff" + }, + "aspnetcore@220f66c": { + "repo": "aspnetcore", + "branch": "", + "hash": "220f66c9e5999cbb09dea2c085be9708c4094339", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/220f66c9e5999cbb09dea2c085be9708c4094339.diff" + }, + "aspnetcore@2621869": { + "repo": "aspnetcore", + "branch": "", + "hash": "2621869b479749695190db5aa0afabb793217ba0", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/2621869b479749695190db5aa0afabb793217ba0.diff" + }, + "aspnetcore@de5f682": { + "repo": "aspnetcore", + "branch": "", + "hash": "de5f68219c78d40b252cbce1be358bec8be6630b", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/de5f68219c78d40b252cbce1be358bec8be6630b.diff" + }, + "aspnetcore@be4dbc6": { + "repo": "aspnetcore", + "branch": "", + "hash": "be4dbc63b828198af1c770c5dd38b08434b29a5b", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/be4dbc63b828198af1c770c5dd38b08434b29a5b.diff" + }, + "aspnetcore@ba4fc27": { + "repo": "aspnetcore", + "branch": "", + "hash": "ba4fc278b6751566c5d1159441144030d66a6029", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/ba4fc278b6751566c5d1159441144030d66a6029.diff" + }, + "aspnetcore@2846648": { + "repo": "aspnetcore", + "branch": "", + "hash": "28466482002b6c48c9b5af4338b05714005de845", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/28466482002b6c48c9b5af4338b05714005de845.diff" + }, + "aspnetcore@3b234c9": { + "repo": "aspnetcore", + "branch": "", + "hash": "3b234c92eb9e182c5340650ca5ac9fac903d6742", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/3b234c92eb9e182c5340650ca5ac9fac903d6742.diff" + }, + "aspnetcore@5781ab3": { + "repo": "aspnetcore", + "branch": "", + "hash": "5781ab32d5b9af60ca7d3c40f23622dcc1ef3bf2", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/5781ab32d5b9af60ca7d3c40f23622dcc1ef3bf2.diff" + }, + "aspnetcore@ac3e99a": { + "repo": "aspnetcore", + "branch": "", + "hash": "ac3e99addd18c7573d696d6d09ad9fe5ab752457", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/ac3e99addd18c7573d696d6d09ad9fe5ab752457.diff" + }, + "aspnetcore@000f79d": { + "repo": "aspnetcore", + "branch": "", + "hash": "000f79d5d6b80f56283c6adb897ea1483393e1dc", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/000f79d5d6b80f56283c6adb897ea1483393e1dc.diff" + }, + "aspnetcore@aac1f26": { + "repo": "aspnetcore", + "branch": "", + "hash": "aac1f26afaffcf8fd30d63db5b6638a950562361", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/aac1f26afaffcf8fd30d63db5b6638a950562361.diff" + }, + "aspnetcore@3cec87a": { + "repo": "aspnetcore", + "branch": "", + "hash": "3cec87a98d09396376eb47c8d3e641a759e10ad6", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/3cec87a98d09396376eb47c8d3e641a759e10ad6.diff" + }, + "aspnetcore@e491250": { + "repo": "aspnetcore", + "branch": "", + "hash": "e4912502f71c729e971c5ef7bd769fda2801078b", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/e4912502f71c729e971c5ef7bd769fda2801078b.diff" + }, + "aspnetcore@6073c4b": { + "repo": "aspnetcore", + "branch": "", + "hash": "6073c4b192604adc7093071dc0813b40948b7e0d", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/6073c4b192604adc7093071dc0813b40948b7e0d.diff" + }, + "aspnetcore@b2c501f": { + "repo": "aspnetcore", + "branch": "", + "hash": "b2c501f4dc9a5690a0e5f017751ac8c08f94c1b5", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/b2c501f4dc9a5690a0e5f017751ac8c08f94c1b5.diff" + }, + "aspnetcore@a2cfbba": { + "repo": "aspnetcore", + "branch": "", + "hash": "a2cfbba706eabc43fb6a93503dcf18f48991afbd", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/a2cfbba706eabc43fb6a93503dcf18f48991afbd.diff" + }, + "aspnetcore@7cccb19": { + "repo": "aspnetcore", + "branch": "", + "hash": "7cccb1997425584781a990742fd76008fca053d2", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/7cccb1997425584781a990742fd76008fca053d2.diff" + }, + "aspnetcore@6b10dac": { + "repo": "aspnetcore", + "branch": "", + "hash": "6b10dacaefce56e6bf9b54c6eb06fa0b50f5b0c7", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/6b10dacaefce56e6bf9b54c6eb06fa0b50f5b0c7.diff" + }, + "aspnetcore@f8a4c89": { + "repo": "aspnetcore", + "branch": "", + "hash": "f8a4c899e4fcecd0fe720b410446b9ea4c1a0da7", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/f8a4c899e4fcecd0fe720b410446b9ea4c1a0da7.diff" + }, + "aspnetcore@e24760d": { + "repo": "aspnetcore", + "branch": "", + "hash": "e24760db8b290d5731bc55560a623dcb47848862", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/e24760db8b290d5731bc55560a623dcb47848862.diff" + }, + "aspnetcore@a6d4627": { + "repo": "aspnetcore", + "branch": "", + "hash": "a6d4627de364c3b09ab583d85d048799e8093a7e", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/a6d4627de364c3b09ab583d85d048799e8093a7e.diff" + }, + "aspnetcore@fcf0610": { + "repo": "aspnetcore", + "branch": "", + "hash": "fcf0610555f42b1c972d02ee52a184d8a82b38e4", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/fcf0610555f42b1c972d02ee52a184d8a82b38e4.diff" + }, + "aspnetcore@ee564b6": { + "repo": "aspnetcore", + "branch": "", + "hash": "ee564b60449543c43830bd55884b8e1c3c4e2151", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/ee564b60449543c43830bd55884b8e1c3c4e2151.diff" + }, + "aspnetcore@1d32899": { + "repo": "aspnetcore", + "branch": "", + "hash": "1d3289965aa91c6b730734275496e269325b1087", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/1d3289965aa91c6b730734275496e269325b1087.diff" + }, + "aspnetcore@be92b6e": { + "repo": "aspnetcore", + "branch": "", + "hash": "be92b6ebdad5913298a01c3a38219d13586b5718", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/be92b6ebdad5913298a01c3a38219d13586b5718.diff" + }, + "aspnetcore@c1a3e7b": { + "repo": "aspnetcore", + "branch": "", + "hash": "c1a3e7b0f3a45cf91064f4fa4ebf1801f5efd58f", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/c1a3e7b0f3a45cf91064f4fa4ebf1801f5efd58f.diff" + }, + "aspnetcore@8d5666c": { + "repo": "aspnetcore", + "branch": "", + "hash": "8d5666ccc475b75c9b65e83d494bd80d64ac8698", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/8d5666ccc475b75c9b65e83d494bd80d64ac8698.diff" + }, + "aspnetcore@cd115fd": { + "repo": "aspnetcore", + "branch": "", + "hash": "cd115fdf0975d1abb4a4f0c052a406f0bcfaab91", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/cd115fdf0975d1abb4a4f0c052a406f0bcfaab91.diff" + }, + "aspnetcore@a6faeae": { + "repo": "aspnetcore", + "branch": "", + "hash": "a6faeae3e7b98684fe5944d0bf8b3808135a416f", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/a6faeae3e7b98684fe5944d0bf8b3808135a416f.diff" + }, + "aspnetcore@8185970": { + "repo": "aspnetcore", + "branch": "", + "hash": "818597045ad50027db372764d078fed6806d08e4", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/818597045ad50027db372764d078fed6806d08e4.diff" + }, + "aspnetcore@56f5912": { + "repo": "aspnetcore", + "branch": "", + "hash": "56f59127c487b393a56c2d9ad0d59bded58493a6", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/56f59127c487b393a56c2d9ad0d59bded58493a6.diff" + }, + "aspnetcore@ea70e8f": { + "repo": "aspnetcore", + "branch": "", + "hash": "ea70e8f00b2514cb6031fd11cbe603b14b54a14b", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/ea70e8f00b2514cb6031fd11cbe603b14b54a14b.diff" + }, + "aspnetcore@92812aa": { + "repo": "aspnetcore", + "branch": "", + "hash": "92812aa536eef2f6e1dfcba30544751c59c5b850", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/92812aa536eef2f6e1dfcba30544751c59c5b850.diff" + }, + "aspnetcore@c6843cc": { + "repo": "aspnetcore", + "branch": "", + "hash": "c6843cc4c67fdb9b4b57e6b4330db00af320be09", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/c6843cc4c67fdb9b4b57e6b4330db00af320be09.diff" + }, + "aspnetcore@c397851": { + "repo": "aspnetcore", + "branch": "", + "hash": "c397851e2cd2ec6c217b2339e3cdd76ddd635ef2", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/c397851e2cd2ec6c217b2339e3cdd76ddd635ef2.diff" + }, + "aspnetcore@a2c0d51": { + "repo": "aspnetcore", + "branch": "", + "hash": "a2c0d513429f70e0c0716fcff01014ec0869a515", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/a2c0d513429f70e0c0716fcff01014ec0869a515.diff" + }, + "aspnetcore@4bf676c": { + "repo": "aspnetcore", + "branch": "", + "hash": "4bf676c363f1d2f337fd710b4c4eb3f1385f2fd7", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/4bf676c363f1d2f337fd710b4c4eb3f1385f2fd7.diff" + }, + "aspnetcore@24522a4": { + "repo": "aspnetcore", + "branch": "", + "hash": "24522a484be39c8634c0f44b37428e2ef75868ec", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/24522a484be39c8634c0f44b37428e2ef75868ec.diff" + }, + "aspnetcore@a01b1d8": { + "repo": "aspnetcore", + "branch": "", + "hash": "a01b1d8a067ec2e83104cb6c53fe04dfd33c285f", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/a01b1d8a067ec2e83104cb6c53fe04dfd33c285f.diff" + }, + "aspnetcore@513524c": { + "repo": "aspnetcore", + "branch": "", + "hash": "513524cb968be057f6eb7972d68ae037d73ea14e", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/513524cb968be057f6eb7972d68ae037d73ea14e.diff" + }, + "aspnetcore@a0cc2f7": { + "repo": "aspnetcore", + "branch": "", + "hash": "a0cc2f7352141db180a10093ef5d7b53690a6da6", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/a0cc2f7352141db180a10093ef5d7b53690a6da6.diff" + }, + "aspnetcore@d7faa01": { + "repo": "aspnetcore", + "branch": "", + "hash": "d7faa01532637396e8fcf011786c582a86ec05ba", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/d7faa01532637396e8fcf011786c582a86ec05ba.diff" + }, + "aspnetcore@a584fb0": { + "repo": "aspnetcore", + "branch": "", + "hash": "a584fb05204a7608db467f3a5d14826102600a54", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/a584fb05204a7608db467f3a5d14826102600a54.diff" + }, + "aspnetcore@07dffd9": { + "repo": "aspnetcore", + "branch": "", + "hash": "07dffd9e701d6f3701a5cc9ff93b9aa227aef910", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/07dffd9e701d6f3701a5cc9ff93b9aa227aef910.diff" + }, + "aspnetcore@f1a476d": { + "repo": "aspnetcore", + "branch": "", + "hash": "f1a476d8671a2691fbfdee61be2f6cb79e1e4d06", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/f1a476d8671a2691fbfdee61be2f6cb79e1e4d06.diff" + }, + "aspnetcore@3d9044c": { + "repo": "aspnetcore", + "branch": "", + "hash": "3d9044c36d09249606514cb34a4fc30719f822e8", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/3d9044c36d09249606514cb34a4fc30719f822e8.diff" + }, + "aspnetcore@f796aff": { + "repo": "aspnetcore", + "branch": "", + "hash": "f796aff3f8a8e8fce112562fbe51264a775d6034", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/f796aff3f8a8e8fce112562fbe51264a775d6034.diff" + }, + "aspnetcore@7fb81eb": { + "repo": "aspnetcore", + "branch": "", + "hash": "7fb81ebbb42192916aad111ca8a4222eb9cfc698", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/7fb81ebbb42192916aad111ca8a4222eb9cfc698.diff" + }, + "aspnetcore@b75e30c": { + "repo": "aspnetcore", + "branch": "", + "hash": "b75e30c332a7b49fa1f9be1e9609f1c0df9421d6", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/b75e30c332a7b49fa1f9be1e9609f1c0df9421d6.diff" + }, + "aspnetcore@996f069": { + "repo": "aspnetcore", + "branch": "", + "hash": "996f069187409ecc43a96624a85d4f9bb2941c4c", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/996f069187409ecc43a96624a85d4f9bb2941c4c.diff" + }, + "aspnetcore@7fc6485": { + "repo": "aspnetcore", + "branch": "", + "hash": "7fc648533c6ebcf08fad355c599f81092f60b777", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/7fc648533c6ebcf08fad355c599f81092f60b777.diff" + }, + "aspnetcore@297a1a7": { + "repo": "aspnetcore", + "branch": "", + "hash": "297a1a791e4dbb527f51d17ffb38e2a63bd7bd5e", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/297a1a791e4dbb527f51d17ffb38e2a63bd7bd5e.diff" + }, + "aspnetcore@3d00c6b": { + "repo": "aspnetcore", + "branch": "", + "hash": "3d00c6b2b71fdcc5cdbf20f7cf914baca15f3837", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/3d00c6b2b71fdcc5cdbf20f7cf914baca15f3837.diff" + }, + "aspnetcore@f9b6fcf": { + "repo": "aspnetcore", + "branch": "", + "hash": "f9b6fcf1918d8a8faeebf5d1341ccf6b8eae9478", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/f9b6fcf1918d8a8faeebf5d1341ccf6b8eae9478.diff" + }, + "aspnetcore@0f3cfa5": { + "repo": "aspnetcore", + "branch": "", + "hash": "0f3cfa502e25f344c45f9a9900238698435c8497", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/0f3cfa502e25f344c45f9a9900238698435c8497.diff" + }, + "aspnetcore@f8ccfef": { + "repo": "aspnetcore", + "branch": "", + "hash": "f8ccfef50f44d8a4c9a18236053f08abf3c2cf6a", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/f8ccfef50f44d8a4c9a18236053f08abf3c2cf6a.diff" + }, + "aspnetcore@99e8596": { + "repo": "aspnetcore", + "branch": "", + "hash": "99e85962da6fa6c21bd73d65b1ba43f35e56d03d", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/99e85962da6fa6c21bd73d65b1ba43f35e56d03d.diff" + }, + "aspnetcore@d5749df": { + "repo": "aspnetcore", + "branch": "", + "hash": "d5749df9c8d189cf71a9441e0b8c7dc96c06c6e3", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/d5749df9c8d189cf71a9441e0b8c7dc96c06c6e3.diff" + }, + "aspnetcore@07dc86a": { + "repo": "aspnetcore", + "branch": "", + "hash": "07dc86add64091ac7805d98e90c3fa27845c21fa", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/07dc86add64091ac7805d98e90c3fa27845c21fa.diff" + }, + "aspnetcore@ddd45fe": { + "repo": "aspnetcore", + "branch": "", + "hash": "ddd45fe736da0244a6f2adcbbe102ebee23c255a", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/ddd45fe736da0244a6f2adcbbe102ebee23c255a.diff" + }, + "aspnetcore@309d909": { + "repo": "aspnetcore", + "branch": "", + "hash": "309d9091856b7bf58719d1aea142d6a60b76e8c2", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/309d9091856b7bf58719d1aea142d6a60b76e8c2.diff" + }, + "aspnetcore@adb0895": { + "repo": "aspnetcore", + "branch": "", + "hash": "adb0895624d81f7f4ac8a5145956ad503883aa81", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/adb0895624d81f7f4ac8a5145956ad503883aa81.diff" + }, + "aspnetcore@f0c032a": { + "repo": "aspnetcore", + "branch": "", + "hash": "f0c032af5fa3c2d0144da1b2219cc638e3e2336c", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/f0c032af5fa3c2d0144da1b2219cc638e3e2336c.diff" + }, + "aspnetcore@7cbda0e": { + "repo": "aspnetcore", + "branch": "", + "hash": "7cbda0e023075490b4365a0754ca410ce6eff59a", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/7cbda0e023075490b4365a0754ca410ce6eff59a.diff" + }, + "aspnetcore@a4740d4": { + "repo": "aspnetcore", + "branch": "", + "hash": "a4740d491aa261f48732ef7867d4b87114b9965d", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/a4740d491aa261f48732ef7867d4b87114b9965d.diff" + }, + "aspnetcore@f430c9c": { + "repo": "aspnetcore", + "branch": "", + "hash": "f430c9c845817a934fdc8e72987b61250026e225", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/f430c9c845817a934fdc8e72987b61250026e225.diff" + }, + "aspnetcore@98c7694": { + "repo": "aspnetcore", + "branch": "", + "hash": "98c7694a7c8ffe4295c1653a77d9caf36e710fa1", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/98c7694a7c8ffe4295c1653a77d9caf36e710fa1.diff" + }, + "aspnetcore@ea55452": { + "repo": "aspnetcore", + "branch": "", + "hash": "ea554522c7ef6994106cd5503cccc1318cd7bc79", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/ea554522c7ef6994106cd5503cccc1318cd7bc79.diff" + }, + "aspnetcore@a7a4e43": { + "repo": "aspnetcore", + "branch": "", + "hash": "a7a4e434805e8f6539a0450ab2b5c836083c3bfc", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/a7a4e434805e8f6539a0450ab2b5c836083c3bfc.diff" + }, + "aspnetcore@e1aabbf": { + "repo": "aspnetcore", + "branch": "", + "hash": "e1aabbff6419c3971897534e3bf2fe57d32e7dc1", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/e1aabbff6419c3971897534e3bf2fe57d32e7dc1.diff" + }, + "aspnetcore@3bd8764": { + "repo": "aspnetcore", + "branch": "", + "hash": "3bd8764cde3d1bb959c56292b59ba0926a725df8", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/3bd8764cde3d1bb959c56292b59ba0926a725df8.diff" + }, + "aspnetcore@df9f19a": { + "repo": "aspnetcore", + "branch": "", + "hash": "df9f19afc8db182a48528d3e06d67344ac6670e6", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/df9f19afc8db182a48528d3e06d67344ac6670e6.diff" + }, + "aspnetcore@003b66c": { + "repo": "aspnetcore", + "branch": "", + "hash": "003b66ce8aa45776c8fde40b2b034c0135751c91", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/003b66ce8aa45776c8fde40b2b034c0135751c91.diff" + }, + "aspnetcore@4d271d2": { + "repo": "aspnetcore", + "branch": "", + "hash": "4d271d256acd59f53ba522eb0f15d74923673a85", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/4d271d256acd59f53ba522eb0f15d74923673a85.diff" + }, + "aspnetcore@840e41c": { + "repo": "aspnetcore", + "branch": "", + "hash": "840e41c70b04d2e311cd7ad537bbab096a47109e", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/840e41c70b04d2e311cd7ad537bbab096a47109e.diff" + }, + "aspnetcore@d823ec3": { + "repo": "aspnetcore", + "branch": "", + "hash": "d823ec39062f5b4db79a960f1f2ab7bbe91a5ef3", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/d823ec39062f5b4db79a960f1f2ab7bbe91a5ef3.diff" + }, + "aspnetcore@b37503c": { + "repo": "aspnetcore", + "branch": "", + "hash": "b37503cd5310760451dcb2f28b5eeeb717212ef1", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/b37503cd5310760451dcb2f28b5eeeb717212ef1.diff" + }, + "aspnetcore@9fa0e37": { + "repo": "aspnetcore", + "branch": "", + "hash": "9fa0e37499b4c09072a7764316a91a6e5bc73913", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/9fa0e37499b4c09072a7764316a91a6e5bc73913.diff" + }, + "aspnetcore@d244f78": { + "repo": "aspnetcore", + "branch": "", + "hash": "d244f7829bae74c0192058041c282fcb35bb5bb7", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/d244f7829bae74c0192058041c282fcb35bb5bb7.diff" + }, + "aspnetcore@094a982": { + "repo": "aspnetcore", + "branch": "", + "hash": "094a982eab42f50378e7b53c205e6517f5a3b596", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/094a982eab42f50378e7b53c205e6517f5a3b596.diff" + }, + "aspnetcore@9e96bc9": { + "repo": "aspnetcore", + "branch": "", + "hash": "9e96bc972c6b82199df3f5c06a2012116bfe210b", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/9e96bc972c6b82199df3f5c06a2012116bfe210b.diff" + }, + "aspnetcore@d7febba": { + "repo": "aspnetcore", + "branch": "", + "hash": "d7febba4b4f8f1f340b0e657fc864c055febe018", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/d7febba4b4f8f1f340b0e657fc864c055febe018.diff" + }, + "aspnetcore@91cc73b": { + "repo": "aspnetcore", + "branch": "", + "hash": "91cc73b8cbaa814cbba305d93c9f16999c014fe7", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/91cc73b8cbaa814cbba305d93c9f16999c014fe7.diff" + }, + "aspnetcore@3b9acb9": { + "repo": "aspnetcore", + "branch": "", + "hash": "3b9acb9838c7ad8392cc5e0abd4db41916d73ba1", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/3b9acb9838c7ad8392cc5e0abd4db41916d73ba1.diff" + }, + "aspnetcore@addd331": { + "repo": "aspnetcore", + "branch": "", + "hash": "addd33139c13185e046aa234e03a5cdaf9e785f7", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/addd33139c13185e046aa234e03a5cdaf9e785f7.diff" + }, + "aspnetcore@597a5a4": { + "repo": "aspnetcore", + "branch": "", + "hash": "597a5a4e2303a27f436af67e2cf0c338b9dc8b18", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/597a5a4e2303a27f436af67e2cf0c338b9dc8b18.diff" + }, + "aspnetcore@e510a35": { + "repo": "aspnetcore", + "branch": "", + "hash": "e510a35f54c1adceaedf2b85adaaf4393dd712fe", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/e510a35f54c1adceaedf2b85adaaf4393dd712fe.diff" + }, + "aspnetcore@073eb26": { + "repo": "aspnetcore", + "branch": "", + "hash": "073eb26b971a092746760522a62cf2d794f98ef2", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/073eb26b971a092746760522a62cf2d794f98ef2.diff" + }, + "aspnetcore@1ceb83f": { + "repo": "aspnetcore", + "branch": "", + "hash": "1ceb83f68dd3c349f7108b551213dead8ef76872", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/1ceb83f68dd3c349f7108b551213dead8ef76872.diff" + }, + "aspnetcore@e7f6bec": { + "repo": "aspnetcore", + "branch": "", + "hash": "e7f6bec47d55b41f66421b602a963eff4e84d19a", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/e7f6bec47d55b41f66421b602a963eff4e84d19a.diff" + }, + "aspnetcore@d7f8b2f": { + "repo": "aspnetcore", + "branch": "", + "hash": "d7f8b2f0ed4952f7e3c29cba7803f5576e46468e", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/d7f8b2f0ed4952f7e3c29cba7803f5576e46468e.diff" + }, + "aspnetcore@2e38cab": { + "repo": "aspnetcore", + "branch": "", + "hash": "2e38cab699413436a591b5f8c49b603a6c57dd95", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/2e38cab699413436a591b5f8c49b603a6c57dd95.diff" + }, + "aspnetcore@19490ff": { + "repo": "aspnetcore", + "branch": "", + "hash": "19490ffc7cdea47544284f68530808c6ea008913", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/19490ffc7cdea47544284f68530808c6ea008913.diff" + }, + "aspnetcore@f79b2ab": { + "repo": "aspnetcore", + "branch": "", + "hash": "f79b2ab1de5dd66c4ab79b225658b7266edab9ef", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/f79b2ab1de5dd66c4ab79b225658b7266edab9ef.diff" + }, + "aspnetcore@5b2e38c": { + "repo": "aspnetcore", + "branch": "", + "hash": "5b2e38c422de9dc27a56efae195082e0776cf9a9", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/5b2e38c422de9dc27a56efae195082e0776cf9a9.diff" + }, + "aspnetcore@478d526": { + "repo": "aspnetcore", + "branch": "", + "hash": "478d5262f84cb90dac92ccbf0a5f7ac5177c8ec6", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/478d5262f84cb90dac92ccbf0a5f7ac5177c8ec6.diff" + }, + "aspnetcore@174461f": { + "repo": "aspnetcore", + "branch": "", + "hash": "174461fbe596e1a96c8748a16f1fbf2023dd9755", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/174461fbe596e1a96c8748a16f1fbf2023dd9755.diff" + }, + "aspnetcore@5886e20": { + "repo": "aspnetcore", + "branch": "", + "hash": "5886e202c49738cf0a3d91719c7e2d4383f76b20", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/5886e202c49738cf0a3d91719c7e2d4383f76b20.diff" + }, + "aspnetcore@5f20f50": { + "repo": "aspnetcore", + "branch": "", + "hash": "5f20f502592a836aaab651bd1986a4bb348d469d", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/5f20f502592a836aaab651bd1986a4bb348d469d.diff" + }, + "aspnetcore@062d180": { + "repo": "aspnetcore", + "branch": "", + "hash": "062d1801f14e64b07925a4c4905a184ec473f82a", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/062d1801f14e64b07925a4c4905a184ec473f82a.diff" + }, + "aspnetcore@219fe4c": { + "repo": "aspnetcore", + "branch": "", + "hash": "219fe4c5bc63200e46d76c127001cfdf5942d179", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/219fe4c5bc63200e46d76c127001cfdf5942d179.diff" + }, + "aspnetcore@bc03ef8": { + "repo": "aspnetcore", + "branch": "", + "hash": "bc03ef8fdfeb771cf53a55e21b5cd29e4edf93ee", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/bc03ef8fdfeb771cf53a55e21b5cd29e4edf93ee.diff" + }, + "aspnetcore@6dda1d4": { + "repo": "aspnetcore", + "branch": "", + "hash": "6dda1d4643e193ab3cb5ae97e39656079fc0c365", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/6dda1d4643e193ab3cb5ae97e39656079fc0c365.diff" + }, + "aspnetcore@07e95ae": { + "repo": "aspnetcore", + "branch": "", + "hash": "07e95ae2aa70908d48b53a254c741a729756c954", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/07e95ae2aa70908d48b53a254c741a729756c954.diff" + }, + "aspnetcore@eb4ede4": { + "repo": "aspnetcore", + "branch": "", + "hash": "eb4ede40a8b655099b39c7d052c579e93d019082", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/eb4ede40a8b655099b39c7d052c579e93d019082.diff" + }, + "aspnetcore@2bc68dd": { + "repo": "aspnetcore", + "branch": "", + "hash": "2bc68ddfd23717972f2fcb5f1da5dd0d576e3a8c", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/2bc68ddfd23717972f2fcb5f1da5dd0d576e3a8c.diff" + }, + "aspnetcore@c742578": { + "repo": "aspnetcore", + "branch": "", + "hash": "c742578a8a8e1ff5fb6b7c70f469d02b114beb76", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/c742578a8a8e1ff5fb6b7c70f469d02b114beb76.diff" + }, + "aspnetcore@00dc70d": { + "repo": "aspnetcore", + "branch": "", + "hash": "00dc70d11fe279722448224917c6650341dc65d5", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/00dc70d11fe279722448224917c6650341dc65d5.diff" + }, + "aspnetcore@12c6b87": { + "repo": "aspnetcore", + "branch": "", + "hash": "12c6b870a38e3ee229c6856516e36177a07fbadf", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/12c6b870a38e3ee229c6856516e36177a07fbadf.diff" + }, + "aspnetcore@de38c3a": { + "repo": "aspnetcore", + "branch": "", + "hash": "de38c3a6165b1a6d0f59f20dfbff3887eaf9c4aa", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/de38c3a6165b1a6d0f59f20dfbff3887eaf9c4aa.diff" + }, + "aspnetcore@5e9f326": { + "repo": "aspnetcore", + "branch": "", + "hash": "5e9f326c36aa8309349229f67455b5df621b5e9e", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/5e9f326c36aa8309349229f67455b5df621b5e9e.diff" + }, + "aspnetcore@15602d2": { + "repo": "aspnetcore", + "branch": "", + "hash": "15602d2cf5aff8483ff7c127a8b36b46c0f9dba3", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/15602d2cf5aff8483ff7c127a8b36b46c0f9dba3.diff" + }, + "aspnetcore@fea1c01": { + "repo": "aspnetcore", + "branch": "", + "hash": "fea1c0167c2bf6efb479135fe0746c73c69f6519", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/fea1c0167c2bf6efb479135fe0746c73c69f6519.diff" + }, + "aspnetcore@1517391": { + "repo": "aspnetcore", + "branch": "", + "hash": "15173916d9041ce0b4819363d75632d160881d77", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/15173916d9041ce0b4819363d75632d160881d77.diff" + }, + "aspnetcore@82c9da8": { + "repo": "aspnetcore", + "branch": "", + "hash": "82c9da817e3f73a2378e00352dee982f712acae0", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/82c9da817e3f73a2378e00352dee982f712acae0.diff" + }, + "aspnetcore@33557cf": { + "repo": "aspnetcore", + "branch": "", + "hash": "33557cf9698da9b1970e2bf78f39b6603db0a39b", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/33557cf9698da9b1970e2bf78f39b6603db0a39b.diff" + }, + "aspnetcore@71f7a4d": { + "repo": "aspnetcore", + "branch": "", + "hash": "71f7a4d3652f6ccd91af9957acb27add1d77631a", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/71f7a4d3652f6ccd91af9957acb27add1d77631a.diff" + }, + "aspnetcore@c15ad94": { + "repo": "aspnetcore", + "branch": "", + "hash": "c15ad94b6a955880f678d5a009b7fba47c2567f2", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/c15ad94b6a955880f678d5a009b7fba47c2567f2.diff" + }, + "aspnetcore@765e192": { + "repo": "aspnetcore", + "branch": "", + "hash": "765e192789d3809bd1729fbcf0980dc221a6b386", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/765e192789d3809bd1729fbcf0980dc221a6b386.diff" + }, + "aspnetcore@9c820d6": { + "repo": "aspnetcore", + "branch": "", + "hash": "9c820d64697ee1d160a5919ef717037e4b441613", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/9c820d64697ee1d160a5919ef717037e4b441613.diff" + }, + "aspnetcore@e4c0496": { + "repo": "aspnetcore", + "branch": "", + "hash": "e4c049651c7b880aab0ebe90ca953be9a5d8e30d", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/e4c049651c7b880aab0ebe90ca953be9a5d8e30d.diff" + }, + "aspnetcore@d038631": { + "repo": "aspnetcore", + "branch": "", + "hash": "d0386316c53972bf2e8815500c827a21d57ce803", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/d0386316c53972bf2e8815500c827a21d57ce803.diff" + }, + "aspnetcore@8c94d8d": { + "repo": "aspnetcore", + "branch": "", + "hash": "8c94d8d98825e76414c2c9ec62ed26d4c1dbff59", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/8c94d8d98825e76414c2c9ec62ed26d4c1dbff59.diff" + }, + "aspnetcore@c5aab04": { + "repo": "aspnetcore", + "branch": "", + "hash": "c5aab0472d219ba3f963e8ea61bd4b5ec1e584f1", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/c5aab0472d219ba3f963e8ea61bd4b5ec1e584f1.diff" + }, + "aspnetcore@df6d8dd": { + "repo": "aspnetcore", + "branch": "", + "hash": "df6d8dd7b6dbc32b97fb30e74fb45639bdc2f634", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/df6d8dd7b6dbc32b97fb30e74fb45639bdc2f634.diff" + }, + "aspnetcore@319e87f": { + "repo": "aspnetcore", + "branch": "", + "hash": "319e87fd950a99f3baae2aa79db3d4fb68783d85", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/319e87fd950a99f3baae2aa79db3d4fb68783d85.diff" + }, + "aspnetcore@7fdacff": { + "repo": "aspnetcore", + "branch": "", + "hash": "7fdacffc09ef0437d9766035c70055bf9a63ec6d", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/7fdacffc09ef0437d9766035c70055bf9a63ec6d.diff" + }, + "aspnetcore@7f45467": { + "repo": "aspnetcore", + "branch": "", + "hash": "7f45467a2d957a85bf5d22e17deff8ac548a773e", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/7f45467a2d957a85bf5d22e17deff8ac548a773e.diff" + }, + "aspnetcore@1c6c307": { + "repo": "aspnetcore", + "branch": "", + "hash": "1c6c307cec229e7aeb93ad41b38d37053a0835ae", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/1c6c307cec229e7aeb93ad41b38d37053a0835ae.diff" + }, + "aspnetcore@7dec5ae": { + "repo": "aspnetcore", + "branch": "", + "hash": "7dec5aefb44c326a07c4605e8ee18b22f72bcf81", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/7dec5aefb44c326a07c4605e8ee18b22f72bcf81.diff" + }, + "aspnetcore@2fd33a4": { + "repo": "aspnetcore", + "branch": "", + "hash": "2fd33a40a04243422bf5de9f1db04252b3691583", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/2fd33a40a04243422bf5de9f1db04252b3691583.diff" + }, + "aspnetcore@6389c33": { + "repo": "aspnetcore", + "branch": "", + "hash": "6389c33afd55c82bb2cf785ba1c18693ec8e85c8", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/6389c33afd55c82bb2cf785ba1c18693ec8e85c8.diff" + }, + "aspnetcore@5d230d9": { + "repo": "aspnetcore", + "branch": "", + "hash": "5d230d9108d68681c34ab852c5ee6fbfc31bbf3f", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/5d230d9108d68681c34ab852c5ee6fbfc31bbf3f.diff" + }, + "aspnetcore@11a9d22": { + "repo": "aspnetcore", + "branch": "", + "hash": "11a9d22aa163093c31bd70c7caafadeb5f656db8", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/11a9d22aa163093c31bd70c7caafadeb5f656db8.diff" + }, + "aspnetcore@5a2c3c7": { + "repo": "aspnetcore", + "branch": "", + "hash": "5a2c3c75a8f4b68e80859c3df31798ddb22b6452", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/5a2c3c75a8f4b68e80859c3df31798ddb22b6452.diff" + }, + "aspnetcore@2698e38": { + "repo": "aspnetcore", + "branch": "", + "hash": "2698e38cc51f8ea0a9b027ef1887efda9f992850", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/2698e38cc51f8ea0a9b027ef1887efda9f992850.diff" + }, + "aspnetcore@1fecf36": { + "repo": "aspnetcore", + "branch": "", + "hash": "1fecf36edddb15a8c51ed87a491b01d93776190d", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/1fecf36edddb15a8c51ed87a491b01d93776190d.diff" + }, + "aspnetcore@f0a5bb9": { + "repo": "aspnetcore", + "branch": "", + "hash": "f0a5bb9abde6624e9da7e1a54c873b88bbfd7435", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/f0a5bb9abde6624e9da7e1a54c873b88bbfd7435.diff" + }, + "aspnetcore@2f6ac7b": { + "repo": "aspnetcore", + "branch": "", + "hash": "2f6ac7b3ecc53179deed50ca74e0b5c3bcdfab3d", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/2f6ac7b3ecc53179deed50ca74e0b5c3bcdfab3d.diff" + }, + "aspnetcore@6c6ce9c": { + "repo": "aspnetcore", + "branch": "", + "hash": "6c6ce9cb14f8048602aeb2927f9857180259037e", + "org": "dotnet", + "url": "https://github.com/dotnet/aspnetcore/commit/6c6ce9cb14f8048602aeb2927f9857180259037e.diff" + }, + "cecil@5686258": { + "repo": "cecil", + "branch": "", + "hash": "5686258f51d8814735309ea59dd3de81feba2941", + "org": "dotnet", + "url": "https://github.com/dotnet/cecil/commit/5686258f51d8814735309ea59dd3de81feba2941.diff" + }, + "cecil@25060f9": { + "repo": "cecil", + "branch": "", + "hash": "25060f92761be9b70abbc86d9a20b10526c24607", + "org": "dotnet", + "url": "https://github.com/dotnet/cecil/commit/25060f92761be9b70abbc86d9a20b10526c24607.diff" + }, + "cecil@c9dbbd4": { + "repo": "cecil", + "branch": "", + "hash": "c9dbbd435f72f15f770573f10d5c0e548fe16d8d", + "org": "dotnet", + "url": "https://github.com/dotnet/cecil/commit/c9dbbd435f72f15f770573f10d5c0e548fe16d8d.diff" + }, + "cecil@69647f9": { + "repo": "cecil", + "branch": "", + "hash": "69647f911a8ec6610e5e3557d2980734c22565b6", + "org": "dotnet", + "url": "https://github.com/dotnet/cecil/commit/69647f911a8ec6610e5e3557d2980734c22565b6.diff" + }, + "cecil@6107f98": { + "repo": "cecil", + "branch": "", + "hash": "6107f98edde3d0d7410be00edb6b0f8edfb50bbe", + "org": "dotnet", + "url": "https://github.com/dotnet/cecil/commit/6107f98edde3d0d7410be00edb6b0f8edfb50bbe.diff" + }, + "cecil@baa2283": { + "repo": "cecil", + "branch": "", + "hash": "baa2283f11209758761049a28c04a07b68873d19", + "org": "dotnet", + "url": "https://github.com/dotnet/cecil/commit/baa2283f11209758761049a28c04a07b68873d19.diff" + }, + "cecil@fc7b54b": { + "repo": "cecil", + "branch": "", + "hash": "fc7b54b67ac164b4b0dbf66637121c49fd7c3425", + "org": "dotnet", + "url": "https://github.com/dotnet/cecil/commit/fc7b54b67ac164b4b0dbf66637121c49fd7c3425.diff" + }, + "cecil@a2e4dc3": { + "repo": "cecil", + "branch": "", + "hash": "a2e4dc38d02e0bf0da00cb432f6f564fb23bd75b", + "org": "dotnet", + "url": "https://github.com/dotnet/cecil/commit/a2e4dc38d02e0bf0da00cb432f6f564fb23bd75b.diff" + }, + "cecil@187393d": { + "repo": "cecil", + "branch": "", + "hash": "187393d39be7342146f96562f1e5ca9f7e2b1e24", + "org": "dotnet", + "url": "https://github.com/dotnet/cecil/commit/187393d39be7342146f96562f1e5ca9f7e2b1e24.diff" + }, + "command-line-api@a0809ce": { + "repo": "command-line-api", + "branch": "", + "hash": "a0809ce610f483bd61aa7fcec7ab61965b980619", + "org": "dotnet", + "url": "https://github.com/dotnet/command-line-api/commit/a0809ce610f483bd61aa7fcec7ab61965b980619.diff" + }, + "command-line-api@7f27a27": { + "repo": "command-line-api", + "branch": "", + "hash": "7f27a27fa5ff0b02db8187fad97778ff83fe0cbf", + "org": "dotnet", + "url": "https://github.com/dotnet/command-line-api/commit/7f27a27fa5ff0b02db8187fad97778ff83fe0cbf.diff" + }, + "command-line-api@12ad062": { + "repo": "command-line-api", + "branch": "", + "hash": "12ad062ce6993372f59c1b1dd33613fee2c9f89c", + "org": "dotnet", + "url": "https://github.com/dotnet/command-line-api/commit/12ad062ce6993372f59c1b1dd33613fee2c9f89c.diff" + }, + "command-line-api@d5a39b1": { + "repo": "command-line-api", + "branch": "", + "hash": "d5a39b17c02a910e7f05df668ea6b52024d1b663", + "org": "dotnet", + "url": "https://github.com/dotnet/command-line-api/commit/d5a39b17c02a910e7f05df668ea6b52024d1b663.diff" + }, + "command-line-api@baaad19": { + "repo": "command-line-api", + "branch": "", + "hash": "baaad1941b043b14aceecd8e3496990682bb39f7", + "org": "dotnet", + "url": "https://github.com/dotnet/command-line-api/commit/baaad1941b043b14aceecd8e3496990682bb39f7.diff" + }, + "command-line-api@d3de878": { + "repo": "command-line-api", + "branch": "", + "hash": "d3de878757ed2fb7a07c85f285764fa9755c65a0", + "org": "dotnet", + "url": "https://github.com/dotnet/command-line-api/commit/d3de878757ed2fb7a07c85f285764fa9755c65a0.diff" + }, + "command-line-api@d943ad3": { + "repo": "command-line-api", + "branch": "", + "hash": "d943ad32092ccddd48988d6961b2319fb332accb", + "org": "dotnet", + "url": "https://github.com/dotnet/command-line-api/commit/d943ad32092ccddd48988d6961b2319fb332accb.diff" + }, + "command-line-api@857b4c3": { + "repo": "command-line-api", + "branch": "", + "hash": "857b4c3eee18f878c1782771b5b961ac66cd8906", + "org": "dotnet", + "url": "https://github.com/dotnet/command-line-api/commit/857b4c3eee18f878c1782771b5b961ac66cd8906.diff" + }, + "command-line-api@99db1e3": { + "repo": "command-line-api", + "branch": "", + "hash": "99db1e31826f24ec672efe70b36074a59464c29a", + "org": "dotnet", + "url": "https://github.com/dotnet/command-line-api/commit/99db1e31826f24ec672efe70b36074a59464c29a.diff" + }, + "efcore@043ac30": { + "repo": "efcore", + "branch": "", + "hash": "043ac300ce763e36615ff7d24887ba85b495e3eb", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/043ac300ce763e36615ff7d24887ba85b495e3eb.diff" + }, + "efcore@527e311": { + "repo": "efcore", + "branch": "", + "hash": "527e31159ce5190549375436ee85e76a890e908d", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/527e31159ce5190549375436ee85e76a890e908d.diff" + }, + "efcore@d18a6d7": { + "repo": "efcore", + "branch": "", + "hash": "d18a6d750927b68de1053be2f1e955e6689da9c4", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/d18a6d750927b68de1053be2f1e955e6689da9c4.diff" + }, + "efcore@9c782f3": { + "repo": "efcore", + "branch": "", + "hash": "9c782f3d9df0dec17f6fdc9ede51373920e0d224", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/9c782f3d9df0dec17f6fdc9ede51373920e0d224.diff" + }, + "efcore@f111bb8": { + "repo": "efcore", + "branch": "", + "hash": "f111bb8ffe0fac4b1b7096b67fea41672f548c53", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/f111bb8ffe0fac4b1b7096b67fea41672f548c53.diff" + }, + "efcore@b4828a5": { + "repo": "efcore", + "branch": "", + "hash": "b4828a5b6ead7d8152003fe67c5c02741f20209c", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/b4828a5b6ead7d8152003fe67c5c02741f20209c.diff" + }, + "efcore@731957b": { + "repo": "efcore", + "branch": "", + "hash": "731957be9ff1c7e826d9a519b3baf8e775cbd886", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/731957be9ff1c7e826d9a519b3baf8e775cbd886.diff" + }, + "efcore@f24d384": { + "repo": "efcore", + "branch": "", + "hash": "f24d3840537abc8ebaff5b91273f8dafaad9f631", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/f24d3840537abc8ebaff5b91273f8dafaad9f631.diff" + }, + "efcore@91638a4": { + "repo": "efcore", + "branch": "", + "hash": "91638a42b14be1579ef9a77420fae6502eb4676e", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/91638a42b14be1579ef9a77420fae6502eb4676e.diff" + }, + "efcore@46a7ac9": { + "repo": "efcore", + "branch": "", + "hash": "46a7ac92f262d1682f37a8c45af56e7c5c386b9d", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/46a7ac92f262d1682f37a8c45af56e7c5c386b9d.diff" + }, + "efcore@8ff6140": { + "repo": "efcore", + "branch": "", + "hash": "8ff6140252dd35a34bd157f7e675592c95638f0e", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/8ff6140252dd35a34bd157f7e675592c95638f0e.diff" + }, + "efcore@5eb4083": { + "repo": "efcore", + "branch": "", + "hash": "5eb4083e387f4a5626fee78778468baa39eeccf2", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/5eb4083e387f4a5626fee78778468baa39eeccf2.diff" + }, + "efcore@b85b2e3": { + "repo": "efcore", + "branch": "", + "hash": "b85b2e303664d27116224cecc4735361d5deca84", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/b85b2e303664d27116224cecc4735361d5deca84.diff" + }, + "efcore@a9f93cc": { + "repo": "efcore", + "branch": "", + "hash": "a9f93cc71c654bc6292a6387c1a86994ca28e94e", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/a9f93cc71c654bc6292a6387c1a86994ca28e94e.diff" + }, + "efcore@b7a749b": { + "repo": "efcore", + "branch": "", + "hash": "b7a749b3fe1800c5e5a104cf782e54f6636aad79", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/b7a749b3fe1800c5e5a104cf782e54f6636aad79.diff" + }, + "efcore@3acf73c": { + "repo": "efcore", + "branch": "", + "hash": "3acf73c428cfb072e59c341d5368e8f273126773", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/3acf73c428cfb072e59c341d5368e8f273126773.diff" + }, + "efcore@2875315": { + "repo": "efcore", + "branch": "", + "hash": "2875315dfad2457d94f09328dd51359e85207826", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/2875315dfad2457d94f09328dd51359e85207826.diff" + }, + "efcore@eb2d0ce": { + "repo": "efcore", + "branch": "", + "hash": "eb2d0ce0d388a0abe9d8fe4e79fe696afbb266d4", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/eb2d0ce0d388a0abe9d8fe4e79fe696afbb266d4.diff" + }, + "efcore@551965c": { + "repo": "efcore", + "branch": "", + "hash": "551965cbb88750468804ca563475c676b08c4788", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/551965cbb88750468804ca563475c676b08c4788.diff" + }, + "efcore@0e9791c": { + "repo": "efcore", + "branch": "", + "hash": "0e9791c7d2f298eb4269e8b38dbe2abe61354a6e", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/0e9791c7d2f298eb4269e8b38dbe2abe61354a6e.diff" + }, + "efcore@44db7bb": { + "repo": "efcore", + "branch": "", + "hash": "44db7bbb962bf49d37e1e721a74b15059c60d1fd", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/44db7bbb962bf49d37e1e721a74b15059c60d1fd.diff" + }, + "efcore@97e721d": { + "repo": "efcore", + "branch": "", + "hash": "97e721d457d782a3f714e7f159154a04a4072a87", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/97e721d457d782a3f714e7f159154a04a4072a87.diff" + }, + "efcore@04ac424": { + "repo": "efcore", + "branch": "", + "hash": "04ac424514d8085c964132d3ebae0df76b6a5b60", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/04ac424514d8085c964132d3ebae0df76b6a5b60.diff" + }, + "efcore@63e1c27": { + "repo": "efcore", + "branch": "", + "hash": "63e1c27668fbebef4f7310b5abdd5c3576017a08", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/63e1c27668fbebef4f7310b5abdd5c3576017a08.diff" + }, + "efcore@8babe4b": { + "repo": "efcore", + "branch": "", + "hash": "8babe4bb39330edf36faf2eac4968ed2e96359af", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/8babe4bb39330edf36faf2eac4968ed2e96359af.diff" + }, + "efcore@52872e5": { + "repo": "efcore", + "branch": "", + "hash": "52872e5130f41c1a3c6e63e39ca0d7e4223208b4", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/52872e5130f41c1a3c6e63e39ca0d7e4223208b4.diff" + }, + "efcore@f8c629f": { + "repo": "efcore", + "branch": "", + "hash": "f8c629f79707e8803159c705d71e0dd556607b6b", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/f8c629f79707e8803159c705d71e0dd556607b6b.diff" + }, + "efcore@6b7edd0": { + "repo": "efcore", + "branch": "", + "hash": "6b7edd0754f061ed9291091fff3b3ce4f0eb990e", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/6b7edd0754f061ed9291091fff3b3ce4f0eb990e.diff" + }, + "efcore@5e0cb7b": { + "repo": "efcore", + "branch": "", + "hash": "5e0cb7b9ce63bf87bfc7fd76c5cb9e7d5b2a2a9a", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/5e0cb7b9ce63bf87bfc7fd76c5cb9e7d5b2a2a9a.diff" + }, + "efcore@0a57ab3": { + "repo": "efcore", + "branch": "", + "hash": "0a57ab35328aa1c5e58c5ba2e271a90853553865", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/0a57ab35328aa1c5e58c5ba2e271a90853553865.diff" + }, + "efcore@b845cf4": { + "repo": "efcore", + "branch": "", + "hash": "b845cf4ca14761065e01244965a4d5e9e25d47c4", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/b845cf4ca14761065e01244965a4d5e9e25d47c4.diff" + }, + "efcore@83afe7c": { + "repo": "efcore", + "branch": "", + "hash": "83afe7ce73c34c6e3be6cbc6762922ab6e1c3eab", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/83afe7ce73c34c6e3be6cbc6762922ab6e1c3eab.diff" + }, + "efcore@dd9da57": { + "repo": "efcore", + "branch": "", + "hash": "dd9da572feeb9851a0c4a6579b05163c48574c29", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/dd9da572feeb9851a0c4a6579b05163c48574c29.diff" + }, + "efcore@346365a": { + "repo": "efcore", + "branch": "", + "hash": "346365a7db9226e564e6109e99868a4f0d8a6f41", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/346365a7db9226e564e6109e99868a4f0d8a6f41.diff" + }, + "efcore@23054e8": { + "repo": "efcore", + "branch": "", + "hash": "23054e87c735a09e93487ad572d8660d35fe3202", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/23054e87c735a09e93487ad572d8660d35fe3202.diff" + }, + "efcore@1a7876a": { + "repo": "efcore", + "branch": "", + "hash": "1a7876ae5f3a8a7cf073214862813f3ff662c5a5", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/1a7876ae5f3a8a7cf073214862813f3ff662c5a5.diff" + }, + "efcore@e0c5251": { + "repo": "efcore", + "branch": "", + "hash": "e0c52513d408903583ee52c1408f534a050dbd74", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/e0c52513d408903583ee52c1408f534a050dbd74.diff" + }, + "efcore@8eaad40": { + "repo": "efcore", + "branch": "", + "hash": "8eaad4079a9e073586dbfdd55406e4d6762d03d5", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/8eaad4079a9e073586dbfdd55406e4d6762d03d5.diff" + }, + "efcore@713aaf0": { + "repo": "efcore", + "branch": "", + "hash": "713aaf075dcec94eff74e3f889e756509786c8b4", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/713aaf075dcec94eff74e3f889e756509786c8b4.diff" + }, + "efcore@134fd04": { + "repo": "efcore", + "branch": "", + "hash": "134fd047e2fc3fe13ce50837a385b051216920c2", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/134fd047e2fc3fe13ce50837a385b051216920c2.diff" + }, + "efcore@e289bfa": { + "repo": "efcore", + "branch": "", + "hash": "e289bfa005d2de3d59f355dbbf5e789e9c2ec333", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/e289bfa005d2de3d59f355dbbf5e789e9c2ec333.diff" + }, + "efcore@37e01b7": { + "repo": "efcore", + "branch": "", + "hash": "37e01b7da728f45e21cd0d1b72e6e13c595a7216", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/37e01b7da728f45e21cd0d1b72e6e13c595a7216.diff" + }, + "efcore@5e2677f": { + "repo": "efcore", + "branch": "", + "hash": "5e2677f120d7b8b1502257000157938c656d5600", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/5e2677f120d7b8b1502257000157938c656d5600.diff" + }, + "efcore@576af87": { + "repo": "efcore", + "branch": "", + "hash": "576af874329ed1e21433b5e47e77dd9691aea7af", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/576af874329ed1e21433b5e47e77dd9691aea7af.diff" + }, + "efcore@3c2677e": { + "repo": "efcore", + "branch": "", + "hash": "3c2677e1d1206698b54f706fab02b6182f31ecda", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/3c2677e1d1206698b54f706fab02b6182f31ecda.diff" + }, + "efcore@d08bbae": { + "repo": "efcore", + "branch": "", + "hash": "d08bbae0fbe358fc965ce86884a471660f92e059", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/d08bbae0fbe358fc965ce86884a471660f92e059.diff" + }, + "efcore@c037bc1": { + "repo": "efcore", + "branch": "", + "hash": "c037bc1167411c1a5aeeeb4f6079188c8f3edfd1", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/c037bc1167411c1a5aeeeb4f6079188c8f3edfd1.diff" + }, + "efcore@6abde55": { + "repo": "efcore", + "branch": "", + "hash": "6abde55c239b988df40dd8399a6a4f68e3f5dff8", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/6abde55c239b988df40dd8399a6a4f68e3f5dff8.diff" + }, + "efcore@695b5ad": { + "repo": "efcore", + "branch": "", + "hash": "695b5ad3cbd2d628368b8dd037cf60c33476e12b", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/695b5ad3cbd2d628368b8dd037cf60c33476e12b.diff" + }, + "efcore@3bf43a4": { + "repo": "efcore", + "branch": "", + "hash": "3bf43a43c443d29fc5857280eb92099a58b5df3b", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/3bf43a43c443d29fc5857280eb92099a58b5df3b.diff" + }, + "efcore@137123b": { + "repo": "efcore", + "branch": "", + "hash": "137123b4aafc607845ec138f417c43480dae0e4e", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/137123b4aafc607845ec138f417c43480dae0e4e.diff" + }, + "efcore@4c78aa7": { + "repo": "efcore", + "branch": "", + "hash": "4c78aa79820592d3682f641b875f1a4bfd92c079", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/4c78aa79820592d3682f641b875f1a4bfd92c079.diff" + }, + "efcore@c5255f3": { + "repo": "efcore", + "branch": "", + "hash": "c5255f37c917f9c66d2d305164f722a86c29e636", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/c5255f37c917f9c66d2d305164f722a86c29e636.diff" + }, + "efcore@c6beae7": { + "repo": "efcore", + "branch": "", + "hash": "c6beae7408542e2a5a6ff4de00f8178cad7d4f42", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/c6beae7408542e2a5a6ff4de00f8178cad7d4f42.diff" + }, + "efcore@74e800c": { + "repo": "efcore", + "branch": "", + "hash": "74e800c10f8fbdfee63f0377a928c1d197769c7e", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/74e800c10f8fbdfee63f0377a928c1d197769c7e.diff" + }, + "efcore@f7d7301": { + "repo": "efcore", + "branch": "", + "hash": "f7d73016c3cfdcebfee57c1fbb6dadb0ed143219", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/f7d73016c3cfdcebfee57c1fbb6dadb0ed143219.diff" + }, + "efcore@0de56fb": { + "repo": "efcore", + "branch": "", + "hash": "0de56fb201f812d4cbdb96708d07d3fb7b32b209", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/0de56fb201f812d4cbdb96708d07d3fb7b32b209.diff" + }, + "efcore@3e204de": { + "repo": "efcore", + "branch": "", + "hash": "3e204deb7341df29c4e991b971d1776f8f5427f9", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/3e204deb7341df29c4e991b971d1776f8f5427f9.diff" + }, + "efcore@002d1ca": { + "repo": "efcore", + "branch": "", + "hash": "002d1ca3029344575b8531a82cbfa39e3c410d79", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/002d1ca3029344575b8531a82cbfa39e3c410d79.diff" + }, + "efcore@3717f8f": { + "repo": "efcore", + "branch": "", + "hash": "3717f8f16c154983cb07aa45a0c29ae863ab527f", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/3717f8f16c154983cb07aa45a0c29ae863ab527f.diff" + }, + "efcore@ebc5a87": { + "repo": "efcore", + "branch": "", + "hash": "ebc5a8710b0e3f29758ae5ac11e1dd18a200063d", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/ebc5a8710b0e3f29758ae5ac11e1dd18a200063d.diff" + }, + "efcore@a630adf": { + "repo": "efcore", + "branch": "", + "hash": "a630adf2e7285090bec1c86efa9ca9a0c73193bb", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/a630adf2e7285090bec1c86efa9ca9a0c73193bb.diff" + }, + "efcore@87c860e": { + "repo": "efcore", + "branch": "", + "hash": "87c860e5ff474eea8339b246992c3a0328b28d79", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/87c860e5ff474eea8339b246992c3a0328b28d79.diff" + }, + "efcore@74afc72": { + "repo": "efcore", + "branch": "", + "hash": "74afc7274ddcdfeac15ff589b95b4826509847ba", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/74afc7274ddcdfeac15ff589b95b4826509847ba.diff" + }, + "efcore@8695aef": { + "repo": "efcore", + "branch": "", + "hash": "8695aef9b40687447b3db00fd5d5d85c5951a349", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/8695aef9b40687447b3db00fd5d5d85c5951a349.diff" + }, + "efcore@ef3d993": { + "repo": "efcore", + "branch": "", + "hash": "ef3d9930abe986b96091bbbcef7fe0196761913e", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/ef3d9930abe986b96091bbbcef7fe0196761913e.diff" + }, + "efcore@74754da": { + "repo": "efcore", + "branch": "", + "hash": "74754da2ab051433ac78e6d8784abaf313fd1110", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/74754da2ab051433ac78e6d8784abaf313fd1110.diff" + }, + "efcore@c1a756a": { + "repo": "efcore", + "branch": "", + "hash": "c1a756ac84b6fd09e56283a8843d9b9ea54193a7", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/c1a756ac84b6fd09e56283a8843d9b9ea54193a7.diff" + }, + "efcore@49c106d": { + "repo": "efcore", + "branch": "", + "hash": "49c106d47fdcf0f333f01cfe86eafa50412c8025", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/49c106d47fdcf0f333f01cfe86eafa50412c8025.diff" + }, + "efcore@2f9cc26": { + "repo": "efcore", + "branch": "", + "hash": "2f9cc2633b363f61b92824c08a0371d96784c2d4", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/2f9cc2633b363f61b92824c08a0371d96784c2d4.diff" + }, + "efcore@dc4578e": { + "repo": "efcore", + "branch": "", + "hash": "dc4578e3febb8ab6c66718ee6fbbdf7ab96b3c2e", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/dc4578e3febb8ab6c66718ee6fbbdf7ab96b3c2e.diff" + }, + "efcore@9c95721": { + "repo": "efcore", + "branch": "", + "hash": "9c95721a78060d59d96283769fe27b368a868344", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/9c95721a78060d59d96283769fe27b368a868344.diff" + }, + "efcore@859875a": { + "repo": "efcore", + "branch": "", + "hash": "859875a99b10244546c599eb3dc9be7f2e5b4b97", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/859875a99b10244546c599eb3dc9be7f2e5b4b97.diff" + }, + "efcore@a6a3b4f": { + "repo": "efcore", + "branch": "", + "hash": "a6a3b4fb098b259cb3de6bfe7337ba98a65ee69b", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/a6a3b4fb098b259cb3de6bfe7337ba98a65ee69b.diff" + }, + "efcore@63572ec": { + "repo": "efcore", + "branch": "", + "hash": "63572ece16d160f7fcf2109b2648839d74a429f4", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/63572ece16d160f7fcf2109b2648839d74a429f4.diff" + }, + "efcore@b710cfd": { + "repo": "efcore", + "branch": "", + "hash": "b710cfd3cf9d4287a70e0c0627d3530034f45f20", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/b710cfd3cf9d4287a70e0c0627d3530034f45f20.diff" + }, + "efcore@fec5da4": { + "repo": "efcore", + "branch": "", + "hash": "fec5da438f8879ca73c9752683e323cda8be77e6", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/fec5da438f8879ca73c9752683e323cda8be77e6.diff" + }, + "efcore@0b9076f": { + "repo": "efcore", + "branch": "", + "hash": "0b9076f2c6d134e5fd0be311785b30df3f8bbb22", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/0b9076f2c6d134e5fd0be311785b30df3f8bbb22.diff" + }, + "efcore@4ed88a0": { + "repo": "efcore", + "branch": "", + "hash": "4ed88a095241be5cfaf73b92dde8921d31c8f5ea", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/4ed88a095241be5cfaf73b92dde8921d31c8f5ea.diff" + }, + "efcore@14ef577": { + "repo": "efcore", + "branch": "", + "hash": "14ef5770543e1ddddb0c4502c4cae9474ac51a34", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/14ef5770543e1ddddb0c4502c4cae9474ac51a34.diff" + }, + "efcore@c5e9b9d": { + "repo": "efcore", + "branch": "", + "hash": "c5e9b9d867399803a8a48ef9ae8d4b9306b8c526", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/c5e9b9d867399803a8a48ef9ae8d4b9306b8c526.diff" + }, + "efcore@742d0f9": { + "repo": "efcore", + "branch": "", + "hash": "742d0f9c22c201c6507b51be684c581dac03b4ac", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/742d0f9c22c201c6507b51be684c581dac03b4ac.diff" + }, + "efcore@4a0a4e5": { + "repo": "efcore", + "branch": "", + "hash": "4a0a4e5f315cd25bed5bcc8b965a74a318201da1", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/4a0a4e5f315cd25bed5bcc8b965a74a318201da1.diff" + }, + "efcore@f874cae": { + "repo": "efcore", + "branch": "", + "hash": "f874cae9e8374adb223d09c2bb6f60018de33859", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/f874cae9e8374adb223d09c2bb6f60018de33859.diff" + }, + "efcore@4c5518e": { + "repo": "efcore", + "branch": "", + "hash": "4c5518e74a289c3c047f22b282409b0ddba18051", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/4c5518e74a289c3c047f22b282409b0ddba18051.diff" + }, + "efcore@3a6e825": { + "repo": "efcore", + "branch": "", + "hash": "3a6e8253868ac3b7ae3df85091f940af84dcb596", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/3a6e8253868ac3b7ae3df85091f940af84dcb596.diff" + }, + "efcore@fa2b996": { + "repo": "efcore", + "branch": "", + "hash": "fa2b9964d290daca65c1feabfff8e51281ad509b", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/fa2b9964d290daca65c1feabfff8e51281ad509b.diff" + }, + "efcore@6151954": { + "repo": "efcore", + "branch": "", + "hash": "6151954f6617f6f8af7e549378cb08f28912d191", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/6151954f6617f6f8af7e549378cb08f28912d191.diff" + }, + "efcore@8605c14": { + "repo": "efcore", + "branch": "", + "hash": "8605c14f0297651e14060d50b7e6f84dfd2e430f", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/8605c14f0297651e14060d50b7e6f84dfd2e430f.diff" + }, + "efcore@554290f": { + "repo": "efcore", + "branch": "", + "hash": "554290fa1e376b3d1b1753576458527e71c88a74", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/554290fa1e376b3d1b1753576458527e71c88a74.diff" + }, + "efcore@fe8e85f": { + "repo": "efcore", + "branch": "", + "hash": "fe8e85f795e480615f13cf697dfa073beff8acf8", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/fe8e85f795e480615f13cf697dfa073beff8acf8.diff" + }, + "efcore@0a06b01": { + "repo": "efcore", + "branch": "", + "hash": "0a06b01baca528092775f164d0573441ebfb2bd7", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/0a06b01baca528092775f164d0573441ebfb2bd7.diff" + }, + "efcore@b4aa5c5": { + "repo": "efcore", + "branch": "", + "hash": "b4aa5c55bce55c682eed5d44c6ac97ada78469d8", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/b4aa5c55bce55c682eed5d44c6ac97ada78469d8.diff" + }, + "efcore@c073a69": { + "repo": "efcore", + "branch": "", + "hash": "c073a69641d8adcf3946be83576624d551c525e5", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/c073a69641d8adcf3946be83576624d551c525e5.diff" + }, + "efcore@ffaad91": { + "repo": "efcore", + "branch": "", + "hash": "ffaad9161c2e6ea731e1d0c926582b225fd8022a", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/ffaad9161c2e6ea731e1d0c926582b225fd8022a.diff" + }, + "efcore@a37976c": { + "repo": "efcore", + "branch": "", + "hash": "a37976ccf1c3d1832931c9c8a6af95f024543346", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/a37976ccf1c3d1832931c9c8a6af95f024543346.diff" + }, + "efcore@ee8b6bf": { + "repo": "efcore", + "branch": "", + "hash": "ee8b6bf89b663f4856b1f739f47479a3965830d4", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/ee8b6bf89b663f4856b1f739f47479a3965830d4.diff" + }, + "efcore@cd01420": { + "repo": "efcore", + "branch": "", + "hash": "cd01420d9f483e2a74e07338636b856e090b03bd", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/cd01420d9f483e2a74e07338636b856e090b03bd.diff" + }, + "efcore@de90d83": { + "repo": "efcore", + "branch": "", + "hash": "de90d83c43df7e99fe723cd6dcb1552e883f7110", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/de90d83c43df7e99fe723cd6dcb1552e883f7110.diff" + }, + "efcore@c945994": { + "repo": "efcore", + "branch": "", + "hash": "c945994acc1a87b3aaba854ef5c46890ad5044d6", + "org": "dotnet", + "url": "https://github.com/dotnet/efcore/commit/c945994acc1a87b3aaba854ef5c46890ad5044d6.diff" + }, + "emsdk@202990c": { + "repo": "emsdk", + "branch": "", + "hash": "202990cf1305153a56286b73b4d660f99d6ad1e6", + "org": "dotnet", + "url": "https://github.com/dotnet/emsdk/commit/202990cf1305153a56286b73b4d660f99d6ad1e6.diff" + }, + "emsdk@baa21b4": { + "repo": "emsdk", + "branch": "", + "hash": "baa21b4571833a12a76474df559bd1c685b272cf", + "org": "dotnet", + "url": "https://github.com/dotnet/emsdk/commit/baa21b4571833a12a76474df559bd1c685b272cf.diff" + }, + "emsdk@a51f616": { + "repo": "emsdk", + "branch": "", + "hash": "a51f616ec5dbbe54eb60e0503b2314b1c3d2d91f", + "org": "dotnet", + "url": "https://github.com/dotnet/emsdk/commit/a51f616ec5dbbe54eb60e0503b2314b1c3d2d91f.diff" + }, + "emsdk@39e3499": { + "repo": "emsdk", + "branch": "", + "hash": "39e3499666893e17c76dfe36b3bde23463b2b1dc", + "org": "dotnet", + "url": "https://github.com/dotnet/emsdk/commit/39e3499666893e17c76dfe36b3bde23463b2b1dc.diff" + }, + "emsdk@4fa4d78": { + "repo": "emsdk", + "branch": "", + "hash": "4fa4d787c2bd97568b134a9a9de24397edf840eb", + "org": "dotnet", + "url": "https://github.com/dotnet/emsdk/commit/4fa4d787c2bd97568b134a9a9de24397edf840eb.diff" + }, + "emsdk@f4c434b": { + "repo": "emsdk", + "branch": "", + "hash": "f4c434bfbfc95b031034f961e1779fbde8fae2fe", + "org": "dotnet", + "url": "https://github.com/dotnet/emsdk/commit/f4c434bfbfc95b031034f961e1779fbde8fae2fe.diff" + }, + "emsdk@1261e92": { + "repo": "emsdk", + "branch": "", + "hash": "1261e92172ea85d594f02b667184cc66043c59ba", + "org": "dotnet", + "url": "https://github.com/dotnet/emsdk/commit/1261e92172ea85d594f02b667184cc66043c59ba.diff" + }, + "emsdk@1751bd6": { + "repo": "emsdk", + "branch": "", + "hash": "1751bd63c001c932338e415304eaf7fc420d8474", + "org": "dotnet", + "url": "https://github.com/dotnet/emsdk/commit/1751bd63c001c932338e415304eaf7fc420d8474.diff" + }, + "emsdk@2d6b99d": { + "repo": "emsdk", + "branch": "", + "hash": "2d6b99d9e5be7316197f7d1045bc653215e1b1c5", + "org": "dotnet", + "url": "https://github.com/dotnet/emsdk/commit/2d6b99d9e5be7316197f7d1045bc653215e1b1c5.diff" + }, + "emsdk@8ccfeb0": { + "repo": "emsdk", + "branch": "", + "hash": "8ccfeb097d4d4ee43db68b3fcb8844dd4b1711b5", + "org": "dotnet", + "url": "https://github.com/dotnet/emsdk/commit/8ccfeb097d4d4ee43db68b3fcb8844dd4b1711b5.diff" + }, + "emsdk@bd33411": { + "repo": "emsdk", + "branch": "", + "hash": "bd334112c86cbce5715a55c1b092d9b04c5c8bb6", + "org": "dotnet", + "url": "https://github.com/dotnet/emsdk/commit/bd334112c86cbce5715a55c1b092d9b04c5c8bb6.diff" + }, + "emsdk@596cc57": { + "repo": "emsdk", + "branch": "", + "hash": "596cc57668c372a8040cf5796fe668b0b817f0e0", + "org": "dotnet", + "url": "https://github.com/dotnet/emsdk/commit/596cc57668c372a8040cf5796fe668b0b817f0e0.diff" + }, + "emsdk@adad990": { + "repo": "emsdk", + "branch": "", + "hash": "adad990a5210740794c2b3386d283d0889aebb0b", + "org": "dotnet", + "url": "https://github.com/dotnet/emsdk/commit/adad990a5210740794c2b3386d283d0889aebb0b.diff" + }, + "emsdk@4cdda38": { + "repo": "emsdk", + "branch": "", + "hash": "4cdda38835c6a38a9c58e7cd9adc3dc4084e2d60", + "org": "dotnet", + "url": "https://github.com/dotnet/emsdk/commit/4cdda38835c6a38a9c58e7cd9adc3dc4084e2d60.diff" + }, + "emsdk@3f6a07a": { + "repo": "emsdk", + "branch": "", + "hash": "3f6a07affd151b1c2e79ec034bb2dcd6482b31ae", + "org": "dotnet", + "url": "https://github.com/dotnet/emsdk/commit/3f6a07affd151b1c2e79ec034bb2dcd6482b31ae.diff" + }, + "emsdk@d27e791": { + "repo": "emsdk", + "branch": "", + "hash": "d27e791361b1aa89f5986b1b77ec444c119f7d48", + "org": "dotnet", + "url": "https://github.com/dotnet/emsdk/commit/d27e791361b1aa89f5986b1b77ec444c119f7d48.diff" + }, + "emsdk@0cefe4b": { + "repo": "emsdk", + "branch": "", + "hash": "0cefe4b94990d66f05d3ac7b2ad8bf51c946232e", + "org": "dotnet", + "url": "https://github.com/dotnet/emsdk/commit/0cefe4b94990d66f05d3ac7b2ad8bf51c946232e.diff" + }, + "emsdk@5258a0e": { + "repo": "emsdk", + "branch": "", + "hash": "5258a0e5615530324086e097f3bbc8cd58a01ca9", + "org": "dotnet", + "url": "https://github.com/dotnet/emsdk/commit/5258a0e5615530324086e097f3bbc8cd58a01ca9.diff" + }, + "fsharp@a02a655": { + "repo": "fsharp", + "branch": "", + "hash": "a02a655975fbdf317d04d2acdf641e585f5a258d", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/a02a655975fbdf317d04d2acdf641e585f5a258d.diff" + }, + "fsharp@880dda8": { + "repo": "fsharp", + "branch": "", + "hash": "880dda8e783fc9c30dcf35f9c8546b2651fd51af", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/880dda8e783fc9c30dcf35f9c8546b2651fd51af.diff" + }, + "fsharp@2292274": { + "repo": "fsharp", + "branch": "", + "hash": "229227424b436d9a19032964592b07f49d7fe588", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/229227424b436d9a19032964592b07f49d7fe588.diff" + }, + "fsharp@f647072": { + "repo": "fsharp", + "branch": "", + "hash": "f647072e3725c8ac5d7256dd19ed1fdd9b3b195b", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/f647072e3725c8ac5d7256dd19ed1fdd9b3b195b.diff" + }, + "fsharp@1dafcf3": { + "repo": "fsharp", + "branch": "", + "hash": "1dafcf3f833bdd25ebae8682e57ef91c29ef0238", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/1dafcf3f833bdd25ebae8682e57ef91c29ef0238.diff" + }, + "fsharp@cbab748": { + "repo": "fsharp", + "branch": "", + "hash": "cbab7489384dbb77e772c25e02899bafae669c03", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/cbab7489384dbb77e772c25e02899bafae669c03.diff" + }, + "fsharp@01fe483": { + "repo": "fsharp", + "branch": "", + "hash": "01fe4834eebbda5aca21bd948d2d5631ec7dd003", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/01fe4834eebbda5aca21bd948d2d5631ec7dd003.diff" + }, + "fsharp@a21c12f": { + "repo": "fsharp", + "branch": "", + "hash": "a21c12f09292da3d1718329b036db4dcf5684a24", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/a21c12f09292da3d1718329b036db4dcf5684a24.diff" + }, + "fsharp@63294d7": { + "repo": "fsharp", + "branch": "", + "hash": "63294d75dd7059bdc876bbad6a3e08c597ffa1ed", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/63294d75dd7059bdc876bbad6a3e08c597ffa1ed.diff" + }, + "fsharp@0b80769": { + "repo": "fsharp", + "branch": "", + "hash": "0b8076968c6e6d567fe1bd1dd2977de9edd764cf", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/0b8076968c6e6d567fe1bd1dd2977de9edd764cf.diff" + }, + "fsharp@a0cce49": { + "repo": "fsharp", + "branch": "", + "hash": "a0cce495d32e0f5f52c71fbda7313fa515c86c68", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/a0cce495d32e0f5f52c71fbda7313fa515c86c68.diff" + }, + "fsharp@0c868a5": { + "repo": "fsharp", + "branch": "", + "hash": "0c868a5b5067eb62f0fb646eae71d65d649be73e", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/0c868a5b5067eb62f0fb646eae71d65d649be73e.diff" + }, + "fsharp@2adf45d": { + "repo": "fsharp", + "branch": "", + "hash": "2adf45dc747356a36e16f7c46194aae73e97b760", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/2adf45dc747356a36e16f7c46194aae73e97b760.diff" + }, + "fsharp@bf62ec0": { + "repo": "fsharp", + "branch": "", + "hash": "bf62ec02f92e48d79956a6a8a48432f61ecbc8b3", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/bf62ec02f92e48d79956a6a8a48432f61ecbc8b3.diff" + }, + "fsharp@df38aef": { + "repo": "fsharp", + "branch": "", + "hash": "df38aef76c1b3882bc527423f0d289f4d58ea81f", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/df38aef76c1b3882bc527423f0d289f4d58ea81f.diff" + }, + "fsharp@358d088": { + "repo": "fsharp", + "branch": "", + "hash": "358d08851d8b35d12636368be61723384ebb21e0", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/358d08851d8b35d12636368be61723384ebb21e0.diff" + }, + "fsharp@3ee2a3e": { + "repo": "fsharp", + "branch": "", + "hash": "3ee2a3e5cf0844d3ee8c8948c31b8b3d482f8747", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/3ee2a3e5cf0844d3ee8c8948c31b8b3d482f8747.diff" + }, + "fsharp@f540da5": { + "repo": "fsharp", + "branch": "", + "hash": "f540da58ee00bc8586acf2c999b0e184d5879ee7", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/f540da58ee00bc8586acf2c999b0e184d5879ee7.diff" + }, + "fsharp@68fb63d": { + "repo": "fsharp", + "branch": "", + "hash": "68fb63daa05d38077a4ba32740ef7deda7ebded2", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/68fb63daa05d38077a4ba32740ef7deda7ebded2.diff" + }, + "fsharp@f3b6407": { + "repo": "fsharp", + "branch": "", + "hash": "f3b64070187562917127559007096b1c91535bb0", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/f3b64070187562917127559007096b1c91535bb0.diff" + }, + "fsharp@7d031d3": { + "repo": "fsharp", + "branch": "", + "hash": "7d031d3c3df3550d35da058803a8de86fde25336", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/7d031d3c3df3550d35da058803a8de86fde25336.diff" + }, + "fsharp@b0bb2f0": { + "repo": "fsharp", + "branch": "", + "hash": "b0bb2f0e8e58013d1622618aea1c40d8544e2f0c", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/b0bb2f0e8e58013d1622618aea1c40d8544e2f0c.diff" + }, + "fsharp@8254128": { + "repo": "fsharp", + "branch": "", + "hash": "82541281449defde04cd235e45afdbb8f13fd46f", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/82541281449defde04cd235e45afdbb8f13fd46f.diff" + }, + "fsharp@1775f42": { + "repo": "fsharp", + "branch": "", + "hash": "1775f42ae10379254d8a3c000ffcd27cd4ec0390", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/1775f42ae10379254d8a3c000ffcd27cd4ec0390.diff" + }, + "fsharp@4e25902": { + "repo": "fsharp", + "branch": "", + "hash": "4e259025c7d7e1a9a62f7b036ecaf22a9a545912", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/4e259025c7d7e1a9a62f7b036ecaf22a9a545912.diff" + }, + "fsharp@4b57615": { + "repo": "fsharp", + "branch": "", + "hash": "4b576150c2ba0429c497c564c1df4c54b5634820", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/4b576150c2ba0429c497c564c1df4c54b5634820.diff" + }, + "fsharp@af3a8eb": { + "repo": "fsharp", + "branch": "", + "hash": "af3a8eb81cd203be96fb61456a0fbc5b1d806c6d", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/af3a8eb81cd203be96fb61456a0fbc5b1d806c6d.diff" + }, + "fsharp@7e0ab7a": { + "repo": "fsharp", + "branch": "", + "hash": "7e0ab7a496191977a2d913c79f8a304e949f0102", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/7e0ab7a496191977a2d913c79f8a304e949f0102.diff" + }, + "fsharp@af6c784": { + "repo": "fsharp", + "branch": "", + "hash": "af6c784639ac4f73834c221ea5221cee72860732", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/af6c784639ac4f73834c221ea5221cee72860732.diff" + }, + "fsharp@02b1081": { + "repo": "fsharp", + "branch": "", + "hash": "02b10817a67ba7e5ff71b84a4996c6cca0afcc5a", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/02b10817a67ba7e5ff71b84a4996c6cca0afcc5a.diff" + }, + "fsharp@9b016f5": { + "repo": "fsharp", + "branch": "", + "hash": "9b016f52321e2572cb99d0952bd743f0aedf1edd", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/9b016f52321e2572cb99d0952bd743f0aedf1edd.diff" + }, + "fsharp@7580b31": { + "repo": "fsharp", + "branch": "", + "hash": "7580b314b4b676f23ab9edd3400852071b224796", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/7580b314b4b676f23ab9edd3400852071b224796.diff" + }, + "fsharp@3550f3c": { + "repo": "fsharp", + "branch": "", + "hash": "3550f3c80b89f6a8d9c407258d09d3bf7b6f2934", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/3550f3c80b89f6a8d9c407258d09d3bf7b6f2934.diff" + }, + "fsharp@6a5df48": { + "repo": "fsharp", + "branch": "", + "hash": "6a5df482320bb76c2274779fbe4f941bd61c223d", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/6a5df482320bb76c2274779fbe4f941bd61c223d.diff" + }, + "fsharp@599a99f": { + "repo": "fsharp", + "branch": "", + "hash": "599a99fd2e6b2eabc2a1e66559ef5820183e2ea4", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/599a99fd2e6b2eabc2a1e66559ef5820183e2ea4.diff" + }, + "fsharp@d507366": { + "repo": "fsharp", + "branch": "", + "hash": "d507366c16c1b57039f68f35cef33c4327a97e72", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/d507366c16c1b57039f68f35cef33c4327a97e72.diff" + }, + "fsharp@d85a74c": { + "repo": "fsharp", + "branch": "", + "hash": "d85a74ce3f4a035dc0d43570a086223dc118fa66", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/d85a74ce3f4a035dc0d43570a086223dc118fa66.diff" + }, + "fsharp@6f0e1ed": { + "repo": "fsharp", + "branch": "", + "hash": "6f0e1ed26713d172d3375570276f74b2c25696b7", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/6f0e1ed26713d172d3375570276f74b2c25696b7.diff" + }, + "fsharp@1f46886": { + "repo": "fsharp", + "branch": "", + "hash": "1f468868e78dbdec73a9a44938978dc297e4f890", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/1f468868e78dbdec73a9a44938978dc297e4f890.diff" + }, + "fsharp@a88269a": { + "repo": "fsharp", + "branch": "", + "hash": "a88269a90fbeb0cf763a919f17a085564b258512", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/a88269a90fbeb0cf763a919f17a085564b258512.diff" + }, + "fsharp@85d7cb1": { + "repo": "fsharp", + "branch": "", + "hash": "85d7cb1fc8a756c40e12fc79c6ee5cb2219c9b6e", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/85d7cb1fc8a756c40e12fc79c6ee5cb2219c9b6e.diff" + }, + "fsharp@0539af7": { + "repo": "fsharp", + "branch": "", + "hash": "0539af75495d30bb9d3aedbc8ecb3143098ecd28", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/0539af75495d30bb9d3aedbc8ecb3143098ecd28.diff" + }, + "fsharp@ead77d1": { + "repo": "fsharp", + "branch": "", + "hash": "ead77d120df5128f7889a21e375fc712a2cb79f8", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/ead77d120df5128f7889a21e375fc712a2cb79f8.diff" + }, + "fsharp@98c4774": { + "repo": "fsharp", + "branch": "", + "hash": "98c4774d9c65a7cd97e370b4c3598b99741122ca", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/98c4774d9c65a7cd97e370b4c3598b99741122ca.diff" + }, + "fsharp@5bcca43": { + "repo": "fsharp", + "branch": "", + "hash": "5bcca434c6272b4e133c311a42e1eaf755a66e91", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/5bcca434c6272b4e133c311a42e1eaf755a66e91.diff" + }, + "fsharp@bd2823e": { + "repo": "fsharp", + "branch": "", + "hash": "bd2823e2d07c84f987b4029bce12c19ac10d6a2b", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/bd2823e2d07c84f987b4029bce12c19ac10d6a2b.diff" + }, + "fsharp@1c1ba20": { + "repo": "fsharp", + "branch": "", + "hash": "1c1ba20900c90e0180bfca152d8df7c4b8a8b5aa", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/1c1ba20900c90e0180bfca152d8df7c4b8a8b5aa.diff" + }, + "fsharp@40e815c": { + "repo": "fsharp", + "branch": "", + "hash": "40e815cf51cdf73050504900037c45e97c2eac38", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/40e815cf51cdf73050504900037c45e97c2eac38.diff" + }, + "fsharp@3319018": { + "repo": "fsharp", + "branch": "", + "hash": "33190187d7f00c2c1ca8eac9c94cb68d7e3ed9df", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/33190187d7f00c2c1ca8eac9c94cb68d7e3ed9df.diff" + }, + "fsharp@b74a9e1": { + "repo": "fsharp", + "branch": "", + "hash": "b74a9e15e500b1b9a99fd3bc976fa9fdeb67a8e8", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/b74a9e15e500b1b9a99fd3bc976fa9fdeb67a8e8.diff" + }, + "fsharp@9567ee7": { + "repo": "fsharp", + "branch": "", + "hash": "9567ee7acaff24a2dfa1c0dbdb4fc8a3a6f0472e", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/9567ee7acaff24a2dfa1c0dbdb4fc8a3a6f0472e.diff" + }, + "fsharp@be571c3": { + "repo": "fsharp", + "branch": "", + "hash": "be571c348c9dc8b2185145fefaa7da033f3d6ab4", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/be571c348c9dc8b2185145fefaa7da033f3d6ab4.diff" + }, + "fsharp@03feed2": { + "repo": "fsharp", + "branch": "", + "hash": "03feed21614447fe391f28fcebb59198892f402b", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/03feed21614447fe391f28fcebb59198892f402b.diff" + }, + "fsharp@f325ba2": { + "repo": "fsharp", + "branch": "", + "hash": "f325ba255f799afc62d668b1642969bcc071d33f", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/f325ba255f799afc62d668b1642969bcc071d33f.diff" + }, + "fsharp@6e6833a": { + "repo": "fsharp", + "branch": "", + "hash": "6e6833a18bcc23ac01ea0b3740d9efdf3a831806", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/6e6833a18bcc23ac01ea0b3740d9efdf3a831806.diff" + }, + "fsharp@0b91207": { + "repo": "fsharp", + "branch": "", + "hash": "0b91207e844d831f2be6b39dff72c6e47ec10743", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/0b91207e844d831f2be6b39dff72c6e47ec10743.diff" + }, + "fsharp@295146c": { + "repo": "fsharp", + "branch": "", + "hash": "295146c9803d05f30ca218f76dd389553829c7bb", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/295146c9803d05f30ca218f76dd389553829c7bb.diff" + }, + "fsharp@2bd5398": { + "repo": "fsharp", + "branch": "", + "hash": "2bd53982e0e5e4535327403185af59d612da67a4", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/2bd53982e0e5e4535327403185af59d612da67a4.diff" + }, + "fsharp@763cf17": { + "repo": "fsharp", + "branch": "", + "hash": "763cf17b61ef56850c636bb58785dca775d86ce7", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/763cf17b61ef56850c636bb58785dca775d86ce7.diff" + }, + "fsharp@872352f": { + "repo": "fsharp", + "branch": "", + "hash": "872352f261b22e130d03c5506cd06fbaa71a8234", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/872352f261b22e130d03c5506cd06fbaa71a8234.diff" + }, + "fsharp@ce2a17a": { + "repo": "fsharp", + "branch": "", + "hash": "ce2a17ae249162a3436f4a298535b3f264807ee6", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/ce2a17ae249162a3436f4a298535b3f264807ee6.diff" + }, + "fsharp@ad11468": { + "repo": "fsharp", + "branch": "", + "hash": "ad11468b89e3ba27e8f6c3b95038fc3c049b8dfc", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/ad11468b89e3ba27e8f6c3b95038fc3c049b8dfc.diff" + }, + "fsharp@c3c01c9": { + "repo": "fsharp", + "branch": "", + "hash": "c3c01c991d17643700d343cee5c5a1e20c06ce03", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/c3c01c991d17643700d343cee5c5a1e20c06ce03.diff" + }, + "fsharp@7815bd1": { + "repo": "fsharp", + "branch": "", + "hash": "7815bd1fa232cc4ba7f0947eea2a92ae60b215d4", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/7815bd1fa232cc4ba7f0947eea2a92ae60b215d4.diff" + }, + "fsharp@a0e6e01": { + "repo": "fsharp", + "branch": "", + "hash": "a0e6e0162f5fc1c87897f292c7603de356a971d6", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/a0e6e0162f5fc1c87897f292c7603de356a971d6.diff" + }, + "fsharp@db60550": { + "repo": "fsharp", + "branch": "", + "hash": "db60550de46951f3cd2370be713c77a21156a396", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/db60550de46951f3cd2370be713c77a21156a396.diff" + }, + "fsharp@e86257a": { + "repo": "fsharp", + "branch": "", + "hash": "e86257a882054a2637521e1b2260cdb3bafe6720", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/e86257a882054a2637521e1b2260cdb3bafe6720.diff" + }, + "fsharp@0abb33d": { + "repo": "fsharp", + "branch": "", + "hash": "0abb33dc3d369362e698ff4ac979b484e68f9a20", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/0abb33dc3d369362e698ff4ac979b484e68f9a20.diff" + }, + "fsharp@ecc1b2d": { + "repo": "fsharp", + "branch": "", + "hash": "ecc1b2d5bebb6f38b3c2f93dfcc2866fa39ddbec", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/ecc1b2d5bebb6f38b3c2f93dfcc2866fa39ddbec.diff" + }, + "fsharp@76853e0": { + "repo": "fsharp", + "branch": "", + "hash": "76853e03b7afa3fd4dde0d10f0580ef8d16470d9", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/76853e03b7afa3fd4dde0d10f0580ef8d16470d9.diff" + }, + "fsharp@39cadd9": { + "repo": "fsharp", + "branch": "", + "hash": "39cadd93ba9606443b27a2f04a281229110215b5", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/39cadd93ba9606443b27a2f04a281229110215b5.diff" + }, + "fsharp@583e30a": { + "repo": "fsharp", + "branch": "", + "hash": "583e30a16666385630af6e606358edde3fd5b582", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/583e30a16666385630af6e606358edde3fd5b582.diff" + }, + "fsharp@27640fd": { + "repo": "fsharp", + "branch": "", + "hash": "27640fdd1efd565ed9e68e909d07f5390fd8ac3e", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/27640fdd1efd565ed9e68e909d07f5390fd8ac3e.diff" + }, + "fsharp@9b0021e": { + "repo": "fsharp", + "branch": "", + "hash": "9b0021e84c0ab03bca98ca70191cbae19af2e166", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/9b0021e84c0ab03bca98ca70191cbae19af2e166.diff" + }, + "fsharp@2535da2": { + "repo": "fsharp", + "branch": "", + "hash": "2535da2079a7e7346850b4682e59b2364f4f0ace", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/2535da2079a7e7346850b4682e59b2364f4f0ace.diff" + }, + "fsharp@c96841a": { + "repo": "fsharp", + "branch": "", + "hash": "c96841ab0602f5b31f3b2ca618e007b934ccb38e", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/c96841ab0602f5b31f3b2ca618e007b934ccb38e.diff" + }, + "fsharp@69883ce": { + "repo": "fsharp", + "branch": "", + "hash": "69883cee61d232a127ed3a94843b81793d8069ce", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/69883cee61d232a127ed3a94843b81793d8069ce.diff" + }, + "fsharp@d5b8050": { + "repo": "fsharp", + "branch": "", + "hash": "d5b8050409851c7e06fe5e72f0bf3b8ac8280d14", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/d5b8050409851c7e06fe5e72f0bf3b8ac8280d14.diff" + }, + "fsharp@92fd65a": { + "repo": "fsharp", + "branch": "", + "hash": "92fd65af696e38969fbeb628ca34912a357cee0c", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/92fd65af696e38969fbeb628ca34912a357cee0c.diff" + }, + "fsharp@9574160": { + "repo": "fsharp", + "branch": "", + "hash": "957416039313bac90b69c0e7cd16845cdf62a35a", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/957416039313bac90b69c0e7cd16845cdf62a35a.diff" + }, + "fsharp@e21d943": { + "repo": "fsharp", + "branch": "", + "hash": "e21d9434d6acfd497e9e422b6e1ba38d13beca7c", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/e21d9434d6acfd497e9e422b6e1ba38d13beca7c.diff" + }, + "fsharp@2df9601": { + "repo": "fsharp", + "branch": "", + "hash": "2df9601d56043209b9a6b05103cb03702c11e0a5", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/2df9601d56043209b9a6b05103cb03702c11e0a5.diff" + }, + "fsharp@fd0ba7e": { + "repo": "fsharp", + "branch": "", + "hash": "fd0ba7e86cd3d31686c668587f2263a58436037f", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/fd0ba7e86cd3d31686c668587f2263a58436037f.diff" + }, + "fsharp@ec82b94": { + "repo": "fsharp", + "branch": "", + "hash": "ec82b948c5dbe18117f4066cc558c4f65c1c0a1c", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/ec82b948c5dbe18117f4066cc558c4f65c1c0a1c.diff" + }, + "fsharp@a5df95f": { + "repo": "fsharp", + "branch": "", + "hash": "a5df95f9fdc611690273c3495b613ba302bd4108", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/a5df95f9fdc611690273c3495b613ba302bd4108.diff" + }, + "fsharp@8769cdf": { + "repo": "fsharp", + "branch": "", + "hash": "8769cdfd6ec0d2164eaba80735389b5678d0fcba", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/8769cdfd6ec0d2164eaba80735389b5678d0fcba.diff" + }, + "fsharp@e3f8143": { + "repo": "fsharp", + "branch": "", + "hash": "e3f81434cd5bab925849779be9a7fb2df3bcab0a", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/e3f81434cd5bab925849779be9a7fb2df3bcab0a.diff" + }, + "fsharp@c7d923c": { + "repo": "fsharp", + "branch": "", + "hash": "c7d923c268a2d4bea43b3027938dc323e725021a", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/c7d923c268a2d4bea43b3027938dc323e725021a.diff" + }, + "fsharp@2187bab": { + "repo": "fsharp", + "branch": "", + "hash": "2187babd9f402dd1003f441c38af7d734a2a7bc0", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/2187babd9f402dd1003f441c38af7d734a2a7bc0.diff" + }, + "fsharp@7355966": { + "repo": "fsharp", + "branch": "", + "hash": "73559669d1a3d24e5e37db6435c093da2f9a8fc6", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/73559669d1a3d24e5e37db6435c093da2f9a8fc6.diff" + }, + "fsharp@7487bd1": { + "repo": "fsharp", + "branch": "", + "hash": "7487bd1e51ab9f7fd930d2f013f53853d46741fc", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/7487bd1e51ab9f7fd930d2f013f53853d46741fc.diff" + }, + "fsharp@25dd46b": { + "repo": "fsharp", + "branch": "", + "hash": "25dd46b39b8420d2ed6618addc2fe7751062cf88", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/25dd46b39b8420d2ed6618addc2fe7751062cf88.diff" + }, + "fsharp@c517263": { + "repo": "fsharp", + "branch": "", + "hash": "c5172631c72c397ca0df33796933086d7940bf8f", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/c5172631c72c397ca0df33796933086d7940bf8f.diff" + }, + "fsharp@1b7bba3": { + "repo": "fsharp", + "branch": "", + "hash": "1b7bba335c77ebab5a5eeda2232fccb115410747", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/1b7bba335c77ebab5a5eeda2232fccb115410747.diff" + }, + "fsharp@cd1d180": { + "repo": "fsharp", + "branch": "", + "hash": "cd1d18047074abc13785eec763195a172ccf9986", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/cd1d18047074abc13785eec763195a172ccf9986.diff" + }, + "fsharp@836319f": { + "repo": "fsharp", + "branch": "", + "hash": "836319f2e5ea5eb4c8a9a68ed127f86f1795aef5", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/836319f2e5ea5eb4c8a9a68ed127f86f1795aef5.diff" + }, + "fsharp@cb87e57": { + "repo": "fsharp", + "branch": "", + "hash": "cb87e57d2bd07e0c3e0f02a4a2077eb2378721a5", + "org": "dotnet", + "url": "https://github.com/dotnet/fsharp/commit/cb87e57d2bd07e0c3e0f02a4a2077eb2378721a5.diff" + }, + "msbuild@50afea8": { + "repo": "msbuild", + "branch": "", + "hash": "50afea8cba5a6545e13e3fcbc081e365d17064b2", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/50afea8cba5a6545e13e3fcbc081e365d17064b2.diff" + }, + "msbuild@848fe4d": { + "repo": "msbuild", + "branch": "", + "hash": "848fe4dd93321f01d8dbc4fb48f1a3b15f5e6ecf", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/848fe4dd93321f01d8dbc4fb48f1a3b15f5e6ecf.diff" + }, + "msbuild@264c606": { + "repo": "msbuild", + "branch": "", + "hash": "264c6060db169355da93753029b60746f3223bfe", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/264c6060db169355da93753029b60746f3223bfe.diff" + }, + "msbuild@f86b024": { + "repo": "msbuild", + "branch": "", + "hash": "f86b024057a0a8140d3c69624f0c0d833d4333ab", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/f86b024057a0a8140d3c69624f0c0d833d4333ab.diff" + }, + "msbuild@932ab6a": { + "repo": "msbuild", + "branch": "", + "hash": "932ab6af603d141c92c2ecfc712f9ff31bf70247", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/932ab6af603d141c92c2ecfc712f9ff31bf70247.diff" + }, + "msbuild@b013a87": { + "repo": "msbuild", + "branch": "", + "hash": "b013a87102cabde304ed1da9b864fd500f1c6e32", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/b013a87102cabde304ed1da9b864fd500f1c6e32.diff" + }, + "msbuild@20e99d4": { + "repo": "msbuild", + "branch": "", + "hash": "20e99d48a582480fd617f634e2420e2dac64adb4", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/20e99d48a582480fd617f634e2420e2dac64adb4.diff" + }, + "msbuild@c76c3f7": { + "repo": "msbuild", + "branch": "", + "hash": "c76c3f764f65b2f156a9dc640b957c366d8b56a9", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/c76c3f764f65b2f156a9dc640b957c366d8b56a9.diff" + }, + "msbuild@6a97bb0": { + "repo": "msbuild", + "branch": "", + "hash": "6a97bb03c2214b9522bccfaf354231c78d8606b5", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/6a97bb03c2214b9522bccfaf354231c78d8606b5.diff" + }, + "msbuild@e5ebe15": { + "repo": "msbuild", + "branch": "", + "hash": "e5ebe15655a6be2b2e3209464d0cde1b8825ab57", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/e5ebe15655a6be2b2e3209464d0cde1b8825ab57.diff" + }, + "msbuild@fe7af3a": { + "repo": "msbuild", + "branch": "", + "hash": "fe7af3af0fedae8b541723c3b5bd390aec185455", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/fe7af3af0fedae8b541723c3b5bd390aec185455.diff" + }, + "msbuild@6df67e9": { + "repo": "msbuild", + "branch": "", + "hash": "6df67e9631fef6e558750ef8f4b61f5d7dbb0e8a", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/6df67e9631fef6e558750ef8f4b61f5d7dbb0e8a.diff" + }, + "msbuild@225d17f": { + "repo": "msbuild", + "branch": "", + "hash": "225d17fea01850c8d167439b2f1f79c6b66ee431", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/225d17fea01850c8d167439b2f1f79c6b66ee431.diff" + }, + "msbuild@cbe2bab": { + "repo": "msbuild", + "branch": "", + "hash": "cbe2babc5380f24f47157cf491f60c36f0dfa649", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/cbe2babc5380f24f47157cf491f60c36f0dfa649.diff" + }, + "msbuild@fc2a3be": { + "repo": "msbuild", + "branch": "", + "hash": "fc2a3be323aab30592007fd9f8c844552f142ec7", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/fc2a3be323aab30592007fd9f8c844552f142ec7.diff" + }, + "msbuild@3f8df22": { + "repo": "msbuild", + "branch": "", + "hash": "3f8df2278493d05cfdccf2832a833ccb758fa59a", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/3f8df2278493d05cfdccf2832a833ccb758fa59a.diff" + }, + "msbuild@9b5c9da": { + "repo": "msbuild", + "branch": "", + "hash": "9b5c9daa4c58a5afea5748333eeb994881e9dec8", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/9b5c9daa4c58a5afea5748333eeb994881e9dec8.diff" + }, + "msbuild@5bb6c79": { + "repo": "msbuild", + "branch": "", + "hash": "5bb6c79900afee521c1b269ff75034a73fcd8bab", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/5bb6c79900afee521c1b269ff75034a73fcd8bab.diff" + }, + "msbuild@288cc6e": { + "repo": "msbuild", + "branch": "", + "hash": "288cc6e0cd3777818a835fc6036ecc101a32e83f", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/288cc6e0cd3777818a835fc6036ecc101a32e83f.diff" + }, + "msbuild@8dd97da": { + "repo": "msbuild", + "branch": "", + "hash": "8dd97da0352fbd1a45253732545f495a91bf67d2", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/8dd97da0352fbd1a45253732545f495a91bf67d2.diff" + }, + "msbuild@d1f8fe6": { + "repo": "msbuild", + "branch": "", + "hash": "d1f8fe6f51bb1c4233acfe95056da5be9eea6282", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/d1f8fe6f51bb1c4233acfe95056da5be9eea6282.diff" + }, + "msbuild@e2ae904": { + "repo": "msbuild", + "branch": "", + "hash": "e2ae90420b0fe3db1c9321470b2ef53eea9a0ba0", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/e2ae90420b0fe3db1c9321470b2ef53eea9a0ba0.diff" + }, + "msbuild@9cee5f7": { + "repo": "msbuild", + "branch": "", + "hash": "9cee5f73fccabb37e01a469031828b01d5c32fda", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/9cee5f73fccabb37e01a469031828b01d5c32fda.diff" + }, + "msbuild@f662d33": { + "repo": "msbuild", + "branch": "", + "hash": "f662d338e4326bf8ecef25c4df173262a24b87a2", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/f662d338e4326bf8ecef25c4df173262a24b87a2.diff" + }, + "msbuild@0f09213": { + "repo": "msbuild", + "branch": "", + "hash": "0f0921337046a8ee7ffb208d72fb1acf28dc9041", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/0f0921337046a8ee7ffb208d72fb1acf28dc9041.diff" + }, + "msbuild@ff2108e": { + "repo": "msbuild", + "branch": "", + "hash": "ff2108eaa062584e7780a0b08fb9806364560039", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/ff2108eaa062584e7780a0b08fb9806364560039.diff" + }, + "msbuild@20e5760": { + "repo": "msbuild", + "branch": "", + "hash": "20e5760dc919d95cb009035cad0a50317632a110", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/20e5760dc919d95cb009035cad0a50317632a110.diff" + }, + "msbuild@605d695": { + "repo": "msbuild", + "branch": "", + "hash": "605d695dc6e636aded93ea5fa4e9904f6c751aef", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/605d695dc6e636aded93ea5fa4e9904f6c751aef.diff" + }, + "msbuild@41d346d": { + "repo": "msbuild", + "branch": "", + "hash": "41d346d42bd37e1dc8f8bab1c5a945fc57ea1086", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/41d346d42bd37e1dc8f8bab1c5a945fc57ea1086.diff" + }, + "msbuild@684c216": { + "repo": "msbuild", + "branch": "", + "hash": "684c21697a505ddccecb7414865d1c3d84ff871e", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/684c21697a505ddccecb7414865d1c3d84ff871e.diff" + }, + "msbuild@5e982ce": { + "repo": "msbuild", + "branch": "", + "hash": "5e982ce6fc6e1a9aefd775426e6fa7d33223eee4", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/5e982ce6fc6e1a9aefd775426e6fa7d33223eee4.diff" + }, + "msbuild@1549919": { + "repo": "msbuild", + "branch": "", + "hash": "1549919fe1d4944fab69267eb43b9405ea7e0356", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/1549919fe1d4944fab69267eb43b9405ea7e0356.diff" + }, + "msbuild@2a2f251": { + "repo": "msbuild", + "branch": "", + "hash": "2a2f251de578318d4e3440e6187773fba685be1d", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/2a2f251de578318d4e3440e6187773fba685be1d.diff" + }, + "msbuild@12afa00": { + "repo": "msbuild", + "branch": "", + "hash": "12afa005775ca93d50bb26130500785329836788", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/12afa005775ca93d50bb26130500785329836788.diff" + }, + "msbuild@41053b8": { + "repo": "msbuild", + "branch": "", + "hash": "41053b8c658c0bc8ae180cfa054ba44d91232d9d", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/41053b8c658c0bc8ae180cfa054ba44d91232d9d.diff" + }, + "msbuild@a4daced": { + "repo": "msbuild", + "branch": "", + "hash": "a4daced7f25e1a84e5040f022bab5dfec8affa20", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/a4daced7f25e1a84e5040f022bab5dfec8affa20.diff" + }, + "msbuild@d6f0b06": { + "repo": "msbuild", + "branch": "", + "hash": "d6f0b0696ea3013f946c09866cdc17776ce90412", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/d6f0b0696ea3013f946c09866cdc17776ce90412.diff" + }, + "msbuild@e0836c4": { + "repo": "msbuild", + "branch": "", + "hash": "e0836c4869ad26679049e4c4b2e8881c376773b4", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/e0836c4869ad26679049e4c4b2e8881c376773b4.diff" + }, + "msbuild@a146f11": { + "repo": "msbuild", + "branch": "", + "hash": "a146f11881a3c6bea60e65dcc0fb5374e32f6a6f", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/a146f11881a3c6bea60e65dcc0fb5374e32f6a6f.diff" + }, + "msbuild@4a70cbb": { + "repo": "msbuild", + "branch": "", + "hash": "4a70cbbd4c668210192b40be5f3ba8ee372dd9be", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/4a70cbbd4c668210192b40be5f3ba8ee372dd9be.diff" + }, + "msbuild@77a329b": { + "repo": "msbuild", + "branch": "", + "hash": "77a329bb10463d50dcb53871e2251d4d5f0fc3b1", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/77a329bb10463d50dcb53871e2251d4d5f0fc3b1.diff" + }, + "msbuild@2da00fb": { + "repo": "msbuild", + "branch": "", + "hash": "2da00fb7a1d95dab266bfbb2cb9f0abf91984241", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/2da00fb7a1d95dab266bfbb2cb9f0abf91984241.diff" + }, + "msbuild@41c77a9": { + "repo": "msbuild", + "branch": "", + "hash": "41c77a9f737518176c6efd170f8f0915d2f65c12", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/41c77a9f737518176c6efd170f8f0915d2f65c12.diff" + }, + "msbuild@a76579a": { + "repo": "msbuild", + "branch": "", + "hash": "a76579a9915890386ea924847f421c920d9ee505", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/a76579a9915890386ea924847f421c920d9ee505.diff" + }, + "msbuild@e7db4dc": { + "repo": "msbuild", + "branch": "", + "hash": "e7db4dc777fe29693de0972c1cd2c426e0d6ec3f", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/e7db4dc777fe29693de0972c1cd2c426e0d6ec3f.diff" + }, + "msbuild@20e03ef": { + "repo": "msbuild", + "branch": "", + "hash": "20e03ef96d0fabbcf142321017e584d6b5656595", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/20e03ef96d0fabbcf142321017e584d6b5656595.diff" + }, + "msbuild@c2c2ee1": { + "repo": "msbuild", + "branch": "", + "hash": "c2c2ee141419618ba63555962bd8666efe0f7b87", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/c2c2ee141419618ba63555962bd8666efe0f7b87.diff" + }, + "msbuild@73b6615": { + "repo": "msbuild", + "branch": "", + "hash": "73b6615fe04a0cf199f1283438ddda0d857a17d4", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/73b6615fe04a0cf199f1283438ddda0d857a17d4.diff" + }, + "msbuild@c5037dc": { + "repo": "msbuild", + "branch": "", + "hash": "c5037dc83edf7a81fc141e00a6d12eb41b74ab43", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/c5037dc83edf7a81fc141e00a6d12eb41b74ab43.diff" + }, + "msbuild@84d3e95": { + "repo": "msbuild", + "branch": "", + "hash": "84d3e95b46e9154d9504eba69a5fbc6993ff543d", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/84d3e95b46e9154d9504eba69a5fbc6993ff543d.diff" + }, + "msbuild@94dd443": { + "repo": "msbuild", + "branch": "", + "hash": "94dd44374c84ba2d148f17f78bb48b1c440776ec", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/94dd44374c84ba2d148f17f78bb48b1c440776ec.diff" + }, + "msbuild@7e80e70": { + "repo": "msbuild", + "branch": "", + "hash": "7e80e70cc34b5b8532563154f9f4a846859592ae", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/7e80e70cc34b5b8532563154f9f4a846859592ae.diff" + }, + "msbuild@933255e": { + "repo": "msbuild", + "branch": "", + "hash": "933255e6e50c0114a51d249f2d47fbd2e3c6b12c", + "org": "dotnet", + "url": "https://github.com/dotnet/msbuild/commit/933255e6e50c0114a51d249f2d47fbd2e3c6b12c.diff" + }, + "nuget-client@9f5248f": { + "repo": "nuget-client", + "branch": "", + "hash": "9f5248ff4e95b5914dd72232ea7d0583c0fb7ba9", + "org": "nuget", + "url": "https://github.com/nuget/nuget.client/commit/9f5248ff4e95b5914dd72232ea7d0583c0fb7ba9.diff" + }, + "nuget-client@44523a4": { + "repo": "nuget-client", + "branch": "", + "hash": "44523a45152c36530bde3bdf1b05dc7b27ea9fa0", + "org": "nuget", + "url": "https://github.com/nuget/nuget.client/commit/44523a45152c36530bde3bdf1b05dc7b27ea9fa0.diff" + }, + "nuget-client@76b3a60": { + "repo": "nuget-client", + "branch": "", + "hash": "76b3a60499f1e0ffdd6d406f2f07bc04758d94cf", + "org": "nuget", + "url": "https://github.com/nuget/nuget.client/commit/76b3a60499f1e0ffdd6d406f2f07bc04758d94cf.diff" + }, + "nuget-client@fb4c283": { + "repo": "nuget-client", + "branch": "", + "hash": "fb4c283b46d0e5811f44e6f13a0106061d08ed64", + "org": "nuget", + "url": "https://github.com/nuget/nuget.client/commit/fb4c283b46d0e5811f44e6f13a0106061d08ed64.diff" + }, + "nuget-client@e03bbf8": { + "repo": "nuget-client", + "branch": "", + "hash": "e03bbf80c8afb444ac7914b3b37837ae6e25d6eb", + "org": "nuget", + "url": "https://github.com/nuget/nuget.client/commit/e03bbf80c8afb444ac7914b3b37837ae6e25d6eb.diff" + }, + "nuget-client@7e77192": { + "repo": "nuget-client", + "branch": "", + "hash": "7e771929309d13e0037ddc6cfcc9020b8c36d8d9", + "org": "nuget", + "url": "https://github.com/nuget/nuget.client/commit/7e771929309d13e0037ddc6cfcc9020b8c36d8d9.diff" + }, + "nuget-client@ae4971f": { + "repo": "nuget-client", + "branch": "", + "hash": "ae4971fc01cdccfc39d930febcca5325a1f255bc", + "org": "nuget", + "url": "https://github.com/nuget/nuget.client/commit/ae4971fc01cdccfc39d930febcca5325a1f255bc.diff" + }, + "nuget-client@a42f952": { + "repo": "nuget-client", + "branch": "", + "hash": "a42f95234645401e2bd7b7cfc3e0ea9718548243", + "org": "nuget", + "url": "https://github.com/nuget/nuget.client/commit/a42f95234645401e2bd7b7cfc3e0ea9718548243.diff" + }, + "nuget-client@06ee0a5": { + "repo": "nuget-client", + "branch": "", + "hash": "06ee0a59e6b0a6229fc9594d860b8623060d1dd2", + "org": "nuget", + "url": "https://github.com/nuget/nuget.client/commit/06ee0a59e6b0a6229fc9594d860b8623060d1dd2.diff" + }, + "nuget-client@e863e23": { + "repo": "nuget-client", + "branch": "", + "hash": "e863e234575183e861c784ef786ae5da0008d018", + "org": "nuget", + "url": "https://github.com/nuget/nuget.client/commit/e863e234575183e861c784ef786ae5da0008d018.diff" + }, + "nuget-client@0abad6a": { + "repo": "nuget-client", + "branch": "", + "hash": "0abad6ac4116a6c8246c85eacff1abd2f235b174", + "org": "nuget", + "url": "https://github.com/nuget/nuget.client/commit/0abad6ac4116a6c8246c85eacff1abd2f235b174.diff" + }, + "nuget-client@bfeb9ff": { + "repo": "nuget-client", + "branch": "", + "hash": "bfeb9ffee240db6e444f20973d0e731d8ee894f2", + "org": "nuget", + "url": "https://github.com/nuget/nuget.client/commit/bfeb9ffee240db6e444f20973d0e731d8ee894f2.diff" + }, + "nuget-client@4de61f2": { + "repo": "nuget-client", + "branch": "", + "hash": "4de61f2e73fa722a779edb0bcd438da5acfa9630", + "org": "nuget", + "url": "https://github.com/nuget/nuget.client/commit/4de61f2e73fa722a779edb0bcd438da5acfa9630.diff" + }, + "nuget-client@398128e": { + "repo": "nuget-client", + "branch": "", + "hash": "398128ede8a5e7027383e41fa69670ab9813aecb", + "org": "nuget", + "url": "https://github.com/nuget/nuget.client/commit/398128ede8a5e7027383e41fa69670ab9813aecb.diff" + }, + "nuget-client@5f97df1": { + "repo": "nuget-client", + "branch": "", + "hash": "5f97df1713e073ddeaed4e133c287564f8aad149", + "org": "nuget", + "url": "https://github.com/nuget/nuget.client/commit/5f97df1713e073ddeaed4e133c287564f8aad149.diff" + }, + "nuget-client@1f130f6": { + "repo": "nuget-client", + "branch": "", + "hash": "1f130f612623d7922c8f59dfa1ca5ef52cef5c19", + "org": "nuget", + "url": "https://github.com/nuget/nuget.client/commit/1f130f612623d7922c8f59dfa1ca5ef52cef5c19.diff" + }, + "nuget-client@106309a": { + "repo": "nuget-client", + "branch": "", + "hash": "106309a5e530a26b4b9b56e986b90fb317c7c9df", + "org": "nuget", + "url": "https://github.com/nuget/nuget.client/commit/106309a5e530a26b4b9b56e986b90fb317c7c9df.diff" + }, + "nuget-client@461fa93": { + "repo": "nuget-client", + "branch": "", + "hash": "461fa933c3f2aa16ba3049961420951ed8b26ba4", + "org": "nuget", + "url": "https://github.com/nuget/nuget.client/commit/461fa933c3f2aa16ba3049961420951ed8b26ba4.diff" + }, + "nuget-client@ffd4cc1": { + "repo": "nuget-client", + "branch": "", + "hash": "ffd4cc18f9b8c6e6eeb8a4beea0bb1c5d5608c0c", + "org": "nuget", + "url": "https://github.com/nuget/nuget.client/commit/ffd4cc18f9b8c6e6eeb8a4beea0bb1c5d5608c0c.diff" + }, + "nuget-client@de3b92c": { + "repo": "nuget-client", + "branch": "", + "hash": "de3b92c2768037cceac21a7bcc53318d42554428", + "org": "nuget", + "url": "https://github.com/nuget/nuget.client/commit/de3b92c2768037cceac21a7bcc53318d42554428.diff" + }, + "razor@c5a06f4": { + "repo": "razor", + "branch": "", + "hash": "c5a06f451ad0d26995f8e4ac05ea6c74e752c6c7", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/c5a06f451ad0d26995f8e4ac05ea6c74e752c6c7.diff" + }, + "razor@332ec99": { + "repo": "razor", + "branch": "", + "hash": "332ec99ece89e997f453e3ed8003089e8addd192", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/332ec99ece89e997f453e3ed8003089e8addd192.diff" + }, + "razor@afe2fb5": { + "repo": "razor", + "branch": "", + "hash": "afe2fb534c3cb701a4c79de8b2482deb20b0876e", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/afe2fb534c3cb701a4c79de8b2482deb20b0876e.diff" + }, + "razor@8dcc052": { + "repo": "razor", + "branch": "", + "hash": "8dcc052bcc372b86aa25bc84cbe27465be623ca1", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/8dcc052bcc372b86aa25bc84cbe27465be623ca1.diff" + }, + "razor@1eaf86c": { + "repo": "razor", + "branch": "", + "hash": "1eaf86c2f4791fe1694afab54ab87116f48f559f", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/1eaf86c2f4791fe1694afab54ab87116f48f559f.diff" + }, + "razor@c39bfd8": { + "repo": "razor", + "branch": "", + "hash": "c39bfd8d4a97e287d9e068e801e2c38feb6edea2", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/c39bfd8d4a97e287d9e068e801e2c38feb6edea2.diff" + }, + "razor@94964f9": { + "repo": "razor", + "branch": "", + "hash": "94964f941ba57c25781f4a80a0b5c3dfe6714de8", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/94964f941ba57c25781f4a80a0b5c3dfe6714de8.diff" + }, + "razor@a027f8a": { + "repo": "razor", + "branch": "", + "hash": "a027f8a2933d3c05b3677fba6feffd612c9203d9", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/a027f8a2933d3c05b3677fba6feffd612c9203d9.diff" + }, + "razor@4bf45b8": { + "repo": "razor", + "branch": "", + "hash": "4bf45b89a9ebd5777493e4ceea39b31b4cba0d6d", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/4bf45b89a9ebd5777493e4ceea39b31b4cba0d6d.diff" + }, + "razor@e166783": { + "repo": "razor", + "branch": "", + "hash": "e16678380c345266cdc2cc9f33b25ca21e4c3929", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/e16678380c345266cdc2cc9f33b25ca21e4c3929.diff" + }, + "razor@ae39b43": { + "repo": "razor", + "branch": "", + "hash": "ae39b43b900abf9a5e1e6df45cfa4db43db3ed24", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/ae39b43b900abf9a5e1e6df45cfa4db43db3ed24.diff" + }, + "razor@00b88c4": { + "repo": "razor", + "branch": "", + "hash": "00b88c4893405d7881bcf51270c45b0edb788e0b", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/00b88c4893405d7881bcf51270c45b0edb788e0b.diff" + }, + "razor@84a11ed": { + "repo": "razor", + "branch": "", + "hash": "84a11ed4a6cbda59088fb7e81754d3e9835cd184", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/84a11ed4a6cbda59088fb7e81754d3e9835cd184.diff" + }, + "razor@693f058": { + "repo": "razor", + "branch": "", + "hash": "693f0585ff3b858178d105a8530ee566b259a2e4", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/693f0585ff3b858178d105a8530ee566b259a2e4.diff" + }, + "razor@a7ea0e0": { + "repo": "razor", + "branch": "", + "hash": "a7ea0e0fbbad6fca9378df415986f60d33b6af1d", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/a7ea0e0fbbad6fca9378df415986f60d33b6af1d.diff" + }, + "razor@0a1fc6e": { + "repo": "razor", + "branch": "", + "hash": "0a1fc6ea05bc1deddf629ff8ea058907a5d83f46", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/0a1fc6ea05bc1deddf629ff8ea058907a5d83f46.diff" + }, + "razor@5813e6f": { + "repo": "razor", + "branch": "", + "hash": "5813e6f90a4833b01550f09803382689097819d0", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/5813e6f90a4833b01550f09803382689097819d0.diff" + }, + "razor@f6ed367": { + "repo": "razor", + "branch": "", + "hash": "f6ed367c0f54bb3d7e1e33df19e001bb80f88cbd", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/f6ed367c0f54bb3d7e1e33df19e001bb80f88cbd.diff" + }, + "razor@53cc988": { + "repo": "razor", + "branch": "", + "hash": "53cc988ce7de1ac929e0f914a052bc79f93e284f", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/53cc988ce7de1ac929e0f914a052bc79f93e284f.diff" + }, + "razor@d117beb": { + "repo": "razor", + "branch": "", + "hash": "d117bebee89c182645c295a18e1a70427756a011", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/d117bebee89c182645c295a18e1a70427756a011.diff" + }, + "razor@e48e0ad": { + "repo": "razor", + "branch": "", + "hash": "e48e0ad46444afc739f4177abdb900d862467e09", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/e48e0ad46444afc739f4177abdb900d862467e09.diff" + }, + "razor@1fa936c": { + "repo": "razor", + "branch": "", + "hash": "1fa936c22d0f157902c12ddc2234d85edac94fa0", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/1fa936c22d0f157902c12ddc2234d85edac94fa0.diff" + }, + "razor@5269ad3": { + "repo": "razor", + "branch": "", + "hash": "5269ad3e03da4de59d12945925ba8754296ad8b5", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/5269ad3e03da4de59d12945925ba8754296ad8b5.diff" + }, + "razor@04231aa": { + "repo": "razor", + "branch": "", + "hash": "04231aa9b33c4c1e6e8bc7e5b359a336813002e6", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/04231aa9b33c4c1e6e8bc7e5b359a336813002e6.diff" + }, + "razor@520d5b9": { + "repo": "razor", + "branch": "", + "hash": "520d5b9168c1d6ae695ceafa198e4e606fafa5d3", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/520d5b9168c1d6ae695ceafa198e4e606fafa5d3.diff" + }, + "razor@0172d02": { + "repo": "razor", + "branch": "", + "hash": "0172d024a51372c9f9b12dc53aa1f1a56359c25f", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/0172d024a51372c9f9b12dc53aa1f1a56359c25f.diff" + }, + "razor@2a5d329": { + "repo": "razor", + "branch": "", + "hash": "2a5d3299f9f97ef0f286c5bdb36a7424e61c2c17", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/2a5d3299f9f97ef0f286c5bdb36a7424e61c2c17.diff" + }, + "razor@78f7bae": { + "repo": "razor", + "branch": "", + "hash": "78f7baedf34d5583f386e819474d68584161c6f0", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/78f7baedf34d5583f386e819474d68584161c6f0.diff" + }, + "razor@2e38756": { + "repo": "razor", + "branch": "", + "hash": "2e38756958320216c26497342515dd18826a0898", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/2e38756958320216c26497342515dd18826a0898.diff" + }, + "razor@3c39849": { + "repo": "razor", + "branch": "", + "hash": "3c3984974e63c973451d584cde742e0dd5c3a130", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/3c3984974e63c973451d584cde742e0dd5c3a130.diff" + }, + "razor@db3f9fe": { + "repo": "razor", + "branch": "", + "hash": "db3f9fe67af97dfc461dc5cae00414840ea5e229", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/db3f9fe67af97dfc461dc5cae00414840ea5e229.diff" + }, + "razor@229087c": { + "repo": "razor", + "branch": "", + "hash": "229087c4654458b2f9d043e5f220b14ba0b76ed1", + "org": "dotnet", + "url": "https://github.com/dotnet/razor/commit/229087c4654458b2f9d043e5f220b14ba0b76ed1.diff" + }, + "roslyn@6a8ea0e": { + "repo": "roslyn", + "branch": "", + "hash": "6a8ea0e2e9c1bc4f1f1fd386383bb67fa9c8643e", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/6a8ea0e2e9c1bc4f1f1fd386383bb67fa9c8643e.diff" + }, + "roslyn@1545b30": { + "repo": "roslyn", + "branch": "", + "hash": "1545b30cb8939d98eecdc976050dd59d5c84abdc", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/1545b30cb8939d98eecdc976050dd59d5c84abdc.diff" + }, + "roslyn@b99bcbb": { + "repo": "roslyn", + "branch": "", + "hash": "b99bcbb1415218a3eae47abd734217b31769d389", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/b99bcbb1415218a3eae47abd734217b31769d389.diff" + }, + "roslyn@731242d": { + "repo": "roslyn", + "branch": "", + "hash": "731242dd8edb3ef60337f3f095b0d7b4b96cfad4", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/731242dd8edb3ef60337f3f095b0d7b4b96cfad4.diff" + }, + "roslyn@fe9097b": { + "repo": "roslyn", + "branch": "", + "hash": "fe9097b63bbc12b5df5f621ac1c1509fed31dfa2", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/fe9097b63bbc12b5df5f621ac1c1509fed31dfa2.diff" + }, + "roslyn@f6b7abf": { + "repo": "roslyn", + "branch": "", + "hash": "f6b7abf23275340459cfe6db1f7383c0cbcc8c04", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/f6b7abf23275340459cfe6db1f7383c0cbcc8c04.diff" + }, + "roslyn@ed183b9": { + "repo": "roslyn", + "branch": "", + "hash": "ed183b94973524a0fa93c8097d2f548dac9fc1ff", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/ed183b94973524a0fa93c8097d2f548dac9fc1ff.diff" + }, + "roslyn@2d43d45": { + "repo": "roslyn", + "branch": "", + "hash": "2d43d451f4adc0f1fc3cfb1e9cfbc37605ee33e4", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/2d43d451f4adc0f1fc3cfb1e9cfbc37605ee33e4.diff" + }, + "roslyn@ecefed0": { + "repo": "roslyn", + "branch": "", + "hash": "ecefed0ae01353d6e7fb292345559e63c84e6c82", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/ecefed0ae01353d6e7fb292345559e63c84e6c82.diff" + }, + "roslyn@8d42c9c": { + "repo": "roslyn", + "branch": "", + "hash": "8d42c9c2d2b2aec9aa6742963ddd13fdf206fe04", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/8d42c9c2d2b2aec9aa6742963ddd13fdf206fe04.diff" + }, + "roslyn@3de19a1": { + "repo": "roslyn", + "branch": "", + "hash": "3de19a127c3e0054860340ee88e2b5685aa3e9a9", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/3de19a127c3e0054860340ee88e2b5685aa3e9a9.diff" + }, + "roslyn@c9bb247": { + "repo": "roslyn", + "branch": "", + "hash": "c9bb24763b966c8f1105b5bbd54de30758bdb31d", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/c9bb24763b966c8f1105b5bbd54de30758bdb31d.diff" + }, + "roslyn@18365a9": { + "repo": "roslyn", + "branch": "", + "hash": "18365a98a5f264d0508e138a76538a884d2f017b", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/18365a98a5f264d0508e138a76538a884d2f017b.diff" + }, + "roslyn@ae96a65": { + "repo": "roslyn", + "branch": "", + "hash": "ae96a658f470df45dffd69a04b2a7386fa29de1f", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/ae96a658f470df45dffd69a04b2a7386fa29de1f.diff" + }, + "roslyn@2c73cf9": { + "repo": "roslyn", + "branch": "", + "hash": "2c73cf98fa02a4350442b6174b74a011c2e07da4", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/2c73cf98fa02a4350442b6174b74a011c2e07da4.diff" + }, + "roslyn@fca1217": { + "repo": "roslyn", + "branch": "", + "hash": "fca12174522e90d75a0b01b0e0e604ccaa2636d9", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/fca12174522e90d75a0b01b0e0e604ccaa2636d9.diff" + }, + "roslyn@1d19196": { + "repo": "roslyn", + "branch": "", + "hash": "1d1919623cfcaeb582d0c9793010f44c65de9ab6", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/1d1919623cfcaeb582d0c9793010f44c65de9ab6.diff" + }, + "roslyn@205b3e8": { + "repo": "roslyn", + "branch": "", + "hash": "205b3e86fb9155834e73f444b6aa6f2d39aa459b", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/205b3e86fb9155834e73f444b6aa6f2d39aa459b.diff" + }, + "roslyn@26fdc36": { + "repo": "roslyn", + "branch": "", + "hash": "26fdc36fe9dd9e821b9420f094c523c961a583d4", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/26fdc36fe9dd9e821b9420f094c523c961a583d4.diff" + }, + "roslyn@0504782": { + "repo": "roslyn", + "branch": "", + "hash": "0504782ef845507260874f2efc253b36d1775685", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/0504782ef845507260874f2efc253b36d1775685.diff" + }, + "roslyn@d4c7d6a": { + "repo": "roslyn", + "branch": "", + "hash": "d4c7d6ad25d0b905df375b900852618e37cd018c", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/d4c7d6ad25d0b905df375b900852618e37cd018c.diff" + }, + "roslyn@19f4abc": { + "repo": "roslyn", + "branch": "", + "hash": "19f4abcf934528db692689522c0f32b700cc0681", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/19f4abcf934528db692689522c0f32b700cc0681.diff" + }, + "roslyn@5892d14": { + "repo": "roslyn", + "branch": "", + "hash": "5892d1471dbc20c711c73f23872d7816a321c857", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/5892d1471dbc20c711c73f23872d7816a321c857.diff" + }, + "roslyn@1d2947d": { + "repo": "roslyn", + "branch": "", + "hash": "1d2947d60232a7299a0fc02dc06fd216f5a90d48", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/1d2947d60232a7299a0fc02dc06fd216f5a90d48.diff" + }, + "roslyn@7a809bf": { + "repo": "roslyn", + "branch": "", + "hash": "7a809bfc6561cf674a5bab52c643b6eb8a07cb76", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/7a809bfc6561cf674a5bab52c643b6eb8a07cb76.diff" + }, + "roslyn@a39ad8d": { + "repo": "roslyn", + "branch": "", + "hash": "a39ad8db433118d82fa0e7cc3f623a25f2db9336", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/a39ad8db433118d82fa0e7cc3f623a25f2db9336.diff" + }, + "roslyn@5f237e8": { + "repo": "roslyn", + "branch": "", + "hash": "5f237e8997d6f04dc20702246b12b0a264101130", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/5f237e8997d6f04dc20702246b12b0a264101130.diff" + }, + "roslyn@0a3f50d": { + "repo": "roslyn", + "branch": "", + "hash": "0a3f50d3d517a194beaa22791c6fd916630d4ba7", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/0a3f50d3d517a194beaa22791c6fd916630d4ba7.diff" + }, + "roslyn@ac1b28b": { + "repo": "roslyn", + "branch": "", + "hash": "ac1b28bffe64a1a162851fd12322dfeabcd1c4ec", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/ac1b28bffe64a1a162851fd12322dfeabcd1c4ec.diff" + }, + "roslyn@ccea760": { + "repo": "roslyn", + "branch": "", + "hash": "ccea760f8ed1eacd0c29169c3add66385c2911c8", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/ccea760f8ed1eacd0c29169c3add66385c2911c8.diff" + }, + "roslyn@e3a102f": { + "repo": "roslyn", + "branch": "", + "hash": "e3a102fb75ef112d064feebd2f9385385a445a06", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/e3a102fb75ef112d064feebd2f9385385a445a06.diff" + }, + "roslyn@82a89d0": { + "repo": "roslyn", + "branch": "", + "hash": "82a89d07d722fc75dac20e7554b86d868caf3664", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/82a89d07d722fc75dac20e7554b86d868caf3664.diff" + }, + "roslyn@4d274cb": { + "repo": "roslyn", + "branch": "", + "hash": "4d274cb0ef594316f1d5ae614afe1737096891d7", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/4d274cb0ef594316f1d5ae614afe1737096891d7.diff" + }, + "roslyn@9b6ffd3": { + "repo": "roslyn", + "branch": "", + "hash": "9b6ffd38f77333a50b0b810ad40f273e2162d670", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/9b6ffd38f77333a50b0b810ad40f273e2162d670.diff" + }, + "roslyn@737d467": { + "repo": "roslyn", + "branch": "", + "hash": "737d46735930d1fb5f67d6037467f6f10ebf42e4", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/737d46735930d1fb5f67d6037467f6f10ebf42e4.diff" + }, + "roslyn@031912e": { + "repo": "roslyn", + "branch": "", + "hash": "031912ec6a0bf193ef82f4a14670ca575a85b7b1", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/031912ec6a0bf193ef82f4a14670ca575a85b7b1.diff" + }, + "roslyn@3a0c084": { + "repo": "roslyn", + "branch": "", + "hash": "3a0c084c8bfb60b061c2811befa219832b328b6b", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/3a0c084c8bfb60b061c2811befa219832b328b6b.diff" + }, + "roslyn@a989185": { + "repo": "roslyn", + "branch": "", + "hash": "a989185a4714276b0d170b3cfde22a855e99ae02", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/a989185a4714276b0d170b3cfde22a855e99ae02.diff" + }, + "roslyn@9600117": { + "repo": "roslyn", + "branch": "", + "hash": "9600117a6f8aaf3477a3c959b8118a0615efe554", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/9600117a6f8aaf3477a3c959b8118a0615efe554.diff" + }, + "roslyn@48ceacf": { + "repo": "roslyn", + "branch": "", + "hash": "48ceacf8862a571dc72ab7c739915be79bf5622b", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/48ceacf8862a571dc72ab7c739915be79bf5622b.diff" + }, + "roslyn@47dac0c": { + "repo": "roslyn", + "branch": "", + "hash": "47dac0c5d7422b015b1b6ca816d4a4f3b4adb978", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/47dac0c5d7422b015b1b6ca816d4a4f3b4adb978.diff" + }, + "roslyn@0eca297": { + "repo": "roslyn", + "branch": "", + "hash": "0eca297f565449839436b91fe4aa180f9bcdedd2", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/0eca297f565449839436b91fe4aa180f9bcdedd2.diff" + }, + "roslyn@a6910e2": { + "repo": "roslyn", + "branch": "", + "hash": "a6910e27446c5cacb28821eb751e3327a6ec7368", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/a6910e27446c5cacb28821eb751e3327a6ec7368.diff" + }, + "roslyn@d8b4c2c": { + "repo": "roslyn", + "branch": "", + "hash": "d8b4c2c27d7aacb512896b645267b6083192ec0d", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/d8b4c2c27d7aacb512896b645267b6083192ec0d.diff" + }, + "roslyn@b0fac0d": { + "repo": "roslyn", + "branch": "", + "hash": "b0fac0d5945f5a695227e5deea23750545d41fba", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/b0fac0d5945f5a695227e5deea23750545d41fba.diff" + }, + "roslyn@2396c4d": { + "repo": "roslyn", + "branch": "", + "hash": "2396c4d269fa47c6a063885453d8180687d3d9a4", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/2396c4d269fa47c6a063885453d8180687d3d9a4.diff" + }, + "roslyn@cd953a6": { + "repo": "roslyn", + "branch": "", + "hash": "cd953a6644ec17d42c16dbe0fdaa5c54cf274a3d", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/cd953a6644ec17d42c16dbe0fdaa5c54cf274a3d.diff" + }, + "roslyn@80fa496": { + "repo": "roslyn", + "branch": "", + "hash": "80fa496bcade32450dc3fc82b43607d0df0c5631", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/80fa496bcade32450dc3fc82b43607d0df0c5631.diff" + }, + "roslyn@918b30f": { + "repo": "roslyn", + "branch": "", + "hash": "918b30f3ef11e611027eb1db7378cd1bafa894d4", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/918b30f3ef11e611027eb1db7378cd1bafa894d4.diff" + }, + "roslyn@aefe1af": { + "repo": "roslyn", + "branch": "", + "hash": "aefe1af1f4eb935b3189c5d3484eeec49570bdb3", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/aefe1af1f4eb935b3189c5d3484eeec49570bdb3.diff" + }, + "roslyn@d817b53": { + "repo": "roslyn", + "branch": "", + "hash": "d817b539aea1f6ae0b2b2ddb0b91bb9ff2d90829", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/d817b539aea1f6ae0b2b2ddb0b91bb9ff2d90829.diff" + }, + "roslyn@e8c0d14": { + "repo": "roslyn", + "branch": "", + "hash": "e8c0d141e08388629ba1598635ca10e57f3ee2b7", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/e8c0d141e08388629ba1598635ca10e57f3ee2b7.diff" + }, + "roslyn@358fc4c": { + "repo": "roslyn", + "branch": "", + "hash": "358fc4c237c3ec174e66c5d6e430ba176bf793cf", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/358fc4c237c3ec174e66c5d6e430ba176bf793cf.diff" + }, + "roslyn@7849072": { + "repo": "roslyn", + "branch": "", + "hash": "78490729af7c8b82451a94010e128ad0dd49a189", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/78490729af7c8b82451a94010e128ad0dd49a189.diff" + }, + "roslyn@02260b6": { + "repo": "roslyn", + "branch": "", + "hash": "02260b6df4cf4a00a62b12d337a612892c9a6b32", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/02260b6df4cf4a00a62b12d337a612892c9a6b32.diff" + }, + "roslyn@00d2dab": { + "repo": "roslyn", + "branch": "", + "hash": "00d2dabf5509b97adafbcf3e8fa27aa4c043f6d9", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/00d2dabf5509b97adafbcf3e8fa27aa4c043f6d9.diff" + }, + "roslyn@0344ff9": { + "repo": "roslyn", + "branch": "", + "hash": "0344ff95ce175eb8537ed48eba35fe0a61150918", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/0344ff95ce175eb8537ed48eba35fe0a61150918.diff" + }, + "roslyn@d951c02": { + "repo": "roslyn", + "branch": "", + "hash": "d951c0256adb59d87a983aa6dde4e673d136cb2d", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/d951c0256adb59d87a983aa6dde4e673d136cb2d.diff" + }, + "roslyn@56f2050": { + "repo": "roslyn", + "branch": "", + "hash": "56f205055b15dd8c3e2de44cbcc2b8c164b7c31f", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/56f205055b15dd8c3e2de44cbcc2b8c164b7c31f.diff" + }, + "roslyn@048b9eb": { + "repo": "roslyn", + "branch": "", + "hash": "048b9ebd1854dc0619c5d88d41ede32a5731cd2f", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/048b9ebd1854dc0619c5d88d41ede32a5731cd2f.diff" + }, + "roslyn@77b57da": { + "repo": "roslyn", + "branch": "", + "hash": "77b57dae23adc9e18128429481154d2f207ba640", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/77b57dae23adc9e18128429481154d2f207ba640.diff" + }, + "roslyn@8b511b9": { + "repo": "roslyn", + "branch": "", + "hash": "8b511b983fc9428f610bde2bd137a413dba3a3ee", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/8b511b983fc9428f610bde2bd137a413dba3a3ee.diff" + }, + "roslyn@2afcae2": { + "repo": "roslyn", + "branch": "", + "hash": "2afcae2d79950a7b697172fdc1e8c81f934786c0", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/2afcae2d79950a7b697172fdc1e8c81f934786c0.diff" + }, + "roslyn@3222c3e": { + "repo": "roslyn", + "branch": "", + "hash": "3222c3efdfa5ec5a9ae1425abb103fdb09101dc1", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/3222c3efdfa5ec5a9ae1425abb103fdb09101dc1.diff" + }, + "roslyn@77dc97b": { + "repo": "roslyn", + "branch": "", + "hash": "77dc97b1312bf5969e6f8d36312871aa75ed92cc", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/77dc97b1312bf5969e6f8d36312871aa75ed92cc.diff" + }, + "roslyn@95c115b": { + "repo": "roslyn", + "branch": "", + "hash": "95c115be03acb7f587dfb7e47a4aa3c9500ab86b", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/95c115be03acb7f587dfb7e47a4aa3c9500ab86b.diff" + }, + "roslyn@135e26f": { + "repo": "roslyn", + "branch": "", + "hash": "135e26fe008bf868a764d65873c8b782398c09a8", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/135e26fe008bf868a764d65873c8b782398c09a8.diff" + }, + "roslyn@0610f7c": { + "repo": "roslyn", + "branch": "", + "hash": "0610f7c075a99b2d316fb4b23b9d032f6ee9fd74", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/0610f7c075a99b2d316fb4b23b9d032f6ee9fd74.diff" + }, + "roslyn@8f3ebbc": { + "repo": "roslyn", + "branch": "", + "hash": "8f3ebbc259dc842461c96ec8d36b0f5f33777774", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/8f3ebbc259dc842461c96ec8d36b0f5f33777774.diff" + }, + "roslyn@e99dd3b": { + "repo": "roslyn", + "branch": "", + "hash": "e99dd3baa2dd475893b0f798cf758d0d3bd5852d", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/e99dd3baa2dd475893b0f798cf758d0d3bd5852d.diff" + }, + "roslyn@371283a": { + "repo": "roslyn", + "branch": "", + "hash": "371283ae96e8fe2c331fd039fbe0846090e94694", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/371283ae96e8fe2c331fd039fbe0846090e94694.diff" + }, + "roslyn@68ce286": { + "repo": "roslyn", + "branch": "", + "hash": "68ce2868f31e0e2b0ef5bd10a724173fa8ca4a54", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/68ce2868f31e0e2b0ef5bd10a724173fa8ca4a54.diff" + }, + "roslyn@c64a336": { + "repo": "roslyn", + "branch": "", + "hash": "c64a3362fbf81038d07f0e42303a2e50eb8591ab", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/c64a3362fbf81038d07f0e42303a2e50eb8591ab.diff" + }, + "roslyn@e1bd3be": { + "repo": "roslyn", + "branch": "", + "hash": "e1bd3be492d4cfbda524b5ff28b78bad69564519", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/e1bd3be492d4cfbda524b5ff28b78bad69564519.diff" + }, + "roslyn@5e5ee32": { + "repo": "roslyn", + "branch": "", + "hash": "5e5ee328113910b2d963ccb8870a810563778cae", + "org": "dotnet", + "url": "https://github.com/dotnet/roslyn/commit/5e5ee328113910b2d963ccb8870a810563778cae.diff" + }, + "runtime@e172103": { + "repo": "runtime", + "branch": "", + "hash": "e1721036f2f30d9a59963e29076dc777c0c18eb5", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/e1721036f2f30d9a59963e29076dc777c0c18eb5.diff" + }, + "runtime@bda0c9c": { + "repo": "runtime", + "branch": "", + "hash": "bda0c9c9fcbd33729cff71ceb4b4f96b4c6f0fb7", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/bda0c9c9fcbd33729cff71ceb4b4f96b4c6f0fb7.diff" + }, + "runtime@94e2165": { + "repo": "runtime", + "branch": "", + "hash": "94e216585462006150f93bb14d16aed725fff6bc", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/94e216585462006150f93bb14d16aed725fff6bc.diff" + }, + "runtime@61c277c": { + "repo": "runtime", + "branch": "", + "hash": "61c277c4e1d154df54f2be4648fd2f6dbda58a10", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/61c277c4e1d154df54f2be4648fd2f6dbda58a10.diff" + }, + "runtime@3afd8e3": { + "repo": "runtime", + "branch": "", + "hash": "3afd8e3752e4cf34002ebcfadcd58f71dd1784cb", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/3afd8e3752e4cf34002ebcfadcd58f71dd1784cb.diff" + }, + "runtime@5b9b62d": { + "repo": "runtime", + "branch": "", + "hash": "5b9b62d4abf0655dd33ee7ae1e4bad8f44c591a0", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/5b9b62d4abf0655dd33ee7ae1e4bad8f44c591a0.diff" + }, + "runtime@668a207": { + "repo": "runtime", + "branch": "", + "hash": "668a20750aa138c6e4ae704965819b764b3becef", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/668a20750aa138c6e4ae704965819b764b3becef.diff" + }, + "runtime@6742b60": { + "repo": "runtime", + "branch": "", + "hash": "6742b60162784d074f43f962cfc529842af0f0ed", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/6742b60162784d074f43f962cfc529842af0f0ed.diff" + }, + "runtime@1b39fec": { + "repo": "runtime", + "branch": "", + "hash": "1b39fecbd6b2bfffa0dab93ad257cf711b0ae630", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/1b39fecbd6b2bfffa0dab93ad257cf711b0ae630.diff" + }, + "runtime@eebb4f2": { + "repo": "runtime", + "branch": "", + "hash": "eebb4f2fa00b51b720a121fd40c097d274ddbc03", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/eebb4f2fa00b51b720a121fd40c097d274ddbc03.diff" + }, + "runtime@14af3ae": { + "repo": "runtime", + "branch": "", + "hash": "14af3ae27a45d9f85f9dc6151ad83a11ef9b896d", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/14af3ae27a45d9f85f9dc6151ad83a11ef9b896d.diff" + }, + "runtime@fb70292": { + "repo": "runtime", + "branch": "", + "hash": "fb70292219be432ec7649e5f4acdfe8879b849aa", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/fb70292219be432ec7649e5f4acdfe8879b849aa.diff" + }, + "runtime@581ede7": { + "repo": "runtime", + "branch": "", + "hash": "581ede7fe90de8639eef12d71c900e515e6d1869", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/581ede7fe90de8639eef12d71c900e515e6d1869.diff" + }, + "runtime@5426ac8": { + "repo": "runtime", + "branch": "", + "hash": "5426ac8eaaab0defdcc5b6dcecb5d19f02db5071", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/5426ac8eaaab0defdcc5b6dcecb5d19f02db5071.diff" + }, + "runtime@39ffd56": { + "repo": "runtime", + "branch": "", + "hash": "39ffd5665ab9d1a16b25ea7d1482e42a5a811023", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/39ffd5665ab9d1a16b25ea7d1482e42a5a811023.diff" + }, + "runtime@b762679": { + "repo": "runtime", + "branch": "", + "hash": "b762679a7aa6377ddfd66297793c3392383fb49d", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/b762679a7aa6377ddfd66297793c3392383fb49d.diff" + }, + "runtime@9b04655": { + "repo": "runtime", + "branch": "", + "hash": "9b0465542347a0eef0b71753a54df546702b30de", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/9b0465542347a0eef0b71753a54df546702b30de.diff" + }, + "runtime@3d924b7": { + "repo": "runtime", + "branch": "", + "hash": "3d924b785c34e3427852d5e24eb87b70bf8f5f65", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/3d924b785c34e3427852d5e24eb87b70bf8f5f65.diff" + }, + "runtime@bf762aa": { + "repo": "runtime", + "branch": "", + "hash": "bf762aaa3b38cf9d4c4e1dd3b64774ce22ffc5b8", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/bf762aaa3b38cf9d4c4e1dd3b64774ce22ffc5b8.diff" + }, + "runtime@b8fef0a": { + "repo": "runtime", + "branch": "", + "hash": "b8fef0a832f460567549bede9bea675b56d081f6", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/b8fef0a832f460567549bede9bea675b56d081f6.diff" + }, + "runtime@64443cd": { + "repo": "runtime", + "branch": "", + "hash": "64443cd7102136be6c94544dc04dc43ffa3c5cc7", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/64443cd7102136be6c94544dc04dc43ffa3c5cc7.diff" + }, + "runtime@7129584": { + "repo": "runtime", + "branch": "", + "hash": "71295846abddacb50e41ad0d2c4c5af9c0abe78e", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/71295846abddacb50e41ad0d2c4c5af9c0abe78e.diff" + }, + "runtime@9091a29": { + "repo": "runtime", + "branch": "", + "hash": "9091a292cf719b2e41a183d60e3c3a31d5fea31c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/9091a292cf719b2e41a183d60e3c3a31d5fea31c.diff" + }, + "runtime@4e233d2": { + "repo": "runtime", + "branch": "", + "hash": "4e233d28af5a5ddea27018de15bc936d7ca50d38", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/4e233d28af5a5ddea27018de15bc936d7ca50d38.diff" + }, + "runtime@e3b3126": { + "repo": "runtime", + "branch": "", + "hash": "e3b31268ce539725813891c571cc6c5a77f6ebd0", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/e3b31268ce539725813891c571cc6c5a77f6ebd0.diff" + }, + "runtime@7315591": { + "repo": "runtime", + "branch": "", + "hash": "731559132b7beda0402268764e37a75f9be0d5eb", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/731559132b7beda0402268764e37a75f9be0d5eb.diff" + }, + "runtime@0e964e6": { + "repo": "runtime", + "branch": "", + "hash": "0e964e64def1def77a9d7f416db5a936dccc8097", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/0e964e64def1def77a9d7f416db5a936dccc8097.diff" + }, + "runtime@7333b86": { + "repo": "runtime", + "branch": "", + "hash": "7333b868fd71f1584abe22b1e07133c26011568d", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/7333b868fd71f1584abe22b1e07133c26011568d.diff" + }, + "runtime@389cb29": { + "repo": "runtime", + "branch": "", + "hash": "389cb29fe69563ff49df73de03f63a9fe7ada2a9", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/389cb29fe69563ff49df73de03f63a9fe7ada2a9.diff" + }, + "runtime@05ba168": { + "repo": "runtime", + "branch": "", + "hash": "05ba1684d4a01e67f96bc320d6b9c49169674225", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/05ba1684d4a01e67f96bc320d6b9c49169674225.diff" + }, + "runtime@89fc138": { + "repo": "runtime", + "branch": "", + "hash": "89fc138815a9cd28fd62507b66e4be5dc69540cd", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/89fc138815a9cd28fd62507b66e4be5dc69540cd.diff" + }, + "runtime@75d4a27": { + "repo": "runtime", + "branch": "", + "hash": "75d4a27564012666a2419a86fcb93e52e687d0f3", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/75d4a27564012666a2419a86fcb93e52e687d0f3.diff" + }, + "runtime@ca2be1e": { + "repo": "runtime", + "branch": "", + "hash": "ca2be1e535ccd08540ef0be1f327a0d1c1d8494a", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/ca2be1e535ccd08540ef0be1f327a0d1c1d8494a.diff" + }, + "runtime@643dbe2": { + "repo": "runtime", + "branch": "", + "hash": "643dbe262935f6fd98f62600bb37b209081fe7f0", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/643dbe262935f6fd98f62600bb37b209081fe7f0.diff" + }, + "runtime@c642910": { + "repo": "runtime", + "branch": "", + "hash": "c642910a7712a69856d05079b5731436f46b005b", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/c642910a7712a69856d05079b5731436f46b005b.diff" + }, + "runtime@e9b51d9": { + "repo": "runtime", + "branch": "", + "hash": "e9b51d926b1fa2bbdc7f85fa3227d8ae79fbba0b", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/e9b51d926b1fa2bbdc7f85fa3227d8ae79fbba0b.diff" + }, + "runtime@2fd64c2": { + "repo": "runtime", + "branch": "", + "hash": "2fd64c2628b8ffc7bb2ad725ac99bb6d59b2b65d", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/2fd64c2628b8ffc7bb2ad725ac99bb6d59b2b65d.diff" + }, + "runtime@71e36b8": { + "repo": "runtime", + "branch": "", + "hash": "71e36b80e8adfd45ef3024d266fb8595df480d9f", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/71e36b80e8adfd45ef3024d266fb8595df480d9f.diff" + }, + "runtime@ac91d30": { + "repo": "runtime", + "branch": "", + "hash": "ac91d30831646b9b9196bad2db84b5b9a5aff07f", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/ac91d30831646b9b9196bad2db84b5b9a5aff07f.diff" + }, + "runtime@9254a4e": { + "repo": "runtime", + "branch": "", + "hash": "9254a4e6da9150064e4ceac666534c25632adca5", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/9254a4e6da9150064e4ceac666534c25632adca5.diff" + }, + "runtime@bd38b94": { + "repo": "runtime", + "branch": "", + "hash": "bd38b94809bbfc0f594086c73617f175fc9c5308", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/bd38b94809bbfc0f594086c73617f175fc9c5308.diff" + }, + "runtime@8989bdc": { + "repo": "runtime", + "branch": "", + "hash": "8989bdc0c1e439ca6013bcd2dc4549c4e18fac16", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/8989bdc0c1e439ca6013bcd2dc4549c4e18fac16.diff" + }, + "runtime@db1a3d6": { + "repo": "runtime", + "branch": "", + "hash": "db1a3d6bb799c9026379b53aec5a42880ea9281e", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/db1a3d6bb799c9026379b53aec5a42880ea9281e.diff" + }, + "runtime@f4bf46f": { + "repo": "runtime", + "branch": "", + "hash": "f4bf46ffb812e595f08160118f4dd16c4c1aa2f6", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/f4bf46ffb812e595f08160118f4dd16c4c1aa2f6.diff" + }, + "runtime@3b65e1b": { + "repo": "runtime", + "branch": "", + "hash": "3b65e1b7a09c24ffe3eef1d2358dfb95c8fb054e", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/3b65e1b7a09c24ffe3eef1d2358dfb95c8fb054e.diff" + }, + "runtime@bd8e814": { + "repo": "runtime", + "branch": "", + "hash": "bd8e814c6bd99e53a6726fe7c82db63f78944504", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/bd8e814c6bd99e53a6726fe7c82db63f78944504.diff" + }, + "runtime@66caf1a": { + "repo": "runtime", + "branch": "", + "hash": "66caf1a18fda9b394228b4b99562d70c0ba1a53b", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/66caf1a18fda9b394228b4b99562d70c0ba1a53b.diff" + }, + "runtime@c9f4e5d": { + "repo": "runtime", + "branch": "", + "hash": "c9f4e5d911b324134d20c0783233df70dce2517d", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/c9f4e5d911b324134d20c0783233df70dce2517d.diff" + }, + "runtime@dcc3415": { + "repo": "runtime", + "branch": "", + "hash": "dcc34151b9ace5b71b097806671aecc497721afd", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/dcc34151b9ace5b71b097806671aecc497721afd.diff" + }, + "runtime@667d844": { + "repo": "runtime", + "branch": "", + "hash": "667d844c0bd2ea8d8e260af99137380db4130638", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/667d844c0bd2ea8d8e260af99137380db4130638.diff" + }, + "runtime@478a7ea": { + "repo": "runtime", + "branch": "", + "hash": "478a7ea86bfd0e22e2b43f061b27df47c127cae3", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/478a7ea86bfd0e22e2b43f061b27df47c127cae3.diff" + }, + "runtime@1c4e515": { + "repo": "runtime", + "branch": "", + "hash": "1c4e515a177d806f5c4c87e460ed32ec262c381c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/1c4e515a177d806f5c4c87e460ed32ec262c381c.diff" + }, + "runtime@1e0c8ff": { + "repo": "runtime", + "branch": "", + "hash": "1e0c8ff0b7be41ed1a110fc7c1066f7aefa733b1", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/1e0c8ff0b7be41ed1a110fc7c1066f7aefa733b1.diff" + }, + "runtime@ddf82bf": { + "repo": "runtime", + "branch": "", + "hash": "ddf82bf94e138887ba0dae135f639ecca6d20b24", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/ddf82bf94e138887ba0dae135f639ecca6d20b24.diff" + }, + "runtime@0f9cc78": { + "repo": "runtime", + "branch": "", + "hash": "0f9cc7896586f62b3ddc4be41c54e271f32fd9ff", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/0f9cc7896586f62b3ddc4be41c54e271f32fd9ff.diff" + }, + "runtime@1ec6d6a": { + "repo": "runtime", + "branch": "", + "hash": "1ec6d6a37afddf6cad1dcc1f728b8d1996d6e5f2", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/1ec6d6a37afddf6cad1dcc1f728b8d1996d6e5f2.diff" + }, + "runtime@7488806": { + "repo": "runtime", + "branch": "", + "hash": "748880625959fe7713073a267d7cb6090ec0f6d7", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/748880625959fe7713073a267d7cb6090ec0f6d7.diff" + }, + "runtime@901b93b": { + "repo": "runtime", + "branch": "", + "hash": "901b93b1327e8c236f99bf3d189fb7f1ae3ee690", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/901b93b1327e8c236f99bf3d189fb7f1ae3ee690.diff" + }, + "runtime@34b76fe": { + "repo": "runtime", + "branch": "", + "hash": "34b76fe4d4426bd5065a700b8ee4f038917eb3f9", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/34b76fe4d4426bd5065a700b8ee4f038917eb3f9.diff" + }, + "runtime@7641047": { + "repo": "runtime", + "branch": "", + "hash": "764104730f7ea562b067b46e7db95d338d841de9", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/764104730f7ea562b067b46e7db95d338d841de9.diff" + }, + "runtime@344f9be": { + "repo": "runtime", + "branch": "", + "hash": "344f9bef6a4f5c84fd7599d6f5d1160f73171675", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/344f9bef6a4f5c84fd7599d6f5d1160f73171675.diff" + }, + "runtime@1c68748": { + "repo": "runtime", + "branch": "", + "hash": "1c687480b357f327e2f494c02e6e761ffd77af25", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/1c687480b357f327e2f494c02e6e761ffd77af25.diff" + }, + "runtime@6f70ce9": { + "repo": "runtime", + "branch": "", + "hash": "6f70ce982c76cb761b8b8edb2401d8ca015d6f35", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/6f70ce982c76cb761b8b8edb2401d8ca015d6f35.diff" + }, + "runtime@9abddf6": { + "repo": "runtime", + "branch": "", + "hash": "9abddf62b50fdaf6fb99fd7d769f1876943383ef", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/9abddf62b50fdaf6fb99fd7d769f1876943383ef.diff" + }, + "runtime@69d1c37": { + "repo": "runtime", + "branch": "", + "hash": "69d1c37e2e5e57fc1f73ad194abd17023a07cd28", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/69d1c37e2e5e57fc1f73ad194abd17023a07cd28.diff" + }, + "runtime@34a1116": { + "repo": "runtime", + "branch": "", + "hash": "34a1116871cbc28321efbd31113f30721dec2ccc", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/34a1116871cbc28321efbd31113f30721dec2ccc.diff" + }, + "runtime@3afc198": { + "repo": "runtime", + "branch": "", + "hash": "3afc198ac609319b3411433f8d6342b9f6be39e3", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/3afc198ac609319b3411433f8d6342b9f6be39e3.diff" + }, + "runtime@8069192": { + "repo": "runtime", + "branch": "", + "hash": "80691927d2a5d7448d46b4222d78079b5d2ece5f", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/80691927d2a5d7448d46b4222d78079b5d2ece5f.diff" + }, + "runtime@92e5dcd": { + "repo": "runtime", + "branch": "", + "hash": "92e5dcdef8462b195522fffe60e80c6a865df95c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/92e5dcdef8462b195522fffe60e80c6a865df95c.diff" + }, + "runtime@1ebebf4": { + "repo": "runtime", + "branch": "", + "hash": "1ebebf46e88113440d7c0644f629af02338f1547", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/1ebebf46e88113440d7c0644f629af02338f1547.diff" + }, + "runtime@b0bd5f5": { + "repo": "runtime", + "branch": "", + "hash": "b0bd5f59f0437c44a261e52112340bc2eb9797ff", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/b0bd5f59f0437c44a261e52112340bc2eb9797ff.diff" + }, + "runtime@8267033": { + "repo": "runtime", + "branch": "", + "hash": "8267033de396c0a1c262dab9cdb923102208423a", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/8267033de396c0a1c262dab9cdb923102208423a.diff" + }, + "runtime@8a9987e": { + "repo": "runtime", + "branch": "", + "hash": "8a9987e7c35f6a59488f41166e26052a109287e3", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/8a9987e7c35f6a59488f41166e26052a109287e3.diff" + }, + "runtime@5074c41": { + "repo": "runtime", + "branch": "", + "hash": "5074c41a6d26bbdeb506abad1e0766ee722aac2f", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/5074c41a6d26bbdeb506abad1e0766ee722aac2f.diff" + }, + "runtime@fb15a3d": { + "repo": "runtime", + "branch": "", + "hash": "fb15a3dabe8eaf7586cb992b247670a67d9afff1", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/fb15a3dabe8eaf7586cb992b247670a67d9afff1.diff" + }, + "runtime@677a17b": { + "repo": "runtime", + "branch": "", + "hash": "677a17bd0a4cf4a787da3d6498b55fdb5ffe4a86", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/677a17bd0a4cf4a787da3d6498b55fdb5ffe4a86.diff" + }, + "runtime@bb6661a": { + "repo": "runtime", + "branch": "", + "hash": "bb6661ab4e33b01464c4bcc699203f96eb6fe9ad", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/bb6661ab4e33b01464c4bcc699203f96eb6fe9ad.diff" + }, + "runtime@e6d75e8": { + "repo": "runtime", + "branch": "", + "hash": "e6d75e819dfe8695ec4e16c14cfa88b0471a5024", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/e6d75e819dfe8695ec4e16c14cfa88b0471a5024.diff" + }, + "runtime@bcb312b": { + "repo": "runtime", + "branch": "", + "hash": "bcb312befae0f3905138ae1c363748757bce514c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/bcb312befae0f3905138ae1c363748757bce514c.diff" + }, + "runtime@47e2634": { + "repo": "runtime", + "branch": "", + "hash": "47e2634e65faaf6e220c6904d02718bad5fdf417", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/47e2634e65faaf6e220c6904d02718bad5fdf417.diff" + }, + "runtime@4f1ed97": { + "repo": "runtime", + "branch": "", + "hash": "4f1ed97e43370e4cfc181c9db2d837a4fde7182b", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/4f1ed97e43370e4cfc181c9db2d837a4fde7182b.diff" + }, + "runtime@e17cbb5": { + "repo": "runtime", + "branch": "", + "hash": "e17cbb5389edb858798e74d95b9be5886509e319", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/e17cbb5389edb858798e74d95b9be5886509e319.diff" + }, + "runtime@a5ae058": { + "repo": "runtime", + "branch": "", + "hash": "a5ae0586ea0d20e6d3a1bcf8359f611aa6f45bf4", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a5ae0586ea0d20e6d3a1bcf8359f611aa6f45bf4.diff" + }, + "runtime@61428b8": { + "repo": "runtime", + "branch": "", + "hash": "61428b8ba4891375a6d40b35450e20df4cbd12e4", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/61428b8ba4891375a6d40b35450e20df4cbd12e4.diff" + }, + "runtime@a4bfa0d": { + "repo": "runtime", + "branch": "", + "hash": "a4bfa0d8a4fdc513c9a8d3dec57931c901e8ef2b", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a4bfa0d8a4fdc513c9a8d3dec57931c901e8ef2b.diff" + }, + "runtime@126302b": { + "repo": "runtime", + "branch": "", + "hash": "126302b4c103250026cdf492ce097660eaaf066f", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/126302b4c103250026cdf492ce097660eaaf066f.diff" + }, + "runtime@ce11a59": { + "repo": "runtime", + "branch": "", + "hash": "ce11a590d92c3dbb1c1ee14c2918b0c8109e0072", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/ce11a590d92c3dbb1c1ee14c2918b0c8109e0072.diff" + }, + "runtime@ac11e33": { + "repo": "runtime", + "branch": "", + "hash": "ac11e33bf5d11d46b9ec7e8147bd9948cb1ab09b", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/ac11e33bf5d11d46b9ec7e8147bd9948cb1ab09b.diff" + }, + "runtime@ad026d4": { + "repo": "runtime", + "branch": "", + "hash": "ad026d4f79ca24482b9ea42c5c5159f236100cb5", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/ad026d4f79ca24482b9ea42c5c5159f236100cb5.diff" + }, + "runtime@a317e0f": { + "repo": "runtime", + "branch": "", + "hash": "a317e0fc3aa305cbb15ccf52d72a858cce4f3fa0", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a317e0fc3aa305cbb15ccf52d72a858cce4f3fa0.diff" + }, + "runtime@f9060cb": { + "repo": "runtime", + "branch": "", + "hash": "f9060cb591dc78e635aad61eb9d1a960413b061c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/f9060cb591dc78e635aad61eb9d1a960413b061c.diff" + }, + "runtime@2bc2996": { + "repo": "runtime", + "branch": "", + "hash": "2bc29967edccbc32f31f48795578327a93253916", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/2bc29967edccbc32f31f48795578327a93253916.diff" + }, + "runtime@c35e784": { + "repo": "runtime", + "branch": "", + "hash": "c35e784fdadd18732ccf922bf63bb721534043de", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/c35e784fdadd18732ccf922bf63bb721534043de.diff" + }, + "runtime@f8baa63": { + "repo": "runtime", + "branch": "", + "hash": "f8baa6357cc372c893c66ca593e5c46e657c0e85", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/f8baa6357cc372c893c66ca593e5c46e657c0e85.diff" + }, + "runtime@43b3e7c": { + "repo": "runtime", + "branch": "", + "hash": "43b3e7c37ae236c27852c8a0433e111522b346b5", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/43b3e7c37ae236c27852c8a0433e111522b346b5.diff" + }, + "runtime@116bd0d": { + "repo": "runtime", + "branch": "", + "hash": "116bd0d4fd475c78a780d141325ca9bb6d756445", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/116bd0d4fd475c78a780d141325ca9bb6d756445.diff" + }, + "runtime@70fbdf9": { + "repo": "runtime", + "branch": "", + "hash": "70fbdf975305a4278bde3d291e82cd8f99705211", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/70fbdf975305a4278bde3d291e82cd8f99705211.diff" + }, + "runtime@5672fd0": { + "repo": "runtime", + "branch": "", + "hash": "5672fd02d261bfccff54d0cda7d9bfa0153c0160", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/5672fd02d261bfccff54d0cda7d9bfa0153c0160.diff" + }, + "runtime@039ef3f": { + "repo": "runtime", + "branch": "", + "hash": "039ef3fc2820ca493545f5ec8d3248d4566bee07", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/039ef3fc2820ca493545f5ec8d3248d4566bee07.diff" + }, + "runtime@9ba5dc6": { + "repo": "runtime", + "branch": "", + "hash": "9ba5dc64c0afdae6a6acee84e4d2f669b57946df", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/9ba5dc64c0afdae6a6acee84e4d2f669b57946df.diff" + }, + "runtime@7602c30": { + "repo": "runtime", + "branch": "", + "hash": "7602c30b43e12e3ced08087cc1503f017ac4206e", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/7602c30b43e12e3ced08087cc1503f017ac4206e.diff" + }, + "runtime@d71ebd2": { + "repo": "runtime", + "branch": "", + "hash": "d71ebd2a67f7c1d339fb25cfe405ce49d798b040", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/d71ebd2a67f7c1d339fb25cfe405ce49d798b040.diff" + }, + "runtime@487cc8c": { + "repo": "runtime", + "branch": "", + "hash": "487cc8c4a5776931d7d573444f2b6c08b65f1e27", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/487cc8c4a5776931d7d573444f2b6c08b65f1e27.diff" + }, + "runtime@67495bc": { + "repo": "runtime", + "branch": "", + "hash": "67495bce3f413302a4f47820c03d81b67897da7c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/67495bce3f413302a4f47820c03d81b67897da7c.diff" + }, + "runtime@638fdf0": { + "repo": "runtime", + "branch": "", + "hash": "638fdf03bf4ce820d1ec60ccdc1a925fe6493c12", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/638fdf03bf4ce820d1ec60ccdc1a925fe6493c12.diff" + }, + "runtime@3b8cdd5": { + "repo": "runtime", + "branch": "", + "hash": "3b8cdd56662a29cc15dbf9fe7536d1266178fbf1", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/3b8cdd56662a29cc15dbf9fe7536d1266178fbf1.diff" + }, + "runtime@8204c34": { + "repo": "runtime", + "branch": "", + "hash": "8204c341adf51d6c167a9576e770cf988b1d63cd", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/8204c341adf51d6c167a9576e770cf988b1d63cd.diff" + }, + "runtime@e5f4006": { + "repo": "runtime", + "branch": "", + "hash": "e5f4006c045d0054f6cc507591018448211236ea", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/e5f4006c045d0054f6cc507591018448211236ea.diff" + }, + "runtime@c401a8e": { + "repo": "runtime", + "branch": "", + "hash": "c401a8e27545d5794f5ecf207320f5f5af970bcb", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/c401a8e27545d5794f5ecf207320f5f5af970bcb.diff" + }, + "runtime@4c94142": { + "repo": "runtime", + "branch": "", + "hash": "4c9414212e522a5e167068f55ab978a7049fb6f6", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/4c9414212e522a5e167068f55ab978a7049fb6f6.diff" + }, + "runtime@3106c4f": { + "repo": "runtime", + "branch": "", + "hash": "3106c4ff21d8f6a13db84571ce4c4ba32c81d032", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/3106c4ff21d8f6a13db84571ce4c4ba32c81d032.diff" + }, + "runtime@8673fb1": { + "repo": "runtime", + "branch": "", + "hash": "8673fb1f2b8f48f6c2f13d4881346bd6af9cfad1", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/8673fb1f2b8f48f6c2f13d4881346bd6af9cfad1.diff" + }, + "runtime@ecc5874": { + "repo": "runtime", + "branch": "", + "hash": "ecc5874fbe7c2f2db3cc7e563bc6e81c7a2c17f6", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/ecc5874fbe7c2f2db3cc7e563bc6e81c7a2c17f6.diff" + }, + "runtime@60c0ab5": { + "repo": "runtime", + "branch": "", + "hash": "60c0ab51a2b0e651d0a833c25139e937092f4757", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/60c0ab51a2b0e651d0a833c25139e937092f4757.diff" + }, + "runtime@a26d7b5": { + "repo": "runtime", + "branch": "", + "hash": "a26d7b58ba015791bc0366ef96c542ac55d4c7d5", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a26d7b58ba015791bc0366ef96c542ac55d4c7d5.diff" + }, + "runtime@292510e": { + "repo": "runtime", + "branch": "", + "hash": "292510e6e051ce5ca4f467c8138095ccccb877fb", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/292510e6e051ce5ca4f467c8138095ccccb877fb.diff" + }, + "runtime@63aff8d": { + "repo": "runtime", + "branch": "", + "hash": "63aff8d5d8c3ae3503224717160e32e3cad82b14", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/63aff8d5d8c3ae3503224717160e32e3cad82b14.diff" + }, + "runtime@4322c14": { + "repo": "runtime", + "branch": "", + "hash": "4322c14007fb965e8f37a1effa4984dad50b74af", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/4322c14007fb965e8f37a1effa4984dad50b74af.diff" + }, + "runtime@4cc6bd7": { + "repo": "runtime", + "branch": "", + "hash": "4cc6bd74f491ae3a174e0db037671dddc0e12426", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/4cc6bd74f491ae3a174e0db037671dddc0e12426.diff" + }, + "runtime@48e89ca": { + "repo": "runtime", + "branch": "", + "hash": "48e89caa27037ee6142f29a78c78ea9030e7f19b", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/48e89caa27037ee6142f29a78c78ea9030e7f19b.diff" + }, + "runtime@e66d129": { + "repo": "runtime", + "branch": "", + "hash": "e66d1297a2ac98f7e724961d9f0390361a98b925", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/e66d1297a2ac98f7e724961d9f0390361a98b925.diff" + }, + "runtime@3e90285": { + "repo": "runtime", + "branch": "", + "hash": "3e902855154615baa4a2a7584db75beeeb0fad97", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/3e902855154615baa4a2a7584db75beeeb0fad97.diff" + }, + "runtime@270a902": { + "repo": "runtime", + "branch": "", + "hash": "270a9025dd3eff2dae2eded724658e1475364638", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/270a9025dd3eff2dae2eded724658e1475364638.diff" + }, + "runtime@67fcfa4": { + "repo": "runtime", + "branch": "", + "hash": "67fcfa48c2b68d50be0d72324dab21a0fc949687", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/67fcfa48c2b68d50be0d72324dab21a0fc949687.diff" + }, + "runtime@5fdf682": { + "repo": "runtime", + "branch": "", + "hash": "5fdf682e4548b9628fe69503606bb48670767392", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/5fdf682e4548b9628fe69503606bb48670767392.diff" + }, + "runtime@3270e92": { + "repo": "runtime", + "branch": "", + "hash": "3270e92bb4e3117da373e2f0e3aec1124525aa11", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/3270e92bb4e3117da373e2f0e3aec1124525aa11.diff" + }, + "runtime@dad22b1": { + "repo": "runtime", + "branch": "", + "hash": "dad22b12d9d7471c6b0e44040d311e8d70d6bb63", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/dad22b12d9d7471c6b0e44040d311e8d70d6bb63.diff" + }, + "runtime@b9e773c": { + "repo": "runtime", + "branch": "", + "hash": "b9e773ce854dab29e7a410b1264af2bef68416fb", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/b9e773ce854dab29e7a410b1264af2bef68416fb.diff" + }, + "runtime@fb8b250": { + "repo": "runtime", + "branch": "", + "hash": "fb8b250625306c638afd3131ca8f98107c03add4", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/fb8b250625306c638afd3131ca8f98107c03add4.diff" + }, + "runtime@6e76a6a": { + "repo": "runtime", + "branch": "", + "hash": "6e76a6a3a81da8838419edb5c7cbd9904fc78552", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/6e76a6a3a81da8838419edb5c7cbd9904fc78552.diff" + }, + "runtime@d8bef75": { + "repo": "runtime", + "branch": "", + "hash": "d8bef75c75476b1db7094d626168c898459bc679", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/d8bef75c75476b1db7094d626168c898459bc679.diff" + }, + "runtime@4122b6d": { + "repo": "runtime", + "branch": "", + "hash": "4122b6d2554b4fb3f6736f72dba0edad40f55a28", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/4122b6d2554b4fb3f6736f72dba0edad40f55a28.diff" + }, + "runtime@a416018": { + "repo": "runtime", + "branch": "", + "hash": "a416018d3be3ef4d1ce5465d4f218eb561e0a67c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a416018d3be3ef4d1ce5465d4f218eb561e0a67c.diff" + }, + "runtime@a3741f7": { + "repo": "runtime", + "branch": "", + "hash": "a3741f7aba776cfdc411d5ddd676e96b81c4fc04", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a3741f7aba776cfdc411d5ddd676e96b81c4fc04.diff" + }, + "runtime@a1eb7b3": { + "repo": "runtime", + "branch": "", + "hash": "a1eb7b3e52860862ffd38e139053b66f9d10d4f6", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a1eb7b3e52860862ffd38e139053b66f9d10d4f6.diff" + }, + "runtime@01d7c75": { + "repo": "runtime", + "branch": "", + "hash": "01d7c75b2c9f8a28716cba420a4670b324adc7de", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/01d7c75b2c9f8a28716cba420a4670b324adc7de.diff" + }, + "runtime@28be713": { + "repo": "runtime", + "branch": "", + "hash": "28be713618d08ef4cce1779fbc3bf5fdc59e4182", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/28be713618d08ef4cce1779fbc3bf5fdc59e4182.diff" + }, + "runtime@bfe7a08": { + "repo": "runtime", + "branch": "", + "hash": "bfe7a0840fd93b4618351ec2ccbae37b36bb4c18", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/bfe7a0840fd93b4618351ec2ccbae37b36bb4c18.diff" + }, + "runtime@6605218": { + "repo": "runtime", + "branch": "", + "hash": "6605218f71429e03ead90b97274a793a8946c362", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/6605218f71429e03ead90b97274a793a8946c362.diff" + }, + "runtime@ab5c5f8": { + "repo": "runtime", + "branch": "", + "hash": "ab5c5f845cf68eb6a81436ab350dd27a03f4511f", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/ab5c5f845cf68eb6a81436ab350dd27a03f4511f.diff" + }, + "runtime@01e4489": { + "repo": "runtime", + "branch": "", + "hash": "01e44896aa5afdda8e74d800fa211a6bf94bf3e1", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/01e44896aa5afdda8e74d800fa211a6bf94bf3e1.diff" + }, + "runtime@5e90927": { + "repo": "runtime", + "branch": "", + "hash": "5e9092759680bf15cd5479f507fbb6a0cb1f6fbc", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/5e9092759680bf15cd5479f507fbb6a0cb1f6fbc.diff" + }, + "runtime@fde1d67": { + "repo": "runtime", + "branch": "", + "hash": "fde1d6771b07cc54b1d861f069619dbbb743a255", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/fde1d6771b07cc54b1d861f069619dbbb743a255.diff" + }, + "runtime@a8fd87a": { + "repo": "runtime", + "branch": "", + "hash": "a8fd87a1077af6338f55880a01a8e66d37188ec9", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a8fd87a1077af6338f55880a01a8e66d37188ec9.diff" + }, + "runtime@874cab5": { + "repo": "runtime", + "branch": "", + "hash": "874cab52de071b64461fa74562e226a24557e5f8", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/874cab52de071b64461fa74562e226a24557e5f8.diff" + }, + "runtime@ff21bcd": { + "repo": "runtime", + "branch": "", + "hash": "ff21bcd829cb8ed24b3a0de8eee8800b7fe6fa3c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/ff21bcd829cb8ed24b3a0de8eee8800b7fe6fa3c.diff" + }, + "runtime@0187f11": { + "repo": "runtime", + "branch": "", + "hash": "0187f117bb500aac5a6f50c22a253297850abaf6", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/0187f117bb500aac5a6f50c22a253297850abaf6.diff" + }, + "runtime@cb0a046": { + "repo": "runtime", + "branch": "", + "hash": "cb0a046c48e317b06eedae0dee88b114457b6f00", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/cb0a046c48e317b06eedae0dee88b114457b6f00.diff" + }, + "runtime@b43078e": { + "repo": "runtime", + "branch": "", + "hash": "b43078ed656909f78b137df9e0e7a67d90500e14", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/b43078ed656909f78b137df9e0e7a67d90500e14.diff" + }, + "runtime@9a64ba4": { + "repo": "runtime", + "branch": "", + "hash": "9a64ba4f84c2e736fd01cd33108d5cfe169c96f7", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/9a64ba4f84c2e736fd01cd33108d5cfe169c96f7.diff" + }, + "runtime@51cfb0e": { + "repo": "runtime", + "branch": "", + "hash": "51cfb0e382532e43500216c755d8bd8e1a8f371d", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/51cfb0e382532e43500216c755d8bd8e1a8f371d.diff" + }, + "runtime@b6a7cd2": { + "repo": "runtime", + "branch": "", + "hash": "b6a7cd28be1095b81c28fef91717fd67f4f9c245", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/b6a7cd28be1095b81c28fef91717fd67f4f9c245.diff" + }, + "runtime@5985ef3": { + "repo": "runtime", + "branch": "", + "hash": "5985ef36df424f6ae3c0a48161d098f40b3eed92", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/5985ef36df424f6ae3c0a48161d098f40b3eed92.diff" + }, + "runtime@fc42ca6": { + "repo": "runtime", + "branch": "", + "hash": "fc42ca6f3548df1e847356953efcdae6b73221ad", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/fc42ca6f3548df1e847356953efcdae6b73221ad.diff" + }, + "runtime@d5a4204": { + "repo": "runtime", + "branch": "", + "hash": "d5a420411ca542fd66986cbe5f168b929bc1b0de", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/d5a420411ca542fd66986cbe5f168b929bc1b0de.diff" + }, + "runtime@8603693": { + "repo": "runtime", + "branch": "", + "hash": "86036931c7ffcce943547d14d11faa1f88099e3e", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/86036931c7ffcce943547d14d11faa1f88099e3e.diff" + }, + "runtime@7ca8f13": { + "repo": "runtime", + "branch": "", + "hash": "7ca8f137af9263de7bc46558a884b2446ccd841a", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/7ca8f137af9263de7bc46558a884b2446ccd841a.diff" + }, + "runtime@c3727d9": { + "repo": "runtime", + "branch": "", + "hash": "c3727d9f5a39d8841b57c7172e63ef029bc53256", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/c3727d9f5a39d8841b57c7172e63ef029bc53256.diff" + }, + "runtime@0ab9a58": { + "repo": "runtime", + "branch": "", + "hash": "0ab9a5898f07699c72775236cd54d16ff4832ba0", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/0ab9a5898f07699c72775236cd54d16ff4832ba0.diff" + }, + "runtime@7c91160": { + "repo": "runtime", + "branch": "", + "hash": "7c911600fb64701a48c0fe6710cb10d6a23a0fbd", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/7c911600fb64701a48c0fe6710cb10d6a23a0fbd.diff" + }, + "runtime@43330e4": { + "repo": "runtime", + "branch": "", + "hash": "43330e45c97f9c0e69ccc766e4a6b5bb0fdd6462", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/43330e45c97f9c0e69ccc766e4a6b5bb0fdd6462.diff" + }, + "runtime@36e6179": { + "repo": "runtime", + "branch": "", + "hash": "36e61792509dc906b1b149eae952d96884281951", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/36e61792509dc906b1b149eae952d96884281951.diff" + }, + "runtime@508f440": { + "repo": "runtime", + "branch": "", + "hash": "508f4401ddac56c1f5e7c20af3da1a0f7195184e", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/508f4401ddac56c1f5e7c20af3da1a0f7195184e.diff" + }, + "runtime@f9ef96e": { + "repo": "runtime", + "branch": "", + "hash": "f9ef96e58986b11ae9de61cfcb15b6dc92d57ce1", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/f9ef96e58986b11ae9de61cfcb15b6dc92d57ce1.diff" + }, + "runtime@e1d19fe": { + "repo": "runtime", + "branch": "", + "hash": "e1d19fe3f01b20aefa51efac7b14cf10724aed66", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/e1d19fe3f01b20aefa51efac7b14cf10724aed66.diff" + }, + "runtime@dee9005": { + "repo": "runtime", + "branch": "", + "hash": "dee90053c49186ab0fd81c4b599c2624b495f614", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/dee90053c49186ab0fd81c4b599c2624b495f614.diff" + }, + "runtime@da90921": { + "repo": "runtime", + "branch": "", + "hash": "da9092197d6726ccfad3f3b8afcb506ad24ddc74", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/da9092197d6726ccfad3f3b8afcb506ad24ddc74.diff" + }, + "runtime@1da6c2e": { + "repo": "runtime", + "branch": "", + "hash": "1da6c2e7a84cb2d687a4b1a6d6e2863897e8869d", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/1da6c2e7a84cb2d687a4b1a6d6e2863897e8869d.diff" + }, + "runtime@b1d0b5c": { + "repo": "runtime", + "branch": "", + "hash": "b1d0b5c51a1ec9e2e062461a3f3086286c798863", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/b1d0b5c51a1ec9e2e062461a3f3086286c798863.diff" + }, + "runtime@c9bb164": { + "repo": "runtime", + "branch": "", + "hash": "c9bb1643682ef3ec5f671c2354f347f5ffe0f4b4", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/c9bb1643682ef3ec5f671c2354f347f5ffe0f4b4.diff" + }, + "runtime@3b313ad": { + "repo": "runtime", + "branch": "", + "hash": "3b313ad4495666e3356890c6d823dc97847bfb22", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/3b313ad4495666e3356890c6d823dc97847bfb22.diff" + }, + "runtime@c1f2455": { + "repo": "runtime", + "branch": "", + "hash": "c1f245531fef2b7c1bee018c30b6b10542cbdee0", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/c1f245531fef2b7c1bee018c30b6b10542cbdee0.diff" + }, + "runtime@2f20cee": { + "repo": "runtime", + "branch": "", + "hash": "2f20ceee47f5ddfa4d27e1f50044802f30780544", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/2f20ceee47f5ddfa4d27e1f50044802f30780544.diff" + }, + "runtime@d023efe": { + "repo": "runtime", + "branch": "", + "hash": "d023efeda64b1f6c8126f7b6db30e03d1d9ea628", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/d023efeda64b1f6c8126f7b6db30e03d1d9ea628.diff" + }, + "runtime@e9c751a": { + "repo": "runtime", + "branch": "", + "hash": "e9c751ae8e3f241a93fd34d3d28094c5e160263c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/e9c751ae8e3f241a93fd34d3d28094c5e160263c.diff" + }, + "runtime@d473783": { + "repo": "runtime", + "branch": "", + "hash": "d473783ef99b9b298d5a0bdea9f56bdc1a2dffeb", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/d473783ef99b9b298d5a0bdea9f56bdc1a2dffeb.diff" + }, + "runtime@5220584": { + "repo": "runtime", + "branch": "", + "hash": "522058476b2e8c50c08704e40d2e27971caa06ee", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/522058476b2e8c50c08704e40d2e27971caa06ee.diff" + }, + "runtime@c1efce1": { + "repo": "runtime", + "branch": "", + "hash": "c1efce1b541c828f7612d50a468b6a37c4a1c4b8", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/c1efce1b541c828f7612d50a468b6a37c4a1c4b8.diff" + }, + "runtime@5685458": { + "repo": "runtime", + "branch": "", + "hash": "5685458cf2939310e9dbf47d1603b3d67a232ca6", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/5685458cf2939310e9dbf47d1603b3d67a232ca6.diff" + }, + "runtime@3441982": { + "repo": "runtime", + "branch": "", + "hash": "34419820aece1504981ab14b997b8afc6154bc47", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/34419820aece1504981ab14b997b8afc6154bc47.diff" + }, + "runtime@830096f": { + "repo": "runtime", + "branch": "", + "hash": "830096f461d63fe9736c7451e57143f26f675405", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/830096f461d63fe9736c7451e57143f26f675405.diff" + }, + "runtime@dd96f2c": { + "repo": "runtime", + "branch": "", + "hash": "dd96f2c77c57efe67eba429b5e689fde6f5c0248", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/dd96f2c77c57efe67eba429b5e689fde6f5c0248.diff" + }, + "runtime@f123b09": { + "repo": "runtime", + "branch": "", + "hash": "f123b09b7dd4fe295d1b1666594bcc8423ff09fb", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/f123b09b7dd4fe295d1b1666594bcc8423ff09fb.diff" + }, + "runtime@526d5b1": { + "repo": "runtime", + "branch": "", + "hash": "526d5b12ac18318e46b2dea07579c1899895db13", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/526d5b12ac18318e46b2dea07579c1899895db13.diff" + }, + "runtime@9e9c885": { + "repo": "runtime", + "branch": "", + "hash": "9e9c8856bb36f7585adebe8e6ec13e905703229b", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/9e9c8856bb36f7585adebe8e6ec13e905703229b.diff" + }, + "runtime@5965189": { + "repo": "runtime", + "branch": "", + "hash": "5965189292e128fa65b91847cf7d10a37f5232aa", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/5965189292e128fa65b91847cf7d10a37f5232aa.diff" + }, + "runtime@2f94e9d": { + "repo": "runtime", + "branch": "", + "hash": "2f94e9dd2ad7c3b8ff10ea944f0da9018b0eaa19", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/2f94e9dd2ad7c3b8ff10ea944f0da9018b0eaa19.diff" + }, + "runtime@ba1a646": { + "repo": "runtime", + "branch": "", + "hash": "ba1a64629f633af8502fce10870295ff48f4a4e6", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/ba1a64629f633af8502fce10870295ff48f4a4e6.diff" + }, + "runtime@790e8a5": { + "repo": "runtime", + "branch": "", + "hash": "790e8a525a0f76b8ad755c12e95b7f8770195d67", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/790e8a525a0f76b8ad755c12e95b7f8770195d67.diff" + }, + "runtime@44b07dc": { + "repo": "runtime", + "branch": "", + "hash": "44b07dce741b94626005d9172d8c0149fc5a03fc", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/44b07dce741b94626005d9172d8c0149fc5a03fc.diff" + }, + "runtime@f190fcc": { + "repo": "runtime", + "branch": "", + "hash": "f190fcc6484241168043b7d34d1e9ffdd6a913a0", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/f190fcc6484241168043b7d34d1e9ffdd6a913a0.diff" + }, + "runtime@eb21c17": { + "repo": "runtime", + "branch": "", + "hash": "eb21c17fcadc1b988bac29318c1f3d2c7753efdf", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/eb21c17fcadc1b988bac29318c1f3d2c7753efdf.diff" + }, + "runtime@d0406f4": { + "repo": "runtime", + "branch": "", + "hash": "d0406f4199ed71bdd3f535e178d77c7f8016148c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/d0406f4199ed71bdd3f535e178d77c7f8016148c.diff" + }, + "runtime@c1d642c": { + "repo": "runtime", + "branch": "", + "hash": "c1d642c9736cb328685730b17a716610fc8fc010", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/c1d642c9736cb328685730b17a716610fc8fc010.diff" + }, + "runtime@b5215a6": { + "repo": "runtime", + "branch": "", + "hash": "b5215a64be222d1df3ce64ab3ded9d6d85224485", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/b5215a64be222d1df3ce64ab3ded9d6d85224485.diff" + }, + "runtime@54e4456": { + "repo": "runtime", + "branch": "", + "hash": "54e4456b01060f54e5bb7d715e77e5f41bac558f", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/54e4456b01060f54e5bb7d715e77e5f41bac558f.diff" + }, + "runtime@7923747": { + "repo": "runtime", + "branch": "", + "hash": "7923747204e0f057a3c4460106ce47fc7077b73a", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/7923747204e0f057a3c4460106ce47fc7077b73a.diff" + }, + "runtime@e948c9c": { + "repo": "runtime", + "branch": "", + "hash": "e948c9cf1d3db5246d5aed5b6cca77b8fcbb2343", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/e948c9cf1d3db5246d5aed5b6cca77b8fcbb2343.diff" + }, + "runtime@7010dbd": { + "repo": "runtime", + "branch": "", + "hash": "7010dbd3f0ace7d499d2b872bc330ac3e7346f1a", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/7010dbd3f0ace7d499d2b872bc330ac3e7346f1a.diff" + }, + "runtime@a1277e3": { + "repo": "runtime", + "branch": "", + "hash": "a1277e3ee2eea6d89f1429fb6a9f7fdc56587aab", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a1277e3ee2eea6d89f1429fb6a9f7fdc56587aab.diff" + }, + "runtime@864274f": { + "repo": "runtime", + "branch": "", + "hash": "864274f16d201accb3e06df58ccc8619968b1b32", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/864274f16d201accb3e06df58ccc8619968b1b32.diff" + }, + "runtime@aff939c": { + "repo": "runtime", + "branch": "", + "hash": "aff939cb2bf6362608406aeb5bf09a247c64528a", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/aff939cb2bf6362608406aeb5bf09a247c64528a.diff" + }, + "runtime@23af2ed": { + "repo": "runtime", + "branch": "", + "hash": "23af2ed543b40598a7de54951d7e6fb03bffea9a", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/23af2ed543b40598a7de54951d7e6fb03bffea9a.diff" + }, + "runtime@c7aa0f9": { + "repo": "runtime", + "branch": "", + "hash": "c7aa0f94f6cc57ac021694a8219b88ea40ed0190", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/c7aa0f94f6cc57ac021694a8219b88ea40ed0190.diff" + }, + "runtime@7036934": { + "repo": "runtime", + "branch": "", + "hash": "7036934a1b96a1b77e3affa7274d600fa3f91c78", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/7036934a1b96a1b77e3affa7274d600fa3f91c78.diff" + }, + "runtime@bd7cab0": { + "repo": "runtime", + "branch": "", + "hash": "bd7cab07baabbd5c9a3c022937ddb785f91eee7c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/bd7cab07baabbd5c9a3c022937ddb785f91eee7c.diff" + }, + "runtime@eecaf3e": { + "repo": "runtime", + "branch": "", + "hash": "eecaf3ebef95b8eed22b65dbecb79a78f550f174", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/eecaf3ebef95b8eed22b65dbecb79a78f550f174.diff" + }, + "runtime@7ef9c00": { + "repo": "runtime", + "branch": "", + "hash": "7ef9c00f316cbe53df394d978dd5e575f135855c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/7ef9c00f316cbe53df394d978dd5e575f135855c.diff" + }, + "runtime@0b17ed5": { + "repo": "runtime", + "branch": "", + "hash": "0b17ed5f9a504103d91d2033f842fb5877f24577", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/0b17ed5f9a504103d91d2033f842fb5877f24577.diff" + }, + "runtime@6b19ef5": { + "repo": "runtime", + "branch": "", + "hash": "6b19ef50c16f402d6c31f514a4fc98105dc984b0", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/6b19ef50c16f402d6c31f514a4fc98105dc984b0.diff" + }, + "runtime@f624cfd": { + "repo": "runtime", + "branch": "", + "hash": "f624cfd86cdc4a6c250e950c3971066a08fd86c9", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/f624cfd86cdc4a6c250e950c3971066a08fd86c9.diff" + }, + "runtime@edbbe6d": { + "repo": "runtime", + "branch": "", + "hash": "edbbe6dbb58a7b3e03e1c5c902e6faaf21feaef0", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/edbbe6dbb58a7b3e03e1c5c902e6faaf21feaef0.diff" + }, + "runtime@8c76fdb": { + "repo": "runtime", + "branch": "", + "hash": "8c76fdb62aad9027f4a8b640d56624d6f6af6537", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/8c76fdb62aad9027f4a8b640d56624d6f6af6537.diff" + }, + "runtime@89d7d8e": { + "repo": "runtime", + "branch": "", + "hash": "89d7d8e5022e287e7931f1418d33eae193326aa5", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/89d7d8e5022e287e7931f1418d33eae193326aa5.diff" + }, + "runtime@8ea503f": { + "repo": "runtime", + "branch": "", + "hash": "8ea503f81c7ad3ee2051515fbf2e12ba40962538", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/8ea503f81c7ad3ee2051515fbf2e12ba40962538.diff" + }, + "runtime@cac7b4d": { + "repo": "runtime", + "branch": "", + "hash": "cac7b4dd9fa2a27fa1f02767e5f0b100e6221b2e", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/cac7b4dd9fa2a27fa1f02767e5f0b100e6221b2e.diff" + }, + "runtime@1f78745": { + "repo": "runtime", + "branch": "", + "hash": "1f787457cbb004eda2300240e7b9b5a2976c7012", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/1f787457cbb004eda2300240e7b9b5a2976c7012.diff" + }, + "runtime@c578848": { + "repo": "runtime", + "branch": "", + "hash": "c57884892e0b1e3b63c75ffdc0f865a0db313e61", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/c57884892e0b1e3b63c75ffdc0f865a0db313e61.diff" + }, + "runtime@9d577cf": { + "repo": "runtime", + "branch": "", + "hash": "9d577cf502956e4514144fd4591ea0efa90bb6a2", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/9d577cf502956e4514144fd4591ea0efa90bb6a2.diff" + }, + "runtime@9f508ea": { + "repo": "runtime", + "branch": "", + "hash": "9f508ea84197c034222c82d6549cf8f22a86c625", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/9f508ea84197c034222c82d6549cf8f22a86c625.diff" + }, + "runtime@b8eb3dc": { + "repo": "runtime", + "branch": "", + "hash": "b8eb3dc45d6d6ab8f62d63ca2f7001eb268e5397", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/b8eb3dc45d6d6ab8f62d63ca2f7001eb268e5397.diff" + }, + "runtime@fa12c89": { + "repo": "runtime", + "branch": "", + "hash": "fa12c893966e5c2744f24405b4f9cec0fb0b3b91", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/fa12c893966e5c2744f24405b4f9cec0fb0b3b91.diff" + }, + "runtime@70dc35c": { + "repo": "runtime", + "branch": "", + "hash": "70dc35c90eafecbf6acc4349cb5ddf4edb608176", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/70dc35c90eafecbf6acc4349cb5ddf4edb608176.diff" + }, + "runtime@25120e1": { + "repo": "runtime", + "branch": "", + "hash": "25120e1f2d001d71fe2d62ad8fe29d8ad925b9c9", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/25120e1f2d001d71fe2d62ad8fe29d8ad925b9c9.diff" + }, + "runtime@c035327": { + "repo": "runtime", + "branch": "", + "hash": "c035327b7f72baf25b72f87121c2c8001006d955", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/c035327b7f72baf25b72f87121c2c8001006d955.diff" + }, + "runtime@52516e3": { + "repo": "runtime", + "branch": "", + "hash": "52516e3dd32558d1b47aecbb288880e7d497fd12", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/52516e3dd32558d1b47aecbb288880e7d497fd12.diff" + }, + "runtime@ee8c042": { + "repo": "runtime", + "branch": "", + "hash": "ee8c042ee4898efbc8287581d53baffe6987f784", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/ee8c042ee4898efbc8287581d53baffe6987f784.diff" + }, + "runtime@cd056cc": { + "repo": "runtime", + "branch": "", + "hash": "cd056ccb7407d390c779b96f4bd54fc85ef3c22c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/cd056ccb7407d390c779b96f4bd54fc85ef3c22c.diff" + }, + "runtime@f9b0517": { + "repo": "runtime", + "branch": "", + "hash": "f9b05175862b6c5a132105e5f3b010751af33a2e", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/f9b05175862b6c5a132105e5f3b010751af33a2e.diff" + }, + "runtime@f016b28": { + "repo": "runtime", + "branch": "", + "hash": "f016b28589de200c4428e88a3f4da43abe974733", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/f016b28589de200c4428e88a3f4da43abe974733.diff" + }, + "runtime@de378a0": { + "repo": "runtime", + "branch": "", + "hash": "de378a02ac01e62994a659f1c3e86b5f3a4e5f0f", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/de378a02ac01e62994a659f1c3e86b5f3a4e5f0f.diff" + }, + "runtime@7e36909": { + "repo": "runtime", + "branch": "", + "hash": "7e36909f16f89adc4408064a97a6bf2de529d408", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/7e36909f16f89adc4408064a97a6bf2de529d408.diff" + }, + "runtime@b9e569a": { + "repo": "runtime", + "branch": "", + "hash": "b9e569a76e30a9ef8d3a877f5a98ac1ddb1a1730", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/b9e569a76e30a9ef8d3a877f5a98ac1ddb1a1730.diff" + }, + "runtime@c24c76a": { + "repo": "runtime", + "branch": "", + "hash": "c24c76a497f73902658b14ddf77078b1e5e97629", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/c24c76a497f73902658b14ddf77078b1e5e97629.diff" + }, + "runtime@98f11ec": { + "repo": "runtime", + "branch": "", + "hash": "98f11ec241e1ce957b1bcba1e7b263fb3f6dd9b4", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/98f11ec241e1ce957b1bcba1e7b263fb3f6dd9b4.diff" + }, + "runtime@209c66f": { + "repo": "runtime", + "branch": "", + "hash": "209c66f5f1fcc497a07d1a40f82056ff5995272c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/209c66f5f1fcc497a07d1a40f82056ff5995272c.diff" + }, + "runtime@655c517": { + "repo": "runtime", + "branch": "", + "hash": "655c517ccccad501dddac7c296815fabb2c8f1ad", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/655c517ccccad501dddac7c296815fabb2c8f1ad.diff" + }, + "runtime@53ec0a0": { + "repo": "runtime", + "branch": "", + "hash": "53ec0a08efddd5d060c2c386bc53e42ec3073908", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/53ec0a08efddd5d060c2c386bc53e42ec3073908.diff" + }, + "runtime@974c43f": { + "repo": "runtime", + "branch": "", + "hash": "974c43fd2c8b83d72c61f5102363b5533575e3ca", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/974c43fd2c8b83d72c61f5102363b5533575e3ca.diff" + }, + "runtime@ee35eae": { + "repo": "runtime", + "branch": "", + "hash": "ee35eae4b8462f82406dd0d9b31f180e20b0bdc4", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/ee35eae4b8462f82406dd0d9b31f180e20b0bdc4.diff" + }, + "runtime@9394358": { + "repo": "runtime", + "branch": "", + "hash": "9394358c5bd0ccc0ea28c3e25874abbabf333f34", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/9394358c5bd0ccc0ea28c3e25874abbabf333f34.diff" + }, + "runtime@cc1ae2b": { + "repo": "runtime", + "branch": "", + "hash": "cc1ae2ba434232c434bb7236053bc13383d6d3e7", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/cc1ae2ba434232c434bb7236053bc13383d6d3e7.diff" + }, + "runtime@bbb12bc": { + "repo": "runtime", + "branch": "", + "hash": "bbb12bcd955a6d1070d70a374edf8d4a0482d4c3", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/bbb12bcd955a6d1070d70a374edf8d4a0482d4c3.diff" + }, + "runtime@0a72699": { + "repo": "runtime", + "branch": "", + "hash": "0a726991ba412269ae8bb54ed3aa829466e0d0c8", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/0a726991ba412269ae8bb54ed3aa829466e0d0c8.diff" + }, + "runtime@1065d3f": { + "repo": "runtime", + "branch": "", + "hash": "1065d3fc14c9faa14ea80e3bf06fe60eec13a155", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/1065d3fc14c9faa14ea80e3bf06fe60eec13a155.diff" + }, + "runtime@ab81350": { + "repo": "runtime", + "branch": "", + "hash": "ab81350b2da7299df508bbf3d9dfb4027c8d10b4", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/ab81350b2da7299df508bbf3d9dfb4027c8d10b4.diff" + }, + "runtime@a927912": { + "repo": "runtime", + "branch": "", + "hash": "a927912e240d77a9df37e3038915ee13f02c25c5", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a927912e240d77a9df37e3038915ee13f02c25c5.diff" + }, + "runtime@e0214a7": { + "repo": "runtime", + "branch": "", + "hash": "e0214a72b62cc3518fd6551b7af7ed630cb380f4", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/e0214a72b62cc3518fd6551b7af7ed630cb380f4.diff" + }, + "runtime@a8836bb": { + "repo": "runtime", + "branch": "", + "hash": "a8836bb928cbb045bb19a1a2a3353f4aa23302f4", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a8836bb928cbb045bb19a1a2a3353f4aa23302f4.diff" + }, + "runtime@f15d677": { + "repo": "runtime", + "branch": "", + "hash": "f15d677fe38c5bcada5ad65660956d1bd639fda6", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/f15d677fe38c5bcada5ad65660956d1bd639fda6.diff" + }, + "runtime@c740399": { + "repo": "runtime", + "branch": "", + "hash": "c7403993c140019f0a9545b852c2d9701aab72f1", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/c7403993c140019f0a9545b852c2d9701aab72f1.diff" + }, + "runtime@ee4d4df": { + "repo": "runtime", + "branch": "", + "hash": "ee4d4df31f60e422addf422dad3183622cb1b383", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/ee4d4df31f60e422addf422dad3183622cb1b383.diff" + }, + "runtime@c51e9be": { + "repo": "runtime", + "branch": "", + "hash": "c51e9beeb4e3d6c3c4a1b4bbd4b7fa3721a6b881", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/c51e9beeb4e3d6c3c4a1b4bbd4b7fa3721a6b881.diff" + }, + "runtime@15fcf3c": { + "repo": "runtime", + "branch": "", + "hash": "15fcf3c58c9e4c521c741565fa92aa2092db230e", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/15fcf3c58c9e4c521c741565fa92aa2092db230e.diff" + }, + "runtime@0c92757": { + "repo": "runtime", + "branch": "", + "hash": "0c92757017079df3827a08329336479605f664ba", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/0c92757017079df3827a08329336479605f664ba.diff" + }, + "runtime@1f9be20": { + "repo": "runtime", + "branch": "", + "hash": "1f9be20738d5f994c8d0a0c241bf25396540ebbf", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/1f9be20738d5f994c8d0a0c241bf25396540ebbf.diff" + }, + "runtime@34d4f17": { + "repo": "runtime", + "branch": "", + "hash": "34d4f17ce8a8ca3a0f6e09a710323ebe8cbfe13f", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/34d4f17ce8a8ca3a0f6e09a710323ebe8cbfe13f.diff" + }, + "runtime@7891017": { + "repo": "runtime", + "branch": "", + "hash": "7891017ee01119988140d1290c881169db432021", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/7891017ee01119988140d1290c881169db432021.diff" + }, + "runtime@a3b2d40": { + "repo": "runtime", + "branch": "", + "hash": "a3b2d40328be0be3f8dd43f0e5cc925b8827b044", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a3b2d40328be0be3f8dd43f0e5cc925b8827b044.diff" + }, + "runtime@650ac8d": { + "repo": "runtime", + "branch": "", + "hash": "650ac8dffa08c7214043719b73174857dec1b931", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/650ac8dffa08c7214043719b73174857dec1b931.diff" + }, + "runtime@c72e29d": { + "repo": "runtime", + "branch": "", + "hash": "c72e29da6ddccaec2f614d299c3459f9fc608bfa", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/c72e29da6ddccaec2f614d299c3459f9fc608bfa.diff" + }, + "runtime@e7b6f69": { + "repo": "runtime", + "branch": "", + "hash": "e7b6f696a9ee2f8f7ed99431c5c0f33f51555c52", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/e7b6f696a9ee2f8f7ed99431c5c0f33f51555c52.diff" + }, + "runtime@7c2620d": { + "repo": "runtime", + "branch": "", + "hash": "7c2620de3c58a4c5b898abfeec04a390622456f5", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/7c2620de3c58a4c5b898abfeec04a390622456f5.diff" + }, + "runtime@890cbb3": { + "repo": "runtime", + "branch": "", + "hash": "890cbb3d857fc7cd220959b7597cea5b0b619eae", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/890cbb3d857fc7cd220959b7597cea5b0b619eae.diff" + }, + "runtime@8f1bc42": { + "repo": "runtime", + "branch": "", + "hash": "8f1bc42fb41cf38ffaec148390a6152217b1c37c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/8f1bc42fb41cf38ffaec148390a6152217b1c37c.diff" + }, + "runtime@3338406": { + "repo": "runtime", + "branch": "", + "hash": "33384068b0585e6474b8930571a6a0f9856acced", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/33384068b0585e6474b8930571a6a0f9856acced.diff" + }, + "runtime@2766968": { + "repo": "runtime", + "branch": "", + "hash": "2766968fcfba0802117210e350c5eff63c601041", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/2766968fcfba0802117210e350c5eff63c601041.diff" + }, + "runtime@22166a0": { + "repo": "runtime", + "branch": "", + "hash": "22166a0b9280707c1dd878a73438a350aa4b1e92", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/22166a0b9280707c1dd878a73438a350aa4b1e92.diff" + }, + "runtime@cdce1c1": { + "repo": "runtime", + "branch": "", + "hash": "cdce1c1678f995bbdabaafc5a50f3c098d978423", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/cdce1c1678f995bbdabaafc5a50f3c098d978423.diff" + }, + "runtime@60f1dc1": { + "repo": "runtime", + "branch": "", + "hash": "60f1dc1b6d553754a1f23de0fb00af0b2702073e", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/60f1dc1b6d553754a1f23de0fb00af0b2702073e.diff" + }, + "runtime@e2d5803": { + "repo": "runtime", + "branch": "", + "hash": "e2d580327abd2a6ceb6f4751f6ec18ddf30c44a5", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/e2d580327abd2a6ceb6f4751f6ec18ddf30c44a5.diff" + }, + "runtime@f5b3235": { + "repo": "runtime", + "branch": "", + "hash": "f5b3235256be162113b782bdfdbf6f7091f2296b", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/f5b3235256be162113b782bdfdbf6f7091f2296b.diff" + }, + "runtime@9a4041e": { + "repo": "runtime", + "branch": "", + "hash": "9a4041e6e93abe56b6d4786bc73509fb60ef13ab", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/9a4041e6e93abe56b6d4786bc73509fb60ef13ab.diff" + }, + "runtime@d7825c3": { + "repo": "runtime", + "branch": "", + "hash": "d7825c3bf1d0cb561e188125cf9555b30705b58a", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/d7825c3bf1d0cb561e188125cf9555b30705b58a.diff" + }, + "runtime@35bde6c": { + "repo": "runtime", + "branch": "", + "hash": "35bde6c0c5582c89e7ac8b5a8da9a0f643f1c1c4", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/35bde6c0c5582c89e7ac8b5a8da9a0f643f1c1c4.diff" + }, + "runtime@59a327a": { + "repo": "runtime", + "branch": "", + "hash": "59a327a11fdcd5d92e7674c962f5cc9cf8786cc6", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/59a327a11fdcd5d92e7674c962f5cc9cf8786cc6.diff" + }, + "runtime@8156f00": { + "repo": "runtime", + "branch": "", + "hash": "8156f007166c392a8260580172a40912282a61e1", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/8156f007166c392a8260580172a40912282a61e1.diff" + }, + "runtime@ee1b5b5": { + "repo": "runtime", + "branch": "", + "hash": "ee1b5b5424fa4a61e8f68559312bb1ff08f88759", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/ee1b5b5424fa4a61e8f68559312bb1ff08f88759.diff" + }, + "runtime@360bbc3": { + "repo": "runtime", + "branch": "", + "hash": "360bbc3127b7cd89d172b67be29d7853edd430fc", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/360bbc3127b7cd89d172b67be29d7853edd430fc.diff" + }, + "runtime@a715fc2": { + "repo": "runtime", + "branch": "", + "hash": "a715fc2a95a0e8cd796747e4f682d1da6fe7ea85", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a715fc2a95a0e8cd796747e4f682d1da6fe7ea85.diff" + }, + "runtime@cd7b185": { + "repo": "runtime", + "branch": "", + "hash": "cd7b185fc4b6b5b60fddf4ed79210c9127ca2bd6", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/cd7b185fc4b6b5b60fddf4ed79210c9127ca2bd6.diff" + }, + "runtime@d5dc74a": { + "repo": "runtime", + "branch": "", + "hash": "d5dc74a6f182eeece827d42d12c59ac3311d59af", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/d5dc74a6f182eeece827d42d12c59ac3311d59af.diff" + }, + "runtime@b051af9": { + "repo": "runtime", + "branch": "", + "hash": "b051af97b069af20eda2b81b6077ffa1db11da92", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/b051af97b069af20eda2b81b6077ffa1db11da92.diff" + }, + "runtime@6fb2237": { + "repo": "runtime", + "branch": "", + "hash": "6fb2237c0f20c1d3bb14f064cdbbd91beedbfe3e", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/6fb2237c0f20c1d3bb14f064cdbbd91beedbfe3e.diff" + }, + "runtime@349484a": { + "repo": "runtime", + "branch": "", + "hash": "349484a3fdedfbc21e1919d8bafe72faf968a4d5", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/349484a3fdedfbc21e1919d8bafe72faf968a4d5.diff" + }, + "runtime@1d27484": { + "repo": "runtime", + "branch": "", + "hash": "1d27484034940eee7eb09dec62c5138125346802", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/1d27484034940eee7eb09dec62c5138125346802.diff" + }, + "runtime@a1201b5": { + "repo": "runtime", + "branch": "", + "hash": "a1201b5f1adffe0dff8ee00b92c80ab25bed319e", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a1201b5f1adffe0dff8ee00b92c80ab25bed319e.diff" + }, + "runtime@4b43fd3": { + "repo": "runtime", + "branch": "", + "hash": "4b43fd359bb5c486fb7d520f7eaaaae1e8dd2f56", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/4b43fd359bb5c486fb7d520f7eaaaae1e8dd2f56.diff" + }, + "runtime@43173bf": { + "repo": "runtime", + "branch": "", + "hash": "43173bf97f81a56cc3dc35f8dbecf7ea88ce7c6b", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/43173bf97f81a56cc3dc35f8dbecf7ea88ce7c6b.diff" + }, + "runtime@711b7e5": { + "repo": "runtime", + "branch": "", + "hash": "711b7e5b11fbcd0383a138ed552f831bd8056270", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/711b7e5b11fbcd0383a138ed552f831bd8056270.diff" + }, + "runtime@950349b": { + "repo": "runtime", + "branch": "", + "hash": "950349b9907f5f8c8d56a99223b27e00edfb21f2", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/950349b9907f5f8c8d56a99223b27e00edfb21f2.diff" + }, + "runtime@07a07e6": { + "repo": "runtime", + "branch": "", + "hash": "07a07e69da54cded1d33ad33d55511d4a3b3620d", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/07a07e69da54cded1d33ad33d55511d4a3b3620d.diff" + }, + "runtime@ff19270": { + "repo": "runtime", + "branch": "", + "hash": "ff19270233c5edf04399c4144074e490a0d797a8", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/ff19270233c5edf04399c4144074e490a0d797a8.diff" + }, + "runtime@ab2f538": { + "repo": "runtime", + "branch": "", + "hash": "ab2f538fca8e2d278e592da1dd6e6ad82954e91c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/ab2f538fca8e2d278e592da1dd6e6ad82954e91c.diff" + }, + "runtime@5e750b8": { + "repo": "runtime", + "branch": "", + "hash": "5e750b85d2cdd8cbee74a7d2fafa04beed06881e", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/5e750b85d2cdd8cbee74a7d2fafa04beed06881e.diff" + }, + "runtime@937dec6": { + "repo": "runtime", + "branch": "", + "hash": "937dec63be8c3c804ead32bc045e7e0a8c1f4d4f", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/937dec63be8c3c804ead32bc045e7e0a8c1f4d4f.diff" + }, + "runtime@9fd3ebb": { + "repo": "runtime", + "branch": "", + "hash": "9fd3ebb41e3b1e837132a598645e582cf9462452", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/9fd3ebb41e3b1e837132a598645e582cf9462452.diff" + }, + "runtime@3f14c31": { + "repo": "runtime", + "branch": "", + "hash": "3f14c31b74e2324a72aec383e92b9aabf65d1f22", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/3f14c31b74e2324a72aec383e92b9aabf65d1f22.diff" + }, + "runtime@2916d73": { + "repo": "runtime", + "branch": "", + "hash": "2916d73755eb875a8803dfbb4d3a72a29cc6bd9b", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/2916d73755eb875a8803dfbb4d3a72a29cc6bd9b.diff" + }, + "runtime@6180397": { + "repo": "runtime", + "branch": "", + "hash": "6180397232231b3c56b63a2e4bc52931d344aaa0", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/6180397232231b3c56b63a2e4bc52931d344aaa0.diff" + }, + "runtime@83a9658": { + "repo": "runtime", + "branch": "", + "hash": "83a9658373408c8edcb91c22616954ef8edc9476", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/83a9658373408c8edcb91c22616954ef8edc9476.diff" + }, + "runtime@f7fcd1c": { + "repo": "runtime", + "branch": "", + "hash": "f7fcd1c7a448157d7d34eb0f510b5053a77682ec", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/f7fcd1c7a448157d7d34eb0f510b5053a77682ec.diff" + }, + "runtime@a91e2d0": { + "repo": "runtime", + "branch": "", + "hash": "a91e2d0fa4adef4b13a7b226b131221589b16449", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a91e2d0fa4adef4b13a7b226b131221589b16449.diff" + }, + "runtime@c131725": { + "repo": "runtime", + "branch": "", + "hash": "c131725a4def1b1b9ed8cabc146fcac2def8ad66", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/c131725a4def1b1b9ed8cabc146fcac2def8ad66.diff" + }, + "runtime@212023b": { + "repo": "runtime", + "branch": "", + "hash": "212023bd16881d9f8fe61e33262543091a37f171", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/212023bd16881d9f8fe61e33262543091a37f171.diff" + }, + "runtime@10075f0": { + "repo": "runtime", + "branch": "", + "hash": "10075f08d87e08d8b5f445321f5a7f44b9f983dc", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/10075f08d87e08d8b5f445321f5a7f44b9f983dc.diff" + }, + "runtime@e19c810": { + "repo": "runtime", + "branch": "", + "hash": "e19c810d43ec4a5b269a0d11e6dde962d862650d", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/e19c810d43ec4a5b269a0d11e6dde962d862650d.diff" + }, + "runtime@95f94b6": { + "repo": "runtime", + "branch": "", + "hash": "95f94b62378e2ac3e74b42bebfb91327a4d8708d", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/95f94b62378e2ac3e74b42bebfb91327a4d8708d.diff" + }, + "runtime@375857b": { + "repo": "runtime", + "branch": "", + "hash": "375857b4c453bbd2fd687039f867f0c49ce0f1be", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/375857b4c453bbd2fd687039f867f0c49ce0f1be.diff" + }, + "runtime@93578ff": { + "repo": "runtime", + "branch": "", + "hash": "93578ff5a25cfd9079ccaa9fa4a075e7f340855c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/93578ff5a25cfd9079ccaa9fa4a075e7f340855c.diff" + }, + "runtime@7e2ee62": { + "repo": "runtime", + "branch": "", + "hash": "7e2ee6243bbeb80b803def4d73452ec341c9e46c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/7e2ee6243bbeb80b803def4d73452ec341c9e46c.diff" + }, + "runtime@8832d20": { + "repo": "runtime", + "branch": "", + "hash": "8832d20153533b504a80fdda8542319687f00fdd", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/8832d20153533b504a80fdda8542319687f00fdd.diff" + }, + "runtime@556ab28": { + "repo": "runtime", + "branch": "", + "hash": "556ab281e79bdedf51d948ebe13685ed2ab246cd", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/556ab281e79bdedf51d948ebe13685ed2ab246cd.diff" + }, + "runtime@bfb2e88": { + "repo": "runtime", + "branch": "", + "hash": "bfb2e887e18109221ff2f10f2c61cd50673f6a21", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/bfb2e887e18109221ff2f10f2c61cd50673f6a21.diff" + }, + "runtime@1c60926": { + "repo": "runtime", + "branch": "", + "hash": "1c60926108333917b419fd5489fb6d2070317222", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/1c60926108333917b419fd5489fb6d2070317222.diff" + }, + "runtime@7fa0e1e": { + "repo": "runtime", + "branch": "", + "hash": "7fa0e1ed6ff4c42c3d966dbd777c0bfd98db36c0", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/7fa0e1ed6ff4c42c3d966dbd777c0bfd98db36c0.diff" + }, + "runtime@1f4f1ff": { + "repo": "runtime", + "branch": "", + "hash": "1f4f1ff39c52ec405d694a860eecce445aee382b", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/1f4f1ff39c52ec405d694a860eecce445aee382b.diff" + }, + "runtime@0bf5e88": { + "repo": "runtime", + "branch": "", + "hash": "0bf5e88c24e18054f7faf3ca359520696abe79ad", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/0bf5e88c24e18054f7faf3ca359520696abe79ad.diff" + }, + "runtime@10cb926": { + "repo": "runtime", + "branch": "", + "hash": "10cb9260c7dc2757ae374f9a240ec22f034bbd18", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/10cb9260c7dc2757ae374f9a240ec22f034bbd18.diff" + }, + "runtime@68b538c": { + "repo": "runtime", + "branch": "", + "hash": "68b538cd9186f04e6ff299c10efd88c2589919e3", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/68b538cd9186f04e6ff299c10efd88c2589919e3.diff" + }, + "runtime@8843355": { + "repo": "runtime", + "branch": "", + "hash": "8843355e738dd28964ab6f4c29c0e42e683cf065", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/8843355e738dd28964ab6f4c29c0e42e683cf065.diff" + }, + "runtime@14eeb75": { + "repo": "runtime", + "branch": "", + "hash": "14eeb75aa9995328d96ced60fcd85d406babb61a", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/14eeb75aa9995328d96ced60fcd85d406babb61a.diff" + }, + "runtime@809e569": { + "repo": "runtime", + "branch": "", + "hash": "809e569fc41eaca8bd1563158f74aaf9ca3b285f", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/809e569fc41eaca8bd1563158f74aaf9ca3b285f.diff" + }, + "runtime@ddc9174": { + "repo": "runtime", + "branch": "", + "hash": "ddc917461d400ba8816284927fe2b35d139cf314", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/ddc917461d400ba8816284927fe2b35d139cf314.diff" + }, + "runtime@18290ad": { + "repo": "runtime", + "branch": "", + "hash": "18290ade849b64f2a2bbb7905c20ed2b7def7eef", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/18290ade849b64f2a2bbb7905c20ed2b7def7eef.diff" + }, + "runtime@bbe57f3": { + "repo": "runtime", + "branch": "", + "hash": "bbe57f3284da4343bd91e08f90abc67127b10501", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/bbe57f3284da4343bd91e08f90abc67127b10501.diff" + }, + "runtime@c47c417": { + "repo": "runtime", + "branch": "", + "hash": "c47c417f25dc3ddf0980179a7f8f3dbc479d60d2", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/c47c417f25dc3ddf0980179a7f8f3dbc479d60d2.diff" + }, + "runtime@a6149c0": { + "repo": "runtime", + "branch": "", + "hash": "a6149c09203f57b7b9f1a741f764d225056c06fa", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a6149c09203f57b7b9f1a741f764d225056c06fa.diff" + }, + "runtime@9684f64": { + "repo": "runtime", + "branch": "", + "hash": "9684f6456673ade8597578389d8e72942e1e2dea", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/9684f6456673ade8597578389d8e72942e1e2dea.diff" + }, + "runtime@2eb5f4c": { + "repo": "runtime", + "branch": "", + "hash": "2eb5f4caae9d677555c68b8274aa6d262ad23a45", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/2eb5f4caae9d677555c68b8274aa6d262ad23a45.diff" + }, + "runtime@714d206": { + "repo": "runtime", + "branch": "", + "hash": "714d206ca622239a21cf08db3b00c60fe6efe850", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/714d206ca622239a21cf08db3b00c60fe6efe850.diff" + }, + "runtime@0fc6976": { + "repo": "runtime", + "branch": "", + "hash": "0fc6976a851b40090b7b8c8015488d2a2f23013d", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/0fc6976a851b40090b7b8c8015488d2a2f23013d.diff" + }, + "runtime@0ad5249": { + "repo": "runtime", + "branch": "", + "hash": "0ad524999bb2be7f77d1778d0b8049e907c9b7d6", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/0ad524999bb2be7f77d1778d0b8049e907c9b7d6.diff" + }, + "runtime@4bd0bf4": { + "repo": "runtime", + "branch": "", + "hash": "4bd0bf40d82a040b407afb04a1153ecdef44adc5", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/4bd0bf40d82a040b407afb04a1153ecdef44adc5.diff" + }, + "runtime@a358478": { + "repo": "runtime", + "branch": "", + "hash": "a3584786add32a07bd7a757a6782a83e1f0de050", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a3584786add32a07bd7a757a6782a83e1f0de050.diff" + }, + "runtime@5781c28": { + "repo": "runtime", + "branch": "", + "hash": "5781c28fd016638de384dbe119eb09edc9c4ec1d", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/5781c28fd016638de384dbe119eb09edc9c4ec1d.diff" + }, + "runtime@434ce89": { + "repo": "runtime", + "branch": "", + "hash": "434ce899a2734aa32584b202e96681f3770077b5", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/434ce899a2734aa32584b202e96681f3770077b5.diff" + }, + "runtime@2148709": { + "repo": "runtime", + "branch": "", + "hash": "2148709d27775dc871da475d23e5960d15971d37", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/2148709d27775dc871da475d23e5960d15971d37.diff" + }, + "runtime@2740c3d": { + "repo": "runtime", + "branch": "", + "hash": "2740c3de1dc064249c05430e2d299aa1fe7a1905", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/2740c3de1dc064249c05430e2d299aa1fe7a1905.diff" + }, + "runtime@66b7bf0": { + "repo": "runtime", + "branch": "", + "hash": "66b7bf0a38497d16ba1c839c61a5666ebe50dca3", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/66b7bf0a38497d16ba1c839c61a5666ebe50dca3.diff" + }, + "runtime@2ae217c": { + "repo": "runtime", + "branch": "", + "hash": "2ae217cebe08fb9576cfffc1e0fa8ed0176ad7ac", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/2ae217cebe08fb9576cfffc1e0fa8ed0176ad7ac.diff" + }, + "runtime@eba6c8b": { + "repo": "runtime", + "branch": "", + "hash": "eba6c8b8e1dffe2cff682a0998e820a80fc0755d", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/eba6c8b8e1dffe2cff682a0998e820a80fc0755d.diff" + }, + "runtime@295ecbd": { + "repo": "runtime", + "branch": "", + "hash": "295ecbd85accf8b2ceb9ff97c2134ba54a203796", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/295ecbd85accf8b2ceb9ff97c2134ba54a203796.diff" + }, + "runtime@d45e10e": { + "repo": "runtime", + "branch": "", + "hash": "d45e10e948ee480b6204768c28b7ad90c6999d60", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/d45e10e948ee480b6204768c28b7ad90c6999d60.diff" + }, + "runtime@177ba31": { + "repo": "runtime", + "branch": "", + "hash": "177ba31214b6e49e63feea6c0331174df3205b04", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/177ba31214b6e49e63feea6c0331174df3205b04.diff" + }, + "runtime@24d70a4": { + "repo": "runtime", + "branch": "", + "hash": "24d70a4675f2e48b35081b4bfe69a6148e252a9c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/24d70a4675f2e48b35081b4bfe69a6148e252a9c.diff" + }, + "runtime@cb07167": { + "repo": "runtime", + "branch": "", + "hash": "cb07167aa73e3fa673e1b0f5c58a84470b26c766", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/cb07167aa73e3fa673e1b0f5c58a84470b26c766.diff" + }, + "runtime@904794d": { + "repo": "runtime", + "branch": "", + "hash": "904794ddc55f07b0918433811d5bfb4d90364627", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/904794ddc55f07b0918433811d5bfb4d90364627.diff" + }, + "runtime@8753ab5": { + "repo": "runtime", + "branch": "", + "hash": "8753ab5928cb4fc225abd395500f43131f09a16d", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/8753ab5928cb4fc225abd395500f43131f09a16d.diff" + }, + "runtime@6967149": { + "repo": "runtime", + "branch": "", + "hash": "69671499563fb83b7bddb1dc43b8e2240d09038e", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/69671499563fb83b7bddb1dc43b8e2240d09038e.diff" + }, + "runtime@2c927ee": { + "repo": "runtime", + "branch": "", + "hash": "2c927ee2e6e3e2352efd52d179e218e8adbb919d", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/2c927ee2e6e3e2352efd52d179e218e8adbb919d.diff" + }, + "runtime@3c83542": { + "repo": "runtime", + "branch": "", + "hash": "3c835429915f67933dcb8d395119ab226ab8c7af", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/3c835429915f67933dcb8d395119ab226ab8c7af.diff" + }, + "runtime@da617cf": { + "repo": "runtime", + "branch": "", + "hash": "da617cf55cc65acc7d1e463d211561412e13df94", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/da617cf55cc65acc7d1e463d211561412e13df94.diff" + }, + "runtime@1653a0f": { + "repo": "runtime", + "branch": "", + "hash": "1653a0ff92188a07f330a16296959368132a82b3", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/1653a0ff92188a07f330a16296959368132a82b3.diff" + }, + "runtime@dbe16d6": { + "repo": "runtime", + "branch": "", + "hash": "dbe16d6dbec9f46e2e544d42d30cef330281da8a", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/dbe16d6dbec9f46e2e544d42d30cef330281da8a.diff" + }, + "runtime@b9ef488": { + "repo": "runtime", + "branch": "", + "hash": "b9ef488ed1a0c443635db4f5c3cc7ad7c492a248", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/b9ef488ed1a0c443635db4f5c3cc7ad7c492a248.diff" + }, + "runtime@8e57268": { + "repo": "runtime", + "branch": "", + "hash": "8e57268355d15109363318c53846e1b29fa2a7f2", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/8e57268355d15109363318c53846e1b29fa2a7f2.diff" + }, + "runtime@a3bd98b": { + "repo": "runtime", + "branch": "", + "hash": "a3bd98ba775f072b13465fbef6d5cbacd2c976ef", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a3bd98ba775f072b13465fbef6d5cbacd2c976ef.diff" + }, + "runtime@62b476b": { + "repo": "runtime", + "branch": "", + "hash": "62b476b6958dcb62b034b3295e34a37c97ee0880", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/62b476b6958dcb62b034b3295e34a37c97ee0880.diff" + }, + "runtime@dc803e0": { + "repo": "runtime", + "branch": "", + "hash": "dc803e0af2d966b0495efef2c48e62cf2ff6ee25", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/dc803e0af2d966b0495efef2c48e62cf2ff6ee25.diff" + }, + "runtime@5889432": { + "repo": "runtime", + "branch": "", + "hash": "5889432ba7cef97983bfa0dbb0faf65ad0a1b37e", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/5889432ba7cef97983bfa0dbb0faf65ad0a1b37e.diff" + }, + "runtime@76853ac": { + "repo": "runtime", + "branch": "", + "hash": "76853ac66cfc4ab97e467094a4f4070fb4b88aa1", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/76853ac66cfc4ab97e467094a4f4070fb4b88aa1.diff" + }, + "runtime@a181406": { + "repo": "runtime", + "branch": "", + "hash": "a181406886335da69df0c5bdc9a67ea5940ff116", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a181406886335da69df0c5bdc9a67ea5940ff116.diff" + }, + "runtime@c19c6c9": { + "repo": "runtime", + "branch": "", + "hash": "c19c6c9f282c75f29057198a0fc8a9b05f20898b", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/c19c6c9f282c75f29057198a0fc8a9b05f20898b.diff" + }, + "runtime@4004e34": { + "repo": "runtime", + "branch": "", + "hash": "4004e341674d45be8b82a67346d1c119533dbf61", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/4004e341674d45be8b82a67346d1c119533dbf61.diff" + }, + "runtime@05b2bbc": { + "repo": "runtime", + "branch": "", + "hash": "05b2bbc014e75b63664a6d14449c61f642e69c98", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/05b2bbc014e75b63664a6d14449c61f642e69c98.diff" + }, + "runtime@4b96b74": { + "repo": "runtime", + "branch": "", + "hash": "4b96b748e706d163622052e6219d3f78cf53e687", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/4b96b748e706d163622052e6219d3f78cf53e687.diff" + }, + "runtime@a4b3fc5": { + "repo": "runtime", + "branch": "", + "hash": "a4b3fc5767720d23f5c28ba9ef85eea84855f039", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a4b3fc5767720d23f5c28ba9ef85eea84855f039.diff" + }, + "runtime@797626d": { + "repo": "runtime", + "branch": "", + "hash": "797626d1ecf18c034df4f0c3479769dc3aad8677", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/797626d1ecf18c034df4f0c3479769dc3aad8677.diff" + }, + "runtime@6c7c5de": { + "repo": "runtime", + "branch": "", + "hash": "6c7c5deea8448984851a99b46472b943b98075ea", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/6c7c5deea8448984851a99b46472b943b98075ea.diff" + }, + "runtime@c9e4f64": { + "repo": "runtime", + "branch": "", + "hash": "c9e4f6456e9925ae5654d0ae9505449fadfb64be", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/c9e4f6456e9925ae5654d0ae9505449fadfb64be.diff" + }, + "runtime@6b6a8b5": { + "repo": "runtime", + "branch": "", + "hash": "6b6a8b5f46ba62baa83bf5391c3ce093d0b30c4c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/6b6a8b5f46ba62baa83bf5391c3ce093d0b30c4c.diff" + }, + "runtime@cc78323": { + "repo": "runtime", + "branch": "", + "hash": "cc78323ef440208bab9bd99fee82e3ea40ec61a5", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/cc78323ef440208bab9bd99fee82e3ea40ec61a5.diff" + }, + "runtime@063c8ea": { + "repo": "runtime", + "branch": "", + "hash": "063c8ea56dd21b10f3b65aace6868cc8029af22e", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/063c8ea56dd21b10f3b65aace6868cc8029af22e.diff" + }, + "runtime@5a341af": { + "repo": "runtime", + "branch": "", + "hash": "5a341af4708fdd486d0a404159a0984b35c26755", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/5a341af4708fdd486d0a404159a0984b35c26755.diff" + }, + "runtime@ddba785": { + "repo": "runtime", + "branch": "", + "hash": "ddba7854ea97d1899650af2779a98fcfdc3fc83c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/ddba7854ea97d1899650af2779a98fcfdc3fc83c.diff" + }, + "runtime@2383f46": { + "repo": "runtime", + "branch": "", + "hash": "2383f46be69cb5a76d31af60a70646e9f8c786e4", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/2383f46be69cb5a76d31af60a70646e9f8c786e4.diff" + }, + "runtime@1555020": { + "repo": "runtime", + "branch": "", + "hash": "155502091c2123ad1c2369cc1fc7f1e2ea99ac80", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/155502091c2123ad1c2369cc1fc7f1e2ea99ac80.diff" + }, + "runtime@21c2726": { + "repo": "runtime", + "branch": "", + "hash": "21c27262acb368f658b3f1c55378a340be0b3268", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/21c27262acb368f658b3f1c55378a340be0b3268.diff" + }, + "runtime@ce3e716": { + "repo": "runtime", + "branch": "", + "hash": "ce3e7165836e64efbfe6f7a874991715b40e28bf", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/ce3e7165836e64efbfe6f7a874991715b40e28bf.diff" + }, + "runtime@a74ee49": { + "repo": "runtime", + "branch": "", + "hash": "a74ee497ed299344a94090e6a7364363636079e8", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a74ee497ed299344a94090e6a7364363636079e8.diff" + }, + "runtime@41fae17": { + "repo": "runtime", + "branch": "", + "hash": "41fae175655a141b22326249a6ef0109b6ec6e75", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/41fae175655a141b22326249a6ef0109b6ec6e75.diff" + }, + "runtime@f43f6ab": { + "repo": "runtime", + "branch": "", + "hash": "f43f6ab752df1cd460e09864777c7c37eac3188b", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/f43f6ab752df1cd460e09864777c7c37eac3188b.diff" + }, + "runtime@d51c820": { + "repo": "runtime", + "branch": "", + "hash": "d51c8202fd769aca87ee03ee76509c115d8bbb79", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/d51c8202fd769aca87ee03ee76509c115d8bbb79.diff" + }, + "runtime@6adf63b": { + "repo": "runtime", + "branch": "", + "hash": "6adf63be6db59b3f9a376715baf96ef7a545181d", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/6adf63be6db59b3f9a376715baf96ef7a545181d.diff" + }, + "runtime@a86167c": { + "repo": "runtime", + "branch": "", + "hash": "a86167c66c4c1a9e1ff315995b57b00bc705989a", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a86167c66c4c1a9e1ff315995b57b00bc705989a.diff" + }, + "runtime@29a4e37": { + "repo": "runtime", + "branch": "", + "hash": "29a4e371b0ea3aacb4b44562c7919af76bb1b8f3", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/29a4e371b0ea3aacb4b44562c7919af76bb1b8f3.diff" + }, + "runtime@c6d701a": { + "repo": "runtime", + "branch": "", + "hash": "c6d701a406aab078bc882d0e8d66a5212423b7d7", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/c6d701a406aab078bc882d0e8d66a5212423b7d7.diff" + }, + "runtime@5cb7b8c": { + "repo": "runtime", + "branch": "", + "hash": "5cb7b8c2d205a3d83040e69d9814965a3dc4968f", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/5cb7b8c2d205a3d83040e69d9814965a3dc4968f.diff" + }, + "runtime@a8f6705": { + "repo": "runtime", + "branch": "", + "hash": "a8f6705e2697ec9971235b86447ae2cb3f39ed80", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a8f6705e2697ec9971235b86447ae2cb3f39ed80.diff" + }, + "runtime@41adbb5": { + "repo": "runtime", + "branch": "", + "hash": "41adbb5c40c24f094f274fd4138c89c118197693", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/41adbb5c40c24f094f274fd4138c89c118197693.diff" + }, + "runtime@accbdf7": { + "repo": "runtime", + "branch": "", + "hash": "accbdf78f2750707895392f82f9db842f4bfe784", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/accbdf78f2750707895392f82f9db842f4bfe784.diff" + }, + "runtime@530db8a": { + "repo": "runtime", + "branch": "", + "hash": "530db8ab5bda9539c0a4fb1fc14bc970216dd28b", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/530db8ab5bda9539c0a4fb1fc14bc970216dd28b.diff" + }, + "runtime@4ab5c7c": { + "repo": "runtime", + "branch": "", + "hash": "4ab5c7c170eed7c6e9f4ed1d3c7fb30db735c9ce", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/4ab5c7c170eed7c6e9f4ed1d3c7fb30db735c9ce.diff" + }, + "runtime@12d6cfa": { + "repo": "runtime", + "branch": "", + "hash": "12d6cfa24dfd7e4c7bf58b7bc241319982a52839", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/12d6cfa24dfd7e4c7bf58b7bc241319982a52839.diff" + }, + "runtime@1584123": { + "repo": "runtime", + "branch": "", + "hash": "1584123471b057246f270c93146a0787e70d8557", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/1584123471b057246f270c93146a0787e70d8557.diff" + }, + "runtime@ad46ca1": { + "repo": "runtime", + "branch": "", + "hash": "ad46ca153c9fca3e084d5695ad0c476582038040", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/ad46ca153c9fca3e084d5695ad0c476582038040.diff" + }, + "runtime@6fbd681": { + "repo": "runtime", + "branch": "", + "hash": "6fbd6815359742790d1c93896775a75d9975f34d", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/6fbd6815359742790d1c93896775a75d9975f34d.diff" + }, + "runtime@39c9b34": { + "repo": "runtime", + "branch": "", + "hash": "39c9b34d3486d3179542effaa62da6676f8647a9", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/39c9b34d3486d3179542effaa62da6676f8647a9.diff" + }, + "runtime@adcbacf": { + "repo": "runtime", + "branch": "", + "hash": "adcbacf8cafd48ee5299c33df5bfb6e72f08a871", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/adcbacf8cafd48ee5299c33df5bfb6e72f08a871.diff" + }, + "runtime@e45ecce": { + "repo": "runtime", + "branch": "", + "hash": "e45eccedeac0821d590c6c05f7a848e87aebd0dd", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/e45eccedeac0821d590c6c05f7a848e87aebd0dd.diff" + }, + "runtime@05f14fb": { + "repo": "runtime", + "branch": "", + "hash": "05f14fb225871051f2c5ba4674208e5cdcf5ccfc", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/05f14fb225871051f2c5ba4674208e5cdcf5ccfc.diff" + }, + "runtime@cf7fcfa": { + "repo": "runtime", + "branch": "", + "hash": "cf7fcfa43074d09d94bf5afce174289c74257502", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/cf7fcfa43074d09d94bf5afce174289c74257502.diff" + }, + "runtime@a931a07": { + "repo": "runtime", + "branch": "", + "hash": "a931a075399d742844efd7c4879032861e444152", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a931a075399d742844efd7c4879032861e444152.diff" + }, + "runtime@25f7804": { + "repo": "runtime", + "branch": "", + "hash": "25f7804b9f26ef494a4ab0d9f56b9c0bee2ba5e2", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/25f7804b9f26ef494a4ab0d9f56b9c0bee2ba5e2.diff" + }, + "runtime@634fa0d": { + "repo": "runtime", + "branch": "", + "hash": "634fa0df4c8b3db25e0a66e36a340be6ce9d2929", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/634fa0df4c8b3db25e0a66e36a340be6ce9d2929.diff" + }, + "runtime@d38d8f7": { + "repo": "runtime", + "branch": "", + "hash": "d38d8f759c8ca55515cbb408e451c6bf28f4b82c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/d38d8f759c8ca55515cbb408e451c6bf28f4b82c.diff" + }, + "runtime@280fb74": { + "repo": "runtime", + "branch": "", + "hash": "280fb749167d6b0a42c9e5f90dc9b29730a09dac", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/280fb749167d6b0a42c9e5f90dc9b29730a09dac.diff" + }, + "runtime@e583c98": { + "repo": "runtime", + "branch": "", + "hash": "e583c98763e224e5d6587a9d8fc732a33b1d808b", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/e583c98763e224e5d6587a9d8fc732a33b1d808b.diff" + }, + "runtime@9bb0c1e": { + "repo": "runtime", + "branch": "", + "hash": "9bb0c1ebc30748ebb2b4305a39ed9c1a7c56c157", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/9bb0c1ebc30748ebb2b4305a39ed9c1a7c56c157.diff" + }, + "runtime@31132b6": { + "repo": "runtime", + "branch": "", + "hash": "31132b66868cbd9d75c5770d544ff6c6a45c92ed", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/31132b66868cbd9d75c5770d544ff6c6a45c92ed.diff" + }, + "runtime@575ae65": { + "repo": "runtime", + "branch": "", + "hash": "575ae65c8e9e91968e7be9856075760f9fbfe72e", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/575ae65c8e9e91968e7be9856075760f9fbfe72e.diff" + }, + "runtime@0145718": { + "repo": "runtime", + "branch": "", + "hash": "0145718ae9e00b06e5216ddb938a95e4680a47e4", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/0145718ae9e00b06e5216ddb938a95e4680a47e4.diff" + }, + "runtime@4fd3283": { + "repo": "runtime", + "branch": "", + "hash": "4fd3283754e18266bcfde2f3279656d655018a81", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/4fd3283754e18266bcfde2f3279656d655018a81.diff" + }, + "runtime@2ebe5d9": { + "repo": "runtime", + "branch": "", + "hash": "2ebe5d9fbd9f9cdf2b1d9d51c1ac6c54f3c91bfa", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/2ebe5d9fbd9f9cdf2b1d9d51c1ac6c54f3c91bfa.diff" + }, + "runtime@c62c41f": { + "repo": "runtime", + "branch": "", + "hash": "c62c41f71a527b2d450e57782182e68ae169ba33", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/c62c41f71a527b2d450e57782182e68ae169ba33.diff" + }, + "runtime@6df558c": { + "repo": "runtime", + "branch": "", + "hash": "6df558c6c4b6b13d3f40c21ac7d61cf7bc13b96e", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/6df558c6c4b6b13d3f40c21ac7d61cf7bc13b96e.diff" + }, + "runtime@c2862f9": { + "repo": "runtime", + "branch": "", + "hash": "c2862f93479e76e0e5c43996836c4f067fdbae25", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/c2862f93479e76e0e5c43996836c4f067fdbae25.diff" + }, + "runtime@fe15cb2": { + "repo": "runtime", + "branch": "", + "hash": "fe15cb280012d02b4c83388bf30bd757c23d97b2", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/fe15cb280012d02b4c83388bf30bd757c23d97b2.diff" + }, + "runtime@836571e": { + "repo": "runtime", + "branch": "", + "hash": "836571e6062f2ad43ed53827db442aa7e5021fda", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/836571e6062f2ad43ed53827db442aa7e5021fda.diff" + }, + "runtime@ad023e0": { + "repo": "runtime", + "branch": "", + "hash": "ad023e0bba5600994cd116146a5706365195e9e6", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/ad023e0bba5600994cd116146a5706365195e9e6.diff" + }, + "runtime@05596e3": { + "repo": "runtime", + "branch": "", + "hash": "05596e3a024f73765883d4cc91d54890c3856956", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/05596e3a024f73765883d4cc91d54890c3856956.diff" + }, + "runtime@002021b": { + "repo": "runtime", + "branch": "", + "hash": "002021b6e4f602d6f7a95d5fb05331e259e9b48f", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/002021b6e4f602d6f7a95d5fb05331e259e9b48f.diff" + }, + "runtime@bf222c5": { + "repo": "runtime", + "branch": "", + "hash": "bf222c51329e3569d755a987ebd187c2e666cebd", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/bf222c51329e3569d755a987ebd187c2e666cebd.diff" + }, + "runtime@1f1f5fd": { + "repo": "runtime", + "branch": "", + "hash": "1f1f5fde4ba3e87209ddcb517abdab20f9439682", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/1f1f5fde4ba3e87209ddcb517abdab20f9439682.diff" + }, + "runtime@12c3fe3": { + "repo": "runtime", + "branch": "", + "hash": "12c3fe3afbb77d69d2e9fc9034d730a0c6246475", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/12c3fe3afbb77d69d2e9fc9034d730a0c6246475.diff" + }, + "runtime@98d1ffe": { + "repo": "runtime", + "branch": "", + "hash": "98d1ffed9caa5d66873c34bc2c9fdd31f41bf6dd", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/98d1ffed9caa5d66873c34bc2c9fdd31f41bf6dd.diff" + }, + "runtime@6ff5be5": { + "repo": "runtime", + "branch": "", + "hash": "6ff5be525e0021c49caa5f455137c81fdab341e1", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/6ff5be525e0021c49caa5f455137c81fdab341e1.diff" + }, + "runtime@8106464": { + "repo": "runtime", + "branch": "", + "hash": "8106464c1db87b8287a5b89445f3ad788852ce69", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/8106464c1db87b8287a5b89445f3ad788852ce69.diff" + }, + "runtime@cde73a0": { + "repo": "runtime", + "branch": "", + "hash": "cde73a0a95fea72665d5ce536953e6a47a1d22b1", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/cde73a0a95fea72665d5ce536953e6a47a1d22b1.diff" + }, + "runtime@422c41a": { + "repo": "runtime", + "branch": "", + "hash": "422c41a676096d58d1218bc4385289338cdac615", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/422c41a676096d58d1218bc4385289338cdac615.diff" + }, + "runtime@770e62e": { + "repo": "runtime", + "branch": "", + "hash": "770e62e503383732a746019ff894c8afc2fbda54", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/770e62e503383732a746019ff894c8afc2fbda54.diff" + }, + "runtime@33be435": { + "repo": "runtime", + "branch": "", + "hash": "33be4359fae6adc7c55cc739549934389fdf4ffb", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/33be4359fae6adc7c55cc739549934389fdf4ffb.diff" + }, + "runtime@578644c": { + "repo": "runtime", + "branch": "", + "hash": "578644c0f6d6f0f28afb0df92cf58d86bbc3ada6", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/578644c0f6d6f0f28afb0df92cf58d86bbc3ada6.diff" + }, + "runtime@7ab59a3": { + "repo": "runtime", + "branch": "", + "hash": "7ab59a32a92aebbe2c0e1020c6855927fa039aa0", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/7ab59a32a92aebbe2c0e1020c6855927fa039aa0.diff" + }, + "runtime@19d0c6e": { + "repo": "runtime", + "branch": "", + "hash": "19d0c6e4593d9b2ffd516b854662e53d4ef95d83", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/19d0c6e4593d9b2ffd516b854662e53d4ef95d83.diff" + }, + "runtime@5f9352d": { + "repo": "runtime", + "branch": "", + "hash": "5f9352d3bfc873624fd1cd56cc391a0ae0419080", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/5f9352d3bfc873624fd1cd56cc391a0ae0419080.diff" + }, + "runtime@4f21ff0": { + "repo": "runtime", + "branch": "", + "hash": "4f21ff053b91def38134c531a5ad30cb0300a289", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/4f21ff053b91def38134c531a5ad30cb0300a289.diff" + }, + "runtime@fd3f89f": { + "repo": "runtime", + "branch": "", + "hash": "fd3f89fffdcd8ccc74ad66fa99a48fb9ef3e05ef", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/fd3f89fffdcd8ccc74ad66fa99a48fb9ef3e05ef.diff" + }, + "runtime@60815e7": { + "repo": "runtime", + "branch": "", + "hash": "60815e7908757660418fb297313fecd4b8c080ac", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/60815e7908757660418fb297313fecd4b8c080ac.diff" + }, + "runtime@955cdca": { + "repo": "runtime", + "branch": "", + "hash": "955cdca0ab7c1d40852d41448f8fa129c07b61a4", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/955cdca0ab7c1d40852d41448f8fa129c07b61a4.diff" + }, + "runtime@d8e9ae7": { + "repo": "runtime", + "branch": "", + "hash": "d8e9ae7bb53aecaa54e03450f6c0b3626580af21", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/d8e9ae7bb53aecaa54e03450f6c0b3626580af21.diff" + }, + "runtime@1c5e17a": { + "repo": "runtime", + "branch": "", + "hash": "1c5e17a1bfd07754b9675956dc36ec1efab2b84e", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/1c5e17a1bfd07754b9675956dc36ec1efab2b84e.diff" + }, + "runtime@f8dc4c8": { + "repo": "runtime", + "branch": "", + "hash": "f8dc4c8bf3490b7490458d9f756c95b262702671", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/f8dc4c8bf3490b7490458d9f756c95b262702671.diff" + }, + "runtime@d9cb3f3": { + "repo": "runtime", + "branch": "", + "hash": "d9cb3f3a8fc515404beed7316466f2081b113dd1", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/d9cb3f3a8fc515404beed7316466f2081b113dd1.diff" + }, + "runtime@a6329eb": { + "repo": "runtime", + "branch": "", + "hash": "a6329ebfb5f5aa3ef13cd07106fe903191edbc57", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a6329ebfb5f5aa3ef13cd07106fe903191edbc57.diff" + }, + "runtime@7431490": { + "repo": "runtime", + "branch": "", + "hash": "74314907815fb4084a9527b542853de4de595686", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/74314907815fb4084a9527b542853de4de595686.diff" + }, + "runtime@e8314cc": { + "repo": "runtime", + "branch": "", + "hash": "e8314ccaa59e6a5b322d3aff713b236fa53a799a", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/e8314ccaa59e6a5b322d3aff713b236fa53a799a.diff" + }, + "runtime@ebf02b3": { + "repo": "runtime", + "branch": "", + "hash": "ebf02b36232650cd2ae6c547f8f964e7ef0f954f", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/ebf02b36232650cd2ae6c547f8f964e7ef0f954f.diff" + }, + "runtime@6fb955d": { + "repo": "runtime", + "branch": "", + "hash": "6fb955ddb5b6e03a5abd466516ed8dece06a1870", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/6fb955ddb5b6e03a5abd466516ed8dece06a1870.diff" + }, + "runtime@5bb808c": { + "repo": "runtime", + "branch": "", + "hash": "5bb808c9b17ca81e4802ec36b5c2f391ea53c79f", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/5bb808c9b17ca81e4802ec36b5c2f391ea53c79f.diff" + }, + "runtime@4f7595d": { + "repo": "runtime", + "branch": "", + "hash": "4f7595df789676d30b17133a01f8b4e1125b1957", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/4f7595df789676d30b17133a01f8b4e1125b1957.diff" + }, + "runtime@8f4a41e": { + "repo": "runtime", + "branch": "", + "hash": "8f4a41e15fdbba9b49ef2d539dfb03404bc34cbb", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/8f4a41e15fdbba9b49ef2d539dfb03404bc34cbb.diff" + }, + "runtime@dc7cee8": { + "repo": "runtime", + "branch": "", + "hash": "dc7cee8b952f13b36a85d28e1bc8d8847ed1bd57", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/dc7cee8b952f13b36a85d28e1bc8d8847ed1bd57.diff" + }, + "runtime@a2a8bc0": { + "repo": "runtime", + "branch": "", + "hash": "a2a8bc0bd76ca5709e1841a991a26dc53cf5b54a", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a2a8bc0bd76ca5709e1841a991a26dc53cf5b54a.diff" + }, + "runtime@6459225": { + "repo": "runtime", + "branch": "", + "hash": "6459225a434e4b6de718e1e220ceaaf69a81da08", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/6459225a434e4b6de718e1e220ceaaf69a81da08.diff" + }, + "runtime@66f96ac": { + "repo": "runtime", + "branch": "", + "hash": "66f96ac936bf707a3b774ca15c839e785f5fbbfa", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/66f96ac936bf707a3b774ca15c839e785f5fbbfa.diff" + }, + "runtime@5caccf4": { + "repo": "runtime", + "branch": "", + "hash": "5caccf413f376854c2d9dcb8cf9be32da0437a68", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/5caccf413f376854c2d9dcb8cf9be32da0437a68.diff" + }, + "runtime@af1162d": { + "repo": "runtime", + "branch": "", + "hash": "af1162da2541e997fdbacbc1e716c5681a5f7d2a", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/af1162da2541e997fdbacbc1e716c5681a5f7d2a.diff" + }, + "runtime@f22a38a": { + "repo": "runtime", + "branch": "", + "hash": "f22a38afe38a80c189196bf47423b866d2e6a456", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/f22a38afe38a80c189196bf47423b866d2e6a456.diff" + }, + "runtime@4719a8e": { + "repo": "runtime", + "branch": "", + "hash": "4719a8e770bab4afa862bc8eb520d1c84a619a39", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/4719a8e770bab4afa862bc8eb520d1c84a619a39.diff" + }, + "runtime@e697a30": { + "repo": "runtime", + "branch": "", + "hash": "e697a301818934fb3153829e3c8cb22b462f15fc", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/e697a301818934fb3153829e3c8cb22b462f15fc.diff" + }, + "runtime@8c4e839": { + "repo": "runtime", + "branch": "", + "hash": "8c4e8393fe78fb9c1be0186b599c3c2be50afe92", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/8c4e8393fe78fb9c1be0186b599c3c2be50afe92.diff" + }, + "runtime@28deeb4": { + "repo": "runtime", + "branch": "", + "hash": "28deeb499436a4b7364b176877aaf87cd8ff52bd", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/28deeb499436a4b7364b176877aaf87cd8ff52bd.diff" + }, + "runtime@5ea9b96": { + "repo": "runtime", + "branch": "", + "hash": "5ea9b961401c97d7904e33d55959562a3c730fb3", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/5ea9b961401c97d7904e33d55959562a3c730fb3.diff" + }, + "runtime@129d0a0": { + "repo": "runtime", + "branch": "", + "hash": "129d0a0993265c84de5ad77f68a13b48c93873f9", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/129d0a0993265c84de5ad77f68a13b48c93873f9.diff" + }, + "runtime@62fda12": { + "repo": "runtime", + "branch": "", + "hash": "62fda127d9aaba24190f7103ee24396c742035c3", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/62fda127d9aaba24190f7103ee24396c742035c3.diff" + }, + "runtime@8e0096f": { + "repo": "runtime", + "branch": "", + "hash": "8e0096f40729073e278da3659dbd938f573275ed", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/8e0096f40729073e278da3659dbd938f573275ed.diff" + }, + "runtime@449f281": { + "repo": "runtime", + "branch": "", + "hash": "449f2811f2760d4b0973947ed412c51297f66486", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/449f2811f2760d4b0973947ed412c51297f66486.diff" + }, + "runtime@7af0c70": { + "repo": "runtime", + "branch": "", + "hash": "7af0c70f8332d420b4caf860c2d78758025a67ff", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/7af0c70f8332d420b4caf860c2d78758025a67ff.diff" + }, + "runtime@dea4756": { + "repo": "runtime", + "branch": "", + "hash": "dea4756f381e2c9e10f0e9be881743a200624b08", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/dea4756f381e2c9e10f0e9be881743a200624b08.diff" + }, + "runtime@d8f8562": { + "repo": "runtime", + "branch": "", + "hash": "d8f8562a8c1cf3870abe39949f6d93b2a82a7a1a", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/d8f8562a8c1cf3870abe39949f6d93b2a82a7a1a.diff" + }, + "runtime@17f52df": { + "repo": "runtime", + "branch": "", + "hash": "17f52df7e892edeab102306f6cd390fcd1b0d34a", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/17f52df7e892edeab102306f6cd390fcd1b0d34a.diff" + }, + "runtime@3915396": { + "repo": "runtime", + "branch": "", + "hash": "39153964f8536a769dd67a668aba845935687ff3", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/39153964f8536a769dd67a668aba845935687ff3.diff" + }, + "runtime@20d438e": { + "repo": "runtime", + "branch": "", + "hash": "20d438e43f943d6596a8349895acbe25d4cb0764", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/20d438e43f943d6596a8349895acbe25d4cb0764.diff" + }, + "runtime@1a77225": { + "repo": "runtime", + "branch": "", + "hash": "1a77225488c5c2b1fa74a6d3edea762f2fd43098", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/1a77225488c5c2b1fa74a6d3edea762f2fd43098.diff" + }, + "runtime@7171e3b": { + "repo": "runtime", + "branch": "", + "hash": "7171e3beaa3bdab2950fc7d8ef185ee1857808e3", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/7171e3beaa3bdab2950fc7d8ef185ee1857808e3.diff" + }, + "runtime@ab9a190": { + "repo": "runtime", + "branch": "", + "hash": "ab9a190a81f1b5aafd7afffaa0b42776c795a8b1", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/ab9a190a81f1b5aafd7afffaa0b42776c795a8b1.diff" + }, + "runtime@1b31de7": { + "repo": "runtime", + "branch": "", + "hash": "1b31de71818dfb52e662a7d046a0efca6f6f6847", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/1b31de71818dfb52e662a7d046a0efca6f6f6847.diff" + }, + "runtime@3024b5a": { + "repo": "runtime", + "branch": "", + "hash": "3024b5a30d0173e5eb35d37b4a10236eed534a4e", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/3024b5a30d0173e5eb35d37b4a10236eed534a4e.diff" + }, + "runtime@f37ab00": { + "repo": "runtime", + "branch": "", + "hash": "f37ab00ac9ccec092c6f20943ae1277b70e255fb", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/f37ab00ac9ccec092c6f20943ae1277b70e255fb.diff" + }, + "runtime@f2d8972": { + "repo": "runtime", + "branch": "", + "hash": "f2d897262608abb366f4fa100b421199429f44bb", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/f2d897262608abb366f4fa100b421199429f44bb.diff" + }, + "runtime@fa5f840": { + "repo": "runtime", + "branch": "", + "hash": "fa5f840e095be6eb80a5a6a0c5db03a1db29e7a3", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/fa5f840e095be6eb80a5a6a0c5db03a1db29e7a3.diff" + }, + "runtime@bd5a164": { + "repo": "runtime", + "branch": "", + "hash": "bd5a164e699429fddd654e8ee09dda89adb16614", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/bd5a164e699429fddd654e8ee09dda89adb16614.diff" + }, + "runtime@f272b39": { + "repo": "runtime", + "branch": "", + "hash": "f272b39fdf89b5a6d26eca700550cb1f7d24aa30", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/f272b39fdf89b5a6d26eca700550cb1f7d24aa30.diff" + }, + "runtime@20461f5": { + "repo": "runtime", + "branch": "", + "hash": "20461f51486e6ff69f8b78c1c6d0d88def98e71a", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/20461f51486e6ff69f8b78c1c6d0d88def98e71a.diff" + }, + "runtime@39314d4": { + "repo": "runtime", + "branch": "", + "hash": "39314d4dc2ca5b4cdd973e7c2068fe23320804a0", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/39314d4dc2ca5b4cdd973e7c2068fe23320804a0.diff" + }, + "runtime@d51a70b": { + "repo": "runtime", + "branch": "", + "hash": "d51a70b6af2f703c259f50415c92f0774a5dbcdd", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/d51a70b6af2f703c259f50415c92f0774a5dbcdd.diff" + }, + "runtime@25e2d7f": { + "repo": "runtime", + "branch": "", + "hash": "25e2d7fbb1bc5f9b3fe2505671e2902d8fb40b5a", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/25e2d7fbb1bc5f9b3fe2505671e2902d8fb40b5a.diff" + }, + "runtime@04d9316": { + "repo": "runtime", + "branch": "", + "hash": "04d93168740d819d12db48bae56b53e003b50905", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/04d93168740d819d12db48bae56b53e003b50905.diff" + }, + "runtime@98d0f74": { + "repo": "runtime", + "branch": "", + "hash": "98d0f7451f7fe2be7ab2e5e6dc241deba2d03e21", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/98d0f7451f7fe2be7ab2e5e6dc241deba2d03e21.diff" + }, + "runtime@830b6fe": { + "repo": "runtime", + "branch": "", + "hash": "830b6fea280d71f9677fed4b720f5812060dcc98", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/830b6fea280d71f9677fed4b720f5812060dcc98.diff" + }, + "runtime@84696c7": { + "repo": "runtime", + "branch": "", + "hash": "84696c70e58ab3146ce301bc0c5863328bbb176d", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/84696c70e58ab3146ce301bc0c5863328bbb176d.diff" + }, + "runtime@75d3e60": { + "repo": "runtime", + "branch": "", + "hash": "75d3e60ff9f43456812d313c22737e13eb1de6ef", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/75d3e60ff9f43456812d313c22737e13eb1de6ef.diff" + }, + "runtime@3368c14": { + "repo": "runtime", + "branch": "", + "hash": "3368c147f6b5f492a29da27ee80062fb686bab57", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/3368c147f6b5f492a29da27ee80062fb686bab57.diff" + }, + "runtime@e751e38": { + "repo": "runtime", + "branch": "", + "hash": "e751e3819a4f5764740814ed39089336b5dfc040", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/e751e3819a4f5764740814ed39089336b5dfc040.diff" + }, + "runtime@17ad45c": { + "repo": "runtime", + "branch": "", + "hash": "17ad45c0cd20e4b2e5c14a0de58357c8a85c4acc", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/17ad45c0cd20e4b2e5c14a0de58357c8a85c4acc.diff" + }, + "runtime@462878e": { + "repo": "runtime", + "branch": "", + "hash": "462878e040a279a5107a96643a02de6bc2419a26", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/462878e040a279a5107a96643a02de6bc2419a26.diff" + }, + "runtime@0f5810c": { + "repo": "runtime", + "branch": "", + "hash": "0f5810c0a409ffed939fd57977e2278013c4a567", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/0f5810c0a409ffed939fd57977e2278013c4a567.diff" + }, + "runtime@cab811a": { + "repo": "runtime", + "branch": "", + "hash": "cab811a4428600921ec96fb2a139cc7f8034ccb6", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/cab811a4428600921ec96fb2a139cc7f8034ccb6.diff" + }, + "runtime@0450cce": { + "repo": "runtime", + "branch": "", + "hash": "0450cce07a293f1dd2827c3cd1520a0fc713e34e", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/0450cce07a293f1dd2827c3cd1520a0fc713e34e.diff" + }, + "runtime@f7693e1": { + "repo": "runtime", + "branch": "", + "hash": "f7693e144b086d38b65f2e950c9e68c7f3300af4", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/f7693e144b086d38b65f2e950c9e68c7f3300af4.diff" + }, + "runtime@7c994a0": { + "repo": "runtime", + "branch": "", + "hash": "7c994a059b9cea3a2b0cf780b7ae31fb24a1b073", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/7c994a059b9cea3a2b0cf780b7ae31fb24a1b073.diff" + }, + "runtime@1b13ffb": { + "repo": "runtime", + "branch": "", + "hash": "1b13ffb0ee2b2bc7e6498a43e361238662d15bf3", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/1b13ffb0ee2b2bc7e6498a43e361238662d15bf3.diff" + }, + "runtime@f2aa8b4": { + "repo": "runtime", + "branch": "", + "hash": "f2aa8b47c8d1651efc3db43ca0d7f5e0d79d66e6", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/f2aa8b47c8d1651efc3db43ca0d7f5e0d79d66e6.diff" + }, + "runtime@e33959b": { + "repo": "runtime", + "branch": "", + "hash": "e33959b0c8c94051bb368e1579dd807ded1159ea", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/e33959b0c8c94051bb368e1579dd807ded1159ea.diff" + }, + "runtime@bdee000": { + "repo": "runtime", + "branch": "", + "hash": "bdee00087f69a1fe790207234adf4656f3c4063c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/bdee00087f69a1fe790207234adf4656f3c4063c.diff" + }, + "runtime@4585910": { + "repo": "runtime", + "branch": "", + "hash": "45859104153ca365c0abf1a0aa0d52af2a9b5107", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/45859104153ca365c0abf1a0aa0d52af2a9b5107.diff" + }, + "runtime@4a47495": { + "repo": "runtime", + "branch": "", + "hash": "4a47495c5561419a299de72bba38911ecf49049a", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/4a47495c5561419a299de72bba38911ecf49049a.diff" + }, + "runtime@b4a1c4e": { + "repo": "runtime", + "branch": "", + "hash": "b4a1c4e8ef39d021d49fbc69f5c7320d79a386db", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/b4a1c4e8ef39d021d49fbc69f5c7320d79a386db.diff" + }, + "runtime@3f0318b": { + "repo": "runtime", + "branch": "", + "hash": "3f0318bf84a69485b1d57a79972e7aad991521a2", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/3f0318bf84a69485b1d57a79972e7aad991521a2.diff" + }, + "runtime@337094a": { + "repo": "runtime", + "branch": "", + "hash": "337094ae3bc0f01c100078a84c97e8b35c8f714b", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/337094ae3bc0f01c100078a84c97e8b35c8f714b.diff" + }, + "runtime@bd2cc9f": { + "repo": "runtime", + "branch": "", + "hash": "bd2cc9f32c320a99ba7cabe764dfbf1dc9c23c14", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/bd2cc9f32c320a99ba7cabe764dfbf1dc9c23c14.diff" + }, + "runtime@f9892f6": { + "repo": "runtime", + "branch": "", + "hash": "f9892f616924bf3ca4a592a21e9506ab5d5fba9f", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/f9892f616924bf3ca4a592a21e9506ab5d5fba9f.diff" + }, + "runtime@f764578": { + "repo": "runtime", + "branch": "", + "hash": "f76457846ba599745dfd84705ca81730bfb3ec80", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/f76457846ba599745dfd84705ca81730bfb3ec80.diff" + }, + "runtime@b145d33": { + "repo": "runtime", + "branch": "", + "hash": "b145d33f4d15f1b8dee858c22f23b173cc7d5e07", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/b145d33f4d15f1b8dee858c22f23b173cc7d5e07.diff" + }, + "runtime@5da2b01": { + "repo": "runtime", + "branch": "", + "hash": "5da2b0177b4530ff2fe384dcf691512d8207f78b", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/5da2b0177b4530ff2fe384dcf691512d8207f78b.diff" + }, + "runtime@6eab9a7": { + "repo": "runtime", + "branch": "", + "hash": "6eab9a78159cb37344efa4b6e1406144e4f0d2fc", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/6eab9a78159cb37344efa4b6e1406144e4f0d2fc.diff" + }, + "runtime@31f66d2": { + "repo": "runtime", + "branch": "", + "hash": "31f66d2bc6100b2a78fd0d6dfb4bc3773abaf2bc", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/31f66d2bc6100b2a78fd0d6dfb4bc3773abaf2bc.diff" + }, + "runtime@e749696": { + "repo": "runtime", + "branch": "", + "hash": "e749696b766e26c8c756bee6b81071afef04d98e", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/e749696b766e26c8c756bee6b81071afef04d98e.diff" + }, + "runtime@e238ea0": { + "repo": "runtime", + "branch": "", + "hash": "e238ea0b60e5f9c751a3b5cbdeec2da50101ba76", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/e238ea0b60e5f9c751a3b5cbdeec2da50101ba76.diff" + }, + "runtime@7046136": { + "repo": "runtime", + "branch": "", + "hash": "704613644c8c641d76d95c68328f0fe403a08116", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/704613644c8c641d76d95c68328f0fe403a08116.diff" + }, + "runtime@ad79969": { + "repo": "runtime", + "branch": "", + "hash": "ad79969c9ad633110d8fe56ff890e76ba4349a16", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/ad79969c9ad633110d8fe56ff890e76ba4349a16.diff" + }, + "runtime@30125a7": { + "repo": "runtime", + "branch": "", + "hash": "30125a79bfed9809f603411793071988f9c3f26c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/30125a79bfed9809f603411793071988f9c3f26c.diff" + }, + "runtime@f68ea32": { + "repo": "runtime", + "branch": "", + "hash": "f68ea32ca583adecb0a396b8c2c6357db709b2eb", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/f68ea32ca583adecb0a396b8c2c6357db709b2eb.diff" + }, + "runtime@2f849a5": { + "repo": "runtime", + "branch": "", + "hash": "2f849a5f23cd27b95e2a20b49d16a38a2ceaeaf7", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/2f849a5f23cd27b95e2a20b49d16a38a2ceaeaf7.diff" + }, + "runtime@3729d95": { + "repo": "runtime", + "branch": "", + "hash": "3729d951e3dfe86afa08dd0ebda3dac89b089469", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/3729d951e3dfe86afa08dd0ebda3dac89b089469.diff" + }, + "runtime@6a04342": { + "repo": "runtime", + "branch": "", + "hash": "6a043420630705e189120cbd90e6f3f0b9c74957", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/6a043420630705e189120cbd90e6f3f0b9c74957.diff" + }, + "runtime@cbb1e13": { + "repo": "runtime", + "branch": "", + "hash": "cbb1e13b08291b1f5a78a08544aa88cced209b46", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/cbb1e13b08291b1f5a78a08544aa88cced209b46.diff" + }, + "runtime@a9b4274": { + "repo": "runtime", + "branch": "", + "hash": "a9b4274452f655c1cbf77d7eca307cab7f80c36c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a9b4274452f655c1cbf77d7eca307cab7f80c36c.diff" + }, + "runtime@6f9c8fc": { + "repo": "runtime", + "branch": "", + "hash": "6f9c8fca9f12a90c4d684c31065607ee8068e7b4", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/6f9c8fca9f12a90c4d684c31065607ee8068e7b4.diff" + }, + "runtime@69fb4fe": { + "repo": "runtime", + "branch": "", + "hash": "69fb4febb73b60ed277098cd3077fde8fdda823c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/69fb4febb73b60ed277098cd3077fde8fdda823c.diff" + }, + "runtime@7fdf077": { + "repo": "runtime", + "branch": "", + "hash": "7fdf07755114e48e5ed1e5307e0297d49e3f34ff", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/7fdf07755114e48e5ed1e5307e0297d49e3f34ff.diff" + }, + "runtime@3f6e99d": { + "repo": "runtime", + "branch": "", + "hash": "3f6e99dbf553145a7e2fb92a2ba217e1192518d8", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/3f6e99dbf553145a7e2fb92a2ba217e1192518d8.diff" + }, + "runtime@5778d23": { + "repo": "runtime", + "branch": "", + "hash": "5778d233cac150c17efcec0e4e5f239aa754f758", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/5778d233cac150c17efcec0e4e5f239aa754f758.diff" + }, + "runtime@4cf0202": { + "repo": "runtime", + "branch": "", + "hash": "4cf020284723cb1ee9f4d9ffb83bf43e7f41e20b", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/4cf020284723cb1ee9f4d9ffb83bf43e7f41e20b.diff" + }, + "runtime@12a8c25": { + "repo": "runtime", + "branch": "", + "hash": "12a8c259b3483b8dcbea2be83bea18915fe586b1", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/12a8c259b3483b8dcbea2be83bea18915fe586b1.diff" + }, + "runtime@23e090b": { + "repo": "runtime", + "branch": "", + "hash": "23e090bc04dbd5787b93858704c87ece7634b99b", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/23e090bc04dbd5787b93858704c87ece7634b99b.diff" + }, + "runtime@9d24c4d": { + "repo": "runtime", + "branch": "", + "hash": "9d24c4d12540aca6019a5e212b7e170f5f3a0207", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/9d24c4d12540aca6019a5e212b7e170f5f3a0207.diff" + }, + "runtime@ab5a934": { + "repo": "runtime", + "branch": "", + "hash": "ab5a9344d04133dfab7dacb3211830212f5eb3b3", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/ab5a9344d04133dfab7dacb3211830212f5eb3b3.diff" + }, + "runtime@26624ae": { + "repo": "runtime", + "branch": "", + "hash": "26624aeba9e3cbb658f4e40baf38ff37c812b4eb", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/26624aeba9e3cbb658f4e40baf38ff37c812b4eb.diff" + }, + "runtime@4e7eb8c": { + "repo": "runtime", + "branch": "", + "hash": "4e7eb8c719a5139351ce1b43ad75751a46162ece", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/4e7eb8c719a5139351ce1b43ad75751a46162ece.diff" + }, + "runtime@2b46b06": { + "repo": "runtime", + "branch": "", + "hash": "2b46b0674dbcb4f04bdd6c2224491f9685a724a1", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/2b46b0674dbcb4f04bdd6c2224491f9685a724a1.diff" + }, + "runtime@41cf879": { + "repo": "runtime", + "branch": "", + "hash": "41cf879b9f40564212d5304028cafeaa7c2b7c83", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/41cf879b9f40564212d5304028cafeaa7c2b7c83.diff" + }, + "runtime@8b4d9c2": { + "repo": "runtime", + "branch": "", + "hash": "8b4d9c22144fcbf00f3af4b0a013bd909dc30501", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/8b4d9c22144fcbf00f3af4b0a013bd909dc30501.diff" + }, + "runtime@10b20d5": { + "repo": "runtime", + "branch": "", + "hash": "10b20d50484845b8a596c7c0ffb73607e0f099e1", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/10b20d50484845b8a596c7c0ffb73607e0f099e1.diff" + }, + "runtime@ed78606": { + "repo": "runtime", + "branch": "", + "hash": "ed786069a990ed5433f326fb764304764ebe8403", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/ed786069a990ed5433f326fb764304764ebe8403.diff" + }, + "runtime@b4e3e05": { + "repo": "runtime", + "branch": "", + "hash": "b4e3e05a658111c3da6b9230a45b8d449fb11e37", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/b4e3e05a658111c3da6b9230a45b8d449fb11e37.diff" + }, + "runtime@4f0a034": { + "repo": "runtime", + "branch": "", + "hash": "4f0a034b268fde00f7fdd69e4983203bf66a0960", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/4f0a034b268fde00f7fdd69e4983203bf66a0960.diff" + }, + "runtime@044805c": { + "repo": "runtime", + "branch": "", + "hash": "044805c32ce4b6e98e16fd170cd97ec97921f93b", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/044805c32ce4b6e98e16fd170cd97ec97921f93b.diff" + }, + "runtime@38af44d": { + "repo": "runtime", + "branch": "", + "hash": "38af44d518908fa536ef289d62c73706769d18ab", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/38af44d518908fa536ef289d62c73706769d18ab.diff" + }, + "runtime@51e655b": { + "repo": "runtime", + "branch": "", + "hash": "51e655bd95700abfe31be4d4e4b7c0229d95c67f", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/51e655bd95700abfe31be4d4e4b7c0229d95c67f.diff" + }, + "runtime@dbd3e33": { + "repo": "runtime", + "branch": "", + "hash": "dbd3e33df9ccf74b91045e095477726c2bf83916", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/dbd3e33df9ccf74b91045e095477726c2bf83916.diff" + }, + "runtime@ba75e3d": { + "repo": "runtime", + "branch": "", + "hash": "ba75e3d9435fd9c151e0b984f2be23bc416f4772", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/ba75e3d9435fd9c151e0b984f2be23bc416f4772.diff" + }, + "runtime@29bafa7": { + "repo": "runtime", + "branch": "", + "hash": "29bafa7bc4e8120774bf0202a69f258f50e4fe79", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/29bafa7bc4e8120774bf0202a69f258f50e4fe79.diff" + }, + "runtime@1d2d092": { + "repo": "runtime", + "branch": "", + "hash": "1d2d092b48264de839fb208fc775cad4b5715f64", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/1d2d092b48264de839fb208fc775cad4b5715f64.diff" + }, + "runtime@6a9f090": { + "repo": "runtime", + "branch": "", + "hash": "6a9f0904557ecae82f46098437849ad857a4886d", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/6a9f0904557ecae82f46098437849ad857a4886d.diff" + }, + "runtime@3bcab26": { + "repo": "runtime", + "branch": "", + "hash": "3bcab26bd09335371e97692336ab7d18e0840f7c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/3bcab26bd09335371e97692336ab7d18e0840f7c.diff" + }, + "runtime@b70c35e": { + "repo": "runtime", + "branch": "", + "hash": "b70c35ed8a2e7ae0d91de76f4f5d26c2e7d2c6cd", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/b70c35ed8a2e7ae0d91de76f4f5d26c2e7d2c6cd.diff" + }, + "runtime@b6be786": { + "repo": "runtime", + "branch": "", + "hash": "b6be7860a21b0223d635c9bdb7a5f7906f9ebc9c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/b6be7860a21b0223d635c9bdb7a5f7906f9ebc9c.diff" + }, + "runtime@b375318": { + "repo": "runtime", + "branch": "", + "hash": "b3753182ea941245f8f755b1a16a68b32a76e9b5", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/b3753182ea941245f8f755b1a16a68b32a76e9b5.diff" + }, + "runtime@6e70a8c": { + "repo": "runtime", + "branch": "", + "hash": "6e70a8c21132e66755716a5110f87dd8a1d0b80d", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/6e70a8c21132e66755716a5110f87dd8a1d0b80d.diff" + }, + "runtime@2156aca": { + "repo": "runtime", + "branch": "", + "hash": "2156acac6b5f971e50462ef941ef16361f49ee5a", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/2156acac6b5f971e50462ef941ef16361f49ee5a.diff" + }, + "runtime@b4b3363": { + "repo": "runtime", + "branch": "", + "hash": "b4b3363793541149042a912874b6e545a752cb34", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/b4b3363793541149042a912874b6e545a752cb34.diff" + }, + "runtime@9221a39": { + "repo": "runtime", + "branch": "", + "hash": "9221a396bbc219ececd444e4c82b488b30cb43a5", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/9221a396bbc219ececd444e4c82b488b30cb43a5.diff" + }, + "runtime@56b0396": { + "repo": "runtime", + "branch": "", + "hash": "56b0396828275ed411c403a62bdd65752fb3195b", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/56b0396828275ed411c403a62bdd65752fb3195b.diff" + }, + "runtime@0bb3076": { + "repo": "runtime", + "branch": "", + "hash": "0bb3076fd5ba853315176df619f75309964d1b6f", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/0bb3076fd5ba853315176df619f75309964d1b6f.diff" + }, + "runtime@001b243": { + "repo": "runtime", + "branch": "", + "hash": "001b2435e0a1f292b34b1f2b06a2b1f36bba9b60", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/001b2435e0a1f292b34b1f2b06a2b1f36bba9b60.diff" + }, + "runtime@8b21b82": { + "repo": "runtime", + "branch": "", + "hash": "8b21b82a99e1e890819a2fcfcd257144dcb10b89", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/8b21b82a99e1e890819a2fcfcd257144dcb10b89.diff" + }, + "runtime@f942875": { + "repo": "runtime", + "branch": "", + "hash": "f942875639cf93fce159b0c1f66aba59b8b2d942", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/f942875639cf93fce159b0c1f66aba59b8b2d942.diff" + }, + "runtime@14247f4": { + "repo": "runtime", + "branch": "", + "hash": "14247f4ce97bd6dcee5173e61ba67051140c3c37", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/14247f4ce97bd6dcee5173e61ba67051140c3c37.diff" + }, + "runtime@163712a": { + "repo": "runtime", + "branch": "", + "hash": "163712acad7556d29936cf35b957b3eff622d85c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/163712acad7556d29936cf35b957b3eff622d85c.diff" + }, + "runtime@dd0180e": { + "repo": "runtime", + "branch": "", + "hash": "dd0180e074bf5796c67c71b855c72c95ebac77f2", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/dd0180e074bf5796c67c71b855c72c95ebac77f2.diff" + }, + "runtime@76f37d3": { + "repo": "runtime", + "branch": "", + "hash": "76f37d3574b516f751cb04c778381c532b4569fa", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/76f37d3574b516f751cb04c778381c532b4569fa.diff" + }, + "runtime@afd1456": { + "repo": "runtime", + "branch": "", + "hash": "afd1456928be87c23b06804f3290f0f174c0bea7", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/afd1456928be87c23b06804f3290f0f174c0bea7.diff" + }, + "runtime@033df02": { + "repo": "runtime", + "branch": "", + "hash": "033df020f70a9ce98f97ac9a1a7ffa0e7306ee2c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/033df020f70a9ce98f97ac9a1a7ffa0e7306ee2c.diff" + }, + "runtime@68db593": { + "repo": "runtime", + "branch": "", + "hash": "68db5934cdf56d8d3bd8271873d8d1ed6c0ee2b3", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/68db5934cdf56d8d3bd8271873d8d1ed6c0ee2b3.diff" + }, + "runtime@452e9ba": { + "repo": "runtime", + "branch": "", + "hash": "452e9ba0539d628855cef44e08e73795ac1427c8", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/452e9ba0539d628855cef44e08e73795ac1427c8.diff" + }, + "runtime@3d73a08": { + "repo": "runtime", + "branch": "", + "hash": "3d73a08f1ba67258847d313167cb9143cbd23a09", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/3d73a08f1ba67258847d313167cb9143cbd23a09.diff" + }, + "runtime@454c7cd": { + "repo": "runtime", + "branch": "", + "hash": "454c7cd73dcd088bd66377b5cbe2db4cff9c7056", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/454c7cd73dcd088bd66377b5cbe2db4cff9c7056.diff" + }, + "runtime@8c99624": { + "repo": "runtime", + "branch": "", + "hash": "8c996242b920169587d5a19b588b46a0d7d56751", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/8c996242b920169587d5a19b588b46a0d7d56751.diff" + }, + "runtime@2a121b7": { + "repo": "runtime", + "branch": "", + "hash": "2a121b7db8a1197287adba0adb0160cb79c462f3", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/2a121b7db8a1197287adba0adb0160cb79c462f3.diff" + }, + "runtime@3d5490e": { + "repo": "runtime", + "branch": "", + "hash": "3d5490e9298149f51a0f64464edbeb138fd26cc0", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/3d5490e9298149f51a0f64464edbeb138fd26cc0.diff" + }, + "runtime@905f299": { + "repo": "runtime", + "branch": "", + "hash": "905f29916a6f03c564b57a901443f80fa9cdefbf", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/905f29916a6f03c564b57a901443f80fa9cdefbf.diff" + }, + "runtime@cdb9073": { + "repo": "runtime", + "branch": "", + "hash": "cdb9073e4995a3c2d4f9c1b875b0b217c3d7b625", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/cdb9073e4995a3c2d4f9c1b875b0b217c3d7b625.diff" + }, + "runtime@87c1f7a": { + "repo": "runtime", + "branch": "", + "hash": "87c1f7a7b2a5eef284320180b6c5739ea9e2c2a1", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/87c1f7a7b2a5eef284320180b6c5739ea9e2c2a1.diff" + }, + "runtime@0f1536b": { + "repo": "runtime", + "branch": "", + "hash": "0f1536bf88575280ea3ea1a871290da4acc8655e", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/0f1536bf88575280ea3ea1a871290da4acc8655e.diff" + }, + "runtime@9850fe0": { + "repo": "runtime", + "branch": "", + "hash": "9850fe0551a0cf20cb634f4b96c5d556c9371ec2", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/9850fe0551a0cf20cb634f4b96c5d556c9371ec2.diff" + }, + "runtime@6a1c436": { + "repo": "runtime", + "branch": "", + "hash": "6a1c436612dae7e420ccdd93bf91631ad7bd82ea", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/6a1c436612dae7e420ccdd93bf91631ad7bd82ea.diff" + }, + "runtime@7e14c35": { + "repo": "runtime", + "branch": "", + "hash": "7e14c3577430e895669560a58b24b51dcc56bc5f", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/7e14c3577430e895669560a58b24b51dcc56bc5f.diff" + }, + "runtime@9767019": { + "repo": "runtime", + "branch": "", + "hash": "976701907bacb8447df45a1dd1fc089ec12e838f", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/976701907bacb8447df45a1dd1fc089ec12e838f.diff" + }, + "runtime@b85a52a": { + "repo": "runtime", + "branch": "", + "hash": "b85a52a532ea3bfdb9c55c712fe85db0a723bef3", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/b85a52a532ea3bfdb9c55c712fe85db0a723bef3.diff" + }, + "runtime@efc8c43": { + "repo": "runtime", + "branch": "", + "hash": "efc8c4327344872e90720d6fba38b7e732b37f9b", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/efc8c4327344872e90720d6fba38b7e732b37f9b.diff" + }, + "runtime@263d5b9": { + "repo": "runtime", + "branch": "", + "hash": "263d5b9f169c8f35393304da4f05b56d5eeed95f", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/263d5b9f169c8f35393304da4f05b56d5eeed95f.diff" + }, + "runtime@a8579d5": { + "repo": "runtime", + "branch": "", + "hash": "a8579d54a54106cbb2af2053231b138038ed6988", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a8579d54a54106cbb2af2053231b138038ed6988.diff" + }, + "runtime@ded86df": { + "repo": "runtime", + "branch": "", + "hash": "ded86df5a9180d282663c0b407279ec2ef039452", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/ded86df5a9180d282663c0b407279ec2ef039452.diff" + }, + "runtime@1062a3b": { + "repo": "runtime", + "branch": "", + "hash": "1062a3be2a64e243c87583d3e78051a8707d0e42", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/1062a3be2a64e243c87583d3e78051a8707d0e42.diff" + }, + "runtime@7cd318d": { + "repo": "runtime", + "branch": "", + "hash": "7cd318dc01056c0f0ca0ebbfdce29b4e5358686c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/7cd318dc01056c0f0ca0ebbfdce29b4e5358686c.diff" + }, + "runtime@f9b2061": { + "repo": "runtime", + "branch": "", + "hash": "f9b2061609873ed0895d20424367af9e9f6e95be", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/f9b2061609873ed0895d20424367af9e9f6e95be.diff" + }, + "runtime@c87e7f8": { + "repo": "runtime", + "branch": "", + "hash": "c87e7f8945ca218d4f0352724919ff02b515fe70", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/c87e7f8945ca218d4f0352724919ff02b515fe70.diff" + }, + "runtime@6323aec": { + "repo": "runtime", + "branch": "", + "hash": "6323aecb949beb3b2bf6c3692043e4359c8be02e", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/6323aecb949beb3b2bf6c3692043e4359c8be02e.diff" + }, + "runtime@81d6754": { + "repo": "runtime", + "branch": "", + "hash": "81d6754d16e72d7589f1383a8cb3dfc8b9026c3a", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/81d6754d16e72d7589f1383a8cb3dfc8b9026c3a.diff" + }, + "runtime@6ffb214": { + "repo": "runtime", + "branch": "", + "hash": "6ffb21479d59fbdbb7e002707775f31fb7e61bc8", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/6ffb21479d59fbdbb7e002707775f31fb7e61bc8.diff" + }, + "runtime@74cd277": { + "repo": "runtime", + "branch": "", + "hash": "74cd27774108f73abe9f052f36046447836f7e6b", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/74cd27774108f73abe9f052f36046447836f7e6b.diff" + }, + "runtime@81b1c76": { + "repo": "runtime", + "branch": "", + "hash": "81b1c762c37d15a57a3b3b693447fbcd8d6df55c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/81b1c762c37d15a57a3b3b693447fbcd8d6df55c.diff" + }, + "runtime@653b477": { + "repo": "runtime", + "branch": "", + "hash": "653b477bd7178d7a9906d8d314ff7f5588756a1f", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/653b477bd7178d7a9906d8d314ff7f5588756a1f.diff" + }, + "runtime@51f194e": { + "repo": "runtime", + "branch": "", + "hash": "51f194ef106f33986eb2d73bd1e9ca5e8f7cfe14", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/51f194ef106f33986eb2d73bd1e9ca5e8f7cfe14.diff" + }, + "runtime@09529bc": { + "repo": "runtime", + "branch": "", + "hash": "09529bcdf022fea57e1befb85ab40b847be0766d", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/09529bcdf022fea57e1befb85ab40b847be0766d.diff" + }, + "runtime@40e8fde": { + "repo": "runtime", + "branch": "", + "hash": "40e8fdee1509f3c3f56475f397e889ebc74cdc86", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/40e8fdee1509f3c3f56475f397e889ebc74cdc86.diff" + }, + "runtime@7f710d3": { + "repo": "runtime", + "branch": "", + "hash": "7f710d35c4892cef2b8f55a0235369ed3f9ac195", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/7f710d35c4892cef2b8f55a0235369ed3f9ac195.diff" + }, + "runtime@2102b6b": { + "repo": "runtime", + "branch": "", + "hash": "2102b6b580e6d91a9b70e0466e17c35ea049d773", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/2102b6b580e6d91a9b70e0466e17c35ea049d773.diff" + }, + "runtime@7bba220": { + "repo": "runtime", + "branch": "", + "hash": "7bba2205c2a75e4364dc32dc79cc91fae13791af", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/7bba2205c2a75e4364dc32dc79cc91fae13791af.diff" + }, + "runtime@6f2ad2d": { + "repo": "runtime", + "branch": "", + "hash": "6f2ad2d6d76430b0f7c5bddabb64d9957092453a", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/6f2ad2d6d76430b0f7c5bddabb64d9957092453a.diff" + }, + "runtime@585d182": { + "repo": "runtime", + "branch": "", + "hash": "585d182dc23adda7291f4c7c476d761b85f25f10", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/585d182dc23adda7291f4c7c476d761b85f25f10.diff" + }, + "runtime@a308ac5": { + "repo": "runtime", + "branch": "", + "hash": "a308ac557bff9fbdb128c0e3aa53c41519928a5a", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a308ac557bff9fbdb128c0e3aa53c41519928a5a.diff" + }, + "runtime@16b9ae9": { + "repo": "runtime", + "branch": "", + "hash": "16b9ae91f456c65ffcc5b28afc97034d828a19ad", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/16b9ae91f456c65ffcc5b28afc97034d828a19ad.diff" + }, + "runtime@c9b90aa": { + "repo": "runtime", + "branch": "", + "hash": "c9b90aa9a79335ba7eb83c12d45cee2ada8881ac", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/c9b90aa9a79335ba7eb83c12d45cee2ada8881ac.diff" + }, + "runtime@2a0c038": { + "repo": "runtime", + "branch": "", + "hash": "2a0c038fd56efefb3b1438ac2c8f6674f3e24a81", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/2a0c038fd56efefb3b1438ac2c8f6674f3e24a81.diff" + }, + "runtime@4959d07": { + "repo": "runtime", + "branch": "", + "hash": "4959d07dd2513cc6c6e76f7d7a0d398bbedfb3b5", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/4959d07dd2513cc6c6e76f7d7a0d398bbedfb3b5.diff" + }, + "runtime@bde525d": { + "repo": "runtime", + "branch": "", + "hash": "bde525ddf77d825d863971466b2c6e3f128c6421", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/bde525ddf77d825d863971466b2c6e3f128c6421.diff" + }, + "runtime@416af5f": { + "repo": "runtime", + "branch": "", + "hash": "416af5f491054336fefa35b0a99e7de56d9a0e22", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/416af5f491054336fefa35b0a99e7de56d9a0e22.diff" + }, + "runtime@c2f06f9": { + "repo": "runtime", + "branch": "", + "hash": "c2f06f97e8c461abddaa43af1e4fc16f01cf9cfa", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/c2f06f97e8c461abddaa43af1e4fc16f01cf9cfa.diff" + }, + "runtime@c837528": { + "repo": "runtime", + "branch": "", + "hash": "c837528c934554c5b7fed347ff613b7d9648d2d8", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/c837528c934554c5b7fed347ff613b7d9648d2d8.diff" + }, + "runtime@98bebeb": { + "repo": "runtime", + "branch": "", + "hash": "98bebebe55c7b9210afc791b10bb33f50ed2d957", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/98bebebe55c7b9210afc791b10bb33f50ed2d957.diff" + }, + "runtime@ea0b77c": { + "repo": "runtime", + "branch": "", + "hash": "ea0b77c1deb2ca4c21ea3c9dd51f4fc7c3e9d291", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/ea0b77c1deb2ca4c21ea3c9dd51f4fc7c3e9d291.diff" + }, + "runtime@cd0e7b9": { + "repo": "runtime", + "branch": "", + "hash": "cd0e7b937a7eae8d44e9e868b0765faf02ba73ee", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/cd0e7b937a7eae8d44e9e868b0765faf02ba73ee.diff" + }, + "runtime@070cbd8": { + "repo": "runtime", + "branch": "", + "hash": "070cbd83fed64aa30ce3e7821ad1643d14a95d99", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/070cbd83fed64aa30ce3e7821ad1643d14a95d99.diff" + }, + "runtime@392b7ca": { + "repo": "runtime", + "branch": "", + "hash": "392b7ca41ac37485d945092cb5bd4b005a702ca5", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/392b7ca41ac37485d945092cb5bd4b005a702ca5.diff" + }, + "runtime@0db824f": { + "repo": "runtime", + "branch": "", + "hash": "0db824fb0b81b3e13c05cc4e81acfd9a02840ed7", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/0db824fb0b81b3e13c05cc4e81acfd9a02840ed7.diff" + }, + "runtime@294c036": { + "repo": "runtime", + "branch": "", + "hash": "294c03670de9ad340954549121e6c9f198d840ab", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/294c03670de9ad340954549121e6c9f198d840ab.diff" + }, + "runtime@bbf72b7": { + "repo": "runtime", + "branch": "", + "hash": "bbf72b7a7fd61e2270254c20df36e0b813fece95", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/bbf72b7a7fd61e2270254c20df36e0b813fece95.diff" + }, + "runtime@a8fd439": { + "repo": "runtime", + "branch": "", + "hash": "a8fd43976f4ccd2e5f12de00c6c33ddce8729c34", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a8fd43976f4ccd2e5f12de00c6c33ddce8729c34.diff" + }, + "runtime@335fa34": { + "repo": "runtime", + "branch": "", + "hash": "335fa34b71548831600b556c9c6fa7bacf47b33a", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/335fa34b71548831600b556c9c6fa7bacf47b33a.diff" + }, + "runtime@f0faafb": { + "repo": "runtime", + "branch": "", + "hash": "f0faafb33a242df83c8437744687a3e9ab61e7c1", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/f0faafb33a242df83c8437744687a3e9ab61e7c1.diff" + }, + "runtime@fd60ea3": { + "repo": "runtime", + "branch": "", + "hash": "fd60ea375e32ea2641ac321f30435412074f74b4", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/fd60ea375e32ea2641ac321f30435412074f74b4.diff" + }, + "runtime@8d26fcf": { + "repo": "runtime", + "branch": "", + "hash": "8d26fcfd5ce33522a7bc092239e48405d1ccdd0e", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/8d26fcfd5ce33522a7bc092239e48405d1ccdd0e.diff" + }, + "runtime@f1ce5ce": { + "repo": "runtime", + "branch": "", + "hash": "f1ce5ce8b8ca4040563cf24a3d53294347f082da", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/f1ce5ce8b8ca4040563cf24a3d53294347f082da.diff" + }, + "runtime@1ee309e": { + "repo": "runtime", + "branch": "", + "hash": "1ee309ead159a95ca66a3f25146ec90c4e82611a", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/1ee309ead159a95ca66a3f25146ec90c4e82611a.diff" + }, + "runtime@0051e5d": { + "repo": "runtime", + "branch": "", + "hash": "0051e5dd91b7dae4052ed7192ec8c82f973126b1", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/0051e5dd91b7dae4052ed7192ec8c82f973126b1.diff" + }, + "runtime@e213163": { + "repo": "runtime", + "branch": "", + "hash": "e213163e67b2634123e057d7befcbb608374da9e", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/e213163e67b2634123e057d7befcbb608374da9e.diff" + }, + "runtime@3462280": { + "repo": "runtime", + "branch": "", + "hash": "3462280e3f32b3fed2a5caba86b7bbef5c2cbe3e", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/3462280e3f32b3fed2a5caba86b7bbef5c2cbe3e.diff" + }, + "runtime@90fe499": { + "repo": "runtime", + "branch": "", + "hash": "90fe499d36bcded5ba48db37107aa0a6777a37c0", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/90fe499d36bcded5ba48db37107aa0a6777a37c0.diff" + }, + "runtime@277463b": { + "repo": "runtime", + "branch": "", + "hash": "277463b1fc4c4a04acadecbe65649ce32c6acd4b", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/277463b1fc4c4a04acadecbe65649ce32c6acd4b.diff" + }, + "runtime@1cf40e9": { + "repo": "runtime", + "branch": "", + "hash": "1cf40e98f541b9bbcb614f86caf3a2504459c919", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/1cf40e98f541b9bbcb614f86caf3a2504459c919.diff" + }, + "runtime@a2bb985": { + "repo": "runtime", + "branch": "", + "hash": "a2bb9855bdce1157c0d2a2a6f23e739d27340e7d", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a2bb9855bdce1157c0d2a2a6f23e739d27340e7d.diff" + }, + "runtime@3017e1c": { + "repo": "runtime", + "branch": "", + "hash": "3017e1c6d691c4997f673629ffacc5e8e8e500d7", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/3017e1c6d691c4997f673629ffacc5e8e8e500d7.diff" + }, + "runtime@01f9378": { + "repo": "runtime", + "branch": "", + "hash": "01f93786f183178ec43128e1d643aac6fa70d3c1", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/01f93786f183178ec43128e1d643aac6fa70d3c1.diff" + }, + "runtime@b54e86d": { + "repo": "runtime", + "branch": "", + "hash": "b54e86d71096afebe72cf2722b341bf004c8f14c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/b54e86d71096afebe72cf2722b341bf004c8f14c.diff" + }, + "runtime@0606b0a": { + "repo": "runtime", + "branch": "", + "hash": "0606b0ad04922d11c9a5c6cccbd29761be062d41", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/0606b0ad04922d11c9a5c6cccbd29761be062d41.diff" + }, + "runtime@d1c3dff": { + "repo": "runtime", + "branch": "", + "hash": "d1c3dffd757fe09c1dcac55ac881ae58c06fed98", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/d1c3dffd757fe09c1dcac55ac881ae58c06fed98.diff" + }, + "runtime@e24fb47": { + "repo": "runtime", + "branch": "", + "hash": "e24fb47ed3714cd7e302c5c6f9b57b18ff825e52", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/e24fb47ed3714cd7e302c5c6f9b57b18ff825e52.diff" + }, + "runtime@af9fc02": { + "repo": "runtime", + "branch": "", + "hash": "af9fc021aa837b66692025ffb4b34e7a46c749c2", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/af9fc021aa837b66692025ffb4b34e7a46c749c2.diff" + }, + "runtime@e3e5dc3": { + "repo": "runtime", + "branch": "", + "hash": "e3e5dc31fb0b94c8ac2d65ea52b17aee9071e69b", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/e3e5dc31fb0b94c8ac2d65ea52b17aee9071e69b.diff" + }, + "runtime@639aaa7": { + "repo": "runtime", + "branch": "", + "hash": "639aaa790ba81c5a10da20f44e1fbbdd1beb3480", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/639aaa790ba81c5a10da20f44e1fbbdd1beb3480.diff" + }, + "runtime@038da9e": { + "repo": "runtime", + "branch": "", + "hash": "038da9e34c313d014ea03a443c2b64a7f6c2067b", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/038da9e34c313d014ea03a443c2b64a7f6c2067b.diff" + }, + "runtime@80df14e": { + "repo": "runtime", + "branch": "", + "hash": "80df14ece3659612d19a400250e164acf050e64e", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/80df14ece3659612d19a400250e164acf050e64e.diff" + }, + "runtime@97339fb": { + "repo": "runtime", + "branch": "", + "hash": "97339fbb4c16753b74e627261d91c6cf6a888d10", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/97339fbb4c16753b74e627261d91c6cf6a888d10.diff" + }, + "runtime@2c15708": { + "repo": "runtime", + "branch": "", + "hash": "2c157082106b321845a3da5a86d1fece4469891c", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/2c157082106b321845a3da5a86d1fece4469891c.diff" + }, + "runtime@20f699e": { + "repo": "runtime", + "branch": "", + "hash": "20f699e11f3ddfa60ef484bbe13fdd6ea8867b95", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/20f699e11f3ddfa60ef484bbe13fdd6ea8867b95.diff" + }, + "runtime@f4da70b": { + "repo": "runtime", + "branch": "", + "hash": "f4da70b507a81a6a6416bd438caa016758d2d01a", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/f4da70b507a81a6a6416bd438caa016758d2d01a.diff" + }, + "runtime@4c7b3da": { + "repo": "runtime", + "branch": "", + "hash": "4c7b3dad459319709f88c3b75c21236977e9c147", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/4c7b3dad459319709f88c3b75c21236977e9c147.diff" + }, + "runtime@6648646": { + "repo": "runtime", + "branch": "", + "hash": "6648646ab0af675f5c44efe95822ca41136aeebb", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/6648646ab0af675f5c44efe95822ca41136aeebb.diff" + }, + "runtime@a28fe52": { + "repo": "runtime", + "branch": "", + "hash": "a28fe52ce3f656f49c7d552f2b455ff6da9d6b31", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/a28fe52ce3f656f49c7d552f2b455ff6da9d6b31.diff" + }, + "runtime@7e66cd7": { + "repo": "runtime", + "branch": "", + "hash": "7e66cd737ed083ae9fcb8ede136c6c76f8a4ba1e", + "org": "dotnet", + "url": "https://github.com/dotnet/runtime/commit/7e66cd737ed083ae9fcb8ede136c6c76f8a4ba1e.diff" + }, + "scenario-tests@d961ffd": { + "repo": "scenario-tests", + "branch": "", + "hash": "d961ffd11d15992e3f151610effd9acaf64453d0", + "org": "dotnet", + "url": "https://github.com/dotnet/scenario-tests/commit/d961ffd11d15992e3f151610effd9acaf64453d0.diff" + }, + "scenario-tests@ac6fb4b": { + "repo": "scenario-tests", + "branch": "", + "hash": "ac6fb4b75399fa50c634dc6267dde4091143954e", + "org": "dotnet", + "url": "https://github.com/dotnet/scenario-tests/commit/ac6fb4b75399fa50c634dc6267dde4091143954e.diff" + }, + "scenario-tests@715e6f5": { + "repo": "scenario-tests", + "branch": "", + "hash": "715e6f59be8152933159662e2b1c8ecd286be369", + "org": "dotnet", + "url": "https://github.com/dotnet/scenario-tests/commit/715e6f59be8152933159662e2b1c8ecd286be369.diff" + }, + "scenario-tests@bac5197": { + "repo": "scenario-tests", + "branch": "", + "hash": "bac5197f01ecabc0d35ced85afaf27cca1ccfd3f", + "org": "dotnet", + "url": "https://github.com/dotnet/scenario-tests/commit/bac5197f01ecabc0d35ced85afaf27cca1ccfd3f.diff" + }, + "scenario-tests@1672c09": { + "repo": "scenario-tests", + "branch": "", + "hash": "1672c09c990a4801cf3dd62fffd6b34583b60c19", + "org": "dotnet", + "url": "https://github.com/dotnet/scenario-tests/commit/1672c09c990a4801cf3dd62fffd6b34583b60c19.diff" + }, + "scenario-tests@7bc6a69": { + "repo": "scenario-tests", + "branch": "", + "hash": "7bc6a69bc6daf9f820cfa776f9c9066aa013584c", + "org": "dotnet", + "url": "https://github.com/dotnet/scenario-tests/commit/7bc6a69bc6daf9f820cfa776f9c9066aa013584c.diff" + }, + "sdk@96b8302": { + "repo": "sdk", + "branch": "", + "hash": "96b8302d543dfb6cb32203e9dcca91d39e278e09", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/96b8302d543dfb6cb32203e9dcca91d39e278e09.diff" + }, + "sdk@e9aab78": { + "repo": "sdk", + "branch": "", + "hash": "e9aab78271677baee253514dd627ed2d31e66dc6", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/e9aab78271677baee253514dd627ed2d31e66dc6.diff" + }, + "sdk@6769519": { + "repo": "sdk", + "branch": "", + "hash": "67695199c461618f7106f94cb0b7061bdb470445", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/67695199c461618f7106f94cb0b7061bdb470445.diff" + }, + "sdk@e564c6d": { + "repo": "sdk", + "branch": "", + "hash": "e564c6d74b0947c600a1a6efc6dcd17c29bb64fd", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/e564c6d74b0947c600a1a6efc6dcd17c29bb64fd.diff" + }, + "sdk@f9305f8": { + "repo": "sdk", + "branch": "", + "hash": "f9305f889c1e2e8044037ca5fcd382b16f562f9f", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/f9305f889c1e2e8044037ca5fcd382b16f562f9f.diff" + }, + "sdk@65909a3": { + "repo": "sdk", + "branch": "", + "hash": "65909a36142b3ffbfed1a39d55d4de738ec68af9", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/65909a36142b3ffbfed1a39d55d4de738ec68af9.diff" + }, + "sdk@700802d": { + "repo": "sdk", + "branch": "", + "hash": "700802d510d6d1fa6a4f83392d1547e849fc73fd", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/700802d510d6d1fa6a4f83392d1547e849fc73fd.diff" + }, + "sdk@2de3165": { + "repo": "sdk", + "branch": "", + "hash": "2de3165fc0d0a1a549b417a3eb044caeb61bc108", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/2de3165fc0d0a1a549b417a3eb044caeb61bc108.diff" + }, + "sdk@741fcf4": { + "repo": "sdk", + "branch": "", + "hash": "741fcf4832bcb1e8ac73e19047f3b50ae637e5e3", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/741fcf4832bcb1e8ac73e19047f3b50ae637e5e3.diff" + }, + "sdk@25262e4": { + "repo": "sdk", + "branch": "", + "hash": "25262e452cf47f3acbf8a5bb48bf581352c47318", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/25262e452cf47f3acbf8a5bb48bf581352c47318.diff" + }, + "sdk@440942c": { + "repo": "sdk", + "branch": "", + "hash": "440942cd4ac2b1da5418b8e33c7e31386002d9ab", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/440942cd4ac2b1da5418b8e33c7e31386002d9ab.diff" + }, + "sdk@cca63f2": { + "repo": "sdk", + "branch": "", + "hash": "cca63f2e0b71bed785637b0e23340bf178937031", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/cca63f2e0b71bed785637b0e23340bf178937031.diff" + }, + "sdk@1430a15": { + "repo": "sdk", + "branch": "", + "hash": "1430a1583de494a5e46b87f9206125239a96dd92", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/1430a1583de494a5e46b87f9206125239a96dd92.diff" + }, + "sdk@4aacdca": { + "repo": "sdk", + "branch": "", + "hash": "4aacdca1bf134372bdea73133e074ee35d936640", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/4aacdca1bf134372bdea73133e074ee35d936640.diff" + }, + "sdk@6c0789a": { + "repo": "sdk", + "branch": "", + "hash": "6c0789ac9083e8900745ca0a502915fddf393818", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/6c0789ac9083e8900745ca0a502915fddf393818.diff" + }, + "sdk@02b4f03": { + "repo": "sdk", + "branch": "", + "hash": "02b4f03f3f37109feb44be46781f04e058b3bdb1", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/02b4f03f3f37109feb44be46781f04e058b3bdb1.diff" + }, + "sdk@a13e02d": { + "repo": "sdk", + "branch": "", + "hash": "a13e02d05ec888660283ac7a5f0a48fb39185332", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/a13e02d05ec888660283ac7a5f0a48fb39185332.diff" + }, + "sdk@03e0be5": { + "repo": "sdk", + "branch": "", + "hash": "03e0be5f36647022d6d3baaacd7f681a1fdccd8c", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/03e0be5f36647022d6d3baaacd7f681a1fdccd8c.diff" + }, + "sdk@6c36567": { + "repo": "sdk", + "branch": "", + "hash": "6c36567aec9869fd085fdd855352a722a7a8dd7c", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/6c36567aec9869fd085fdd855352a722a7a8dd7c.diff" + }, + "sdk@fe12fd4": { + "repo": "sdk", + "branch": "", + "hash": "fe12fd4bd3d96c27014942f27db06153060e91a0", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/fe12fd4bd3d96c27014942f27db06153060e91a0.diff" + }, + "sdk@629cbd2": { + "repo": "sdk", + "branch": "", + "hash": "629cbd2783d11961de33fe2b3c82437a9e189b02", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/629cbd2783d11961de33fe2b3c82437a9e189b02.diff" + }, + "sdk@e344880": { + "repo": "sdk", + "branch": "", + "hash": "e344880e731c4c8b9ca077c339402a9f8985b4ee", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/e344880e731c4c8b9ca077c339402a9f8985b4ee.diff" + }, + "sdk@99a4d02": { + "repo": "sdk", + "branch": "", + "hash": "99a4d02eaa17037855294a93e9a71959c027d663", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/99a4d02eaa17037855294a93e9a71959c027d663.diff" + }, + "sdk@a0eacdc": { + "repo": "sdk", + "branch": "", + "hash": "a0eacdca5f3633e5fc1f4fb9dae3707815cfa656", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/a0eacdca5f3633e5fc1f4fb9dae3707815cfa656.diff" + }, + "sdk@1e5d8e3": { + "repo": "sdk", + "branch": "", + "hash": "1e5d8e39d3026edb222cdf4f8d8240f1eb99f24b", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/1e5d8e39d3026edb222cdf4f8d8240f1eb99f24b.diff" + }, + "sdk@3ff7103": { + "repo": "sdk", + "branch": "", + "hash": "3ff71030f075942d8c768280552be5ba69a37464", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/3ff71030f075942d8c768280552be5ba69a37464.diff" + }, + "sdk@4028e4a": { + "repo": "sdk", + "branch": "", + "hash": "4028e4aa07c283dd9b6bc91a539ab209e56b24d0", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/4028e4aa07c283dd9b6bc91a539ab209e56b24d0.diff" + }, + "sdk@564b5de": { + "repo": "sdk", + "branch": "", + "hash": "564b5de0b3360210e9b2bb03b977b0f7e880828f", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/564b5de0b3360210e9b2bb03b977b0f7e880828f.diff" + }, + "sdk@0409d2d": { + "repo": "sdk", + "branch": "", + "hash": "0409d2d836544c69401a7c6b748eeecb00ed4beb", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/0409d2d836544c69401a7c6b748eeecb00ed4beb.diff" + }, + "sdk@f2b6067": { + "repo": "sdk", + "branch": "", + "hash": "f2b6067e71433919ee497db12c3fc85d514511ad", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/f2b6067e71433919ee497db12c3fc85d514511ad.diff" + }, + "sdk@8433b4b": { + "repo": "sdk", + "branch": "", + "hash": "8433b4bac0e3cc40d72ffa13c7664b7710e6de52", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/8433b4bac0e3cc40d72ffa13c7664b7710e6de52.diff" + }, + "sdk@96683a0": { + "repo": "sdk", + "branch": "", + "hash": "96683a0ad81c5694820f7824342a4ca5079bdd64", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/96683a0ad81c5694820f7824342a4ca5079bdd64.diff" + }, + "sdk@dcff500": { + "repo": "sdk", + "branch": "", + "hash": "dcff500e36b121afe6e387037f199d4d241696fe", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/dcff500e36b121afe6e387037f199d4d241696fe.diff" + }, + "sdk@8b1618b": { + "repo": "sdk", + "branch": "", + "hash": "8b1618b7c32401b2f7eb6f924104b1ff3bd49b1c", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/8b1618b7c32401b2f7eb6f924104b1ff3bd49b1c.diff" + }, + "sdk@a1f2e26": { + "repo": "sdk", + "branch": "", + "hash": "a1f2e26244ad66e91094c523d0e9a87eac051cc4", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/a1f2e26244ad66e91094c523d0e9a87eac051cc4.diff" + }, + "sdk@bbf4a33": { + "repo": "sdk", + "branch": "", + "hash": "bbf4a33bc11a8088a3fddad889beba695ff24547", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/bbf4a33bc11a8088a3fddad889beba695ff24547.diff" + }, + "sdk@bd75158": { + "repo": "sdk", + "branch": "", + "hash": "bd75158074f6bcba0e58c22ceb13bdd3eb85c473", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/bd75158074f6bcba0e58c22ceb13bdd3eb85c473.diff" + }, + "sdk@49c45f2": { + "repo": "sdk", + "branch": "", + "hash": "49c45f2130d1f0ae5b4fe14961eb56c22775b9ce", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/49c45f2130d1f0ae5b4fe14961eb56c22775b9ce.diff" + }, + "sdk@61c38b0": { + "repo": "sdk", + "branch": "", + "hash": "61c38b063559ae55bf6d312ad9a5940aa5d5a0ea", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/61c38b063559ae55bf6d312ad9a5940aa5d5a0ea.diff" + }, + "sdk@d013391": { + "repo": "sdk", + "branch": "", + "hash": "d0133919ea84560594febc82d0807a042e61ec5b", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/d0133919ea84560594febc82d0807a042e61ec5b.diff" + }, + "sdk@168a809": { + "repo": "sdk", + "branch": "", + "hash": "168a80939d6c484a0f71a593dc814b848e60b359", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/168a80939d6c484a0f71a593dc814b848e60b359.diff" + }, + "sdk@ac1f1e8": { + "repo": "sdk", + "branch": "", + "hash": "ac1f1e89d48e98aa1142b9b966e11791a5019f20", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/ac1f1e89d48e98aa1142b9b966e11791a5019f20.diff" + }, + "sdk@794fa7f": { + "repo": "sdk", + "branch": "", + "hash": "794fa7f2f8d6bef67839b96d785da1cbdf099054", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/794fa7f2f8d6bef67839b96d785da1cbdf099054.diff" + }, + "sdk@75856c4": { + "repo": "sdk", + "branch": "", + "hash": "75856c40f366d8ab60e2794766514bc217ce561a", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/75856c40f366d8ab60e2794766514bc217ce561a.diff" + }, + "sdk@d043492": { + "repo": "sdk", + "branch": "", + "hash": "d04349209a7ff5844f4fe616ad69196262a628f0", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/d04349209a7ff5844f4fe616ad69196262a628f0.diff" + }, + "sdk@35959f2": { + "repo": "sdk", + "branch": "", + "hash": "35959f23bcd3535fbb8a91beaaac1f370f279855", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/35959f23bcd3535fbb8a91beaaac1f370f279855.diff" + }, + "sdk@045dea9": { + "repo": "sdk", + "branch": "", + "hash": "045dea9ffd75a90a7a270f0019ff508fdc4bca04", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/045dea9ffd75a90a7a270f0019ff508fdc4bca04.diff" + }, + "sdk@3b4dac5": { + "repo": "sdk", + "branch": "", + "hash": "3b4dac5410a0e6dbfb2e8e343d622744496e5fc7", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/3b4dac5410a0e6dbfb2e8e343d622744496e5fc7.diff" + }, + "sdk@9b4d473": { + "repo": "sdk", + "branch": "", + "hash": "9b4d4733d32df565c7be8f675e99abba5ae94929", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/9b4d4733d32df565c7be8f675e99abba5ae94929.diff" + }, + "sdk@0118e55": { + "repo": "sdk", + "branch": "", + "hash": "0118e55157b3ee8aed06bbfa9d57511cdfe8a604", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/0118e55157b3ee8aed06bbfa9d57511cdfe8a604.diff" + }, + "sdk@0388faa": { + "repo": "sdk", + "branch": "", + "hash": "0388faa8235236de5cb23ae13653d502eac8dd87", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/0388faa8235236de5cb23ae13653d502eac8dd87.diff" + }, + "sdk@2c64e3a": { + "repo": "sdk", + "branch": "", + "hash": "2c64e3aadfd91438ee67f62995eb67f5724fa31e", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/2c64e3aadfd91438ee67f62995eb67f5724fa31e.diff" + }, + "sdk@3b6aee1": { + "repo": "sdk", + "branch": "", + "hash": "3b6aee1528952c471de861d695f6e9497d09d7e1", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/3b6aee1528952c471de861d695f6e9497d09d7e1.diff" + }, + "sdk@a105159": { + "repo": "sdk", + "branch": "", + "hash": "a105159f6e371c0c8ef74a70943061182352ec85", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/a105159f6e371c0c8ef74a70943061182352ec85.diff" + }, + "sdk@addf895": { + "repo": "sdk", + "branch": "", + "hash": "addf8951f29d13f7485243c48d0d76ccef60a140", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/addf8951f29d13f7485243c48d0d76ccef60a140.diff" + }, + "sdk@ad40ca3": { + "repo": "sdk", + "branch": "", + "hash": "ad40ca3cbd8d479330580503a1d4fea6f2edaae3", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/ad40ca3cbd8d479330580503a1d4fea6f2edaae3.diff" + }, + "sdk@976d50e": { + "repo": "sdk", + "branch": "", + "hash": "976d50ec23cebfc88563f921989a721393f41d87", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/976d50ec23cebfc88563f921989a721393f41d87.diff" + }, + "sdk@2eac35a": { + "repo": "sdk", + "branch": "", + "hash": "2eac35a9507b59f3f19160f9e39aa944379c7e43", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/2eac35a9507b59f3f19160f9e39aa944379c7e43.diff" + }, + "sdk@16cbfb3": { + "repo": "sdk", + "branch": "", + "hash": "16cbfb362443e01c9cadedacaa021688d607fb9a", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/16cbfb362443e01c9cadedacaa021688d607fb9a.diff" + }, + "sdk@c8ecd1e": { + "repo": "sdk", + "branch": "", + "hash": "c8ecd1e16d5579137ecab50ad15600c7bd82b266", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/c8ecd1e16d5579137ecab50ad15600c7bd82b266.diff" + }, + "sdk@5be3937": { + "repo": "sdk", + "branch": "", + "hash": "5be3937332d7d45a12cb8a95fdbfc67c8fb99513", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/5be3937332d7d45a12cb8a95fdbfc67c8fb99513.diff" + }, + "sdk@3dd3634": { + "repo": "sdk", + "branch": "", + "hash": "3dd3634179293804ebd42557dc81bc44c80734b2", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/3dd3634179293804ebd42557dc81bc44c80734b2.diff" + }, + "sdk@8c40edb": { + "repo": "sdk", + "branch": "", + "hash": "8c40edb7db585f1e80a2d0a0c9f83210eb0944af", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/8c40edb7db585f1e80a2d0a0c9f83210eb0944af.diff" + }, + "sdk@380ef60": { + "repo": "sdk", + "branch": "", + "hash": "380ef602faea5df4e51636c56ce5778d43761e59", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/380ef602faea5df4e51636c56ce5778d43761e59.diff" + }, + "sdk@5c3a547": { + "repo": "sdk", + "branch": "", + "hash": "5c3a54758ce8d8a28f2f5c5e3e447e152b5c9524", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/5c3a54758ce8d8a28f2f5c5e3e447e152b5c9524.diff" + }, + "sdk@7baa9ec": { + "repo": "sdk", + "branch": "", + "hash": "7baa9ec2d9c05f8762168931a4180b708f4d0c73", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/7baa9ec2d9c05f8762168931a4180b708f4d0c73.diff" + }, + "sdk@6007ac8": { + "repo": "sdk", + "branch": "", + "hash": "6007ac8102c436559ebfa22e8dae30a6adb416fd", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/6007ac8102c436559ebfa22e8dae30a6adb416fd.diff" + }, + "sdk@9ff2ac9": { + "repo": "sdk", + "branch": "", + "hash": "9ff2ac94600d55425c061fa36d5569b25c94d38a", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/9ff2ac94600d55425c061fa36d5569b25c94d38a.diff" + }, + "sdk@f399996": { + "repo": "sdk", + "branch": "", + "hash": "f3999961be0e97264fefc62961e658b066623872", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/f3999961be0e97264fefc62961e658b066623872.diff" + }, + "sdk@a4758a4": { + "repo": "sdk", + "branch": "", + "hash": "a4758a473855c9e0eb0410284e58896445a103a6", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/a4758a473855c9e0eb0410284e58896445a103a6.diff" + }, + "sdk@2e16dff": { + "repo": "sdk", + "branch": "", + "hash": "2e16dff736dd85f5408109ac7e7fc6256074efe9", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/2e16dff736dd85f5408109ac7e7fc6256074efe9.diff" + }, + "sdk@a9d5871": { + "repo": "sdk", + "branch": "", + "hash": "a9d5871915446991bfddc96c369a3b1d70f5bfef", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/a9d5871915446991bfddc96c369a3b1d70f5bfef.diff" + }, + "sdk@7d464bb": { + "repo": "sdk", + "branch": "", + "hash": "7d464bb34382ee4796284b76089b0bd2f85eead6", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/7d464bb34382ee4796284b76089b0bd2f85eead6.diff" + }, + "sdk@e6731e6": { + "repo": "sdk", + "branch": "", + "hash": "e6731e641fa133ee7d7c7e56d37de07ce6877ce7", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/e6731e641fa133ee7d7c7e56d37de07ce6877ce7.diff" + }, + "sdk@2393e90": { + "repo": "sdk", + "branch": "", + "hash": "2393e9060a657f334954424e02c8c637e1897487", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/2393e9060a657f334954424e02c8c637e1897487.diff" + }, + "sdk@d4df2c0": { + "repo": "sdk", + "branch": "", + "hash": "d4df2c00059096f30eabafe83ba1722cf97d8ecd", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/d4df2c00059096f30eabafe83ba1722cf97d8ecd.diff" + }, + "sdk@946cb7a": { + "repo": "sdk", + "branch": "", + "hash": "946cb7a3bd5cbd1a31e1e8718d4e3e64f2ea4956", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/946cb7a3bd5cbd1a31e1e8718d4e3e64f2ea4956.diff" + }, + "sdk@e252a9b": { + "repo": "sdk", + "branch": "", + "hash": "e252a9b8fa8fe646aa0a33fb52dd5a1046d0129b", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/e252a9b8fa8fe646aa0a33fb52dd5a1046d0129b.diff" + }, + "sdk@9f30498": { + "repo": "sdk", + "branch": "", + "hash": "9f304988cbf11478d61b8bb71286ffe9dccd027e", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/9f304988cbf11478d61b8bb71286ffe9dccd027e.diff" + }, + "sdk@b24e528": { + "repo": "sdk", + "branch": "", + "hash": "b24e528dc21e375c3933ebb064ef9b6bdae008dc", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/b24e528dc21e375c3933ebb064ef9b6bdae008dc.diff" + }, + "sdk@0b52d15": { + "repo": "sdk", + "branch": "", + "hash": "0b52d15b98f624750ea5025b33285ccc19b971a6", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/0b52d15b98f624750ea5025b33285ccc19b971a6.diff" + }, + "sdk@fc67450": { + "repo": "sdk", + "branch": "", + "hash": "fc674501014496155c3a8b48cea653664d4c4de5", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/fc674501014496155c3a8b48cea653664d4c4de5.diff" + }, + "sdk@5f7e072": { + "repo": "sdk", + "branch": "", + "hash": "5f7e0728d465837d82566573dbf1f74df7553bc0", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/5f7e0728d465837d82566573dbf1f74df7553bc0.diff" + }, + "sdk@8a2fa1c": { + "repo": "sdk", + "branch": "", + "hash": "8a2fa1c9c4fdf5ae72ef2f8202c51e7250a056ef", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/8a2fa1c9c4fdf5ae72ef2f8202c51e7250a056ef.diff" + }, + "sdk@7cef932": { + "repo": "sdk", + "branch": "", + "hash": "7cef932c06e01f0812be62dd67fdf5d6ffacfb60", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/7cef932c06e01f0812be62dd67fdf5d6ffacfb60.diff" + }, + "sdk@e259547": { + "repo": "sdk", + "branch": "", + "hash": "e259547ae0d38e7273966e3ff12ae381f4d263bf", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/e259547ae0d38e7273966e3ff12ae381f4d263bf.diff" + }, + "sdk@1311cd4": { + "repo": "sdk", + "branch": "", + "hash": "1311cd4961422cf46cfdcaea4dc9253733148a2c", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/1311cd4961422cf46cfdcaea4dc9253733148a2c.diff" + }, + "sdk@ca67d74": { + "repo": "sdk", + "branch": "", + "hash": "ca67d748effb7324877e35a035d3d40f9b8128e9", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/ca67d748effb7324877e35a035d3d40f9b8128e9.diff" + }, + "sdk@85729ac": { + "repo": "sdk", + "branch": "", + "hash": "85729ac6b4da14f3403a565ab7d24632a6699d53", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/85729ac6b4da14f3403a565ab7d24632a6699d53.diff" + }, + "sdk@9a7cae8": { + "repo": "sdk", + "branch": "", + "hash": "9a7cae8c52b202a12dd2a89162f7ea91eff0bead", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/9a7cae8c52b202a12dd2a89162f7ea91eff0bead.diff" + }, + "sdk@3d4fe47": { + "repo": "sdk", + "branch": "", + "hash": "3d4fe47ff6fa539b1d4216bc1af3129a7cd1ab1f", + "org": "dotnet", + "url": "https://github.com/dotnet/sdk/commit/3d4fe47ff6fa539b1d4216bc1af3129a7cd1ab1f.diff" + }, + "symreader@724f743": { + "repo": "symreader", + "branch": "", + "hash": "724f743a1bf635264061e297c60fb86a24db2fda", + "org": "dotnet", + "url": "https://github.com/dotnet/symreader/commit/724f743a1bf635264061e297c60fb86a24db2fda.diff" + }, + "symreader@56a45ee": { + "repo": "symreader", + "branch": "", + "hash": "56a45ee6417284fc29b88bc022ef2bafe34a2f50", + "org": "dotnet", + "url": "https://github.com/dotnet/symreader/commit/56a45ee6417284fc29b88bc022ef2bafe34a2f50.diff" + }, + "symreader@a701640": { + "repo": "symreader", + "branch": "", + "hash": "a7016408e89aaaaf919ce7b271821ba058abee02", + "org": "dotnet", + "url": "https://github.com/dotnet/symreader/commit/a7016408e89aaaaf919ce7b271821ba058abee02.diff" + }, + "symreader@ddef017": { + "repo": "symreader", + "branch": "", + "hash": "ddef01748e48f85dcde0c68ebb61b2cab42a7435", + "org": "dotnet", + "url": "https://github.com/dotnet/symreader/commit/ddef01748e48f85dcde0c68ebb61b2cab42a7435.diff" + }, + "templating@17acd40": { + "repo": "templating", + "branch": "", + "hash": "17acd40f8d69e68fde28d26bc0c773472b8d1d43", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/17acd40f8d69e68fde28d26bc0c773472b8d1d43.diff" + }, + "templating@14038fd": { + "repo": "templating", + "branch": "", + "hash": "14038fd0b26940642fccf5cc14fe86f0933cf0aa", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/14038fd0b26940642fccf5cc14fe86f0933cf0aa.diff" + }, + "templating@faa404a": { + "repo": "templating", + "branch": "", + "hash": "faa404a06e63486679117056b1206cf3f05c5526", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/faa404a06e63486679117056b1206cf3f05c5526.diff" + }, + "templating@c60b810": { + "repo": "templating", + "branch": "", + "hash": "c60b810b74b2e1dad8159cd33363483c07195f41", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/c60b810b74b2e1dad8159cd33363483c07195f41.diff" + }, + "templating@4f978ed": { + "repo": "templating", + "branch": "", + "hash": "4f978ed65de20c259da63b056cecde8630d4d49e", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/4f978ed65de20c259da63b056cecde8630d4d49e.diff" + }, + "templating@f7df768": { + "repo": "templating", + "branch": "", + "hash": "f7df7689eef984a98b71017bef8a67146797d92b", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/f7df7689eef984a98b71017bef8a67146797d92b.diff" + }, + "templating@55e91b9": { + "repo": "templating", + "branch": "", + "hash": "55e91b9f3c80e02738edcce5f08762ecea89c68c", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/55e91b9f3c80e02738edcce5f08762ecea89c68c.diff" + }, + "templating@e7262db": { + "repo": "templating", + "branch": "", + "hash": "e7262dbae1b8bc2159caed7c6c34f4ecc06a82d8", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/e7262dbae1b8bc2159caed7c6c34f4ecc06a82d8.diff" + }, + "templating@4ec5e1e": { + "repo": "templating", + "branch": "", + "hash": "4ec5e1e2a9a8d0445d2a302d726bf768c0a21def", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/4ec5e1e2a9a8d0445d2a302d726bf768c0a21def.diff" + }, + "templating@6c6e846": { + "repo": "templating", + "branch": "", + "hash": "6c6e84639aea2971d02626a1b6696545b5d1420d", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/6c6e84639aea2971d02626a1b6696545b5d1420d.diff" + }, + "templating@8b91289": { + "repo": "templating", + "branch": "", + "hash": "8b91289b8faad229ac297839b6717ad34b5d7cba", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/8b91289b8faad229ac297839b6717ad34b5d7cba.diff" + }, + "templating@64c76fd": { + "repo": "templating", + "branch": "", + "hash": "64c76fdaac25ac98f9623cf6bd25e091eefede48", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/64c76fdaac25ac98f9623cf6bd25e091eefede48.diff" + }, + "templating@34a5893": { + "repo": "templating", + "branch": "", + "hash": "34a5893f3ec336db55d3da5621a96106b418db5b", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/34a5893f3ec336db55d3da5621a96106b418db5b.diff" + }, + "templating@00ea651": { + "repo": "templating", + "branch": "", + "hash": "00ea651bc01f824caf60a43b530ec7d3f720e4e6", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/00ea651bc01f824caf60a43b530ec7d3f720e4e6.diff" + }, + "templating@0cf9d61": { + "repo": "templating", + "branch": "", + "hash": "0cf9d6155d4e8934b91fd5ea7eb5fa803f21779a", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/0cf9d6155d4e8934b91fd5ea7eb5fa803f21779a.diff" + }, + "templating@ccd0085": { + "repo": "templating", + "branch": "", + "hash": "ccd0085a72a718bb2fb16e83f9c9cd7d146993ca", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/ccd0085a72a718bb2fb16e83f9c9cd7d146993ca.diff" + }, + "templating@b6ff704": { + "repo": "templating", + "branch": "", + "hash": "b6ff70470260d1d588eefa7a948831f37bdc02b4", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/b6ff70470260d1d588eefa7a948831f37bdc02b4.diff" + }, + "templating@897b2b5": { + "repo": "templating", + "branch": "", + "hash": "897b2b56e6a38578eb0e436b5ed06128af5037e3", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/897b2b56e6a38578eb0e436b5ed06128af5037e3.diff" + }, + "templating@bae92e9": { + "repo": "templating", + "branch": "", + "hash": "bae92e93a6687161c59cfea70c066429115cc328", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/bae92e93a6687161c59cfea70c066429115cc328.diff" + }, + "templating@ef8243d": { + "repo": "templating", + "branch": "", + "hash": "ef8243d6dec6666e31a64c8799cf4b18204ee25d", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/ef8243d6dec6666e31a64c8799cf4b18204ee25d.diff" + }, + "templating@4c918cc": { + "repo": "templating", + "branch": "", + "hash": "4c918cc20409ae7e992a679de0f500001a0ee373", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/4c918cc20409ae7e992a679de0f500001a0ee373.diff" + }, + "templating@5bb9230": { + "repo": "templating", + "branch": "", + "hash": "5bb92300625008026a04a579cccf5b5a91a51d8a", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/5bb92300625008026a04a579cccf5b5a91a51d8a.diff" + }, + "templating@dd17596": { + "repo": "templating", + "branch": "", + "hash": "dd175964f7ace2ead7619b456b5722035ede60f3", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/dd175964f7ace2ead7619b456b5722035ede60f3.diff" + }, + "templating@75db612": { + "repo": "templating", + "branch": "", + "hash": "75db61287132a96e2641d76418eecc6bad625981", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/75db61287132a96e2641d76418eecc6bad625981.diff" + }, + "templating@0675db7": { + "repo": "templating", + "branch": "", + "hash": "0675db74d829381e33ffb5f7f2ad07ebacaa9d56", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/0675db74d829381e33ffb5f7f2ad07ebacaa9d56.diff" + }, + "templating@57cd00e": { + "repo": "templating", + "branch": "", + "hash": "57cd00e79608908cf1373e741eaabc4dfe22c028", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/57cd00e79608908cf1373e741eaabc4dfe22c028.diff" + }, + "templating@4e82975": { + "repo": "templating", + "branch": "", + "hash": "4e82975c2b075f451920c6bb75b86953bbbe9982", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/4e82975c2b075f451920c6bb75b86953bbbe9982.diff" + }, + "templating@a6c6797": { + "repo": "templating", + "branch": "", + "hash": "a6c67970b8073223600220f38abf5362ca94d367", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/a6c67970b8073223600220f38abf5362ca94d367.diff" + }, + "templating@e84a0a8": { + "repo": "templating", + "branch": "", + "hash": "e84a0a87e9d1904550261d506e2e3cbbdc8fb200", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/e84a0a87e9d1904550261d506e2e3cbbdc8fb200.diff" + }, + "templating@486d296": { + "repo": "templating", + "branch": "", + "hash": "486d2960d68ac5704a615bb07615b76c9ec0ac2a", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/486d2960d68ac5704a615bb07615b76c9ec0ac2a.diff" + }, + "templating@111ab68": { + "repo": "templating", + "branch": "", + "hash": "111ab68f64e6367f48e312a3aede2c9c9b672423", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/111ab68f64e6367f48e312a3aede2c9c9b672423.diff" + }, + "templating@2eeb888": { + "repo": "templating", + "branch": "", + "hash": "2eeb88874493f4bf54bdad66b40103f36dbd370b", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/2eeb88874493f4bf54bdad66b40103f36dbd370b.diff" + }, + "templating@8076e34": { + "repo": "templating", + "branch": "", + "hash": "8076e343fcddd742be1cdb78242b5d19121864b5", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/8076e343fcddd742be1cdb78242b5d19121864b5.diff" + }, + "templating@a715c50": { + "repo": "templating", + "branch": "", + "hash": "a715c501bfd67e5f054445e94fba7303f9252ae8", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/a715c501bfd67e5f054445e94fba7303f9252ae8.diff" + }, + "templating@9d025d8": { + "repo": "templating", + "branch": "", + "hash": "9d025d8aa3887cae5e43c5019ee26e3792d2b235", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/9d025d8aa3887cae5e43c5019ee26e3792d2b235.diff" + }, + "templating@35931cb": { + "repo": "templating", + "branch": "", + "hash": "35931cb3739add51a17fd3a60117ed42902201d9", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/35931cb3739add51a17fd3a60117ed42902201d9.diff" + }, + "templating@e1fa966": { + "repo": "templating", + "branch": "", + "hash": "e1fa96653efd99b1af3c484818ca036fad28a063", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/e1fa96653efd99b1af3c484818ca036fad28a063.diff" + }, + "templating@fa3cc6b": { + "repo": "templating", + "branch": "", + "hash": "fa3cc6bbf15c2c6bd9eb18c99e0f22c07d1d70de", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/fa3cc6bbf15c2c6bd9eb18c99e0f22c07d1d70de.diff" + }, + "templating@d570534": { + "repo": "templating", + "branch": "", + "hash": "d570534cfd6a897f365f817dfe74237cd65ed480", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/d570534cfd6a897f365f817dfe74237cd65ed480.diff" + }, + "templating@b1f1963": { + "repo": "templating", + "branch": "", + "hash": "b1f1963d946d5b70f849468967bec7d8219d11d5", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/b1f1963d946d5b70f849468967bec7d8219d11d5.diff" + }, + "templating@751ca7c": { + "repo": "templating", + "branch": "", + "hash": "751ca7c621e228b99a2777716d4ea1b21d50ad8a", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/751ca7c621e228b99a2777716d4ea1b21d50ad8a.diff" + }, + "templating@1572704": { + "repo": "templating", + "branch": "", + "hash": "1572704996c6ad8e20a0d0757eb8f04f79e28efe", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/1572704996c6ad8e20a0d0757eb8f04f79e28efe.diff" + }, + "templating@177d2c4": { + "repo": "templating", + "branch": "", + "hash": "177d2c4b7f20b88dba69728399b17965b6c38541", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/177d2c4b7f20b88dba69728399b17965b6c38541.diff" + }, + "templating@9de3d1e": { + "repo": "templating", + "branch": "", + "hash": "9de3d1ea2973f019ba2e721b638e54be9adc5a31", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/9de3d1ea2973f019ba2e721b638e54be9adc5a31.diff" + }, + "templating@4fd4cf6": { + "repo": "templating", + "branch": "", + "hash": "4fd4cf634e7796fa579d561b37f3316c00a684c8", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/4fd4cf634e7796fa579d561b37f3316c00a684c8.diff" + }, + "templating@7a12ab9": { + "repo": "templating", + "branch": "", + "hash": "7a12ab9049406bf553db848aedc3f9ad9bb457df", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/7a12ab9049406bf553db848aedc3f9ad9bb457df.diff" + }, + "templating@8e0f0d4": { + "repo": "templating", + "branch": "", + "hash": "8e0f0d4d49184f8d43742f4cc9fb6fb89548e36c", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/8e0f0d4d49184f8d43742f4cc9fb6fb89548e36c.diff" + }, + "templating@695767d": { + "repo": "templating", + "branch": "", + "hash": "695767dfdde45b69167e7510ee1911b535c7d8d6", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/695767dfdde45b69167e7510ee1911b535c7d8d6.diff" + }, + "templating@931f7c9": { + "repo": "templating", + "branch": "", + "hash": "931f7c99bd81e9d34e4f31eccd9799f6631a6c8e", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/931f7c99bd81e9d34e4f31eccd9799f6631a6c8e.diff" + }, + "templating@b9d8ddd": { + "repo": "templating", + "branch": "", + "hash": "b9d8ddd52e9d03a9d8dfac6124b36d8158902430", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/b9d8ddd52e9d03a9d8dfac6124b36d8158902430.diff" + }, + "templating@1ea4c73": { + "repo": "templating", + "branch": "", + "hash": "1ea4c73c96697699c57b2e2a25c4051b57af7f80", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/1ea4c73c96697699c57b2e2a25c4051b57af7f80.diff" + }, + "templating@0a04dbe": { + "repo": "templating", + "branch": "", + "hash": "0a04dbe2e390085e83cd018410edd557cc6d8620", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/0a04dbe2e390085e83cd018410edd557cc6d8620.diff" + }, + "templating@31a2c36": { + "repo": "templating", + "branch": "", + "hash": "31a2c36be55429c928ebe0a661ad22a4cea20844", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/31a2c36be55429c928ebe0a661ad22a4cea20844.diff" + }, + "templating@5de0725": { + "repo": "templating", + "branch": "", + "hash": "5de072535cef918d4799f9a1e658d2d27445adfe", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/5de072535cef918d4799f9a1e658d2d27445adfe.diff" + }, + "templating@4db5948": { + "repo": "templating", + "branch": "", + "hash": "4db59484066b0f7ddad9ae0acffde073baed9c3c", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/4db59484066b0f7ddad9ae0acffde073baed9c3c.diff" + }, + "templating@e3d856d": { + "repo": "templating", + "branch": "", + "hash": "e3d856d59000a4c76ef24cc5db6f491773234fee", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/e3d856d59000a4c76ef24cc5db6f491773234fee.diff" + }, + "templating@2f93ef0": { + "repo": "templating", + "branch": "", + "hash": "2f93ef038ff62d18fc40d2ad3a3d47536af22933", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/2f93ef038ff62d18fc40d2ad3a3d47536af22933.diff" + }, + "templating@325b85e": { + "repo": "templating", + "branch": "", + "hash": "325b85eea8c1cad5bc4316622deeabf684966124", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/325b85eea8c1cad5bc4316622deeabf684966124.diff" + }, + "templating@0e3d777": { + "repo": "templating", + "branch": "", + "hash": "0e3d7778496ae0801859da582427dc61dcbf5a7a", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/0e3d7778496ae0801859da582427dc61dcbf5a7a.diff" + }, + "templating@c59f212": { + "repo": "templating", + "branch": "", + "hash": "c59f212e2e30ee72e3fd726cd220a15c5f4db69f", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/c59f212e2e30ee72e3fd726cd220a15c5f4db69f.diff" + }, + "templating@f7dae1b": { + "repo": "templating", + "branch": "", + "hash": "f7dae1b21103fc80826a151a9a02696caeb636a4", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/f7dae1b21103fc80826a151a9a02696caeb636a4.diff" + }, + "templating@3c1d17a": { + "repo": "templating", + "branch": "", + "hash": "3c1d17a5639caae45b7b8ad0aaeda6cc7db198b5", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/3c1d17a5639caae45b7b8ad0aaeda6cc7db198b5.diff" + }, + "templating@f69b8e7": { + "repo": "templating", + "branch": "", + "hash": "f69b8e77f7e54afffc64fb194d30d148a58dd29b", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/f69b8e77f7e54afffc64fb194d30d148a58dd29b.diff" + }, + "templating@bd7ef70": { + "repo": "templating", + "branch": "", + "hash": "bd7ef70e7f934d5c42491cd68ecaff48c6ca9592", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/bd7ef70e7f934d5c42491cd68ecaff48c6ca9592.diff" + }, + "templating@899e0e7": { + "repo": "templating", + "branch": "", + "hash": "899e0e73f44b01b38882ff6fa623dada63298a85", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/899e0e73f44b01b38882ff6fa623dada63298a85.diff" + }, + "templating@7e4c2c1": { + "repo": "templating", + "branch": "", + "hash": "7e4c2c116df6e1280319391a3c559ae5f2557271", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/7e4c2c116df6e1280319391a3c559ae5f2557271.diff" + }, + "templating@2123e36": { + "repo": "templating", + "branch": "", + "hash": "2123e3680aa6ec8d57818af8d6d351ca63b58402", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/2123e3680aa6ec8d57818af8d6d351ca63b58402.diff" + }, + "templating@627f8a4": { + "repo": "templating", + "branch": "", + "hash": "627f8a4b754e3f804e74b65fa82a254ddcdba0f0", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/627f8a4b754e3f804e74b65fa82a254ddcdba0f0.diff" + }, + "templating@bfaf060": { + "repo": "templating", + "branch": "", + "hash": "bfaf060312e3becbe0df8d0662df72ae36b2ec01", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/bfaf060312e3becbe0df8d0662df72ae36b2ec01.diff" + }, + "templating@f413637": { + "repo": "templating", + "branch": "", + "hash": "f413637986b11f7c786b017aadd899a4540501c3", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/f413637986b11f7c786b017aadd899a4540501c3.diff" + }, + "templating@174f0d1": { + "repo": "templating", + "branch": "", + "hash": "174f0d1d6bdfe237af221f2e2cb4ba4f47f1dccc", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/174f0d1d6bdfe237af221f2e2cb4ba4f47f1dccc.diff" + }, + "templating@a90c148": { + "repo": "templating", + "branch": "", + "hash": "a90c14885133e17ce4501aa25b80773e2795bf7f", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/a90c14885133e17ce4501aa25b80773e2795bf7f.diff" + }, + "templating@ddc0c5e": { + "repo": "templating", + "branch": "", + "hash": "ddc0c5ed27af093924708908fca5895a10e4eea3", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/ddc0c5ed27af093924708908fca5895a10e4eea3.diff" + }, + "templating@3a55667": { + "repo": "templating", + "branch": "", + "hash": "3a55667173dbf6cb48dda84a407164f9afb3bb88", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/3a55667173dbf6cb48dda84a407164f9afb3bb88.diff" + }, + "templating@6fba5ff": { + "repo": "templating", + "branch": "", + "hash": "6fba5ff49da81c537dd6e1daae25d60efa4ef7d8", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/6fba5ff49da81c537dd6e1daae25d60efa4ef7d8.diff" + }, + "templating@5958234": { + "repo": "templating", + "branch": "", + "hash": "5958234001856b3bf275d0846c3cbcbadccf6645", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/5958234001856b3bf275d0846c3cbcbadccf6645.diff" + }, + "templating@c67035d": { + "repo": "templating", + "branch": "", + "hash": "c67035d4a1476b6a1861b3439b8cfea148254017", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/c67035d4a1476b6a1861b3439b8cfea148254017.diff" + }, + "templating@7891f2d": { + "repo": "templating", + "branch": "", + "hash": "7891f2de417fe33445f3a84b0d2477ae7859c7c5", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/7891f2de417fe33445f3a84b0d2477ae7859c7c5.diff" + }, + "templating@a5da265": { + "repo": "templating", + "branch": "", + "hash": "a5da26582830601b2d396da7492ebf4d377c7a83", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/a5da26582830601b2d396da7492ebf4d377c7a83.diff" + }, + "templating@c498449": { + "repo": "templating", + "branch": "", + "hash": "c498449db00edab4b9bcacc08ad926ad82b1847c", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/c498449db00edab4b9bcacc08ad926ad82b1847c.diff" + }, + "templating@c46f393": { + "repo": "templating", + "branch": "", + "hash": "c46f393aba14aeaab6c74310812de7d79fec3217", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/c46f393aba14aeaab6c74310812de7d79fec3217.diff" + }, + "templating@3a6e7e1": { + "repo": "templating", + "branch": "", + "hash": "3a6e7e1e851b10ac9f90476188eb2b3a02512d8a", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/3a6e7e1e851b10ac9f90476188eb2b3a02512d8a.diff" + }, + "templating@3c62e21": { + "repo": "templating", + "branch": "", + "hash": "3c62e215fe40907d8da298064d3f7fad61b6de52", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/3c62e215fe40907d8da298064d3f7fad61b6de52.diff" + }, + "templating@b35558a": { + "repo": "templating", + "branch": "", + "hash": "b35558a31adc7b5dc4ea39cc3187541323864042", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/b35558a31adc7b5dc4ea39cc3187541323864042.diff" + }, + "templating@ae259be": { + "repo": "templating", + "branch": "", + "hash": "ae259be70cb3027ccaa8266d4d47dd5e8e130d3b", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/ae259be70cb3027ccaa8266d4d47dd5e8e130d3b.diff" + }, + "templating@606e315": { + "repo": "templating", + "branch": "", + "hash": "606e3159e2ae08e566ab8d1df18214cc3d9f72db", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/606e3159e2ae08e566ab8d1df18214cc3d9f72db.diff" + }, + "templating@dc12b9e": { + "repo": "templating", + "branch": "", + "hash": "dc12b9e62aed246d16f1ae926b3072fbd45da3d7", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/dc12b9e62aed246d16f1ae926b3072fbd45da3d7.diff" + }, + "templating@b4b74dc": { + "repo": "templating", + "branch": "", + "hash": "b4b74dc9557f58882a643db65d437e838d75ade2", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/b4b74dc9557f58882a643db65d437e838d75ade2.diff" + }, + "templating@967bfab": { + "repo": "templating", + "branch": "", + "hash": "967bfabb1d79bb395d34534487b4f79e7d72f436", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/967bfabb1d79bb395d34534487b4f79e7d72f436.diff" + }, + "templating@3471ee1": { + "repo": "templating", + "branch": "", + "hash": "3471ee161b0cdc6038ae35b889f0d58c70c48079", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/3471ee161b0cdc6038ae35b889f0d58c70c48079.diff" + }, + "templating@1b04330": { + "repo": "templating", + "branch": "", + "hash": "1b0433054e8e0a31937f8fa6da76d946236d45a0", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/1b0433054e8e0a31937f8fa6da76d946236d45a0.diff" + }, + "templating@69ac10c": { + "repo": "templating", + "branch": "", + "hash": "69ac10ccb12dc24502e56873ac5316114d034996", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/69ac10ccb12dc24502e56873ac5316114d034996.diff" + }, + "templating@38686c5": { + "repo": "templating", + "branch": "", + "hash": "38686c574c9cc9301a3dd22ffdb27981b4ec9b31", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/38686c574c9cc9301a3dd22ffdb27981b4ec9b31.diff" + }, + "templating@c277fb4": { + "repo": "templating", + "branch": "", + "hash": "c277fb4867c0ad6ccbecc12a07f998241ba05862", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/c277fb4867c0ad6ccbecc12a07f998241ba05862.diff" + }, + "templating@d7834ed": { + "repo": "templating", + "branch": "", + "hash": "d7834edb1fd83e9ab1af120c511633a08010fb7c", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/d7834edb1fd83e9ab1af120c511633a08010fb7c.diff" + }, + "templating@bb29e91": { + "repo": "templating", + "branch": "", + "hash": "bb29e914b06bb5b0754ef02b9353f8a2f88e0b57", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/bb29e914b06bb5b0754ef02b9353f8a2f88e0b57.diff" + }, + "templating@a9247cf": { + "repo": "templating", + "branch": "", + "hash": "a9247cf6403907d647e402d5d60973d81a3d77c3", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/a9247cf6403907d647e402d5d60973d81a3d77c3.diff" + }, + "templating@654ac0c": { + "repo": "templating", + "branch": "", + "hash": "654ac0cd04e1867f61de28fd6c2dfbc02299a030", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/654ac0cd04e1867f61de28fd6c2dfbc02299a030.diff" + }, + "templating@a5b82cb": { + "repo": "templating", + "branch": "", + "hash": "a5b82cb98900c55248f416dc39ffc7ac9b3c0d81", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/a5b82cb98900c55248f416dc39ffc7ac9b3c0d81.diff" + }, + "templating@7ae70a3": { + "repo": "templating", + "branch": "", + "hash": "7ae70a3fefc2fcfeddc44d794497a8d96d5afc83", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/7ae70a3fefc2fcfeddc44d794497a8d96d5afc83.diff" + }, + "templating@f4689de": { + "repo": "templating", + "branch": "", + "hash": "f4689decd8d78ca6d6db82f33f60d4e5ff1eb4c3", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/f4689decd8d78ca6d6db82f33f60d4e5ff1eb4c3.diff" + }, + "templating@c3fb1c4": { + "repo": "templating", + "branch": "", + "hash": "c3fb1c45295b78e4b6932158b877d257cfc0b561", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/c3fb1c45295b78e4b6932158b877d257cfc0b561.diff" + }, + "templating@e7ba672": { + "repo": "templating", + "branch": "", + "hash": "e7ba672aca6a46daa1f54ea9e3cb6c619ca5ac33", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/e7ba672aca6a46daa1f54ea9e3cb6c619ca5ac33.diff" + }, + "templating@4c17ee5": { + "repo": "templating", + "branch": "", + "hash": "4c17ee53e9a86e2980b3077c388ddd1ffa03cd0f", + "org": "dotnet", + "url": "https://github.com/dotnet/templating/commit/4c17ee53e9a86e2980b3077c388ddd1ffa03cd0f.diff" + }, + "windowsdesktop@5880cb7": { + "repo": "windowsdesktop", + "branch": "", + "hash": "5880cb7c8c0c2a23d1b0c3b7d62cc298fdee8abc", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/5880cb7c8c0c2a23d1b0c3b7d62cc298fdee8abc.diff" + }, + "windowsdesktop@a8349a4": { + "repo": "windowsdesktop", + "branch": "", + "hash": "a8349a45971f0b31955cbe87daed9001a99e16b3", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/a8349a45971f0b31955cbe87daed9001a99e16b3.diff" + }, + "windowsdesktop@d56647d": { + "repo": "windowsdesktop", + "branch": "", + "hash": "d56647d7af83972c691d61f18bf7d29140680299", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/d56647d7af83972c691d61f18bf7d29140680299.diff" + }, + "windowsdesktop@dc35188": { + "repo": "windowsdesktop", + "branch": "", + "hash": "dc35188134e0648134035b3e4f702ed43ea33a83", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/dc35188134e0648134035b3e4f702ed43ea33a83.diff" + }, + "windowsdesktop@d46bacb": { + "repo": "windowsdesktop", + "branch": "", + "hash": "d46bacb29c9923157b2d646f6c3c9ccff79ce3cc", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/d46bacb29c9923157b2d646f6c3c9ccff79ce3cc.diff" + }, + "windowsdesktop@9a5faf9": { + "repo": "windowsdesktop", + "branch": "", + "hash": "9a5faf9fb7e3b2c22f424d27f125120101e77294", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/9a5faf9fb7e3b2c22f424d27f125120101e77294.diff" + }, + "windowsdesktop@0f925b7": { + "repo": "windowsdesktop", + "branch": "", + "hash": "0f925b7240829b08611e9b2930b368ca8fd74fae", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/0f925b7240829b08611e9b2930b368ca8fd74fae.diff" + }, + "windowsdesktop@adfb50c": { + "repo": "windowsdesktop", + "branch": "", + "hash": "adfb50cc07809b8c01cd3e177bf5447f54743e94", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/adfb50cc07809b8c01cd3e177bf5447f54743e94.diff" + }, + "windowsdesktop@34fe550": { + "repo": "windowsdesktop", + "branch": "", + "hash": "34fe550ffef81f5fbfd31b8a4ff1f81a8fc6a4fe", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/34fe550ffef81f5fbfd31b8a4ff1f81a8fc6a4fe.diff" + }, + "windowsdesktop@da042ba": { + "repo": "windowsdesktop", + "branch": "", + "hash": "da042ba804d40bc1c9ff11f4b54fdb115a1bf3b6", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/da042ba804d40bc1c9ff11f4b54fdb115a1bf3b6.diff" + }, + "windowsdesktop@4a40e30": { + "repo": "windowsdesktop", + "branch": "", + "hash": "4a40e30fabaeb4de63410535b79a2355e8b939d4", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/4a40e30fabaeb4de63410535b79a2355e8b939d4.diff" + }, + "windowsdesktop@f6a4941": { + "repo": "windowsdesktop", + "branch": "", + "hash": "f6a4941305f622a02814206d607875b13ee8e082", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/f6a4941305f622a02814206d607875b13ee8e082.diff" + }, + "windowsdesktop@1a43a30": { + "repo": "windowsdesktop", + "branch": "", + "hash": "1a43a30d8ff52f02aed3172490145bb9a3ec5d2b", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/1a43a30d8ff52f02aed3172490145bb9a3ec5d2b.diff" + }, + "windowsdesktop@f57f022": { + "repo": "windowsdesktop", + "branch": "", + "hash": "f57f0229ab2a1b1c4b467d563b10aec9871f4f1e", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/f57f0229ab2a1b1c4b467d563b10aec9871f4f1e.diff" + }, + "windowsdesktop@9a4cd50": { + "repo": "windowsdesktop", + "branch": "", + "hash": "9a4cd5001438ca71a029ca1b475df078253ebe1a", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/9a4cd5001438ca71a029ca1b475df078253ebe1a.diff" + }, + "windowsdesktop@e29be22": { + "repo": "windowsdesktop", + "branch": "", + "hash": "e29be227d3a267d99410df57537caa662092fe3c", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/e29be227d3a267d99410df57537caa662092fe3c.diff" + }, + "windowsdesktop@d8ac860": { + "repo": "windowsdesktop", + "branch": "", + "hash": "d8ac8604a262ddb08e366a17dcb212f5529ba3e6", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/d8ac8604a262ddb08e366a17dcb212f5529ba3e6.diff" + }, + "windowsdesktop@4ec5820": { + "repo": "windowsdesktop", + "branch": "", + "hash": "4ec58200e453c54bc9fb3ae79a9a2fceae29ace3", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/4ec58200e453c54bc9fb3ae79a9a2fceae29ace3.diff" + }, + "windowsdesktop@3567656": { + "repo": "windowsdesktop", + "branch": "", + "hash": "35676563952590eb9e2a7c98c1ae9e318ade3ea3", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/35676563952590eb9e2a7c98c1ae9e318ade3ea3.diff" + }, + "windowsdesktop@7caf975": { + "repo": "windowsdesktop", + "branch": "", + "hash": "7caf975bd4bb607db4883484c06290d62b336fcc", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/7caf975bd4bb607db4883484c06290d62b336fcc.diff" + }, + "windowsdesktop@5fd2ff1": { + "repo": "windowsdesktop", + "branch": "", + "hash": "5fd2ff15ab0585650ef0e0abfd5f893cc3337d39", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/5fd2ff15ab0585650ef0e0abfd5f893cc3337d39.diff" + }, + "windowsdesktop@86eacfc": { + "repo": "windowsdesktop", + "branch": "", + "hash": "86eacfcaf4adcb48df33d4542dabdba25abba41e", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/86eacfcaf4adcb48df33d4542dabdba25abba41e.diff" + }, + "windowsdesktop@d452798": { + "repo": "windowsdesktop", + "branch": "", + "hash": "d4527986b5b135f32553662f9770aa6363666dec", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/d4527986b5b135f32553662f9770aa6363666dec.diff" + }, + "windowsdesktop@d19bc54": { + "repo": "windowsdesktop", + "branch": "", + "hash": "d19bc54fa1431b467cb8896f7af7d3ca62b9e90c", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/d19bc54fa1431b467cb8896f7af7d3ca62b9e90c.diff" + }, + "windowsdesktop@1fdf5cf": { + "repo": "windowsdesktop", + "branch": "", + "hash": "1fdf5cfc7243615bf83d45b9ba56e5b4bc032b1e", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/1fdf5cfc7243615bf83d45b9ba56e5b4bc032b1e.diff" + }, + "windowsdesktop@f3b4987": { + "repo": "windowsdesktop", + "branch": "", + "hash": "f3b4987c01d6461e8bacbcef968dcab66a52a437", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/f3b4987c01d6461e8bacbcef968dcab66a52a437.diff" + }, + "windowsdesktop@20c6767": { + "repo": "windowsdesktop", + "branch": "", + "hash": "20c6767952d5a9df02cd5768ca576c28b985c00e", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/20c6767952d5a9df02cd5768ca576c28b985c00e.diff" + }, + "windowsdesktop@985ce4a": { + "repo": "windowsdesktop", + "branch": "", + "hash": "985ce4a11ad8623b262b545d8960b0f14b8244cc", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/985ce4a11ad8623b262b545d8960b0f14b8244cc.diff" + }, + "windowsdesktop@b2acbd3": { + "repo": "windowsdesktop", + "branch": "", + "hash": "b2acbd3f87f2d0e4b4652c275244537582c60f9c", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/b2acbd3f87f2d0e4b4652c275244537582c60f9c.diff" + }, + "windowsdesktop@dd7fb0a": { + "repo": "windowsdesktop", + "branch": "", + "hash": "dd7fb0ae27698a0353ef04ebcf975051654c8148", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/dd7fb0ae27698a0353ef04ebcf975051654c8148.diff" + }, + "windowsdesktop@eb34ce5": { + "repo": "windowsdesktop", + "branch": "", + "hash": "eb34ce526d3f4664f4563c191afd439e853c0254", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/eb34ce526d3f4664f4563c191afd439e853c0254.diff" + }, + "windowsdesktop@5659a05": { + "repo": "windowsdesktop", + "branch": "", + "hash": "5659a057839ec32ad9eed2fbc4308fd9f08416d5", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/5659a057839ec32ad9eed2fbc4308fd9f08416d5.diff" + }, + "windowsdesktop@d98f67f": { + "repo": "windowsdesktop", + "branch": "", + "hash": "d98f67f99217746fb8f031bbe94ab2a3c789b7d1", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/d98f67f99217746fb8f031bbe94ab2a3c789b7d1.diff" + }, + "windowsdesktop@148d086": { + "repo": "windowsdesktop", + "branch": "", + "hash": "148d086212674c960a414a25e0e89caa1c901b9d", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/148d086212674c960a414a25e0e89caa1c901b9d.diff" + }, + "windowsdesktop@67298a6": { + "repo": "windowsdesktop", + "branch": "", + "hash": "67298a61cbfd56d77c48eb4f087ccdb7be932aed", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/67298a61cbfd56d77c48eb4f087ccdb7be932aed.diff" + }, + "windowsdesktop@4ddae0c": { + "repo": "windowsdesktop", + "branch": "", + "hash": "4ddae0cd40ed4e172e143b9c9243476f0df3ccd7", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/4ddae0cd40ed4e172e143b9c9243476f0df3ccd7.diff" + }, + "windowsdesktop@bb6687d": { + "repo": "windowsdesktop", + "branch": "", + "hash": "bb6687dceeff61ff05338db71080ef677783c37d", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/bb6687dceeff61ff05338db71080ef677783c37d.diff" + }, + "windowsdesktop@caca0c5": { + "repo": "windowsdesktop", + "branch": "", + "hash": "caca0c506394a1b084773a682e98945ee3408a71", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/caca0c506394a1b084773a682e98945ee3408a71.diff" + }, + "windowsdesktop@7630063": { + "repo": "windowsdesktop", + "branch": "", + "hash": "76300633f7299934ef2001df3f86c126b22211b7", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/76300633f7299934ef2001df3f86c126b22211b7.diff" + }, + "windowsdesktop@ef75c5c": { + "repo": "windowsdesktop", + "branch": "", + "hash": "ef75c5cfdb4c18f86a3560032dcfc1bad58c9529", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/ef75c5cfdb4c18f86a3560032dcfc1bad58c9529.diff" + }, + "windowsdesktop@5eb4b3f": { + "repo": "windowsdesktop", + "branch": "", + "hash": "5eb4b3ff20b2362747c4ee3714d9de9bd4db0814", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/5eb4b3ff20b2362747c4ee3714d9de9bd4db0814.diff" + }, + "windowsdesktop@6957b11": { + "repo": "windowsdesktop", + "branch": "", + "hash": "6957b1120da93cf32b50a199e7ee09ad4d551359", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/6957b1120da93cf32b50a199e7ee09ad4d551359.diff" + }, + "windowsdesktop@40b526b": { + "repo": "windowsdesktop", + "branch": "", + "hash": "40b526b5ba9625910d3c0ee749c9ff5b039e9cf2", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/40b526b5ba9625910d3c0ee749c9ff5b039e9cf2.diff" + }, + "windowsdesktop@24e0dce": { + "repo": "windowsdesktop", + "branch": "", + "hash": "24e0dce047861e5d642c6f472189b64b58f66e78", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/24e0dce047861e5d642c6f472189b64b58f66e78.diff" + }, + "windowsdesktop@d17e7de": { + "repo": "windowsdesktop", + "branch": "", + "hash": "d17e7de14e4625b8650cae207bd6224db4ba49fb", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/d17e7de14e4625b8650cae207bd6224db4ba49fb.diff" + }, + "windowsdesktop@db09502": { + "repo": "windowsdesktop", + "branch": "", + "hash": "db095026c19f60526f4b62096932b209fb77cd3a", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/db095026c19f60526f4b62096932b209fb77cd3a.diff" + }, + "windowsdesktop@8d64359": { + "repo": "windowsdesktop", + "branch": "", + "hash": "8d64359e55bb66f5fc247272491b7bb5199d6aa6", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/8d64359e55bb66f5fc247272491b7bb5199d6aa6.diff" + }, + "windowsdesktop@b7ea523": { + "repo": "windowsdesktop", + "branch": "", + "hash": "b7ea5230038469d4d183305a4225ed183ccdf7f6", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/b7ea5230038469d4d183305a4225ed183ccdf7f6.diff" + }, + "windowsdesktop@ff9af4e": { + "repo": "windowsdesktop", + "branch": "", + "hash": "ff9af4e83fb05810bf574deb5270e6794ba539d4", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/ff9af4e83fb05810bf574deb5270e6794ba539d4.diff" + }, + "windowsdesktop@3189cfd": { + "repo": "windowsdesktop", + "branch": "", + "hash": "3189cfd0c1caa21537eb933c21a8e18cea445b99", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/3189cfd0c1caa21537eb933c21a8e18cea445b99.diff" + }, + "windowsdesktop@4337707": { + "repo": "windowsdesktop", + "branch": "", + "hash": "43377075f28e58ccf038f78257736f729f2b7e30", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/43377075f28e58ccf038f78257736f729f2b7e30.diff" + }, + "windowsdesktop@aadeb33": { + "repo": "windowsdesktop", + "branch": "", + "hash": "aadeb33a5ca3b4018a0001e48faf4e45166050bb", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/aadeb33a5ca3b4018a0001e48faf4e45166050bb.diff" + }, + "windowsdesktop@c96077e": { + "repo": "windowsdesktop", + "branch": "", + "hash": "c96077ee4e0eed712537d9e99f2f4a3aa75b3507", + "org": "dotnet", + "url": "https://github.com/dotnet/windowsdesktop/commit/c96077ee4e0eed712537d9e99f2f4a3aa75b3507.diff" + }, + "winforms@36b174e": { + "repo": "winforms", + "branch": "", + "hash": "36b174eb461da15458b64bcdcbcac13afaa83d1a", + "org": "dotnet", + "url": "https://github.com/dotnet/winforms/commit/36b174eb461da15458b64bcdcbcac13afaa83d1a.diff" + }, + "winforms@4865d7f": { + "repo": "winforms", + "branch": "", + "hash": "4865d7f7fc320d42f5fe59ebeebdc8545228b8d0", + "org": "dotnet", + "url": "https://github.com/dotnet/winforms/commit/4865d7f7fc320d42f5fe59ebeebdc8545228b8d0.diff" + }, + "winforms@feb152e": { + "repo": "winforms", + "branch": "", + "hash": "feb152e3bd3ad844bb4692f435f4a197587153eb", + "org": "dotnet", + "url": "https://github.com/dotnet/winforms/commit/feb152e3bd3ad844bb4692f435f4a197587153eb.diff" + }, + "winforms@693d78b": { + "repo": "winforms", + "branch": "", + "hash": "693d78bb7d2094c5801a1987eace038032f43313", + "org": "dotnet", + "url": "https://github.com/dotnet/winforms/commit/693d78bb7d2094c5801a1987eace038032f43313.diff" + }, + "winforms@6afb639": { + "repo": "winforms", + "branch": "", + "hash": "6afb639c1d7a2fea503327baf3e1f26363aa904e", + "org": "dotnet", + "url": "https://github.com/dotnet/winforms/commit/6afb639c1d7a2fea503327baf3e1f26363aa904e.diff" + }, + "winforms@9edbf04": { + "repo": "winforms", + "branch": "", + "hash": "9edbf04f1a95452ffc991eea78f300135c354f0e", + "org": "dotnet", + "url": "https://github.com/dotnet/winforms/commit/9edbf04f1a95452ffc991eea78f300135c354f0e.diff" + }, + "winforms@61afd8a": { + "repo": "winforms", + "branch": "", + "hash": "61afd8a4338d21a030bbe8f6835f942a0301e68f", + "org": "dotnet", + "url": "https://github.com/dotnet/winforms/commit/61afd8a4338d21a030bbe8f6835f942a0301e68f.diff" + }, + "winforms@5831f06": { + "repo": "winforms", + "branch": "", + "hash": "5831f06bc34bf46718336477e5180839bf25c02a", + "org": "dotnet", + "url": "https://github.com/dotnet/winforms/commit/5831f06bc34bf46718336477e5180839bf25c02a.diff" + }, + "winforms@17b0f02": { + "repo": "winforms", + "branch": "", + "hash": "17b0f02c07c51c83de33476b923e5d7ea9581be7", + "org": "dotnet", + "url": "https://github.com/dotnet/winforms/commit/17b0f02c07c51c83de33476b923e5d7ea9581be7.diff" + }, + "winforms@b1bb375": { + "repo": "winforms", + "branch": "", + "hash": "b1bb375a96daf3a9e21db5eae2d67e8f7e346656", + "org": "dotnet", + "url": "https://github.com/dotnet/winforms/commit/b1bb375a96daf3a9e21db5eae2d67e8f7e346656.diff" + }, + "winforms@be26d69": { + "repo": "winforms", + "branch": "", + "hash": "be26d69616cb0b6d1641b87e91f5c9279b4fb9c0", + "org": "dotnet", + "url": "https://github.com/dotnet/winforms/commit/be26d69616cb0b6d1641b87e91f5c9279b4fb9c0.diff" + }, + "winforms@337a99a": { + "repo": "winforms", + "branch": "", + "hash": "337a99a2e688940dfabc4dd85fd04c3d89f25a6c", + "org": "dotnet", + "url": "https://github.com/dotnet/winforms/commit/337a99a2e688940dfabc4dd85fd04c3d89f25a6c.diff" + }, + "winforms@5d71425": { + "repo": "winforms", + "branch": "", + "hash": "5d71425a3fecf8f72a57679b53bd2b5035ca0059", + "org": "dotnet", + "url": "https://github.com/dotnet/winforms/commit/5d71425a3fecf8f72a57679b53bd2b5035ca0059.diff" + }, + "winforms@9bff4e6": { + "repo": "winforms", + "branch": "", + "hash": "9bff4e659a17bd9a0ba30b462a0ae8cb9a03774b", + "org": "dotnet", + "url": "https://github.com/dotnet/winforms/commit/9bff4e659a17bd9a0ba30b462a0ae8cb9a03774b.diff" + }, + "winforms@c578d7a": { + "repo": "winforms", + "branch": "", + "hash": "c578d7a18923e79ec8ada74e0df24859738dd769", + "org": "dotnet", + "url": "https://github.com/dotnet/winforms/commit/c578d7a18923e79ec8ada74e0df24859738dd769.diff" + }, + "winforms@b8261ba": { + "repo": "winforms", + "branch": "", + "hash": "b8261ba97b44c7b40d3b1cd6546ceea8203d45c9", + "org": "dotnet", + "url": "https://github.com/dotnet/winforms/commit/b8261ba97b44c7b40d3b1cd6546ceea8203d45c9.diff" + }, + "winforms@b2570a1": { + "repo": "winforms", + "branch": "", + "hash": "b2570a1844d7cffe0b3264f48e2345f85a0a1da6", + "org": "dotnet", + "url": "https://github.com/dotnet/winforms/commit/b2570a1844d7cffe0b3264f48e2345f85a0a1da6.diff" + }, + "winforms@c1aede2": { + "repo": "winforms", + "branch": "", + "hash": "c1aede2a129f72c568ce6d81f2682d1ff23659b1", + "org": "dotnet", + "url": "https://github.com/dotnet/winforms/commit/c1aede2a129f72c568ce6d81f2682d1ff23659b1.diff" + }, + "winforms@e76e6d9": { + "repo": "winforms", + "branch": "", + "hash": "e76e6d9545f35b2fcf43c1f0d7274ac2e4a3068c", + "org": "dotnet", + "url": "https://github.com/dotnet/winforms/commit/e76e6d9545f35b2fcf43c1f0d7274ac2e4a3068c.diff" + }, + "winforms@5287be9": { + "repo": "winforms", + "branch": "", + "hash": "5287be9e8a3b371613edb907efa55d87056299fa", + "org": "dotnet", + "url": "https://github.com/dotnet/winforms/commit/5287be9e8a3b371613edb907efa55d87056299fa.diff" + }, + "winforms@4587f30": { + "repo": "winforms", + "branch": "", + "hash": "4587f3066eae099e43eeacba4d5146fffa9adf16", + "org": "dotnet", + "url": "https://github.com/dotnet/winforms/commit/4587f3066eae099e43eeacba4d5146fffa9adf16.diff" + }, + "winforms@8164882": { + "repo": "winforms", + "branch": "", + "hash": "81648829657338ae4561adbbd9e9224f5b35d990", + "org": "dotnet", + "url": "https://github.com/dotnet/winforms/commit/81648829657338ae4561adbbd9e9224f5b35d990.diff" + }, + "winforms@62085c0": { + "repo": "winforms", + "branch": "", + "hash": "62085c09220b54021cf959d3dd3f075059cd3592", + "org": "dotnet", + "url": "https://github.com/dotnet/winforms/commit/62085c09220b54021cf959d3dd3f075059cd3592.diff" + }, + "winforms@2f889a2": { + "repo": "winforms", + "branch": "", + "hash": "2f889a2894aca8299f9c08a68cc74dcc0134dcfe", + "org": "dotnet", + "url": "https://github.com/dotnet/winforms/commit/2f889a2894aca8299f9c08a68cc74dcc0134dcfe.diff" + }, + "wpf@4e8eb9c": { + "repo": "wpf", + "branch": "", + "hash": "4e8eb9c1154072d85b64f988f00051ad07890333", + "org": "dotnet", + "url": "https://github.com/dotnet/wpf/commit/4e8eb9c1154072d85b64f988f00051ad07890333.diff" + }, + "wpf@d3fec3d": { + "repo": "wpf", + "branch": "", + "hash": "d3fec3dca5277b7424bef7b3226b9c32745f7a2a", + "org": "dotnet", + "url": "https://github.com/dotnet/wpf/commit/d3fec3dca5277b7424bef7b3226b9c32745f7a2a.diff" + }, + "wpf@1107243": { + "repo": "wpf", + "branch": "", + "hash": "110724304900f610d3bcc0c8194185ad01f4c06b", + "org": "dotnet", + "url": "https://github.com/dotnet/wpf/commit/110724304900f610d3bcc0c8194185ad01f4c06b.diff" + }, + "wpf@cb00b41": { + "repo": "wpf", + "branch": "", + "hash": "cb00b416fa046ea2d7099ba349fee2fad08f8025", + "org": "dotnet", + "url": "https://github.com/dotnet/wpf/commit/cb00b416fa046ea2d7099ba349fee2fad08f8025.diff" + }, + "wpf@e726697": { + "repo": "wpf", + "branch": "", + "hash": "e72669706e74437ca5aad652d6d54ea23d1babdd", + "org": "dotnet", + "url": "https://github.com/dotnet/wpf/commit/e72669706e74437ca5aad652d6d54ea23d1babdd.diff" + }, + "wpf@aa99792": { + "repo": "wpf", + "branch": "", + "hash": "aa997926b405d7ccea7a28f3b02ef8c1409ed4ca", + "org": "dotnet", + "url": "https://github.com/dotnet/wpf/commit/aa997926b405d7ccea7a28f3b02ef8c1409ed4ca.diff" + }, + "wpf@b8f2444": { + "repo": "wpf", + "branch": "", + "hash": "b8f2444e9a8d248e747a6fbc7ee08719fd210df6", + "org": "dotnet", + "url": "https://github.com/dotnet/wpf/commit/b8f2444e9a8d248e747a6fbc7ee08719fd210df6.diff" + }, + "wpf@4ac3e11": { + "repo": "wpf", + "branch": "", + "hash": "4ac3e113edd34bf411f9f6173cf1142f62c7436c", + "org": "dotnet", + "url": "https://github.com/dotnet/wpf/commit/4ac3e113edd34bf411f9f6173cf1142f62c7436c.diff" + }, + "wpf@5599cc9": { + "repo": "wpf", + "branch": "", + "hash": "5599cc923d6a464ea0afc7864e722a7b57ab4281", + "org": "dotnet", + "url": "https://github.com/dotnet/wpf/commit/5599cc923d6a464ea0afc7864e722a7b57ab4281.diff" + }, + "wpf@824026d": { + "repo": "wpf", + "branch": "", + "hash": "824026dad4fa6d06ba9ba29c054217da55961552", + "org": "dotnet", + "url": "https://github.com/dotnet/wpf/commit/824026dad4fa6d06ba9ba29c054217da55961552.diff" + }, + "wpf@ab54580": { + "repo": "wpf", + "branch": "", + "hash": "ab545802843e124b2ce7ef069cb182ad5ae37572", + "org": "dotnet", + "url": "https://github.com/dotnet/wpf/commit/ab545802843e124b2ce7ef069cb182ad5ae37572.diff" + }, + "wpf@fb0e217": { + "repo": "wpf", + "branch": "", + "hash": "fb0e2171a55f793fe51754041ec597a3c7a7d2b7", + "org": "dotnet", + "url": "https://github.com/dotnet/wpf/commit/fb0e2171a55f793fe51754041ec597a3c7a7d2b7.diff" + }, + "wpf@a3e0b56": { + "repo": "wpf", + "branch": "", + "hash": "a3e0b56d4804ba976803a01667bc75d97e668c05", + "org": "dotnet", + "url": "https://github.com/dotnet/wpf/commit/a3e0b56d4804ba976803a01667bc75d97e668c05.diff" + }, + "wpf@38f79d7": { + "repo": "wpf", + "branch": "", + "hash": "38f79d715de31b96b6f7dfbcb34cd1f7a4dd4cd9", + "org": "dotnet", + "url": "https://github.com/dotnet/wpf/commit/38f79d715de31b96b6f7dfbcb34cd1f7a4dd4cd9.diff" + }, + "wpf@ae2509a": { + "repo": "wpf", + "branch": "", + "hash": "ae2509a58028dd785d4cdd6029ad4bfa4c41b2eb", + "org": "dotnet", + "url": "https://github.com/dotnet/wpf/commit/ae2509a58028dd785d4cdd6029ad4bfa4c41b2eb.diff" + }, + "wpf@3edbb75": { + "repo": "wpf", + "branch": "", + "hash": "3edbb75b5147d210d9a55a7e4332de93c1ac7b59", + "org": "dotnet", + "url": "https://github.com/dotnet/wpf/commit/3edbb75b5147d210d9a55a7e4332de93c1ac7b59.diff" + }, + "wpf@9a3ca7b": { + "repo": "wpf", + "branch": "", + "hash": "9a3ca7b3025967c9625f45d808e97f0972167975", + "org": "dotnet", + "url": "https://github.com/dotnet/wpf/commit/9a3ca7b3025967c9625f45d808e97f0972167975.diff" + }, + "wpf@a88da88": { + "repo": "wpf", + "branch": "", + "hash": "a88da88d533e2331bea33ef96626828b6dcd2dcb", + "org": "dotnet", + "url": "https://github.com/dotnet/wpf/commit/a88da88d533e2331bea33ef96626828b6dcd2dcb.diff" + }, + "wpf@7bb98f6": { + "repo": "wpf", + "branch": "", + "hash": "7bb98f650deaba40fe9f6e35ae3b14cb74a4c177", + "org": "dotnet", + "url": "https://github.com/dotnet/wpf/commit/7bb98f650deaba40fe9f6e35ae3b14cb74a4c177.diff" + }, + "wpf@59b3158": { + "repo": "wpf", + "branch": "", + "hash": "59b315842480f5d36134bb6348f7e537c08bdc0b", + "org": "dotnet", + "url": "https://github.com/dotnet/wpf/commit/59b315842480f5d36134bb6348f7e537c08bdc0b.diff" + }, + "wpf@3b39c3c": { + "repo": "wpf", + "branch": "", + "hash": "3b39c3cfcd08d96c4a880777cc74fba6162920ac", + "org": "dotnet", + "url": "https://github.com/dotnet/wpf/commit/3b39c3cfcd08d96c4a880777cc74fba6162920ac.diff" + }, + "wpf@6d086b3": { + "repo": "wpf", + "branch": "", + "hash": "6d086b37276393da72befcb55b8d69ab1a5d7a5b", + "org": "dotnet", + "url": "https://github.com/dotnet/wpf/commit/6d086b37276393da72befcb55b8d69ab1a5d7a5b.diff" + }, + "wpf@b325a18": { + "repo": "wpf", + "branch": "", + "hash": "b325a186ebcead7fddfde43c118f6a807397de35", + "org": "dotnet", + "url": "https://github.com/dotnet/wpf/commit/b325a186ebcead7fddfde43c118f6a807397de35.diff" + }, + "wpf@ae01eb1": { + "repo": "wpf", + "branch": "", + "hash": "ae01eb16e64abcb754184cd54e9beab977326556", + "org": "dotnet", + "url": "https://github.com/dotnet/wpf/commit/ae01eb16e64abcb754184cd54e9beab977326556.diff" + }, + "wpf@dcde803": { + "repo": "wpf", + "branch": "", + "hash": "dcde8038049ae5997a8764afa2f19cbfc54a322e", + "org": "dotnet", + "url": "https://github.com/dotnet/wpf/commit/dcde8038049ae5997a8764afa2f19cbfc54a322e.diff" + }, + "wpf@a036b37": { + "repo": "wpf", + "branch": "", + "hash": "a036b37395623cdf0657f8df10d821db965f3652", + "org": "dotnet", + "url": "https://github.com/dotnet/wpf/commit/a036b37395623cdf0657f8df10d821db965f3652.diff" + }, + "wpf@6eaec56": { + "repo": "wpf", + "branch": "", + "hash": "6eaec563571bda41ab4fa4d0b36ea02aa463f7a3", + "org": "dotnet", + "url": "https://github.com/dotnet/wpf/commit/6eaec563571bda41ab4fa4d0b36ea02aa463f7a3.diff" + }, + "wpf@6a54283": { + "repo": "wpf", + "branch": "", + "hash": "6a54283a5839a77cc3ac47fd8670e23b03a8bdb4", + "org": "dotnet", + "url": "https://github.com/dotnet/wpf/commit/6a54283a5839a77cc3ac47fd8670e23b03a8bdb4.diff" + }, + "xdt@38fbe51": { + "repo": "xdt", + "branch": "", + "hash": "38fbe51991672494abafcff17610e5e47e292a80", + "org": "dotnet", + "url": "https://github.com/dotnet/xdt/commit/38fbe51991672494abafcff17610e5e47e292a80.diff" + }, + "xdt@24bc4e6": { + "repo": "xdt", + "branch": "", + "hash": "24bc4e690b34430986e5eef2292e6811d677782d", + "org": "dotnet", + "url": "https://github.com/dotnet/xdt/commit/24bc4e690b34430986e5eef2292e6811d677782d.diff" + }, + "xdt@d9bb70b": { + "repo": "xdt", + "branch": "", + "hash": "d9bb70bb4d3d111e8f19e10d6be5d0b5834db772", + "org": "dotnet", + "url": "https://github.com/dotnet/xdt/commit/d9bb70bb4d3d111e8f19e10d6be5d0b5834db772.diff" + }, + "xdt@0d57d4b": { + "repo": "xdt", + "branch": "", + "hash": "0d57d4bbae8518c836ac29bc4fcf9c79a246bf46", + "org": "dotnet", + "url": "https://github.com/dotnet/xdt/commit/0d57d4bbae8518c836ac29bc4fcf9c79a246bf46.diff" + }, + "dotnet@5501dbf": { + "repo": "dotnet", + "branch": "", + "hash": "5501dbf45fe457ce8877751faf95ad12023e32fb", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/5501dbf45fe457ce8877751faf95ad12023e32fb.diff" + }, + "dotnet@88e64c2": { + "repo": "dotnet", + "branch": "", + "hash": "88e64c210594d8830e118b0cb2aef13a67214abc", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/88e64c210594d8830e118b0cb2aef13a67214abc.diff" + }, + "dotnet@ab01524": { + "repo": "dotnet", + "branch": "", + "hash": "ab01524bbb2ef1eea0ffaef161b3ef5686e8f256", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/ab01524bbb2ef1eea0ffaef161b3ef5686e8f256.diff" + }, + "dotnet@78cb6cb": { + "repo": "dotnet", + "branch": "", + "hash": "78cb6cb87b32987517cb7b7dd9fd78d09611f45e", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/78cb6cb87b32987517cb7b7dd9fd78d09611f45e.diff" + }, + "dotnet@0824e1b": { + "repo": "dotnet", + "branch": "", + "hash": "0824e1b0e0c71f88afe0973df2cb3a05806b624f", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/0824e1b0e0c71f88afe0973df2cb3a05806b624f.diff" + }, + "dotnet@ec78f2e": { + "repo": "dotnet", + "branch": "", + "hash": "ec78f2ecec28ad21d55a0dc80d1269ba919ed6f8", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/ec78f2ecec28ad21d55a0dc80d1269ba919ed6f8.diff" + }, + "dotnet@58634aa": { + "repo": "dotnet", + "branch": "", + "hash": "58634aa02807b0aac2261c166879392d3d8b8e48", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/58634aa02807b0aac2261c166879392d3d8b8e48.diff" + }, + "dotnet@3dcdd0b": { + "repo": "dotnet", + "branch": "", + "hash": "3dcdd0b9dd98fcf53b8c232ea6893e5bc2449b1f", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/3dcdd0b9dd98fcf53b8c232ea6893e5bc2449b1f.diff" + }, + "dotnet@1423c23": { + "repo": "dotnet", + "branch": "", + "hash": "1423c23a6d795fe0c3a30262590933594abe464e", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/1423c23a6d795fe0c3a30262590933594abe464e.diff" + }, + "dotnet@4a8b396": { + "repo": "dotnet", + "branch": "", + "hash": "4a8b396f28a4a4fe8cec50c8a99d04ba3286e30e", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/4a8b396f28a4a4fe8cec50c8a99d04ba3286e30e.diff" + }, + "dotnet@9264fe7": { + "repo": "dotnet", + "branch": "", + "hash": "9264fe79dad41e8233f6d8eaecf819ba8226f182", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/9264fe79dad41e8233f6d8eaecf819ba8226f182.diff" + }, + "dotnet@0afdec1": { + "repo": "dotnet", + "branch": "", + "hash": "0afdec17254f5225f32a8208f53f288eb98ea956", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/0afdec17254f5225f32a8208f53f288eb98ea956.diff" + }, + "dotnet@3ab5eaf": { + "repo": "dotnet", + "branch": "", + "hash": "3ab5eafa53f813544e27e6acf3d15bc27d379b78", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/3ab5eafa53f813544e27e6acf3d15bc27d379b78.diff" + }, + "dotnet@2b8c81a": { + "repo": "dotnet", + "branch": "", + "hash": "2b8c81ab253e0358577a06d51c51d793f3cee6a2", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/2b8c81ab253e0358577a06d51c51d793f3cee6a2.diff" + }, + "dotnet@00bdba7": { + "repo": "dotnet", + "branch": "", + "hash": "00bdba78655b96b1e65ac4d1f865509c217dca86", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/00bdba78655b96b1e65ac4d1f865509c217dca86.diff" + }, + "dotnet@b56ef6e": { + "repo": "dotnet", + "branch": "", + "hash": "b56ef6e0ccc66178f079257635fc44fff8004b97", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/b56ef6e0ccc66178f079257635fc44fff8004b97.diff" + }, + "dotnet@4689b2d": { + "repo": "dotnet", + "branch": "", + "hash": "4689b2d006eec7857d9db7ee94f3cbb5ecda7efd", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/4689b2d006eec7857d9db7ee94f3cbb5ecda7efd.diff" + }, + "dotnet@b080b77": { + "repo": "dotnet", + "branch": "", + "hash": "b080b77fb8bfa346e6ee9d538eac0a208c624c14", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/b080b77fb8bfa346e6ee9d538eac0a208c624c14.diff" + }, + "dotnet@33d0cf6": { + "repo": "dotnet", + "branch": "", + "hash": "33d0cf6a068e201ec5e077d68db3826b6304c969", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/33d0cf6a068e201ec5e077d68db3826b6304c969.diff" + }, + "dotnet@791d36f": { + "repo": "dotnet", + "branch": "", + "hash": "791d36fc02f0ddd259c0d7d6d37716eb82ead899", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/791d36fc02f0ddd259c0d7d6d37716eb82ead899.diff" + }, + "dotnet@0b3143e": { + "repo": "dotnet", + "branch": "", + "hash": "0b3143e420e30c9abdfca6b8d868452e17fafb33", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/0b3143e420e30c9abdfca6b8d868452e17fafb33.diff" + }, + "dotnet@0a6eb45": { + "repo": "dotnet", + "branch": "", + "hash": "0a6eb45862434727bb91026a4a24568d71d5d772", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/0a6eb45862434727bb91026a4a24568d71d5d772.diff" + }, + "dotnet@6acfe35": { + "repo": "dotnet", + "branch": "", + "hash": "6acfe358b33805905c7cd232f93047c8c99d2d9a", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/6acfe358b33805905c7cd232f93047c8c99d2d9a.diff" + }, + "dotnet@2d23ade": { + "repo": "dotnet", + "branch": "", + "hash": "2d23ade5c6d8ef95b8c0e2fc6798e20cfc11a921", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/2d23ade5c6d8ef95b8c0e2fc6798e20cfc11a921.diff" + }, + "dotnet@1a575dd": { + "repo": "dotnet", + "branch": "", + "hash": "1a575dd592f49314f4f9cff6a576114d2e031639", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/1a575dd592f49314f4f9cff6a576114d2e031639.diff" + }, + "dotnet@74bc326": { + "repo": "dotnet", + "branch": "", + "hash": "74bc3262ed33f6c51e18a7aa17c3f4fed272d0c9", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/74bc3262ed33f6c51e18a7aa17c3f4fed272d0c9.diff" + }, + "dotnet@77266f7": { + "repo": "dotnet", + "branch": "", + "hash": "77266f7ac906c69be0df415090c60e8fc8d8a958", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/77266f7ac906c69be0df415090c60e8fc8d8a958.diff" + }, + "dotnet@d702068": { + "repo": "dotnet", + "branch": "", + "hash": "d70206844a95b337601237466bfc6cbb7d52d6d4", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/d70206844a95b337601237466bfc6cbb7d52d6d4.diff" + }, + "dotnet@92effe0": { + "repo": "dotnet", + "branch": "", + "hash": "92effe0b681b96ed23020e344e158544025f3555", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/92effe0b681b96ed23020e344e158544025f3555.diff" + }, + "dotnet@b083f9a": { + "repo": "dotnet", + "branch": "", + "hash": "b083f9aab2c1a4e8cc123179cc4dd506eec1fe9f", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/b083f9aab2c1a4e8cc123179cc4dd506eec1fe9f.diff" + }, + "dotnet@94a19d7": { + "repo": "dotnet", + "branch": "", + "hash": "94a19d7946e33574a1f893c89aedbbc4cc142993", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/94a19d7946e33574a1f893c89aedbbc4cc142993.diff" + }, + "dotnet@9740d72": { + "repo": "dotnet", + "branch": "", + "hash": "9740d72bcf7dfb4fd655a3970d7a27ecc57fb4a7", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/9740d72bcf7dfb4fd655a3970d7a27ecc57fb4a7.diff" + }, + "dotnet@5034fa3": { + "repo": "dotnet", + "branch": "", + "hash": "5034fa3201cbe938cd5fc1108b63e21f26bab670", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/5034fa3201cbe938cd5fc1108b63e21f26bab670.diff" + }, + "dotnet@7992b79": { + "repo": "dotnet", + "branch": "", + "hash": "7992b79d9e0766c826810d13cb07e09c56ce48bf", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/7992b79d9e0766c826810d13cb07e09c56ce48bf.diff" + }, + "dotnet@36afe73": { + "repo": "dotnet", + "branch": "", + "hash": "36afe73557f5f93cd7bc827cb644a3ff018eca0b", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/36afe73557f5f93cd7bc827cb644a3ff018eca0b.diff" + }, + "dotnet@093e119": { + "repo": "dotnet", + "branch": "", + "hash": "093e1190e2cbb19b3800c6233cd4cd0a363fac2c", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/093e1190e2cbb19b3800c6233cd4cd0a363fac2c.diff" + }, + "dotnet@9fbb1eb": { + "repo": "dotnet", + "branch": "", + "hash": "9fbb1eb8627bc989b575a596b1338751767bc562", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/9fbb1eb8627bc989b575a596b1338751767bc562.diff" + }, + "dotnet@40c1c9e": { + "repo": "dotnet", + "branch": "", + "hash": "40c1c9e8d6d6c67fbe68e1f304d0c2a03e311e0a", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/40c1c9e8d6d6c67fbe68e1f304d0c2a03e311e0a.diff" + }, + "dotnet@754228b": { + "repo": "dotnet", + "branch": "", + "hash": "754228b2c4eccea9587ab4ec941ea6f3996f81ad", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/754228b2c4eccea9587ab4ec941ea6f3996f81ad.diff" + }, + "dotnet@d6995bc": { + "repo": "dotnet", + "branch": "", + "hash": "d6995bc6ae536bdc2c3bcf976951b8c1ba98f24e", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/d6995bc6ae536bdc2c3bcf976951b8c1ba98f24e.diff" + }, + "dotnet@02b2118": { + "repo": "dotnet", + "branch": "", + "hash": "02b211808e734339ae3a6aeaf90cd694fe120706", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/02b211808e734339ae3a6aeaf90cd694fe120706.diff" + }, + "dotnet@91ec1ba": { + "repo": "dotnet", + "branch": "", + "hash": "91ec1ba4d83559aace00f815f7b9dc169937cca6", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/91ec1ba4d83559aace00f815f7b9dc169937cca6.diff" + }, + "dotnet@7cbb1fb": { + "repo": "dotnet", + "branch": "", + "hash": "7cbb1fba74a27a7b1af61eb3dec44acd3aa127c4", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/7cbb1fba74a27a7b1af61eb3dec44acd3aa127c4.diff" + }, + "dotnet@b61832c": { + "repo": "dotnet", + "branch": "", + "hash": "b61832c4cbe6dfe3c5545f9459a107e32eeb7a57", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/b61832c4cbe6dfe3c5545f9459a107e32eeb7a57.diff" + }, + "dotnet@f2a177c": { + "repo": "dotnet", + "branch": "", + "hash": "f2a177c6ccd866fb81df492c503aadf006cb946f", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/f2a177c6ccd866fb81df492c503aadf006cb946f.diff" + }, + "dotnet@8c292dc": { + "repo": "dotnet", + "branch": "", + "hash": "8c292dcd45ca9b1566cfda9bdfc14985a52ec915", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/8c292dcd45ca9b1566cfda9bdfc14985a52ec915.diff" + }, + "dotnet@0cf6b19": { + "repo": "dotnet", + "branch": "", + "hash": "0cf6b19ed68d2d52e097e6af6d6046b4eeefefe2", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/0cf6b19ed68d2d52e097e6af6d6046b4eeefefe2.diff" + }, + "dotnet@f6d53a2": { + "repo": "dotnet", + "branch": "", + "hash": "f6d53a2333a096edb7f1a2b41c8c2ae64539dbc1", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/f6d53a2333a096edb7f1a2b41c8c2ae64539dbc1.diff" + }, + "dotnet@e31c084": { + "repo": "dotnet", + "branch": "", + "hash": "e31c084b1549544c2416f0acbfafdd87c55e7e8b", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/e31c084b1549544c2416f0acbfafdd87c55e7e8b.diff" + }, + "dotnet@d43adf9": { + "repo": "dotnet", + "branch": "", + "hash": "d43adf9b247b6d412e284783d0cf4b3ae5d7a676", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/d43adf9b247b6d412e284783d0cf4b3ae5d7a676.diff" + }, + "dotnet@fc91b47": { + "repo": "dotnet", + "branch": "", + "hash": "fc91b47bd27d2b956343908b37f96104accc72d5", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/fc91b47bd27d2b956343908b37f96104accc72d5.diff" + }, + "dotnet@fa7dfcf": { + "repo": "dotnet", + "branch": "", + "hash": "fa7dfcf7852b275589d02500e8e977b896151653", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/fa7dfcf7852b275589d02500e8e977b896151653.diff" + }, + "dotnet@d2a0084": { + "repo": "dotnet", + "branch": "", + "hash": "d2a0084bc45460b51fd6abe53cd3372809cfb2d5", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/d2a0084bc45460b51fd6abe53cd3372809cfb2d5.diff" + }, + "dotnet@f74a62d": { + "repo": "dotnet", + "branch": "", + "hash": "f74a62d6c15f6f434e540d0a6ca26e32d798aeaa", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/f74a62d6c15f6f434e540d0a6ca26e32d798aeaa.diff" + }, + "dotnet@6c414b0": { + "repo": "dotnet", + "branch": "", + "hash": "6c414b045a3e9476d220dceb5f423e0848543e5d", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/6c414b045a3e9476d220dceb5f423e0848543e5d.diff" + }, + "dotnet@6ee68da": { + "repo": "dotnet", + "branch": "", + "hash": "6ee68daab70d976497a1c53b5edb30e21c448fc5", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/6ee68daab70d976497a1c53b5edb30e21c448fc5.diff" + }, + "dotnet@28eee95": { + "repo": "dotnet", + "branch": "", + "hash": "28eee9515d484fed5305afc0dd16b633f59eb19b", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/28eee9515d484fed5305afc0dd16b633f59eb19b.diff" + }, + "dotnet@363c09f": { + "repo": "dotnet", + "branch": "", + "hash": "363c09f546196969021abd6e663a578ba811b15d", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/363c09f546196969021abd6e663a578ba811b15d.diff" + }, + "dotnet@15fe3b6": { + "repo": "dotnet", + "branch": "", + "hash": "15fe3b656d0d068cb5eb9cddb5d0f554fc30059e", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/15fe3b656d0d068cb5eb9cddb5d0f554fc30059e.diff" + }, + "dotnet@b2fc34d": { + "repo": "dotnet", + "branch": "", + "hash": "b2fc34d9b1fd88fcaf99638a57e0408fb2351188", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/b2fc34d9b1fd88fcaf99638a57e0408fb2351188.diff" + }, + "dotnet@1847fec": { + "repo": "dotnet", + "branch": "", + "hash": "1847fec65ebcbbe767b6cc8b67afca3b12cc832e", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/1847fec65ebcbbe767b6cc8b67afca3b12cc832e.diff" + }, + "dotnet@7379a1c": { + "repo": "dotnet", + "branch": "", + "hash": "7379a1cdd391f197fcf25939a90cde275cd65d76", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/7379a1cdd391f197fcf25939a90cde275cd65d76.diff" + }, + "dotnet@71d20b6": { + "repo": "dotnet", + "branch": "", + "hash": "71d20b6cf225c0e241c6ae45489ef68f38615555", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/71d20b6cf225c0e241c6ae45489ef68f38615555.diff" + }, + "dotnet@e0b19b6": { + "repo": "dotnet", + "branch": "", + "hash": "e0b19b63a05fa1081a75fe106559793cdad246c6", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/e0b19b63a05fa1081a75fe106559793cdad246c6.diff" + }, + "dotnet@b64af00": { + "repo": "dotnet", + "branch": "", + "hash": "b64af0085ab29cc2fa76773663e47a9dcf5b5cc8", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/b64af0085ab29cc2fa76773663e47a9dcf5b5cc8.diff" + }, + "dotnet@bfccf51": { + "repo": "dotnet", + "branch": "", + "hash": "bfccf513751dc216d514631be96793e6598c8454", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/bfccf513751dc216d514631be96793e6598c8454.diff" + }, + "dotnet@216be3d": { + "repo": "dotnet", + "branch": "", + "hash": "216be3d043430dc311cf2943a480fdd7cfe686e5", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/216be3d043430dc311cf2943a480fdd7cfe686e5.diff" + }, + "dotnet@108e76e": { + "repo": "dotnet", + "branch": "", + "hash": "108e76e44172f5430b5692ac1450a7964676d6f5", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/108e76e44172f5430b5692ac1450a7964676d6f5.diff" + }, + "dotnet@dc828aa": { + "repo": "dotnet", + "branch": "", + "hash": "dc828aa76f4f1c26f929c95bbc2138b1adec2c0d", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/dc828aa76f4f1c26f929c95bbc2138b1adec2c0d.diff" + }, + "dotnet@7139621": { + "repo": "dotnet", + "branch": "", + "hash": "7139621c21b778d0a2752f0441e727e84257a297", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/7139621c21b778d0a2752f0441e727e84257a297.diff" + }, + "dotnet@dccfe70": { + "repo": "dotnet", + "branch": "", + "hash": "dccfe70eaf0e811c6c0acdef7ee7d807b324d40c", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/dccfe70eaf0e811c6c0acdef7ee7d807b324d40c.diff" + }, + "dotnet@e4ed625": { + "repo": "dotnet", + "branch": "", + "hash": "e4ed625c15b30928bbfffae68326e9311a7ea303", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/e4ed625c15b30928bbfffae68326e9311a7ea303.diff" + }, + "dotnet@948b516": { + "repo": "dotnet", + "branch": "", + "hash": "948b51638be7e27e9c939220e3f37cf3c10f832d", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/948b51638be7e27e9c939220e3f37cf3c10f832d.diff" + }, + "dotnet@cf2c8a4": { + "repo": "dotnet", + "branch": "", + "hash": "cf2c8a46fc2f5b47129005e2a0e143fa67a980ed", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/cf2c8a46fc2f5b47129005e2a0e143fa67a980ed.diff" + }, + "dotnet@d8158e4": { + "repo": "dotnet", + "branch": "", + "hash": "d8158e43e7335f00c40e20dd764edf8c85191be6", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/d8158e43e7335f00c40e20dd764edf8c85191be6.diff" + }, + "dotnet@37d611a": { + "repo": "dotnet", + "branch": "", + "hash": "37d611a345239465f81d820e97e3113354a5f058", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/37d611a345239465f81d820e97e3113354a5f058.diff" + }, + "dotnet@1fbaee8": { + "repo": "dotnet", + "branch": "", + "hash": "1fbaee8a7ef0d0e11564c198e0e96a13a590c4f9", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/1fbaee8a7ef0d0e11564c198e0e96a13a590c4f9.diff" + }, + "dotnet@d6cfaed": { + "repo": "dotnet", + "branch": "", + "hash": "d6cfaed8c6792801e702eab9efb8837c259fd166", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/d6cfaed8c6792801e702eab9efb8837c259fd166.diff" + }, + "dotnet@c7a76ad": { + "repo": "dotnet", + "branch": "", + "hash": "c7a76ada55b78ea76c624d6b370ead2fbacabd98", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/c7a76ada55b78ea76c624d6b370ead2fbacabd98.diff" + }, + "dotnet@aae32bd": { + "repo": "dotnet", + "branch": "", + "hash": "aae32bdb43e214583a15e3393e38c889b9447ec4", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/aae32bdb43e214583a15e3393e38c889b9447ec4.diff" + }, + "dotnet@8074748": { + "repo": "dotnet", + "branch": "", + "hash": "807474874591de6d572897bcaadcc74fb6d5908c", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/807474874591de6d572897bcaadcc74fb6d5908c.diff" + }, + "dotnet@7b900bc": { + "repo": "dotnet", + "branch": "", + "hash": "7b900bce025ad407da4daba61b60fedeec30b28f", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/7b900bce025ad407da4daba61b60fedeec30b28f.diff" + }, + "dotnet@797c50b": { + "repo": "dotnet", + "branch": "", + "hash": "797c50b10f31361673d3f675757525f8eb5e89b4", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/797c50b10f31361673d3f675757525f8eb5e89b4.diff" + }, + "dotnet@1e2502f": { + "repo": "dotnet", + "branch": "", + "hash": "1e2502f8e988022c3c536c37eb9267e5bb789e2c", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/1e2502f8e988022c3c536c37eb9267e5bb789e2c.diff" + }, + "dotnet@ef59b30": { + "repo": "dotnet", + "branch": "", + "hash": "ef59b302db9648763705a5402516e1792d943347", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/ef59b302db9648763705a5402516e1792d943347.diff" + }, + "dotnet@3fce74e": { + "repo": "dotnet", + "branch": "", + "hash": "3fce74eaee03f98559069f5eb77927a00303817d", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/3fce74eaee03f98559069f5eb77927a00303817d.diff" + }, + "dotnet@1ea751f": { + "repo": "dotnet", + "branch": "", + "hash": "1ea751f106520471e44969ae31c63ba7e857db32", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/1ea751f106520471e44969ae31c63ba7e857db32.diff" + }, + "dotnet@3a162e0": { + "repo": "dotnet", + "branch": "", + "hash": "3a162e0457bac200f51c30b4b587fb59e6028630", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/3a162e0457bac200f51c30b4b587fb59e6028630.diff" + }, + "dotnet@b346c36": { + "repo": "dotnet", + "branch": "", + "hash": "b346c36b225c8c752aa34c88be372a094da29bf1", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/b346c36b225c8c752aa34c88be372a094da29bf1.diff" + }, + "dotnet@ea94acb": { + "repo": "dotnet", + "branch": "", + "hash": "ea94acb4225e3193c170cbca7cc49963abd327ba", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/ea94acb4225e3193c170cbca7cc49963abd327ba.diff" + }, + "dotnet@0242307": { + "repo": "dotnet", + "branch": "", + "hash": "0242307057b5efd4e901014c96065d2dad6fd4ea", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/0242307057b5efd4e901014c96065d2dad6fd4ea.diff" + }, + "dotnet@167bdc7": { + "repo": "dotnet", + "branch": "", + "hash": "167bdc7b265fbfc444674a42d83cf0b5be4ae061", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/167bdc7b265fbfc444674a42d83cf0b5be4ae061.diff" + }, + "dotnet@f427cd8": { + "repo": "dotnet", + "branch": "", + "hash": "f427cd8cc5224ba0a423fe4be6fffb25397f056a", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/f427cd8cc5224ba0a423fe4be6fffb25397f056a.diff" + }, + "dotnet@1cb5a6e": { + "repo": "dotnet", + "branch": "", + "hash": "1cb5a6eee34b00dc712c8a27c91aac8cdf4c7c22", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/1cb5a6eee34b00dc712c8a27c91aac8cdf4c7c22.diff" + }, + "dotnet@e2034d8": { + "repo": "dotnet", + "branch": "", + "hash": "e2034d85d6e1d31f62ff736551c18b8c8836b324", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/e2034d85d6e1d31f62ff736551c18b8c8836b324.diff" + }, + "dotnet@9b27560": { + "repo": "dotnet", + "branch": "", + "hash": "9b2756006457aaf8c054171d6ce98d78e721ebd3", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/9b2756006457aaf8c054171d6ce98d78e721ebd3.diff" + }, + "dotnet@8675c88": { + "repo": "dotnet", + "branch": "", + "hash": "8675c8816b16250471a83e1142a3528d9a076382", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/8675c8816b16250471a83e1142a3528d9a076382.diff" + }, + "dotnet@c210b4f": { + "repo": "dotnet", + "branch": "", + "hash": "c210b4f31fd8ac54d2306afaff818a4298825170", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/c210b4f31fd8ac54d2306afaff818a4298825170.diff" + }, + "dotnet@c49d1b8": { + "repo": "dotnet", + "branch": "", + "hash": "c49d1b8cff66071c335ed49c0ccffcbb47f48e03", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/c49d1b8cff66071c335ed49c0ccffcbb47f48e03.diff" + }, + "dotnet@f3eaae5": { + "repo": "dotnet", + "branch": "", + "hash": "f3eaae59b71a17664e757f02599d636684ce7133", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/f3eaae59b71a17664e757f02599d636684ce7133.diff" + }, + "dotnet@4dd7c46": { + "repo": "dotnet", + "branch": "", + "hash": "4dd7c46979734ad85470118a223db52f16d307ac", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/4dd7c46979734ad85470118a223db52f16d307ac.diff" + }, + "dotnet@5034ed5": { + "repo": "dotnet", + "branch": "", + "hash": "5034ed5cbaeccfd9624170d2b13e31c574857a7d", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/5034ed5cbaeccfd9624170d2b13e31c574857a7d.diff" + }, + "dotnet@4717265": { + "repo": "dotnet", + "branch": "", + "hash": "4717265bc078fbf83d257723df041414c7a686c8", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/4717265bc078fbf83d257723df041414c7a686c8.diff" + }, + "dotnet@39283b2": { + "repo": "dotnet", + "branch": "", + "hash": "39283b25c2af063a3110f851fb4259d77c26d9dc", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/39283b25c2af063a3110f851fb4259d77c26d9dc.diff" + }, + "dotnet@f590e30": { + "repo": "dotnet", + "branch": "", + "hash": "f590e3089d63e2cfff4273a0633375204e3fe244", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/f590e3089d63e2cfff4273a0633375204e3fe244.diff" + }, + "dotnet@db91c13": { + "repo": "dotnet", + "branch": "", + "hash": "db91c1393e90bc2f34b93d0d2b03fb0396c57bad", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/db91c1393e90bc2f34b93d0d2b03fb0396c57bad.diff" + }, + "dotnet@ebd7874": { + "repo": "dotnet", + "branch": "", + "hash": "ebd787464b60a8d69732e06bb446b9b7563c0dee", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/ebd787464b60a8d69732e06bb446b9b7563c0dee.diff" + }, + "dotnet@1a76ed9": { + "repo": "dotnet", + "branch": "", + "hash": "1a76ed96ce79d0aaafccd60f0f0e0d46cd7d7510", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/1a76ed96ce79d0aaafccd60f0f0e0d46cd7d7510.diff" + }, + "dotnet@d704046": { + "repo": "dotnet", + "branch": "", + "hash": "d704046eabf63089a80f7c14f252bfed6c0b6710", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/d704046eabf63089a80f7c14f252bfed6c0b6710.diff" + }, + "dotnet@57bc0f7": { + "repo": "dotnet", + "branch": "", + "hash": "57bc0f762896967c29c414102b2b18ed2ca16359", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/57bc0f762896967c29c414102b2b18ed2ca16359.diff" + }, + "dotnet@c54dc56": { + "repo": "dotnet", + "branch": "", + "hash": "c54dc56f9125d0b5d1940f305b251212705e0c76", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/c54dc56f9125d0b5d1940f305b251212705e0c76.diff" + }, + "dotnet@be43d78": { + "repo": "dotnet", + "branch": "", + "hash": "be43d78992b71fab6d2db668e1fcacd1f91a03ff", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/be43d78992b71fab6d2db668e1fcacd1f91a03ff.diff" + }, + "dotnet@66b593b": { + "repo": "dotnet", + "branch": "", + "hash": "66b593bb26642bd4b55dcb6fe10570379cf81333", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/66b593bb26642bd4b55dcb6fe10570379cf81333.diff" + }, + "dotnet@0293436": { + "repo": "dotnet", + "branch": "", + "hash": "0293436e1c4ae0952aaa91a824d5dea1749fd8a4", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/0293436e1c4ae0952aaa91a824d5dea1749fd8a4.diff" + }, + "dotnet@fa57c00": { + "repo": "dotnet", + "branch": "", + "hash": "fa57c008ccbac9160d44e052412113051b5ffd55", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/fa57c008ccbac9160d44e052412113051b5ffd55.diff" + }, + "dotnet@a64f8d2": { + "repo": "dotnet", + "branch": "", + "hash": "a64f8d26598795d9ca85338e2b956f3a9a5dc9c2", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/a64f8d26598795d9ca85338e2b956f3a9a5dc9c2.diff" + }, + "dotnet@f9a701e": { + "repo": "dotnet", + "branch": "", + "hash": "f9a701e65c185fe012b9ef181467e0bd2295f453", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/f9a701e65c185fe012b9ef181467e0bd2295f453.diff" + }, + "dotnet@266ce6c": { + "repo": "dotnet", + "branch": "", + "hash": "266ce6c69c8df2737cde937881e4a527b783e4e8", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/266ce6c69c8df2737cde937881e4a527b783e4e8.diff" + }, + "dotnet@0b083be": { + "repo": "dotnet", + "branch": "", + "hash": "0b083beb2e75c5b6337ae8363921472f90806ff1", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/0b083beb2e75c5b6337ae8363921472f90806ff1.diff" + }, + "dotnet@1a405c7": { + "repo": "dotnet", + "branch": "", + "hash": "1a405c76db678301b6f6f5b22d2a63a152c26b97", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/1a405c76db678301b6f6f5b22d2a63a152c26b97.diff" + }, + "dotnet@7dc9b18": { + "repo": "dotnet", + "branch": "", + "hash": "7dc9b180ee9edef34bded7b0bca0f1bfbd69471f", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/7dc9b180ee9edef34bded7b0bca0f1bfbd69471f.diff" + }, + "dotnet@e4eea76": { + "repo": "dotnet", + "branch": "", + "hash": "e4eea76dbe6f971f1c3eb6934f47ad720a2422df", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/e4eea76dbe6f971f1c3eb6934f47ad720a2422df.diff" + }, + "dotnet@e653ce7": { + "repo": "dotnet", + "branch": "", + "hash": "e653ce7a9d4eb94dcb2b55444b027fd6d451b3d0", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/e653ce7a9d4eb94dcb2b55444b027fd6d451b3d0.diff" + }, + "dotnet@5084c9b": { + "repo": "dotnet", + "branch": "", + "hash": "5084c9b50a1b277a162fc22fcad7a0717b31a272", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/5084c9b50a1b277a162fc22fcad7a0717b31a272.diff" + }, + "dotnet@6b134c0": { + "repo": "dotnet", + "branch": "", + "hash": "6b134c0036abd8ca677e99901f732b1207196719", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/6b134c0036abd8ca677e99901f732b1207196719.diff" + }, + "dotnet@9ee3460": { + "repo": "dotnet", + "branch": "", + "hash": "9ee34608459d5a27e83c9dca3b34f531c21688b6", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/9ee34608459d5a27e83c9dca3b34f531c21688b6.diff" + }, + "dotnet@82d424e": { + "repo": "dotnet", + "branch": "", + "hash": "82d424e36ee199865ee26458bbef04fd401753f2", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/82d424e36ee199865ee26458bbef04fd401753f2.diff" + }, + "dotnet@6e8b255": { + "repo": "dotnet", + "branch": "", + "hash": "6e8b255fe5a15a22ef5d5581da34da61471ac735", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/6e8b255fe5a15a22ef5d5581da34da61471ac735.diff" + }, + "dotnet@c34838e": { + "repo": "dotnet", + "branch": "", + "hash": "c34838e9b966b7ad34a9d5276264b32f70f819b7", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/c34838e9b966b7ad34a9d5276264b32f70f819b7.diff" + }, + "dotnet@d217076": { + "repo": "dotnet", + "branch": "", + "hash": "d2170760541110aedf474282317254c02cd1fef5", + "org": "dotnet", + "url": "https://github.com/dotnet/dotnet/commit/d2170760541110aedf474282317254c02cd1fef5.diff" + } + } +} \ No newline at end of file diff --git a/release-notes/11.0/preview/preview4/features.json b/release-notes/11.0/preview/preview4/features.json new file mode 100644 index 00000000000..ac42bc6e529 --- /dev/null +++ b/release-notes/11.0/preview/preview4/features.json @@ -0,0 +1 @@ +{"_note": "Per-component features authored on each component branch in this dry-run; this stub holds the schema slot."}