Vladimir Mihok

Results 7 comments of Vladimir Mihok

You should definately read great 3-part series from Andrew Lock about how you can run async code on startup: https://andrewlock.net/running-async-tasks-on-app-startup-in-asp-net-core-part-1

We've seen same error in our internal TFS builds (offline environment). There's no stacktrace from analyzer in logs. Can you please point me to some guide how to enable more...

I’ve thought that too with the version 3.0.0, but in 3.1.0 the inheritance interface was brought back. Anyway, I’ll try to look more closely on this over the weekend.

I think it's good to go, all tests pass, every sample app works. `MSSqlServerSink` already implements `IBatchedLogEventSink` and not using old inheritance model and in the `PeriodicBatchingSinkFactory`, there is only...

Recently we've upgraded our csproj files to sdk style and are facing the same issue in VS2022.

Can it somehow identify sinks / enrichers without support for pooling while its running and write error to selflog / throw? Reading source code / debugging through for every used...

Our internal mail server is in failover cluster, but when TLS is starting on a node it responds with its own valid certificate. Then MailKit complains that its not valid...