-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not load file or assembly Newtonsoft.Json, Version=11.0.0.0 #5
Comments
Thanks for reporting! |
The package contains the dependency. Do you use a Linux or Windows docker image ? |
The Linux image |
I have ported the code from .Net to .Net core 2.0 during the holidays. the version 1.0.17 should solve your problem : https://www.nuget.org/packages/Seq.App.TeamsCore/1.0.17 |
I think this is a Seq regression; on Windows, where we run apps under the full framework, the loader's quite happy to pull in the |
thanks @adamsmithkld and @nblumhardt i though it was because the nuget package was flagged net45 and not netstandard2.0 |
Should be able to get a fix out in the next 5.1 pre-release build, fingers crossed for some traction on it this week :-) |
Hi @nblumhardt, is there any updates on the package? |
Hi @SeriousM - I think the intention is that Seq.App.Teams will now work on core, so the "Core" package is probably unnecessary. |
ok, so it means that using the linux docker image datalust/seq:preview it should work using Seq.App.Teams package ? |
Yes, that's the intention 👍 |
@SeriousM : do you agree to close the issue ? |
@AntoineGa The issue is still present as the nuget package isn't updated since the issue was opened. |
Please upgrade to include Newtonsoft most recent version: |
@JonesAbramoff Hi 👋 - which Seq version are you running? |
Hi,
Seq 2021.2.6288
I may send you the nuget, and/or the source code of the app, that is based on Seq.App.DigestEmail.
With Newtonsoft 12.0 it works fine.
Best regards,
Jones Abramoff
De: Nicholas Blumhardt ***@***.***>
Enviada em: terça-feira, 17 de agosto de 2021 01:53
Para: AntoineGa/Seq.App.Teams ***@***.***>
Cc: JonesAbramoff ***@***.***>; Mention ***@***.***>
Assunto: {Disarmed} Re: [AntoineGa/Seq.App.Teams] Could not load file or assembly Newtonsoft.Json, Version=11.0.0.0 (#5)
@JonesAbramoff <https://github.com/JonesAbramoff> Hi 👋 - which Seq version are you running?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#5 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ADAEQOGUX4BYEPOGWHXM2O3T5HTKPANCNFSM4GKODUQA> .
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email> .
|
Hi, the extension is throwing an error when it tries to send messages to Teams:
We're using the extension version 1.0.16 with seq 5.0.2362 (docker image)
Do we have to add this missing dependency somewhere?
Thank you!
The text was updated successfully, but these errors were encountered: