[PR #235] [MERGED] Make AutoIdentifierExtension thread safe #884

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/235
Author: @yufeih
Created: 7/10/2018
Status: Merged
Merged: 7/10/2018
Merged by: @xoofx

Base: masterHead: autolink


📝 Commits (1)

  • 0794213 Make AutoIdentifierExtension thread safe

📊 Changes

1 file changed (+10 additions, -12 deletions)

View changed files

📝 src/Markdig/Extensions/AutoIdentifiers/AutoIdentifierExtension.cs (+10 -12)

📄 Description

This PR makes AutoIdentifierExtension thread safe when using a single MarkdownPipeline in multiple threads.

https://github.com/dotnet/docfx/issues/2972


🔄 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/235 **Author:** [@yufeih](https://github.com/yufeih) **Created:** 7/10/2018 **Status:** ✅ Merged **Merged:** 7/10/2018 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `autolink` --- ### 📝 Commits (1) - [`0794213`](https://github.com/xoofx/markdig/commit/0794213eefbc97a51c00e0db8a1d60f45368229e) Make AutoIdentifierExtension thread safe ### 📊 Changes **1 file changed** (+10 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig/Extensions/AutoIdentifiers/AutoIdentifierExtension.cs` (+10 -12) </details> ### 📄 Description This PR makes AutoIdentifierExtension thread safe when using a single `MarkdownPipeline` in multiple threads. https://github.com/dotnet/docfx/issues/2972 --- <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:46:49 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#884