{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":41150635,"defaultBranch":"master","name":"MoreLINQ","ownerLogin":"morelinq","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-08-21T10:39:10.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/13901851?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1711999366.0","currentOid":""},"activityList":{"items":[{"before":"9a2cc9f3a0fe94ea11a0be1371c97c2e7ac01568","after":"bb478ee905fbd516dd4c1e4b3e7911767e863232","ref":"refs/heads/master","pushedAt":"2024-05-20T13:05:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"atifaziz","name":"Atif Aziz","path":"/atifaziz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20511?s=80&v=4"},"commit":{"message":"Pin to .NET SDK 8.0.2xx","shortMessageHtmlLink":"Pin to .NET SDK 8.0.2xx"}},{"before":"bd10cf9d10e400de2f634917787c047f9d687974","after":"9a2cc9f3a0fe94ea11a0be1371c97c2e7ac01568","ref":"refs/heads/master","pushedAt":"2024-05-06T20:10:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"atifaziz","name":"Atif Aziz","path":"/atifaziz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20511?s=80&v=4"},"commit":{"message":"Remove testing against .NET 7 (near end-of-life)\n\n.NET 7 reaches end-of-life on May 14, 2024:\r\n\r\nhttps://dotnet.microsoft.com/en-us/download/dotnet/7.0","shortMessageHtmlLink":"Remove testing against .NET 7 (near end-of-life)"}},{"before":"017e47757893d9168c78ae374a22016650871bd5","after":"bd10cf9d10e400de2f634917787c047f9d687974","ref":"refs/heads/master","pushedAt":"2024-05-06T18:19:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"atifaziz","name":"Atif Aziz","path":"/atifaziz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20511?s=80&v=4"},"commit":{"message":"Update NuGet package validation tool to latest version","shortMessageHtmlLink":"Update NuGet package validation tool to latest version"}},{"before":"9e8073d8b502fbc91697d3cdb25b97a23d71a6c4","after":"017e47757893d9168c78ae374a22016650871bd5","ref":"refs/heads/master","pushedAt":"2024-05-01T12:21:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"atifaziz","name":"Atif Aziz","path":"/atifaziz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20511?s=80&v=4"},"commit":{"message":"Use static iterator methods to avoid closure\n\nThis is a squashed merge of PR #1064 that:\r\n\r\n- closes #906\r\n- fixes #1065\r\n\r\n---------\r\n\r\nCo-authored-by: Atif Aziz ","shortMessageHtmlLink":"Use static iterator methods to avoid closure"}},{"before":"7ccea7acb5e8b317af91a5148a3550ee45810599","after":"9e8073d8b502fbc91697d3cdb25b97a23d71a6c4","ref":"refs/heads/master","pushedAt":"2024-04-01T15:35:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"atifaziz","name":"Atif Aziz","path":"/atifaziz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20511?s=80&v=4"},"commit":{"message":"Update packages to their latest versions","shortMessageHtmlLink":"Update packages to their latest versions"}},{"before":"5bf0bbcd4277a852be5f6974c7dd5ca4973f7c6b","after":"7ccea7acb5e8b317af91a5148a3550ee45810599","ref":"refs/heads/master","pushedAt":"2024-04-01T14:20:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"atifaziz","name":"Atif Aziz","path":"/atifaziz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20511?s=80&v=4"},"commit":{"message":"Fix style errors: IDE0028, IDE0290, IDE0300 & IDE0301\n\n- bld\\ExtensionsGenerator\\Program.cs(394,15,394,35): error IDE0290: Use primary constructor\n- bld\\ExtensionsGenerator\\Program.cs(386,81,386,86): error IDE0301: Collection initialization can be simplified\n- bld\\ExtensionsGenerator\\Program.cs(362,15,362,22): error IDE0290: Use primary constructor\n- MoreLinq\\FullGroupJoin.cs(165,67,165,72): error IDE0301: Collection initialization can be simplified\n- MoreLinq\\Maxima.cs(243,37,243,42): error IDE0301: Collection initialization can be simplified\n- MoreLinq\\Maxima.cs(293,89,293,94): error IDE0301: Collection initialization can be simplified\n- MoreLinq\\Maxima.cs(323,28,323,31): error IDE0028: Collection initialization can be simplified\n- MoreLinq\\Maxima.cs(235,37,235,42): error IDE0301: Collection initialization can be simplified\n- MoreLinq\\Partition.cs(356,28,356,33): error IDE0301: Collection initialization can be simplified\n- MoreLinq\\Partition.cs(357,28,357,33): error IDE0301: Collection initialization can be simplified\n- MoreLinq\\Partition.cs(358,28,358,33): error IDE0301: Collection initialization can be simplified\n- MoreLinq\\TakeLast.cs(57,43,57,48): error IDE0301: Collection initialization can be simplified\n- MoreLinq.Test\\TestExtensions.cs(41,69,41,72): error IDE0300: Collection initialization can be simplified\n- MoreLinq.Test\\TestExtensions.cs(36,67,36,70): error IDE0300: Collection initialization can be simplified\n- MoreLinq.Test\\TestExtensions.cs(36,67,36,72): error IDE0300: Collection initialization can be simplified\n- MoreLinq.Test\\TestExtensions.cs(41,69,41,74): error IDE0300: Collection initialization can be simplified\n- MoreLinq.Test\\TestExtensions.cs(47,63,47,66): error IDE0300: Collection initialization can be simplified\n- MoreLinq.Test\\TestExtensions.cs(47,63,47,68): error IDE0300: Collection initialization can be simplified\n- MoreLinq.Test\\SampleData.cs(33,71,33,74): error IDE0300: Collection initialization can be simplified\n- MoreLinq.Test\\SampleData.cs(33,71,33,76): error IDE0300: Collection initialization can be simplified\n- MoreLinq.Test\\SampleData.cs(28,75,28,78): error IDE0300: Collection initialization can be simplified\n- MoreLinq.Test\\SampleData.cs(28,75,28,80): error IDE0300: Collection initialization can be simplified\n- MoreLinq.Test\\AggregateTest.cs(100,57,100,60): error IDE0300: Collection initialization can be simplified\n- MoreLinq.Test\\AggregateTest.cs(100,57,100,69): error IDE0300: Collection initialization can be simplified\n- MoreLinq.Test\\BacksertTest.cs(35,64,35,67): error IDE0300: Collection initialization can be simplified\n- MoreLinq.Test\\BacksertTest.cs(35,64,35,69): error IDE0300: Collection initialization can be simplified\n- MoreLinq.Test\\EndsWithTest.cs(55,45,55,48): error IDE0300: Collection initialization can be simplified\n- MoreLinq.Test\\EndsWithTest.cs(55,45,55,55): error IDE0300: Collection initialization can be simplified\n- MoreLinq.Test\\EndsWithTest.cs(61,45,61,48): error IDE0300: Collection initialization can be simplified\n- MoreLinq.Test\\EndsWithTest.cs(61,45,61,50): error IDE0300: Collection initialization can be simplified\n- MoreLinq.Test\\CountDownTest.cs(157,27,157,35): error IDE0290: Use primary constructor\n- MoreLinq.Test\\Enumerable.cs(148,28,148,33): error IDE0301: Collection initialization can be simplified\n- MoreLinq.Test\\InsertTest.cs(28,62,28,65): error IDE0300: Collection initialization can be simplified\n- MoreLinq.Test\\InsertTest.cs(28,62,28,67): error IDE0300: Collection initialization can be simplified\n- MoreLinq.Test\\Scope.cs(26,19,26,24): error IDE0290: Use primary constructor\n- MoreLinq.Test\\ReturnTest.cs(151,53,151,56): error IDE0300: Collection initialization can be simplified\n- MoreLinq.Test\\ReturnTest.cs(151,53,151,65): error IDE0300: Collection initialization can be simplified\n- MoreLinq.Test\\StartsWithTest.cs(55,47,55,50): error IDE0300: Collection initialization can be simplified\n- MoreLinq.Test\\StartsWithTest.cs(55,47,55,57): error IDE0300: Collection initialization can be simplified\n- MoreLinq.Test\\StartsWithTest.cs(61,47,61,50): error IDE0300: Collection initialization can be simplified\n- MoreLinq.Test\\StartsWithTest.cs(61,47,61,52): error IDE0300: Collection initialization can be simplified\n- MoreLinq.Test\\TraverseTest.cs(41,111,41,116): error IDE0301: Collection initialization can be simplified\n- MoreLinq.Test\\TraverseTest.cs(49,113,49,118): error IDE0301: Collection initialization can be simplified\n\nSee also:\n\n- IDE0028: Use primary constructor\n https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0028\n\n- IDE0290: Use primary constructor\n https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290\n\n- IDE0300: Collection initialization can be simplified\n https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0300\n\n- IDE0301: Collection initialization can be simplified\n https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0301","shortMessageHtmlLink":"Fix style errors: IDE0028, IDE0290, IDE0300 & IDE0301"}},{"before":"d2b0a3f29e88fd009f31d86584cba342d968ed55","after":null,"ref":"refs/heads/main","pushedAt":"2024-04-01T11:38:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"atifaziz","name":"Atif Aziz","path":"/atifaziz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20511?s=80&v=4"}},{"before":"60390e8d9825b86c68982ebae3cd30c1549cdec3","after":"5bf0bbcd4277a852be5f6974c7dd5ca4973f7c6b","ref":"refs/heads/master","pushedAt":"2024-04-01T11:38:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"atifaziz","name":"Atif Aziz","path":"/atifaziz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20511?s=80&v=4"},"commit":{"message":"Fix pending tasks wait loop in (async) \"Merge\"","shortMessageHtmlLink":"Fix pending tasks wait loop in (async) \"Merge\""}},{"before":null,"after":"d2b0a3f29e88fd009f31d86584cba342d968ed55","ref":"refs/heads/main","pushedAt":"2024-04-01T11:38:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"atifaziz","name":"Atif Aziz","path":"/atifaziz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20511?s=80&v=4"},"commit":{"message":"Use object pattern to get value in tests","shortMessageHtmlLink":"Use object pattern to get value in tests"}},{"before":"48279d039fa99b136c804adf65c676f7521797cc","after":"60390e8d9825b86c68982ebae3cd30c1549cdec3","ref":"refs/heads/master","pushedAt":"2024-01-20T16:11:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"atifaziz","name":"Atif Aziz","path":"/atifaziz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20511?s=80&v=4"},"commit":{"message":"Ignore CI build on GitHub on AppVeyor changes","shortMessageHtmlLink":"Ignore CI build on GitHub on AppVeyor changes"}},{"before":"00fbb7e23b202a6646277b1f16cbd84f3c00b10e","after":"48279d039fa99b136c804adf65c676f7521797cc","ref":"refs/heads/master","pushedAt":"2024-01-20T16:08:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"atifaziz","name":"Atif Aziz","path":"/atifaziz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20511?s=80&v=4"},"commit":{"message":"Update Ubuntu image on CI to use 18.04","shortMessageHtmlLink":"Update Ubuntu image on CI to use 18.04"}},{"before":"47a14cb22091f464b582e083a6842bc4ef6589f4","after":"00fbb7e23b202a6646277b1f16cbd84f3c00b10e","ref":"refs/heads/master","pushedAt":"2024-01-20T16:07:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"atifaziz","name":"Atif Aziz","path":"/atifaziz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20511?s=80&v=4"},"commit":{"message":"Add GitHub Action workflow for building","shortMessageHtmlLink":"Add GitHub Action workflow for building"}},{"before":"0e154ef592f33ce0f6f3d534a9eedee273f0ce72","after":"47a14cb22091f464b582e083a6842bc4ef6589f4","ref":"refs/heads/master","pushedAt":"2024-01-19T18:11:48.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"atifaziz","name":"Atif Aziz","path":"/atifaziz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20511?s=80&v=4"},"commit":{"message":"Use object pattern to get value in tests","shortMessageHtmlLink":"Use object pattern to get value in tests"}},{"before":"4272b2b2198eb079e986d164383d246e8a207faf","after":"0e154ef592f33ce0f6f3d534a9eedee273f0ce72","ref":"refs/heads/master","pushedAt":"2023-11-27T08:04:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"atifaziz","name":"Atif Aziz","path":"/atifaziz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20511?s=80&v=4"},"commit":{"message":"Refactor \"Permutations\" into an iterator method","shortMessageHtmlLink":"Refactor \"Permutations\" into an iterator method"}},{"before":"2a7257731b7ec96aa602c77ff2e6c61450f79a0d","after":"4272b2b2198eb079e986d164383d246e8a207faf","ref":"refs/heads/master","pushedAt":"2023-11-25T09:09:11.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"atifaziz","name":"Atif Aziz","path":"/atifaziz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20511?s=80&v=4"},"commit":{"message":"Update shipped API for v4.1","shortMessageHtmlLink":"Update shipped API for v4.1"}},{"before":"a263661f61ffc11ecad07f3a6f8fe2418a68f774","after":"2a7257731b7ec96aa602c77ff2e6c61450f79a0d","ref":"refs/heads/master","pushedAt":"2023-11-22T08:28:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"atifaziz","name":"Atif Aziz","path":"/atifaziz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20511?s=80&v=4"},"commit":{"message":"Refactor \"Subsets\" core into an iterator method","shortMessageHtmlLink":"Refactor \"Subsets\" core into an iterator method"}},{"before":"c349f1dacac1c074a1913c95ce1046e612214363","after":"a263661f61ffc11ecad07f3a6f8fe2418a68f774","ref":"refs/heads/master","pushedAt":"2023-11-20T07:46:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"atifaziz","name":"Atif Aziz","path":"/atifaziz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20511?s=80&v=4"},"commit":{"message":"Use \"EqualityComparer.Create\" from .NET 8","shortMessageHtmlLink":"Use \"EqualityComparer<T>.Create\" from .NET 8"}},{"before":"3a3c256dd603d02b0e880dd1ffbd7fcba8a87454","after":"c349f1dacac1c074a1913c95ce1046e612214363","ref":"refs/heads/master","pushedAt":"2023-11-20T06:38:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"atifaziz","name":"Atif Aziz","path":"/atifaziz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20511?s=80&v=4"},"commit":{"message":"Hide \"ToDictionary\" in .NET 8+\n\nThis is a squashed merge of PR #1040 that close #1012.\r\n\r\n---------\r\nCo-authored-by: Atif Aziz ","shortMessageHtmlLink":"Hide \"ToDictionary\" in .NET 8+"}},{"before":"2024e821c44dae4383e664946fcb8dc0344dae0e","after":"3a3c256dd603d02b0e880dd1ffbd7fcba8a87454","ref":"refs/heads/master","pushedAt":"2023-11-19T18:40:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"atifaziz","name":"Atif Aziz","path":"/atifaziz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20511?s=80&v=4"},"commit":{"message":"Add \"Duplicates\" extension\n\nThis is a squashed merge of PR #1037 that partially addresses #125.\r\n\r\n---------\r\n\r\nCo-authored-by: Atif Aziz ","shortMessageHtmlLink":"Add \"Duplicates\" extension"}},{"before":"3de8b3fc9fa7fc74cb093df469ab948e544f04bf","after":"2024e821c44dae4383e664946fcb8dc0344dae0e","ref":"refs/heads/master","pushedAt":"2023-11-19T17:26:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"atifaziz","name":"Atif Aziz","path":"/atifaziz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20511?s=80&v=4"},"commit":{"message":"Set naming rules & \"this\" qualifier as a by-product","shortMessageHtmlLink":"Set naming rules & \"this\" qualifier as a by-product"}},{"before":"a0f72ab0d1eacb752e2d940ecac436ea382c7af6","after":"3de8b3fc9fa7fc74cb093df469ab948e544f04bf","ref":"refs/heads/master","pushedAt":"2023-11-19T13:13:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"atifaziz","name":"Atif Aziz","path":"/atifaziz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20511?s=80&v=4"},"commit":{"message":"Refactor \"RandomSubset\" internals for DRY, removing closure\n\nThis is a squashed merge of PR #1049.\r\n\r\n---------\r\n\r\nCo-authored-by: Atif Aziz ","shortMessageHtmlLink":"Refactor \"RandomSubset\" internals for DRY, removing closure"}},{"before":"80ab81c9e06af0409e621ddeef7f83e4f4ebf0b9","after":"a0f72ab0d1eacb752e2d940ecac436ea382c7af6","ref":"refs/heads/master","pushedAt":"2023-11-18T15:32:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"atifaziz","name":"Atif Aziz","path":"/atifaziz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20511?s=80&v=4"},"commit":{"message":"Address \"Subsets\" to-do about clearer members names","shortMessageHtmlLink":"Address \"Subsets\" to-do about clearer members names"}},{"before":"9a4ea61b5b5b15c7695bd846695a5a9aa84cf8f1","after":"80ab81c9e06af0409e621ddeef7f83e4f4ebf0b9","ref":"refs/heads/master","pushedAt":"2023-11-18T12:18:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"atifaziz","name":"Atif Aziz","path":"/atifaziz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20511?s=80&v=4"},"commit":{"message":"Update to using C# 12","shortMessageHtmlLink":"Update to using C# 12"}},{"before":"97dbe9874072cdf149c21daa663c22a9de9779c6","after":"9a4ea61b5b5b15c7695bd846695a5a9aa84cf8f1","ref":"refs/heads/master","pushedAt":"2023-11-16T22:04:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"atifaziz","name":"Atif Aziz","path":"/atifaziz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20511?s=80&v=4"},"commit":{"message":"Use .NET 8 SDK to add .NET 8 target\n\nThis is a squashed merge of PR #1041.\r\n---------\r\n\r\nCo-authored-by: Stuart Turner ","shortMessageHtmlLink":"Use .NET 8 SDK to add .NET 8 target"}},{"before":"b9dd2a6a281808c8f35bd804ddc60d74a2d59f84","after":"97dbe9874072cdf149c21daa663c22a9de9779c6","ref":"refs/heads/master","pushedAt":"2023-11-15T23:15:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"atifaziz","name":"Atif Aziz","path":"/atifaziz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20511?s=80&v=4"},"commit":{"message":"Set package validation baseline to version 4.0","shortMessageHtmlLink":"Set package validation baseline to version 4.0"}},{"before":"318361afe1dae79a043ef974bbf538421a4c03ae","after":"b9dd2a6a281808c8f35bd804ddc60d74a2d59f84","ref":"refs/heads/master","pushedAt":"2023-11-13T19:25:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"atifaziz","name":"Atif Aziz","path":"/atifaziz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20511?s=80&v=4"},"commit":{"message":"Update test packages to latest versions","shortMessageHtmlLink":"Update test packages to latest versions"}},{"before":"f884919df12b63ebf41de55756dc8ab090a7a00e","after":"318361afe1dae79a043ef974bbf538421a4c03ae","ref":"refs/heads/master","pushedAt":"2023-11-13T18:36:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"atifaziz","name":"Atif Aziz","path":"/atifaziz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20511?s=80&v=4"},"commit":{"message":"Prepare for 4.1","shortMessageHtmlLink":"Prepare for 4.1"}},{"before":"0a38ee4c3a9dbfa0163a775b4a636c2c62857ddf","after":"f884919df12b63ebf41de55756dc8ab090a7a00e","ref":"refs/heads/master","pushedAt":"2023-11-10T12:44:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"atifaziz","name":"Atif Aziz","path":"/atifaziz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20511?s=80&v=4"},"commit":{"message":"Update shipped API per v4.0","shortMessageHtmlLink":"Update shipped API per v4.0"}},{"before":"092a40d82a1b280568ffa006d9a210bdec0792cd","after":"0a38ee4c3a9dbfa0163a775b4a636c2c62857ddf","ref":"refs/heads/master","pushedAt":"2023-11-10T07:34:24.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"atifaziz","name":"Atif Aziz","path":"/atifaziz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20511?s=80&v=4"},"commit":{"message":"Update .NET install scripts\n\n- https://dot.net/v1/dotnet-install.ps1\n- https://dot.net/v1/dotnet-install.sh","shortMessageHtmlLink":"Update .NET install scripts"}},{"before":"02098976df09e8bdd9e9acb45c401071ee91d68c","after":"092a40d82a1b280568ffa006d9a210bdec0792cd","ref":"refs/heads/master","pushedAt":"2023-10-28T13:53:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"atifaziz","name":"Atif Aziz","path":"/atifaziz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20511?s=80&v=4"},"commit":{"message":"Fix exception thrown for invalid \"Pad\"/\"PadStart\" width\n\nThis is a squashed merge of PR #1030 that:\n\n- fixes #1027\n- fixes #1028","shortMessageHtmlLink":"Fix exception thrown for invalid \"Pad\"/\"PadStart\" width"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAETs36YwA","startCursor":null,"endCursor":null}},"title":"Activity ยท morelinq/MoreLINQ"}