[PR #586] [MERGED] .NET 6.0 #1120

Open
opened 2026-01-29 14:50:02 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/586
Author: @tibel
Created: 1/19/2022
Status: Merged
Merged: 1/20/2022
Merged by: @xoofx

Base: masterHead: feature/net6.0


📝 Commits (8)

📊 Changes

23 files changed (+74 additions, -62 deletions)

View changed files

📝 .github/workflows/ci.yml (+6 -6)
📝 src/Markdig.Benchmarks/Markdig.Benchmarks.csproj (+4 -4)
📝 src/Markdig.Tests/Markdig.Tests.csproj (+5 -5)
📝 src/Markdig.WebApp/Markdig.WebApp.csproj (+2 -2)
📝 src/Markdig.WebApp/Startup.cs (+3 -2)
📝 src/Markdig/Helpers/CharacterMap.cs (+1 -1)
📝 src/Markdig/Helpers/StringLine.cs (+2 -0)
📝 src/Markdig/Helpers/StringSlice.cs (+2 -0)
📝 src/Markdig/Markdig.targets (+4 -6)
📝 src/Markdig/MarkdownPipelineBuilder.cs (+1 -1)
📝 src/Markdig/Renderers/Html/Inlines/LinkInlineRenderer.cs (+7 -4)
📝 src/Markdig/Syntax/HeadingBlock.cs (+1 -1)
📝 src/Markdig/Syntax/IBlock.cs (+2 -2)
📝 src/Markdig/Syntax/IFencedBlock.cs (+8 -8)
📝 src/Markdig/Syntax/Inlines/LinkDelimiterInline.cs (+1 -1)
📝 src/Markdig/Syntax/LinkReferenceDefinition.cs (+7 -0)
📝 src/Markdig/Syntax/ListItemBlock.cs (+1 -1)
📝 src/Markdig/Syntax/QuoteBlock.cs (+7 -7)
📝 src/SpecFileGen/SpecFileGen.csproj (+1 -1)
📝 src/UnicodeNormDApp/Program.cs (+6 -7)

...and 3 more files

📄 Description

use .NET 6.0 SDK and update test and benchmark dependencies


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/xoofx/markdig/pull/586 **Author:** [@tibel](https://github.com/tibel) **Created:** 1/19/2022 **Status:** ✅ Merged **Merged:** 1/20/2022 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `feature/net6.0` --- ### 📝 Commits (8) - [`4567d86`](https://github.com/xoofx/markdig/commit/4567d86c15d8e80b31c69266a6c2de6272300a76) use .NET 6.0 SDK - [`5a54af1`](https://github.com/xoofx/markdig/commit/5a54af123547161a3445172f8a1e5280502800c6) fix warnings - [`f549449`](https://github.com/xoofx/markdig/commit/f54944962f19f444ae6d72859e0ad52f43ec3f4f) update test and benchmark dependencies - [`d267cbe`](https://github.com/xoofx/markdig/commit/d267cbe17304e56f28e754a6613a4e9ab2a504c2) update github actions - [`16d77b7`](https://github.com/xoofx/markdig/commit/16d77b7bb83954f00333361e4015300cafa24374) fix github action version - [`f553bdd`](https://github.com/xoofx/markdig/commit/f553bdd4c79a7a32c591d63b2d9ee8ed87528bbb) use await for http client - [`5843789`](https://github.com/xoofx/markdig/commit/584378967d9d7f72c7dd2e329271295bd2386105) fix build warnings - [`22662b2`](https://github.com/xoofx/markdig/commit/22662b248d1fbaf97a5ad1efed3bd0d311f0ebf9) Update src/global.json ### 📊 Changes **23 files changed** (+74 additions, -62 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+6 -6) 📝 `src/Markdig.Benchmarks/Markdig.Benchmarks.csproj` (+4 -4) 📝 `src/Markdig.Tests/Markdig.Tests.csproj` (+5 -5) 📝 `src/Markdig.WebApp/Markdig.WebApp.csproj` (+2 -2) 📝 `src/Markdig.WebApp/Startup.cs` (+3 -2) 📝 `src/Markdig/Helpers/CharacterMap.cs` (+1 -1) 📝 `src/Markdig/Helpers/StringLine.cs` (+2 -0) 📝 `src/Markdig/Helpers/StringSlice.cs` (+2 -0) 📝 `src/Markdig/Markdig.targets` (+4 -6) 📝 `src/Markdig/MarkdownPipelineBuilder.cs` (+1 -1) 📝 `src/Markdig/Renderers/Html/Inlines/LinkInlineRenderer.cs` (+7 -4) 📝 `src/Markdig/Syntax/HeadingBlock.cs` (+1 -1) 📝 `src/Markdig/Syntax/IBlock.cs` (+2 -2) 📝 `src/Markdig/Syntax/IFencedBlock.cs` (+8 -8) 📝 `src/Markdig/Syntax/Inlines/LinkDelimiterInline.cs` (+1 -1) 📝 `src/Markdig/Syntax/LinkReferenceDefinition.cs` (+7 -0) 📝 `src/Markdig/Syntax/ListItemBlock.cs` (+1 -1) 📝 `src/Markdig/Syntax/QuoteBlock.cs` (+7 -7) 📝 `src/SpecFileGen/SpecFileGen.csproj` (+1 -1) 📝 `src/UnicodeNormDApp/Program.cs` (+6 -7) _...and 3 more files_ </details> ### 📄 Description use .NET 6.0 SDK and update test and benchmark dependencies --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 14:50:02 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1120