v2.65.0 #8603
yufeih
announced in
Announcement
v2.65.0
#8603
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Enhanced <inheritdoc /> support
The
<inheritdoc />
tag for C# documentation comments now behaves more like Visual Studio and Visual Studio Code. Members automatically inherit documentation from their base class or interfaces, including base class library types. Additionally, you can use the cref and path attributes to customize the behavior of<inheritdoc />
.Mermaid Diagrams in markdown
You can now create Mermaid diagrams using markdown code blocks. Here's a simple example:
LaTeX Math Expression in markdown
Incorporate LaTeX math expressions in your documentation using the $ or $$ delimiter. For instance:
What's Changed
💥 Breaking Changes
🎉 New Features
💪 Other Changes
Full Changelog: v2.64.0...v2.65.0
This discussion was created from the release v2.65.0.
Beta Was this translation helpful? Give feedback.
All reactions