{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":29645643,"defaultBranch":"master","name":"SHFB","ownerLogin":"EWSoftware","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-01-22T02:40:10.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/10552523?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1726165059.0","currentOid":""},"activityList":{"items":[{"before":"476bfb12a0479b5c0071d85f5230e66f2ac54ffe","after":"2aea03b93543920d15a31d7ec7a4e5814ce99ad1","ref":"refs/heads/master","pushedAt":"2024-09-21T17:08:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Fixed issue with public static ref readonly property\n\nFixes #1083","shortMessageHtmlLink":"Fixed issue with public static ref readonly property"}},{"before":"09c91c6923c18f44793647dc803033480bad9908","after":"476bfb12a0479b5c0071d85f5230e66f2ac54ffe","ref":"refs/heads/master","pushedAt":"2024-09-14T17:41:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Removed unused GuidFolder naming method code","shortMessageHtmlLink":"Removed unused GuidFolder naming method code"}},{"before":"f82b80fd8b68686e3215fb78ff2f15d0e4716af1","after":"09c91c6923c18f44793647dc803033480bad9908","ref":"refs/heads/master","pushedAt":"2024-09-13T22:36:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Generate inherited docs tool changes\n\n- Moved the generate inherited docs tool code into the build engine and removed the separate tool project and configuration file.","shortMessageHtmlLink":"Generate inherited docs tool changes"}},{"before":"f88e8feb48b2a27566a0bd36ff97bf09d9252b3b","after":"f82b80fd8b68686e3215fb78ff2f15d0e4716af1","ref":"refs/heads/master","pushedAt":"2024-09-13T03:02:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Target framework updates\n\n- Updated affected projects from the obsolete .NET Core 3.1 to .NET 8.0 target framework.\n- Removed obsolete code from MRefBuilder related to CAS to get rid of all the build warnings in the .NET 8 targets. Also marked it as a Windows-only assembly as it relies on some Windows APIs.","shortMessageHtmlLink":"Target framework updates"}},{"before":"57c11c94c58a59a3ff71b6ad7cd0d5a846d2a05d","after":"f88e8feb48b2a27566a0bd36ff97bf09d9252b3b","ref":"refs/heads/master","pushedAt":"2024-09-12T18:04:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Updates for publication","shortMessageHtmlLink":"Updates for publication"}},{"before":"f7c384b6c2a165299ad84e1d105dc20ff7604072","after":"57c11c94c58a59a3ff71b6ad7cd0d5a846d2a05d","ref":"refs/heads/master","pushedAt":"2024-09-07T18:43:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Fixed handling of reference assemblies in MRefBuilder.\n\nIt now gives precedence to those specified in the project over those from the target platform to avoid conflicts when there is a matching assembly in both. Fixes #1076.","shortMessageHtmlLink":"Fixed handling of reference assemblies in MRefBuilder."}},{"before":"e4a9d8e5e1a527ee2a8d1ed6d58ff465fcc402d9","after":"f7c384b6c2a165299ad84e1d105dc20ff7604072","ref":"refs/heads/master","pushedAt":"2024-08-30T21:03:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Minor update to AlwaysShowTopLevelAutoOutline option\n\nChanged handling of the new AlwaysShowTopLevelAutoOutline transform argument in the Default2022 presentation style to hide the In This Article section if set to true since there's no really need to have both visible. Fixes #1047.","shortMessageHtmlLink":"Minor update to AlwaysShowTopLevelAutoOutline option"}},{"before":"ed4843b882fbaacce320d9c0f7d73fba6da25de3","after":"e4a9d8e5e1a527ee2a8d1ed6d58ff465fcc402d9","ref":"refs/heads/master","pushedAt":"2024-08-30T20:39:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Fixed incorrect namespace summary error reporting\n\nFixes #1077","shortMessageHtmlLink":"Fixed incorrect namespace summary error reporting"}},{"before":"a400de872fd95ddd96ed6eebd4eeebcc4148af33","after":"ed4843b882fbaacce320d9c0f7d73fba6da25de3","ref":"refs/heads/master","pushedAt":"2024-08-30T17:25:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Package reference fix\n\n- Added support for NuGet central package management. Fixes #1051, fixes #1052, fixes #1057.\n- Add references to online info for Docker support to the XCOPY/NuGet deployment help topic.","shortMessageHtmlLink":"Package reference fix"}},{"before":"08c21c4c2bf17303d9de26dfd3f6417d267c2695","after":"a400de872fd95ddd96ed6eebd4eeebcc4148af33","ref":"refs/heads/master","pushedAt":"2024-08-03T01:10:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Changes made:\n- Updated the full text index to allow numbers and words with digits. This allows searching for enumeration values and member names containing digits. The text indexed is now limited to the topic content to prevent including lots of unwanted index words from the page header and footer such as copyright and contact info that appears in every page. Fixes #1049.\n- Updated the web search in the Default2022 and VS2013 presentation styles to allow for numbers as keywords. Also added support for the IncludeIntegerEnumSeparators transformation argument to all presentation styles that can be set to false to prevent integer enumeration values from being formatted with separators.","shortMessageHtmlLink":"Changes made:"}},{"before":"afbde291d979eb90fa10e117e1ade55078e8c23d","after":"08c21c4c2bf17303d9de26dfd3f6417d267c2695","ref":"refs/heads/master","pushedAt":"2024-08-02T18:18:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Changes made in this release:\n- Fixed all presentation styles so that they correctly handle extension methods on the enumeration type member pages. Fixes #1071.\n- Fixed the code block component so that it removes the trailing comment characters on F# regions. Fixes #1058.","shortMessageHtmlLink":"Changes made in this release:"}},{"before":"9d8700abcce50c8bc656602da961a5556013d3ca","after":null,"ref":"refs/heads/dependabot/nuget/SHFB/Source/SandcastleBuilderUtils/System.Text.Json-8.0.4","pushedAt":"2024-07-22T20:21:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"21cf6e7f38a3a953ae242a46757ff971548fefbb","after":null,"ref":"refs/heads/dependabot/nuget/SHFB/Source/SandcastleBuilderUtils/SixLabors.ImageSharp-2.1.9","pushedAt":"2024-07-22T20:21:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"9d46bf03f639cb91a1a5b8eb0c7cf7b428d5f21b","after":"afbde291d979eb90fa10e117e1ade55078e8c23d","ref":"refs/heads/master","pushedAt":"2024-07-22T20:20:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Bump SixLabors.ImageSharp in /SHFB/Source/SandcastleBuilderUtils (#1072)\n\nBumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 2.1.8 to 2.1.9.\r\n- [Release notes](https://github.com/SixLabors/ImageSharp/releases)\r\n- [Commits](https://github.com/SixLabors/ImageSharp/compare/v2.1.8...v2.1.9)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: SixLabors.ImageSharp\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump SixLabors.ImageSharp in /SHFB/Source/SandcastleBuilderUtils (#1072)"}},{"before":null,"after":"21cf6e7f38a3a953ae242a46757ff971548fefbb","ref":"refs/heads/dependabot/nuget/SHFB/Source/SandcastleBuilderUtils/SixLabors.ImageSharp-2.1.9","pushedAt":"2024-07-22T17:57:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump SixLabors.ImageSharp in /SHFB/Source/SandcastleBuilderUtils\n\nBumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 2.1.8 to 2.1.9.\n- [Release notes](https://github.com/SixLabors/ImageSharp/releases)\n- [Commits](https://github.com/SixLabors/ImageSharp/compare/v2.1.8...v2.1.9)\n\n---\nupdated-dependencies:\n- dependency-name: SixLabors.ImageSharp\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump SixLabors.ImageSharp in /SHFB/Source/SandcastleBuilderUtils"}},{"before":null,"after":"9d8700abcce50c8bc656602da961a5556013d3ca","ref":"refs/heads/dependabot/nuget/SHFB/Source/SandcastleBuilderUtils/System.Text.Json-8.0.4","pushedAt":"2024-07-09T21:28:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump System.Text.Json in /SHFB/Source/SandcastleBuilderUtils\n\nBumps System.Text.Json from 6.0.0 to 8.0.4.\n\n---\nupdated-dependencies:\n- dependency-name: System.Text.Json\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump System.Text.Json in /SHFB/Source/SandcastleBuilderUtils"}},{"before":"4fbb4a072eb5e7b5665acebaf2420dd943239ad8","after":"9d46bf03f639cb91a1a5b8eb0c7cf7b428d5f21b","ref":"refs/heads/master","pushedAt":"2024-06-03T20:20:07.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Merge branch 'master' of https://github.com/EWSoftware/SHFB","shortMessageHtmlLink":"Merge branch 'master' of https://github.com/EWSoftware/SHFB"}},{"before":"c0bd2d58779c954f4ef5edb6ec7f519c8d21a6ad","after":"4fbb4a072eb5e7b5665acebaf2420dd943239ad8","ref":"refs/heads/master","pushedAt":"2024-06-03T20:16:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Fixed issue with Open XML file generator\n\nSwitched to SixLabors.ImageSharp to avoid platform issue with System.Drawing.Common","shortMessageHtmlLink":"Fixed issue with Open XML file generator"}},{"before":"66a8edfc591473d6efc88fe369ecf977850f00e3","after":"c0bd2d58779c954f4ef5edb6ec7f519c8d21a6ad","ref":"refs/heads/master","pushedAt":"2024-02-19T03:18:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Updates for publication","shortMessageHtmlLink":"Updates for publication"}},{"before":"0aa0e6283b570f80174ecbc87266ac941d3116a2","after":"66a8edfc591473d6efc88fe369ecf977850f00e3","ref":"refs/heads/master","pushedAt":"2024-02-18T21:47:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Auto-outline fixes\n\n- Fixed auto-outline element to hide the default lead-in text as well.\n- Added support for always showing the top-level auto-outlines. Closes #1043.","shortMessageHtmlLink":"Auto-outline fixes"}},{"before":"316a00c992aeaa5512379f54ab69e3e711df52d5","after":"0aa0e6283b570f80174ecbc87266ac941d3116a2","ref":"refs/heads/master","pushedAt":"2024-02-04T19:46:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Handle private protected on nested types\n\nPrivate protected nested types are now excluded unless including internals. Fixes #1036.","shortMessageHtmlLink":"Handle private protected on nested types"}},{"before":"a42d08db4cc3162949f8f9d55a26ebdb8aaf8b6d","after":"316a00c992aeaa5512379f54ab69e3e711df52d5","ref":"refs/heads/master","pushedAt":"2024-02-03T03:46:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Presentation style transformation updates\n\n- Added a ShowParametersOnAllMethods transformation argument to all presentation styles to allow showing parameters on all methods, not just overloads, on member list pages. Fixes #1021.\n- Fixed all presentation styles so they render a syntax section even if all syntax generators are disabled so that parameters, returns, and implements info is included in the topic. Fixes #1038.\n- Added '+' to the list of version number separators so that Git commit IDs can be removed from AssemblyInformationalVersion attribute values. Fixes #1039.","shortMessageHtmlLink":"Presentation style transformation updates"}},{"before":"7fe2587abe04e8bf2a43d0cc5e28ed5a681f2bf6","after":"a42d08db4cc3162949f8f9d55a26ebdb8aaf8b6d","ref":"refs/heads/master","pushedAt":"2024-02-02T03:43:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Topic transformation update\n\nAdded HasFooterContent and HasWebsiteAdContent properties to TopicTransformationCore to allow Build Assembler to indicate whether or not the current project contains those items. If not, the transformation is free to remove any related elements to preserve page formatting. Fixes #1020.","shortMessageHtmlLink":"Topic transformation update"}},{"before":"c295876333dfbfdc21f97789eb96a8dcbd799e88","after":"7fe2587abe04e8bf2a43d0cc5e28ed5a681f2bf6","ref":"refs/heads/master","pushedAt":"2024-01-17T02:29:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Removed the Microsoft Docs cross-reference service\n\nReplaced it with the Microsoft Learn member ID URL resolver which does not rely on an external service and doesn't require a persistent cache to store the resolved URLs. Fixes #1035.","shortMessageHtmlLink":"Removed the Microsoft Docs cross-reference service"}},{"before":"37cf7d5b776412498f919b446700c652ff46dbd0","after":"c295876333dfbfdc21f97789eb96a8dcbd799e88","ref":"refs/heads/master","pushedAt":"2024-01-06T00:23:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Disabled Go To Definition on name attribute values.","shortMessageHtmlLink":"Disabled Go To Definition on name attribute values."}},{"before":"2201c42a9dea11b6855b7a6287f1c0f088da251b","after":"37cf7d5b776412498f919b446700c652ff46dbd0","ref":"refs/heads/master","pushedAt":"2024-01-05T22:57:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Various updates and fixes\n\n- Regenerated the .NET reflection data set to include .NET 8.0 members. Closes #1026. Also regenerated the .NET Framework data set to correct a few minor issues with implemented member info.\n- Fixed an issue with the MRefBuilder name matching. Fixes #1032.\n- Added support for .NET 7 static interface members. Fixes #1010. Fixes #1034.\n- Made BE0060 an error instead of a warning since the vast majority of the time the problem does cause invalid CHM file output even if the build succeeds. Closes #1028. Closes #1030.\n- Fixed the syntax for finalizers in the C# and managed C++ syntax generators.","shortMessageHtmlLink":"Various updates and fixes"}},{"before":"48faed985fefbf286c2078fa69b1e65781f2bd2d","after":"2201c42a9dea11b6855b7a6287f1c0f088da251b","ref":"refs/heads/master","pushedAt":"2023-07-08T20:45:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Updates for publication","shortMessageHtmlLink":"Updates for publication"}},{"before":"e446e6d0113329409a4fe5e892a0a493331d76de","after":"48faed985fefbf286c2078fa69b1e65781f2bd2d","ref":"refs/heads/master","pushedAt":"2023-07-04T17:56:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Added resizable TOC column support\n\nMerged changes from J. Ritchie Carroll to support a resizable TOC column. Added a new ResizableTocColumn transformation argument to allow it to be enabled.","shortMessageHtmlLink":"Added resizable TOC column support"}},{"before":"1901e405fdbd59c4c149d8bcfd8a0bb498357aa3","after":"e446e6d0113329409a4fe5e892a0a493331d76de","ref":"refs/heads/master","pushedAt":"2023-07-02T01:26:15.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Merge branch 'master' of https://github.com/EWSoftware/SHFB","shortMessageHtmlLink":"Merge branch 'master' of https://github.com/EWSoftware/SHFB"}},{"before":"df1d0c0653a0a2fdccf69794dd63a11bdfc6f04d","after":"1901e405fdbd59c4c149d8bcfd8a0bb498357aa3","ref":"refs/heads/master","pushedAt":"2023-07-02T01:22:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Added code to prevent a possible race condition in component message logging","shortMessageHtmlLink":"Added code to prevent a possible race condition in component message …"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMVQxNzowODo1Ni4wMDAwMDBazwAAAAS8zQir","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMVQxNzowODo1Ni4wMDAwMDBazwAAAAS8zQir","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNy0wMlQwMToyMjozNS4wMDAwMDBazwAAAANM-kjH"}},"title":"Activity · EWSoftware/SHFB"}