Stefán Jökull Sigurðarson
Stefán Jökull Sigurðarson
I'm very much looking forward to this. Is there a repo we can contribute into to help with this task?
A small suggestion, maybe also add support for Azure Active Directory as an authentication provider? Or would consider that a separate issue/task since this is mostly about metrics?
Is there a preview of these performance analyzers yet?
This would be extremely helpful for our case where we have an ecosystem of services that communicate with each others APIs using JWT tokens, so they need to fetch signing...
> @stebet that's exactly my usecase as well, it sucks having to do `.Result` on `async` method Shhhh... you'll invoke @davidfowl....
> This might help anyone looking to do async JWT validation... This is a workaround that does semi-work, but the sync-over-async implementation is risky as it might cause threadpool starvation...
Wouldn't it make more sense for the user to hook up closing the AutorecoveringConnection on AppDomain.Unload, since the event is never raised in the default AppDomain? https://docs.microsoft.com/en-us/dotnet/api/system.appdomain.domainunload?view=netframework-4.8
Challenge accepted :)
I think a good first step is looking at and figuring out which Roslyn analyzers to enable and which to set as warning and error. There are a bunch of...
Yeah, that looks good. A good first step would be to add basic Activity support, ETW and event counters. I'm planning to look at that soon-ish. This would be a...