SwensenSoftware / unquote

Write F# unit test assertions as quoted expressions, get step-by-step failure messages for free
http://www.swensensoftware.com/unquote
Apache License 2.0
285 stars 26 forks source link

Upgrade sdk and test / verify projects to net8; unquote itself stays at netstandard2.0 #166

Closed stephen-swensen closed 6 months ago

stephen-swensen commented 6 months ago

See https://github.com/SwensenSoftware/unquote/issues/167

bartelink commented 2 months ago

TL;DR could the FSharp.Core dep be lowered back down to 6.0.7 (or lower) please? @stephen-swensen


Updating the FSharp.Core causes a lot of run on implications For example: https://github.com/fsprojects/Argu/pull/237 This is not dissimilar to how FsHttp also did a similar update: https://github.com/fsprojects/FsHttp/issues/183 FSharp.AWS.DynamoDB and other low level components depend on unquote TaskSeq follows this approach too: https://github.com/fsprojects/FSharp.Control.TaskSeq/pull/123

My personal stuff depends on 6.0.7 for two reasons

NOTE: I do get that there's no actual reason why some old thing from 10 yars ago can't 'Just' update it's FSharp.Core from 4.3.2 to 8.0.100 without expecting it to just work, but that's not the point - it should simply depend on the lowest version possible