destructurama / fsharp

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

Update to netstandard 1.6 and 2.0, add tests, and ensure struct support. #10

Closed baronfel closed 5 years ago

baronfel commented 5 years ago

Fixes #8 and supersedes/builds on #9

I've done a few things to spruce up the repo:

@nblumhardt What sort of packaging/CI standards do you want for this repo?

nblumhardt commented 5 years ago

Hi @baronfel - I'm open to ideas; the current AppVeyor build uses Build.ps1 to script up a basic build, something equivalent to that (or even the scripts from serilog/serilog) would be great.

baronfel commented 5 years ago

Yeah, I should be able to take those and slightly modify them (remove perf tests, update some artifact names).