Meir Blachman

Results 154 comments of Meir Blachman

> apart from this delay issue, is this PR ready yet? Adding unit tests for managed identity is tricky as they would need to run inside azure (not locally) Other...

I tried the following POC for this https://gist.github.com/Meir017/076cc5d2a96e2b1b12c190f3a48befc9 it still doesn't support `Flags` (ex: `KeySpecificationFlags.RW | KeySpecificationFlags.Access`)

@badrishc I'm not sure I'll be able to get to this in a timely manner, I hope to contribute in the future once I'm more familiar with the codebase

#394 starts doing this, I think we can take that PR without the windows service code as I think it's still in discussion

should probably be after #577 and maybe also #582

@PaulusParssinen how many changes are there after making the required changes in the editorconfig and running `dotnet format` ?

@jmprieur @bgavrilMS any update on this? I'm willing to create the PR here, just want to be sure it's relevant and that the API change as suggested is approved.

@jmprieur I drafted an initial PR to highlight the API changes this would include

@jmprieur Maybe we could take another path and make many interface API's extension methods in the same assembly? This will result in the interface containing just the critical method, allowing...

> @Meir017 : would you like to provide a test, showing how you would use this? @jmprieur sure - consider a sample service ```cs public class MyService { private readonly...