mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
[PR #693] [MERGED] Enable ImplictUsings and use file-scoped namespaces #1188
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/693
Author: @iamcarbon
Created: 1/19/2023
Status: ✅ Merged
Merged: 1/24/2023
Merged by: @xoofx
Base:
master← Head:fsn2📝 Commits (8)
7ef2959[Tests] Enable ImplictUsings and use file-scoped namespaces4660426[WebApp] Enable ImplictUsings and use file-scoped namespacesca03b7d[Benchmarks] Enable ImplictUsings and use file-scoped namespaces9693421[SpecFileGen] Enable ImplictUsings and use file-scoped namespacesa18d8de[UnicodeNormDApp] Enable ImplictUsings and use file-scoped namespaces66aaffa[mctoc] Enable ImplictUsings and use file-scoped namespaces74f978e[Markdig] Use file-scoped namespaces9422764[Markdig] Use global usings📊 Changes
363 files changed (+32086 additions, -32669 deletions)
View changed files
📝
src/Markdig.Benchmarks/CommonMarkLib.cs(+22 -24)📝
src/Markdig.Benchmarks/Markdig.Benchmarks.csproj(+1 -0)📝
src/Markdig.Benchmarks/Program.cs(+56 -57)📝
src/Markdig.Benchmarks/TestMatchPerf.cs(+54 -56)📝
src/Markdig.Benchmarks/TestStringPerf.cs(+45 -46)📝
src/Markdig.Tests/Markdig.Tests.csproj(+5 -0)📝
src/Markdig.Tests/MiscTests.cs(+207 -209)📝
src/Markdig.Tests/Program.cs(+7 -10)📝
src/Markdig.Tests/RoundtripSpecs/TestAtxHeading.cs(+42 -44)📝
src/Markdig.Tests/RoundtripSpecs/TestFencedCodeBlock.cs(+89 -91)📝
src/Markdig.Tests/RoundtripSpecs/TestHtmlBlock.cs(+12 -14)📝
src/Markdig.Tests/RoundtripSpecs/TestIndentedCodeBlock.cs(+66 -68)📝
src/Markdig.Tests/RoundtripSpecs/TestLinkReferenceDefinition.cs(+206 -208)📝
src/Markdig.Tests/RoundtripSpecs/TestNoBlocksFoundBlock.cs(+15 -17)📝
src/Markdig.Tests/RoundtripSpecs/TestOrderedList.cs(+183 -185)📝
src/Markdig.Tests/RoundtripSpecs/TestParagraph.cs(+239 -241)📝
src/Markdig.Tests/RoundtripSpecs/TestQuoteBlock.cs(+251 -253)📝
src/Markdig.Tests/RoundtripSpecs/TestSetextHeading.cs(+40 -42)📝
src/Markdig.Tests/RoundtripSpecs/TestThematicBreak.cs(+41 -43)📝
src/Markdig.Tests/RoundtripSpecs/TestUnorderedList.cs(+175 -177)...and 80 more files
📄 Description
This PR is up for feedback on whether we should enable file-scoped namespaces on some of all of the markdig projects.
Pulling the indentation in 4 lines on the tests is a fairly nice improvement for readability -- particularly on a 15" laptop.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.