mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-13 21:42:57 +00:00
[PR #915] [MERGED] Test netstandard #1305
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/915
Author: @MihaZupan
Created: 11/17/2025
Status: ✅ Merged
Merged: 11/17/2025
Merged by: @xoofx
Base:
master← Head:test-netstandard📝 Commits (2)
e6e3a24Add GH Action to test netstandard 2.0 and 2.1315ea98Account 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.