Matthew Mulhearn

Results 15 comments of Matthew Mulhearn

FYI, this is still an issue as of today. ``` polyfills.f783dcda5e4da684bd75.js:1 Unhandled Promise rejection: Cannot read property 'ngInjectableDef' of null ; Zone: ; Task: setTimeout ; Value: TypeError: Cannot read...

We are also very interested in auto-scaling Azure SigR and understand the issue you face. With that said, is it actively being worked on and/or on any sort of roadmap?

@zackliu when is that expected to release?

@duyn9uyen [VS for Mac](https://visualstudio.microsoft.com/vs/mac/)

agreed, doco needs to better explain where this is

1 million times this. I'm bashing my head against the desk wondering why my accessTokenFactory method isn't being called once the connection is established, wondering if I'm doing something wrong....

IMO, the access token factory should maintain access token state and once the token expires, should invoke for a new one. If a new one is provided and is valid,...

Unit testing with Dapper is definitely something that needs to be implemented. My approach tends to be abstracting dependencies out as much as possible so you aren't tied to as...

My team is also seeing this on Microsoft.ApplicationInsights.AspNetCore 2.15.0 and we are trying to determine the cause as we have 1 API service exhibiting the issue and 3 that are...

As we started to peel away, we found that removing this configuration from our api app in Azure fixed the issue, and re-adding it re-introduced the issue. ``` { "name":...