Jon Person
Jon Person
## Description This update refactors the API Documentation generator to add several features: * Strongly typed documentation objects for `ApiPage.razor` to use * Improved trimmability by removing all Reflection code...
## Description This update adds XML documentation for `MudColorPicker` and related classes: * ColorPickerMode * ColorPickerView This update also removes prior documentation for the `RightToLeft` property in some components because...
## Description This update adds XML documentation for `MudDrawer` and a few related enumerations: * DrawerVariant * DrawerClipMode * Anchor * Breakpoint This update fixes #1020. ## How Has This...
**What would you like to be added**: Calls to `Log.LogError(Exception)` if an exception occurs during a health check. **Why is this needed**: Currently, if an exception occurs during a health...
This update adds a new `MudJsonTreeView` component which can display JSON text using a `MudTreeView` component. Supported features include: * JSON string, GUID, date, number, and boolean values * JSON...
### Bug type Docs (mudblazor.com) ### Component name _No response_ ### What happened? After the release of #8903, there are continued bug fixes and improvements to make regarding API documentation...
## Description This update discards the homegrown XML documentation code in favor of [LoxSmoke.DocXmlReader] which has active support and better testing. Resolves issues in #9273 : Reported by @iwis: *...
## Description This update fixes bugs mentioned in #9273 for the API documentation pages: #### Reported by @iwis: - [X] Re-add the "Categories/Inheritance/None" grouping for members - [X] The "Events"...