[PR #915] [MERGED] Test netstandard #1305

Closed
opened 2026-01-29 14:52:55 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/915
Author: @MihaZupan
Created: 11/17/2025
Status: Merged
Merged: 11/17/2025
Merged by: @xoofx

Base: masterHead: test-netstandard


📝 Commits (2)

  • e6e3a24 Add GH Action to test netstandard 2.0 and 2.1
  • 315ea98 Account for TFM changes in tests project

📊 Changes

2 files changed (+48 additions, -1 deletions)

View changed files

.github/workflows/test-netstandard.yml (+44 -0)
📝 src/markdig.slnx (+4 -1)

📄 Description

Fixes #914

Doesn't help with local testing, but at least we still keep CI coverage.
This also helps us get coverage for both 2.0 and 2.1, whereas the .NET 6 target only worked for 2.1 before.

Code coverage might look worse since we're not merging the coverage for netstandard there, not sure we care?
I could try merging this into the main CI workflow


🔄 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/915 **Author:** [@MihaZupan](https://github.com/MihaZupan) **Created:** 11/17/2025 **Status:** ✅ Merged **Merged:** 11/17/2025 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `test-netstandard` --- ### 📝 Commits (2) - [`e6e3a24`](https://github.com/xoofx/markdig/commit/e6e3a24a2e15c26b186cf78667231a37bd4382de) Add GH Action to test netstandard 2.0 and 2.1 - [`315ea98`](https://github.com/xoofx/markdig/commit/315ea98959aa982aa8ee443f4bac2a552f8c23c5) Account for TFM changes in tests project ### 📊 Changes **2 files changed** (+48 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/test-netstandard.yml` (+44 -0) 📝 `src/markdig.slnx` (+4 -1) </details> ### 📄 Description Fixes #914 Doesn't help with local testing, but at least we still keep CI coverage. This also helps us get coverage for both 2.0 and 2.1, whereas the .NET 6 target only worked for 2.1 before. Code coverage might look worse since we're not merging the coverage for netstandard there, not sure we care? I could try merging this into the main CI workflow --- <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:52:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1305