Bump xmldoc2markdown from 5.0.0 to 6.0.0 - #66
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
--- updated-dependencies: - dependency-name: xmldoc2markdown dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/nuget/dot-config/xmldoc2markdown-6.0.0
branch
from
September 6, 2026 13:59
c691854 to
a026edf
Compare
Owner
|
Merged via #68, which cherry-picked this commit onto the current |
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
dependabot
Bot
deleted the
dependabot/nuget/dot-config/xmldoc2markdown-6.0.0
branch
September 6, 2026 16:06
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated xmldoc2markdown from 5.0.0 to 6.0.0.
Release notes
Sourced from xmldoc2markdown's releases.
6.0.0
Added
--platform <plain|github-pages|jekyll|gitlab-wiki|just-the-docs|docusaurus>with per-knob overrides--link-extensionand--link-prefix. #22--front-matter <none|jekyll|just-the-docs|docusaurus>, with extra static keys via repeatable--front-matter-field key=value. #36<inheritdoc/>expansion — merges documentation from the inheritance source, with cycle protection and per-param/typeparam/exception matching. #41record classandreadonly record structon the type signature; compiler-synthesised members filtered out. #39where T : …) rendered after the parameter list for types and methods.virtual,override,sealed override, and best-effortnew.static abstractinterface members rendered with canonical C# modifiers.ref,in,out,params) and default values in signatures and per-parameter prose.string?,IEnumerable<string?>?, etc.) viaNullabilityInfoContext;Nullable<T>collapsed toT?.(int X, string Y)instead ofValueTuple<int, string>.asyncmodifier emitted on method signatures.initaccessor replacesset;on init-only properties.int(e.g.public enum MyByteEnum : byte).requiredmodifier emitted on fields and properties.readonly structandref structkeywords rendered on type signatures.operator +,implicit operator T, etc.).this[T index]in their own Indexers section.Performance
Fixes
IsNestedPublic) were not documented.ReflectionTypeLoadExceptionfalls back toex.Typeswith a warning.crefparameter counting corrected:Foo()counted as zero params; generic arguments with commas no longer over-counted.|in summaries — escaped as|.MemberTypesAliasesreverse lookups now return the correct general member type.crefs (e.g.Dictionary{TKey,TValue}) now resolve to working links.<see cref="..."/>no longer renders as empty — falls back to the parsed display name.creflookups.creffallback uses inline code instead of plain text.crefs now produce working links (CLR+nesting vs XML.separator). #31System.*,Microsoft.*,Windows.*) now link to MS Learn. #42docs.microsoft.comtolearn.microsoft.com.Breaking changes
--github-pagesand--gitlab-wikioptions removed — migrate to--platform github-pages/--platform gitlab-wiki.Commits viewable in compare view.