deps: Update dependency Grynwald.MdDocs.MSBuild to version 0.6.39#162
Open
renovate[bot] wants to merge 2 commits intomasterfrom
Open
deps: Update dependency Grynwald.MdDocs.MSBuild to version 0.6.39#162renovate[bot] wants to merge 2 commits intomasterfrom
renovate[bot] wants to merge 2 commits intomasterfrom
Conversation
Updates-dependency: Grynwald.MdDocs.MSBuild Updates-dependency-from-version: 0.5.180 Updates-dependency-to-version: 0.6.39
Contributor
Author
⚠ Artifact update problemRenovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: src/Utilities/packages.lock.json, src/Utilities.Test/packages.lock.jsonFile name: src/Utilities.Logging/packages.lock.jsonFile name: src/Utilities.Configuration/packages.lock.json, src/Utilities.Configuration.Test/packages.lock.json |
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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.
This PR contains the following updates:
0.5.180->0.6.39Release Notes
ap0llo/mddocs
v0.6.39New Features
Bug Fixes
Breaking Changes
Details
.NET CLI tool: Allow mddocs to run on newer versions of .NET by default
Enable .NET runtime setting to allow running mddocs on newer versions of .NET if none of the supported runtimes are available.
This means - while currently, the mddocs CLI tool supports .NET 6 and .NET 7, it will use the .NET 8 or newer runtime when no version of .NET 6 or .NET 7 is installed.
781564eMSBuild Integration: Run MdDocs outside MSBuild process
Breaking Change: The Grynwald.MdDocs.MSBuild package now requires the .NET 6 (or later) runtime to be installed, even when running in "Full Version" MSBuild or Visual Studio
In the MSBuild integration, replace the MdDocs MSBuild tasks that run MdDocs inside the MSBuild process with targets that run the MdDocs CLI in a separate process.
This way, MdDocs needs to only run on .NET 6 / .NET 7 and no longer has to consider compatibility with .NET Framework.
Also, this should resolve any dependency conflicts between MdDocs and MSBuild.
The MSBuild integration continues to work in both the "Core" (.NET SDK) and "Desktop" (Visual Studio) versions of MSBuild as long as a compatible .NET runtime is installed.
a502c7bRemove framework assembly references from Grynwald.MdDocs.MSBuild NuGet package
Remove redundant framework assembly references since the Grynwald.MdDocs.MSBuild package is a build tools package which does not require references to .NET Framework assemblies to be added to consuming projects.
14d8c73Retain blank lines from <code> blocks in the Markdown output
Update dependency Grynwald.MarkdownGenerator to version 3.0.106 which includes a fix for serialization of Markdown code blocks (all blank lines from code blocks used to be removed from the output).
720c8aeConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.