Closed jamesSampica closed 7 months ago
If this issue is still relevant, please comment or reopen so it can be prioritized.
As far a I can tell, this is still an issue.
Thanks for the feedback, I was able to replicate with a unit test and will prioritize it.
Thank you for the repro 🙏 @jamesSampica
I've been working through this on a branch and it seems to be related to assembly signing and the upstream splunk library not being signed.
I've got a .net framework v4.6.2 console app that I'm trying to configure splunk tcp v1.5 with.
I installed the package and configured it using the following code...
it builds/runs but at runtime I get the following exception...
If I downgrade to Serilog.Sinks.Splunk.TCP v1.2 this does not throw, but v1.4 and v1.5 both throw.
I've attached a repro solution of this to this issue.
ConsoleApp1.zip