mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
[PR #522] [MERGED] Enable nullability #1083
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/522
Author: @iamcarbon
Created: 3/8/2021
Status: ✅ Merged
Merged: 3/9/2021
Merged by: @xoofx
Base:
master← Head:master📝 Commits (1)
46c2d49Begin nullability enablement📊 Changes
8 files changed (+123 additions, -57 deletions)
View changed files
📝
src/Markdig/Helpers/CharNormalizer.cs(+5 -3)📝
src/Markdig/Helpers/HtmlHelper.cs(+7 -4)📝
src/Markdig/Helpers/LinkHelper.cs(+28 -26)📝
src/Markdig/Helpers/StringLineGroup.cs(+5 -2)📝
src/Markdig/Helpers/ThrowHelper.cs(+32 -0)📝
src/Markdig/Markdown.cs(+19 -17)📝
src/Markdig/MarkdownExtensions.cs(+7 -5)➕
src/Markdig/Polyfills/NullableAttributes.cs(+20 -0)📄 Description
This PR aims to enable nullability for the markdig project. To avoid conflicts with existing PR's, it's proposed that nullability be enabled incrementally on a per-file basis before enabling for the project and removing the directives. This effort is likely to span multiple PRs.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.