Why new versions depends on System.Memory, can it be a single dll? #461

Closed
opened 2026-01-29 14:37:21 +00:00 by claunia · 1 comment
Owner

Originally created by @bnuzhouwei on GitHub (May 6, 2021).

version from 0.19 add new depends System.Memory, While 0.18 and below have no depends, Can remove the depends by only using .NET48 classes?

Originally created by @bnuzhouwei on GitHub (May 6, 2021). version from 0.19 add new depends System.Memory, While 0.18 and below have no depends, Can remove the depends by only using .NET48 classes?
claunia added the wontfix label 2026-01-29 14:37:21 +00:00
Author
Owner

@xoofx commented on GitHub (May 6, 2021):

Not sure the impact but we want to remove support for .NET Framework at some point. It complicates the maintenance if we need to start to have ifdefs to support .NET FWK, as we have been trying to reduce the number of framework/.NET profiles we are using. So, if you really don't want System.Memory, stay on 0.18, otherwise upgrade.

@xoofx commented on GitHub (May 6, 2021): Not sure the impact but we want to remove support for .NET Framework at some point. It complicates the maintenance if we need to start to have ifdefs to support .NET FWK, as we have been trying to reduce the number of framework/.NET profiles we are using. So, if you really don't want System.Memory, stay on 0.18, otherwise upgrade.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#461