-
.. which is expecting to work with an ILoggerFactory, which is not being used by this pkg?
-
Trying to follow this getting started tutorial for IdentityServer and I'm currently trying to get my first token (https://www.scottbrady91.com/Identity-Server/Getting-Started-with-IdentityServer-4) \
…
gdubs updated
4 years ago
-
**Describe the bug**
in my code I added the new packages for correlation and the ones for logging. But when combining the two i see all the requests seperately from each other and not nested.
![im…
-
What should I use instead of interface IBridgeExtension in last version of RP? If I need to use ILogHandler than how can I connect my extension class and Bridge?
-
## Description
Enable tests runs to complete faster by allowing tests within a single assembly to execute in parallel.
Please see RFC here: [004-In-Assembly-Parallel-Execution](https://github.com/…
-
.NET Core 3 now has support for applications called 'Workers' which are akin to windows services, Top Shelf, etc. It seems that Serilog has had a refactor to now work with the HostBuilder which is wha…
-
Just like we do for Lamar's aspnet core stuff
-
I am using NReportPortal.Shared NuGet v2.4.7 in my .Net application (F#).
`testItem.Log` works well:
```
let testItem = _launchReporter.StartChildTestReporter(startTestItemRequest)…
-
Hi, I'm very new to Serilog, I'm trying to call the MEL ILogger.Log(... ex, Func formatter) method with a formatter like this: (state, ex)=>$"{ex.Message}", which gives me NullRef exception. and a…
cs101 updated
5 years ago
-
While developing a custom scope object, I noticed my code was called twice per log event, so I started experimenting with the debugger. I captured the two stack traces below at a breakpoint inside the…