Release notes for version 2024.9.12.0.
Fixed an issue with the Open XML file generator caused by the version of System.Drawing.Common used by Visual Studio 2022.
Fixed the code block component so that it removes the trailing comment characters on F# regions.
Added support for NuGet central package management.
Fixed error reporting for namespace summary issues.
Fixed handling of reference assemblies in MRefBuilder. It 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.
Fixed all presentation styles so that they correctly handle extension methods on the enumeration type member pages.
Changed the handling of the AlwaysShowTopLevelAutoOutline transform argument in the Default2022 presentation style to hide the In This Article section if set to true since there's no real need to have both visible.
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.
Updated the web search in the Default2022 and VS2013 presentation styles to allow for numbers as keywords. Also added support for the new IncludeIntegerEnumSeparators transformation argument to all presentation styles that can be set to false to prevent integer enumeration values from being formatted with separators.