destructurama / fsharp

Native support for destructuring F# types when logging to Serilog.
Apache License 2.0
38 stars 10 forks source link

Use typeshape for better destructuring overall #17

Closed baronfel closed 5 months ago

baronfel commented 4 years ago

This required adding a separate TFM because typeshape is netstandard2.0 only. This bifurcates the codebase a bit but there are still a lot of parallels.

sungam3r commented 9 months ago

@baronfel Hi. Now I help to maintain this repo. Please rebase onto master and I'll review/merge.

bartelink commented 9 months ago

I'd say don't rule out making it netstandard2.0 only given this has just gone 2.0 can add a v1 branch for maintenance/security releases of the older line, without confusing readers

github-actions[bot] commented 8 months ago

This pull request was marked as stale since it has not been active for a long time