mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-14 05:45:05 +00:00
[PR #916] Replace null checks with IsEmpty property for ReadOnlySpan<char> #1310
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/916
Author: @prozolic
Created: 11/28/2025
Status: 🔄 Open
Base:
master← Head:pullreq📝 Commits (1)
2838f8bReplace null checks with IsEmpty property for ReadOnlySpan📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
src/Markdig/Helpers/LinkHelper.cs(+2 -2)📄 Description
This PR replace null checks with
IsEmptyproperty forReadOnlySpan<char>.The change suppresses CA2265 warnings.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.