AntoineGa / Seq.App.Teams

Seq application for Microsoft Teams
MIT License
13 stars 10 forks source link

Make project cross platform #14

Closed xantari closed 2 years ago

xantari commented 3 years ago

Currently Seq provides linux based docker images, this poses a problem for Seq apps that were built against full framework which is not available in the linux based Seq docker container

https://hub.docker.com/r/datalust/seq

Need to convert this package to .NET Standard 2.0 so that it is available cross platform.

AntoineGa commented 3 years ago

i agree

xantari commented 3 years ago

FYI, i just migrated https://github.com/xantari/Seq.App.Azure.DevOps to .NET Standard 2.0 to make it cross platform and runnable in a docker linux container.

Let me know if you want to take this on or if you want me to do a PR

AntoineGa commented 3 years ago

i won't have time until next year, so if you are interested in it, feel free to do a PR, please !