{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":260496705,"defaultBranch":"docs","name":"runtimelab","ownerLogin":"dotnet","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-05-01T15:44:25.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/9141961?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716892863.0","currentOid":""},"activityList":{"items":[{"before":"28d35bddd97fd4bd1b2c20ff629f6d2a240cf362","after":"5fbe5c4c9b0c9fc80ab6de7614d5dc47aa4b7f7a","ref":"refs/heads/runtime-main","pushedAt":"2024-05-29T02:23:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"runtimelab-bot","name":null,"path":"/runtimelab-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72634069?s=80&v=4"},"commit":{"message":"Add some more #ifdef BACKGROUND_GC to enable compilation (#102750)","shortMessageHtmlLink":"Add some more #ifdef BACKGROUND_GC to enable compilation (#102750)"}},{"before":"8b1d06a5170628834b27c06b751ac0e54f65c7e3","after":"28d35bddd97fd4bd1b2c20ff629f6d2a240cf362","ref":"refs/heads/runtime-main","pushedAt":"2024-05-29T01:56:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"runtimelab-bot","name":null,"path":"/runtimelab-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72634069?s=80&v=4"},"commit":{"message":"ILLink: Add test for dataflow in local method group passed as argument to delegate\n\nAdds a test for issue #95258 which passes without any source code fix.","shortMessageHtmlLink":"ILLink: Add test for dataflow in local method group passed as argumen…"}},{"before":"2bdabf15b17b814b7694ebeab31d219081c6eca9","after":"8b1d06a5170628834b27c06b751ac0e54f65c7e3","ref":"refs/heads/runtime-main","pushedAt":"2024-05-29T00:37:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"runtimelab-bot","name":null,"path":"/runtimelab-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72634069?s=80&v=4"},"commit":{"message":"Avoid new constraint with structs in ILLink analyzer (#102784)\n\nThis fixes an issue where the trim analyzer was producing\r\nwarnings inside Visual Studio, but not from a command-line build,\r\nfor code similar to the following:\r\n\r\n```csharp\r\nvar typeName = Console.ReadLine() ?? string.Empty;\r\n\r\nif (RuntimeFeature.IsEnabled)\r\n{\r\n var type = Type.GetType(typeName); // warning IL2057: Unrecognized value passed to the parameter 'typeName'...'System.Type.GetType'...\r\n}\r\nelse\r\n{\r\n Console.WriteLine($\"Cannot lookup {typeName} because the feature id disabled.\");\r\n}\r\n\r\ninternal static class RuntimeFeature\r\n{\r\n#pragma warning disable IL4000\r\n [FeatureGuard(typeof(RequiresUnreferencedCodeAttribute))]\r\n internal static bool IsEnabled => AppContext.TryGetSwitch(\"RuntimeFeature.IsEnabled\", out bool enabled) ? enabled : true;\r\n#pragma warning restore IL4000\r\n}\r\n```\r\n\r\nThis was due to https://github.com/dotnet/runtime/issues/6536\r\nwhich was fixed in .NET Core, but still exists in .NET\r\nFramework. It means that we can't rely the parameterless struct\r\nconstructor being called for struct types used through a generic\r\nparameter with a `new()` constraint.\r\n\r\nThis fixes the issue by avoiding use of the `new()` constraint\r\nfor generic parameters that might be structs. With the fix, the\r\nwarning is no longer reported when running in Visual Studio\r\nlocally, but there are no tests because we don't run tests on\r\nfull framework.\r\n\r\nIncludes some unrelated debug helpers that were useful while\r\ninvestigating this.","shortMessageHtmlLink":"Avoid new constraint with structs in ILLink analyzer (#102784)"}},{"before":"010a744d2aec8f8d4e542b2c7820321828c2f63f","after":"2bdabf15b17b814b7694ebeab31d219081c6eca9","ref":"refs/heads/runtime-main","pushedAt":"2024-05-29T00:20:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"runtimelab-bot","name":null,"path":"/runtimelab-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72634069?s=80&v=4"},"commit":{"message":"Socket.DontFragment can't be set on IPv6 DualMode sockets (#102700)\n\nFixes #76410","shortMessageHtmlLink":"Socket.DontFragment can't be set on IPv6 DualMode sockets (#102700)"}},{"before":"6bad6114c31aacc312095ef4d60cbfd01b53b2e6","after":"010a744d2aec8f8d4e542b2c7820321828c2f63f","ref":"refs/heads/runtime-main","pushedAt":"2024-05-28T23:42:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"runtimelab-bot","name":null,"path":"/runtimelab-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72634069?s=80&v=4"},"commit":{"message":"Periodically flush when using PipeWriter in Json (#102541)","shortMessageHtmlLink":"Periodically flush when using PipeWriter in Json (#102541)"}},{"before":"64b93517eb4bea5de51aa5bd7e5b32076198f1f9","after":"6bad6114c31aacc312095ef4d60cbfd01b53b2e6","ref":"refs/heads/runtime-main","pushedAt":"2024-05-28T21:44:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"runtimelab-bot","name":null,"path":"/runtimelab-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72634069?s=80&v=4"},"commit":{"message":"Bump prerelease version to 6 (#102589)","shortMessageHtmlLink":"Bump prerelease version to 6 (#102589)"}},{"before":"793651469ddb56af512f9dd42530d2d683c25b38","after":"64b93517eb4bea5de51aa5bd7e5b32076198f1f9","ref":"refs/heads/runtime-main","pushedAt":"2024-05-28T21:01:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"runtimelab-bot","name":null,"path":"/runtimelab-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72634069?s=80&v=4"},"commit":{"message":"Update DIA to 17.10.0-beta1.24272.1 (#102639)","shortMessageHtmlLink":"Update DIA to 17.10.0-beta1.24272.1 (#102639)"}},{"before":"8f2f3da3249062079b84f918be0643ca9f715ef0","after":"793651469ddb56af512f9dd42530d2d683c25b38","ref":"refs/heads/runtime-main","pushedAt":"2024-05-28T20:32:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"runtimelab-bot","name":null,"path":"/runtimelab-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72634069?s=80&v=4"},"commit":{"message":"ILLink: Add test for event warning origin issue (#102405)\n\nMarking of events was a little weird in the trimmer. Previously, if any method is marked, all methods will be marked, but the other methods will be marked as a dependency of the first marked event method. This leads to warnings for the add method showing up on the remove method if the remove method is the only one referenced in the method body. The behavior has been fixed, but this commit adds a test for regression on this behavior.","shortMessageHtmlLink":"ILLink: Add test for event warning origin issue (#102405)"}},{"before":"9daa4b41eb9f157e79eaf05e2f7451c9c8f6dbdc","after":"8f2f3da3249062079b84f918be0643ca9f715ef0","ref":"refs/heads/runtime-main","pushedAt":"2024-05-28T19:49:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"runtimelab-bot","name":null,"path":"/runtimelab-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72634069?s=80&v=4"},"commit":{"message":"[LoongArch64] Synchronize with PR#102592. (#102711)\n\n* Fix the build error for LA64.","shortMessageHtmlLink":"[LoongArch64] Synchronize with PR#102592. (#102711)"}},{"before":"000524990156daa48a4f2489d3e98847e8cc6d61","after":"9daa4b41eb9f157e79eaf05e2f7451c9c8f6dbdc","ref":"refs/heads/runtime-main","pushedAt":"2024-05-28T16:17:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"runtimelab-bot","name":null,"path":"/runtimelab-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72634069?s=80&v=4"},"commit":{"message":"Add support for primary constructors in LoggerMessageGenerator (#101660)\n\n* Add support for primary constructors in LoggerMessageGenerator\r\n\r\n* Get the primary constructor parameters types from the constructor symbol instead of from the semantic model\r\n\r\n* Prioritize fields over primary constructor parameters and ignore shadowed parameters when finding a logger\r\n\r\n* Make checking for primary constructors non-conditional on Roslyn version and simplify project setup\r\n\r\n* Reintroduce Roslyn 4.8 test project\r\n\r\n* Add info-level diagnostic for logger primary constructor parameters that are shadowed by field\r\n\r\n* Update list of diagnostics with new logging message generator diagnostic\r\n\r\n* Only add non-logger field names to set of shadowed names\r\n\r\n* Add comment explaining the use of the set of shadowed names with an example","shortMessageHtmlLink":"Add support for primary constructors in LoggerMessageGenerator (#101660)"}},{"before":"1fc1dd84f3ac84e22975c981098c0cc527f9c7b5","after":"000524990156daa48a4f2489d3e98847e8cc6d61","ref":"refs/heads/runtime-main","pushedAt":"2024-05-28T16:08:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"runtimelab-bot","name":null,"path":"/runtimelab-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72634069?s=80&v=4"},"commit":{"message":"fix inspect gchandle (#102637)","shortMessageHtmlLink":"fix inspect gchandle (#102637)"}},{"before":"e8e553bee6f0c842020434a333be488edacb45b5","after":"1fc1dd84f3ac84e22975c981098c0cc527f9c7b5","ref":"refs/heads/runtime-main","pushedAt":"2024-05-28T11:47:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"runtimelab-bot","name":null,"path":"/runtimelab-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72634069?s=80&v=4"},"commit":{"message":"Revert \"FB\" (#102740)\n\nThis reverts commit 122ac8fadb183047d33e8dc158469849a723551e.","shortMessageHtmlLink":"Revert \"FB\" (#102740)"}},{"before":"03bc51f54dac5b8c7ba94ef798dfc93bfbbe6ef9","after":"e8e553bee6f0c842020434a333be488edacb45b5","ref":"refs/heads/runtime-main","pushedAt":"2024-05-28T10:58:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"runtimelab-bot","name":null,"path":"/runtimelab-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72634069?s=80&v=4"},"commit":{"message":"Update dependencies from https://github.com/dotnet/arcade build 20240524.1 (#102744)\n\nMicrosoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.TargetFramework , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XliffTasks , Microsoft.DotNet.XUnitAssert , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions\r\n From Version 9.0.0-beta.24272.5 -> To Version 9.0.0-beta.24274.1\r\n\r\nCo-authored-by: dotnet-maestro[bot] ","shortMessageHtmlLink":"Update dependencies from https://github.com/dotnet/arcade build 20240…"}},{"before":"7aa987d6fe6beb8966bfc38ca3304577d1953651","after":null,"ref":"refs/heads/bugfix/standalone-template-pipeline-test","pushedAt":"2024-05-28T10:41:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kotlarmilos","name":"Milos Kotlar","path":"/kotlarmilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11523312?s=80&v=4"}},{"before":"2209d3d16208e212beb6cd779a673f3166e359d0","after":"5ea3b3daaca6a192989601f7208a274718c6ade8","ref":"refs/heads/bugfix/standalone-template-pipeline","pushedAt":"2024-05-28T10:04:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kotlarmilos","name":"Milos Kotlar","path":"/kotlarmilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11523312?s=80&v=4"},"commit":{"message":"Add 1ES.PT.Official build pipeline","shortMessageHtmlLink":"Add 1ES.PT.Official build pipeline"}},{"before":null,"after":"7aa987d6fe6beb8966bfc38ca3304577d1953651","ref":"refs/heads/bugfix/standalone-template-pipeline-test","pushedAt":"2024-05-28T09:37:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kotlarmilos","name":"Milos Kotlar","path":"/kotlarmilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11523312?s=80&v=4"},"commit":{"message":"Test pipeline","shortMessageHtmlLink":"Test pipeline"}},{"before":"eb841abadd8b038c905503a7cf9e914af74d63fb","after":"03bc51f54dac5b8c7ba94ef798dfc93bfbbe6ef9","ref":"refs/heads/runtime-main","pushedAt":"2024-05-28T05:38:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"runtimelab-bot","name":null,"path":"/runtimelab-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72634069?s=80&v=4"},"commit":{"message":"fix connect test extension (#102668)","shortMessageHtmlLink":"fix connect test extension (#102668)"}},{"before":"a50ba0669353893ca8ade8568b0a7d210b5a425f","after":"eb841abadd8b038c905503a7cf9e914af74d63fb","ref":"refs/heads/runtime-main","pushedAt":"2024-05-28T02:39:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"runtimelab-bot","name":null,"path":"/runtimelab-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72634069?s=80&v=4"},"commit":{"message":"[RISC-V] Improve code generating resolve stub assembly (#102318)\n\n* [RISC-V] Improve code generating resolve stub assembly\r\n\r\nThis change replaces magic numbers with proper offsetofs and use compile time asserts instead runtime ones.\r\nThat should make developers life easier in case of debugging or changing resolve stubs assembly.\r\n\r\n* Move annotation and don't check same thing many times","shortMessageHtmlLink":"[RISC-V] Improve code generating resolve stub assembly (#102318)"}},{"before":"a71f19b802c68967b956c495c041ab64a69fdd96","after":"a50ba0669353893ca8ade8568b0a7d210b5a425f","ref":"refs/heads/runtime-main","pushedAt":"2024-05-28T00:42:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"runtimelab-bot","name":null,"path":"/runtimelab-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72634069?s=80&v=4"},"commit":{"message":"Conservative fix for struct stores in optRemoveRedundantZeroInits (#102580)","shortMessageHtmlLink":"Conservative fix for struct stores in optRemoveRedundantZeroInits (#1…"}},{"before":"2feae23741a44e31e0e0de5d43e0a5919688505e","after":"a71f19b802c68967b956c495c041ab64a69fdd96","ref":"refs/heads/runtime-main","pushedAt":"2024-05-27T22:15:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"runtimelab-bot","name":null,"path":"/runtimelab-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72634069?s=80&v=4"},"commit":{"message":"ilasm support for methods with multiple documents (#102199)\n\n* ilasm support for methods with multiple documents\r\n\r\nMake sure the SequencePoints produced in the PDB\r\nreference the documents indicated on the .line directive.\r\n\r\nFix #102198\r\n\r\n* Clean up ilasm PortablePdb tests\r\n\r\n---------\r\n\r\nCo-authored-by: Ivan Povazan ","shortMessageHtmlLink":"ilasm support for methods with multiple documents (#102199)"}},{"before":"632238bcbf97780eeb8b734611322402ed6cfd88","after":"2feae23741a44e31e0e0de5d43e0a5919688505e","ref":"refs/heads/runtime-main","pushedAt":"2024-05-27T18:43:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"runtimelab-bot","name":null,"path":"/runtimelab-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72634069?s=80&v=4"},"commit":{"message":"Http2Connection throws misleading exceptions on ping timeouts (#102691)\n\n* Http2Connection throws misleading exceptions on ping timeouts\r\n\r\n* fix unwanted diffs 1\r\n\r\n* fix unwanted diffs 2\r\n\r\n* fix remarks","shortMessageHtmlLink":"Http2Connection throws misleading exceptions on ping timeouts (#102691)"}},{"before":"d523960176dc7346544c20314013cbfd7f1c705e","after":null,"ref":"refs/heads/darc-standalone-template-d0dd7dc0-f6a7-4dc8-a393-3b1273e97d08","pushedAt":"2024-05-27T17:14:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jkotas","name":"Jan Kotas","path":"/jkotas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6668460?s=80&v=4"}},{"before":"d0893a13e725806867266957446cdbdc9f106ca8","after":"7438fdab3e66f3ff39799dd44023aeacd770b070","ref":"refs/heads/standalone-template","pushedAt":"2024-05-27T17:14:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jkotas","name":"Jan Kotas","path":"/jkotas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6668460?s=80&v=4"},"commit":{"message":"Update dependencies from https://github.com/dotnet/arcade build 20240522.5 (#2596)\n\nMicrosoft.DotNet.Arcade.Sdk\r\n From Version 9.0.0-beta.24260.2 -> To Version 9.0.0-beta.24272.5\r\n\r\nCo-authored-by: dotnet-maestro[bot] ","shortMessageHtmlLink":"Update dependencies from https://github.com/dotnet/arcade build 20240…"}},{"before":"d51e6d0ecb357db5d5d5d3380ab4adcf5706f981","after":"632238bcbf97780eeb8b734611322402ed6cfd88","ref":"refs/heads/runtime-main","pushedAt":"2024-05-27T15:59:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"runtimelab-bot","name":null,"path":"/runtimelab-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72634069?s=80&v=4"},"commit":{"message":"Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240520.1 (#102723)\n\nMicrosoft.SourceBuild.Intermediate.source-build-reference-packages\r\n From Version 9.0.0-alpha.1.24256.2 -> To Version 9.0.0-alpha.1.24270.1\r\n\r\nCo-authored-by: dotnet-maestro[bot] ","shortMessageHtmlLink":"Update dependencies from https://github.com/dotnet/source-build-refer…"}},{"before":"ca9180b2b91eea8fc55a0b36f93e76639ef27b8b","after":"d51e6d0ecb357db5d5d5d3380ab4adcf5706f981","ref":"refs/heads/runtime-main","pushedAt":"2024-05-27T15:38:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"runtimelab-bot","name":null,"path":"/runtimelab-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72634069?s=80&v=4"},"commit":{"message":"Revert \"Ensure LoaderAllocator can't be collected while we clean handles on …\" (#102729)\n\nThis reverts commit 35e4aad602ee3c28330e94746cfd4e0d4569b66f.","shortMessageHtmlLink":"Revert \"Ensure LoaderAllocator can't be collected while we clean han…"}},{"before":"0d0aafc5b5da8a59782b5b16f1b593b85c557e53","after":"ca9180b2b91eea8fc55a0b36f93e76639ef27b8b","ref":"refs/heads/runtime-main","pushedAt":"2024-05-27T14:36:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"runtimelab-bot","name":null,"path":"/runtimelab-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72634069?s=80&v=4"},"commit":{"message":"[RISC-V] Fix invalid operand register in the emitted addition/subtraction code (#102074)\n\n* [RISC-V] Added sext_w pseudoinstruction\r\n\r\n* [RISC-V] Inserted INS_sext_w pseudoinstruction\r\n\r\n* [RISC-V] Started implementing new overflow logic\r\n\r\n* [RISC-V] Finished preliminar implementation of bound checks\r\n\r\n* [RISC-V] Fixed invalid 32-bit instruction\r\n\r\n* [RISC-V] Fixed 32-bit addition overflow check assert\r\n\r\n* [RISC-V] More fixes in emitter\r\n\r\n* [RISC-V] Additional fixes\r\n\r\n* [RISC-V] Fixed triple same register problem in emitInsTernary addition and subtraction logic\r\n\r\n* [RISC-V] Added sext.w to disassembler\r\n\r\n* [RISC-V] Added comments\r\n\r\n* [RISC-V] Formatted code\r\n\r\n* [RISC-V] Fixed bug\r\n\r\n* [RISC-V] Fixed other bug\r\n\r\n* [RISC-V] Fixed bug causing the int32's version to never be emitted\r\n\r\n* [RISC-V] Fixed assert\r\n\r\n* [RISC-V] Improved comment\r\n\r\n* [RISC-V] Fixed comment\r\n\r\n* [RISC-V] Fixed temp reg acquiring\r\n\r\n* [RISC-V] Removed asserts\r\n\r\n* Fixed NodeInternalRegister's GetSingle method's comment\r\n\r\n* [RISC-V] Revoked more changes\r\n\r\n* [RISC-V] Revoked more changes\r\n\r\n* [RISC-V] Embedded sext_w into codegen\r\n\r\n* [RISC-V] Fixed some comments\r\n\r\n* [RISC-V] Added additional comment\r\n\r\n* [RISC-V] Improvements\r\n\r\n* [RISC-V] Added old comment","shortMessageHtmlLink":"[RISC-V] Fix invalid operand register in the emitted addition/subtrac…"}},{"before":"9a43de3206c9146690fdb57fce9b37347d8d5720","after":"0d0aafc5b5da8a59782b5b16f1b593b85c557e53","ref":"refs/heads/runtime-main","pushedAt":"2024-05-27T14:25:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"runtimelab-bot","name":null,"path":"/runtimelab-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72634069?s=80&v=4"},"commit":{"message":"Update SDK to 9.0 preview 4 (#102604)\n\n* Update SDK to preview 4\r\n\r\n* Update BlazorClient and Shared csprojs\r\n\r\n* Update System.Reflection.Metadata and co.\r\n\r\n* nitpick\r\n\r\n* Revert version update\r\n\r\n* Remove ILCompiler workaround\r\n\r\n* Remove crossgen2 workaround","shortMessageHtmlLink":"Update SDK to 9.0 preview 4 (#102604)"}},{"before":"d0893a13e725806867266957446cdbdc9f106ca8","after":"d523960176dc7346544c20314013cbfd7f1c705e","ref":"refs/heads/darc-standalone-template-d0dd7dc0-f6a7-4dc8-a393-3b1273e97d08","pushedAt":"2024-05-27T12:56:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dotnet-maestro[bot]","name":null,"path":"/apps/dotnet-maestro","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/16706?s=80&v=4"},"commit":{"message":"Update dependencies from https://github.com/dotnet/arcade build 20240522.5\n\nMicrosoft.DotNet.Arcade.Sdk\n From Version 9.0.0-beta.24260.2 -> To Version 9.0.0-beta.24272.5","shortMessageHtmlLink":"Update dependencies from https://github.com/dotnet/arcade build 20240…"}},{"before":null,"after":"d0893a13e725806867266957446cdbdc9f106ca8","ref":"refs/heads/darc-standalone-template-d0dd7dc0-f6a7-4dc8-a393-3b1273e97d08","pushedAt":"2024-05-27T12:55:37.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dotnet-maestro[bot]","name":null,"path":"/apps/dotnet-maestro","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/16706?s=80&v=4"},"commit":{"message":"Update dependencies from https://github.com/dotnet/arcade build 20240510.2 (#2585)\n\nMicrosoft.DotNet.Arcade.Sdk\r\n From Version 9.0.0-beta.24253.1 -> To Version 9.0.0-beta.24260.2\r\n\r\nCo-authored-by: dotnet-maestro[bot] ","shortMessageHtmlLink":"Update dependencies from https://github.com/dotnet/arcade build 20240…"}},{"before":"e5a2c959ffa64b2c5d6015c41331bd256ae8a186","after":"9a43de3206c9146690fdb57fce9b37347d8d5720","ref":"refs/heads/runtime-main","pushedAt":"2024-05-27T12:48:17.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"runtimelab-bot","name":null,"path":"/runtimelab-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72634069?s=80&v=4"},"commit":{"message":"Disable Loader pri-1 tests that don't compile (#102709)\n\nThese test various bad or crazy IL that we're never going to fix due to a test failure alone (would need a better business justification to spend time on).","shortMessageHtmlLink":"Disable Loader pri-1 tests that don't compile (#102709)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEVnNtuwA","startCursor":null,"endCursor":null}},"title":"Activity · dotnet/runtimelab"}