Version 2024.12.15.0

Release notes for version 2024.12.15.0.

Build Tools

  • The dotnet build version of the tools have been upgraded from the obsolete .NET Core 3.1 to .NET 8.0.

  • Moved the generate inherited documentation tool code into the build engine and removed the separate tool project and configuration file.

  • Fixed a crash in MRefBuilder when using a public static ref readonly property.

  • Updated the HTML extract task to handle logging warnings properly when processing the files in parallel.

  • Updated the .NET reflection data set with the .NET 9.0 assemblies.

Presentation Styles

  • Fixed the presentation styles so that they do not incorrectly mark ref struct types as obsolete unless specifically marked by the user as such (it ignores the compiler added attribute for versions that don't support them).

See Also

Other Resources