[PR #899] [MERGED] Fix build warnings #1288

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/899
Author: @MihaZupan
Created: 10/16/2025
Status: Merged
Merged: 10/16/2025
Merged by: @xoofx

Base: masterHead: warnings-oct25


📝 Commits (1)

📊 Changes

3 files changed (+3 additions, -0 deletions)

View changed files

📝 src/Markdig.Tests/Markdig.Tests.csproj (+1 -0)
📝 src/Markdig/Extensions/Tables/TableHelper.cs (+1 -0)
📝 src/SpecFileGen/SpecFileGen.csproj (+1 -0)

📄 Description

NETSDK1138 is "The target framework is out of support" which we don't care about for test projects - we're intentionally targetting 6.0 there so we have some coverage of netstandard code paths.


🔄 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/899 **Author:** [@MihaZupan](https://github.com/MihaZupan) **Created:** 10/16/2025 **Status:** ✅ Merged **Merged:** 10/16/2025 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `warnings-oct25` --- ### 📝 Commits (1) - [`fa9f96b`](https://github.com/xoofx/markdig/commit/fa9f96b19faa66cd667867bbf7e15c12e6cf88ce) Fix build warnings ### 📊 Changes **3 files changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/Markdig.Tests.csproj` (+1 -0) 📝 `src/Markdig/Extensions/Tables/TableHelper.cs` (+1 -0) 📝 `src/SpecFileGen/SpecFileGen.csproj` (+1 -0) </details> ### 📄 Description NETSDK1138 is "The target framework is out of support" which we don't care about for test projects - we're intentionally targetting 6.0 there so we have some coverage of netstandard code paths. --- <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:40 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1288