Results 9 comments of justSteve

@Stephen250 and @GioviQ -- please accept this as a gentle nudge to revisit this task. I'm beginning a deep dive into the tenant subsystem and would love to see how...

@Robban1980 I'm facing the same task an am hoping you could expand on the steps taken a bit.

Also needing to know how to update the setting. I've moved my web app to a different resource group, hit this error - removed and reinstalled the extension but still...

I found I had to bump Flogger.Serilog's from 2.0 to get it to build. netstandard2.1

Thanks! I'll take a swing at hooking up the .API and let you know when I bump my head. If I change 2.1 down to 2.0, Clean and Rebuild I...

Most of the code that exists in 'CoreFlogger' isn't going to be compatible with a .NetStandard project. Does that mean that methods like CustomExecptionMiddleware is going to exist in both...

Yep -- I'd understood that at one level or another CoreFlogger is being replaced by Flogger.Serilog. What I'm not clear on is how a .NetStandard lib is going to be...

Greets - I've just downloaded the repo (as zip) - extracted, cleaned solution and build fails, again on various references. But in JSNLog.Tests\JSNLog.Tests.csproj - Error 3 Could not copy the...

I'm following the PR cuz i'm hitting the same error with the original code as Dustin's reported. I've copied the code from the PR and pasted it to my local...