mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-14 13:54:55 +00:00
[PR #586] [MERGED] .NET 6.0 #1120
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:feature/net6.0📝 Commits (8)
4567d86use .NET 6.0 SDK5a54af1fix warningsf549449update test and benchmark dependenciesd267cbeupdate github actions16d77b7fix github action versionf553bdduse await for http client5843789fix build warnings22662b2Update src/global.json📊 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.